What Determines the Direction of a Normal Vector in a Plane Equation?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
phiby
Messages
74
Reaction score
0
For a plane with equation Ax + By + Cz + D = 0, the normal vector is (A, B, C).

However, this plane equation can also be rewritten as (-A)x + (-B)y + (-C)z + (-D) = 0, in which case the normal vector is (-A, -B, -C) which is in the opposite direction as the other normal vector.

Basically my question is this - what's the direction of a normal vector - i.e. both directions seem correct.
 
Mathematics news on Phys.org
Yes, if you simply think about the (x, y) plane, then (0, 0, 1 ) is a normal vector but so is (0, 0, -1). In fact, any vector of the form (0, 0, z) with z non-zero is a normal vector to the plane.
Which one you choose is a matter of convenience (usually |z| = 1 giving a unit normal vector is taken) and definition (if I define my z-axis to be the other way around, I can take the same normal vector but I will get a minus sign in the z-coordinate).

In some cases, for example on a sphere or other closed volume, it is common to pick the normal vector to that direction that our intuition calls "outwards", even though a vector pointing to the origin would also fit the definition.