Why are the coefficients of the equation of a plane the normal vector of a plane?

16k Views Asked by At

Why are the coefficients of the equation of a plane the normal vector of a plane?

I borrowed the below picture from Pauls Online Calculus 3 notes:

http://tutorial.math.lamar.edu/Classes/CalcIII/EqnsOfPlanes.aspx

And I think the explanation he provides is great, however, I don't understand how one of the concepts work.

If the equation of a plane is $ax+by+cz=d$ how is it that $\overrightarrow n = \langle a,b,c \rangle$? From the picture below I suppose I can see this since $\overrightarrow r_0$, if continued past the plane, would clearly be perpendicular, but what about $\overrightarrow r$? That one is clearly not perpendicular if extended past the plane?

enter image description here

Sorry if what I'm asking is confusing.

1

There are 1 best solutions below

0
On BEST ANSWER

Given a point $O=(x_0,y_0,z_0)$ and a vector $\vec n=\langle a,b,c\rangle$, we can describe a plane as the set of points $P=(x,y,z)$ such that $\vec{OP}\cdot \vec n=0$. In other words, the set of vectors, perpedicular to $\vec n$.

$$a(x-x_0)+b(y-y_0)+c(z-z_0)=0\implies ax+by+cz=ax_0+by_0+cz_0.$$

Letting $d=ax_0+by_0+cz_0$ gives the usual equation of the plane.