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 w, z be complex numbers. Show that |wz|=|w||z|, and using the fact that x=|x|e^{arg(x)i}, show further that arg(wz)=arg(w)+arg(z) where |.| is the absolute value and arg(.) is the angle (in polar coordinates). Hence, find all solutions to x^n=1 .


y = Sin(2x)Cos(x). Find dy/dx.


Solve the following definite integral: f(x)=3e^(2x+1) for the limits a=0 and b=1, leaving your answer in exact form.


How do I integrate terms with sin^2(x) and cos^2(x) in them? For example integrate (1+sin(x))^2 with respect to x