How do I show two vectors are perpendicular?

Vectors can describe a line of particular length ("magnitude") and direction. The angle x between two vectors a and b can be found using the formula a.b = |a| |b| cosx. For the vectors to be perpendicular (at right angles) then cosx = 0, so we know that the dot product or scalar product a.b must = 0. If you calculate the scalar product and show it = 0 the vectors must be perpendicular.
To calculate the scalar product of two vectors eg a = 3i + 4j - 12k and b= 4i + 3j + 2k we simply multiply the two i terms, the two j terms, the two k terms and add them all up, being careful with the + or - signs. So here a.b = 12 + 12 - 24 = 0. Therefore a and b are perpendicular.

SA

Related Maths A Level answers

All answers ▸

let p be a polynomial p(x) = x^3+b*x^2+ c*x+24, where b and c are integers. Find a relation between b and c knowing that (x+2) divides p(x).


find the integral of (2x - (3x^1/2) +1) between 9 and 4


When finding the turning points of a curve, how can I tell if it is a maximum, minimum or a point of inflection?


A line has equation y = 2x + c and a curve has equation y = 8 − 2x − x^2, if c=11 find area between the curves