Parametric, Polar & Vectors · Vector Operations
Dot Product
The dot product is a scalar equal to the sum of component products. It also equals the product of magnitudes times the cosine of the angle between them.
Variables
| Symbol | Name | Unit |
|---|---|---|
| u1 | u x-component | — |
| u2 | u y-component | — |
| v1 | v x-component | — |
| v2 | v y-component | — |
Worked examples
Find ⟨1, 2, 3⟩ · ⟨4, -5, 6⟩.
- (1)(4) + (2)(-5) + (3)(6) = 4 - 10 + 18 = 12
Answer: 12
Are ⟨1, 2⟩ and ⟨-2, 1⟩ perpendicular?
- (1)(-2) + (2)(1) = -2 + 2 = 0. Dot product is 0.
Answer: Yes, they are perpendicular.
Practice this and 135 more formulas in the CalcRef workspace — quizzes, reference tables, a 16-category unit converter, and an expression evaluator.