No ads, no sign-upChecked 2026-08-24

Dot Product Calculator

Result

32.0000

Result: 32.0000

Multiply the matching components and add the three products: (1, 2, 3) · (4, 5, 6) = 4 + 10 + 18 = 32. The answer is a single number, not a vector. Zero means the two vectors meet at a right angle, and a negative value means they point broadly opposite ways.

The numbers at a glance

Held fixed: Vector A — x 1.0000, Vector A — y 2.0000, Vector A — z 3.0000, Vector B — x 4.0000, Vector B — y 5.0000.

Vector B — zResult
0.000014.0000
2.000020.0000
4.000026.0000
6.0000Your value32.0000
8.000038.0000
10.000044.0000
12.000050.0000

Worked examples

Case 1
Vector A — x
1
Vector A — y
2
Vector A — z
3
Vector B — x
4
Vector B — y
5
Vector B — z
6

32.0000

Open with these values
Case 2
Vector A — x
1
Vector A — y
0
Vector A — z
0
Vector B — x
0
Vector B — y
1
Vector B — z
0

0.0000

Open with these values
Case 3
Vector A — x
-1
Vector A — y
2
Vector A — z
-3
Vector B — x
4
Vector B — y
-5
Vector B — z
6

-32.0000

Open with these values

How it's calculated

A · B = ax·bx + ay·by + az·bz

  1. StepEnter the three components of vector A, then those of vector B.
  2. StepMatching components are multiplied: ax·bx, ay·by, az·bz.
  3. ResultThe three products are added into one number.

Reference table

ax, ay, az, bx, by, bzProductsDot product
-1, 2, -3, 4, -5, 6−4 − 10 − 18-32.0000
1, 0, 0, 0, 1, 00 + 0 + 00.0000
0.1, 0.2, 0.3, 0.4, 0.5, 0.60.04 + 0.1 + 0.180.3200
1.5, 2.5, 3.5, 2, 2, 23 + 5 + 715.0000
1, 2, 3, 4, 5, 64 + 10 + 1832.0000
2, 3, 4, 5, 6, 710 + 18 + 2856.0000

Questions

How do I calculate the dot product of two vectors?

Multiply the matching components of the two vectors and add the products: A · B = ax·bx + ay·by + az·bz. For (1, 2, 3) and (4, 5, 6) that is 4 + 10 + 18 = 32.

What is the dot product?

The dot product, also called the scalar product, takes two vectors and returns a single number rather than another vector. It measures how much the two vectors point the same way and is used for projections, the work done by a force, and angles.

What does a dot product of zero mean?

It means the two vectors are perpendicular — the angle between them is 90°. This follows from A · B = |A| |B| cos θ, because cos 90° is zero.

What is the difference between the dot product and the cross product?

The dot product returns a scalar and tells you how aligned two vectors are; the cross product returns a vector perpendicular to both. Use the dot product for angles and projections, the cross product for a perpendicular direction or an area.

Can the dot product be negative?

Yes. It is negative when the angle between the vectors is greater than 90°, so they point in broadly opposing directions. A positive result means they point the same way, and zero means they are perpendicular.

Sources and last check

  1. mathworld.wolfram.com

Information, not professional advice.