How to Find the Scalar Product of Two Vectors (2D)

The scalar product or dot product is one of the most important mathematical operations related to vectors, most of all because it shows whether two vectors are perpendicular (90° between them) or not. When two vectors are perpendicular, they are said to be orthogonal. The rule looks like this:

Rule

Orthogonal Vectors

a b = 0 a b

You have an equivalence arrow between the expressions. This means that if one of them is true, the other one is also true.

There are two formulas for finding the dot product (scalar product). One is for when you have the coordinate form of the two vectors, and the other is used when you know the length of the vectors and the angle between them.

Formula

The Scalar Product

u v = (x1,y1) (x2,y2) = x1x2 + y1y2 u v = |u| |v| cos α,α = (u,v)

u v = (x1,y1) (x2,y2) = x1x2 + y1y2 u v = |u| |v| cos α,α = (u,v)

Example 1

Two vectors making up an angle

Decide whether the vectors (4, 5) and (2, 3) are orthogonal.

(4, 5) (2, 3) = 4 2 + 5 3 = 8 + 15 = 70

(4, 5) (2, 3) = 4 2 + 5 3 = 8 + 15 = 70

Because the dot product is not equal to zero, you know that the vectors are not orthogonal.

Example 2

Find the scalar product of the vectors u and v, when |u| = 3, |v| = 5, and the angle between them is α = 90°.

u v = |u| |v| cos α = 3 5 cos 90° = 3 5 0 = 0 Because the scalar product is 0, you know that u and v are orthogonal.

Example 3

Find t such that (2, 5) and (2t, 9) are orthogonal.

For two vectors to be orthogonal, the dot product must be equal to 0.

(2, 5) (2t, 9) = 0 4t + 45 = 0 t = 45 4

For t = 45 4 , the vectors are orthogonal. In that case, the second vector is

(2t, 9) = (45 2 , 9) .

Want to know more?Sign UpIt's free!