2D Dot Product Calculator

This tool helps you calculate the dot product, or scalar product, of two 2-dimensional vectors. The result reveals the relationship between the vectors, such as the angle between them.

Vector Inputs

Vector 1
Vector 2
The Dot Product is: 11

Vector Visualization

Step-by-Step Guide

  • Step 1: Multiply the corresponding components.
    3 × 1 = 3
  • Step 2: Multiply the corresponding components.
    2 × 4 = 8
  • Step 3: Add all the products together.
    3 + 8 = 11

Detailed Description