How would you show that a vector is normal to a plane in 3D space?

There are 2 main methods for finding a normal vector.

  1. If you know two vectors that lie in the plane e.g. (a,b,c) and (d,e,f), we can find a normal vector by calculating the vector/cross product of (a,b,c) and (d,e,f). This works because the vector product produces a new vector perpendicular to both your starting vectors, so it must be at right angles to the plane.

  2. If on the other hand you know the Cartesian equation of a plane, which looks like (ax)+(by)+(cz)=0, then the vector (a,b,c) is a normal vector!

FK

Related Maths A Level answers

All answers ▸

Solve to find sin x , 4cos^2 + 7sin x -7 =0


The curve C has equation: (x-y)^2 = 6x +5y -4. Use Implicit differentiation to find dy/dx in terms of x and y. The point B with coordinates (4, 2) lies on C. The normal to C at B meets the x-axis at point A. Find the x-coordinate of A.


Integrate ln(x).


The graph above shows the line y = 3*x^2. Find the area beneath the graph from y = 0 to y = 5.