I decided to take on MIT Multivariable Calculus to get a review for next semester. Having some struggles with this question though and the solutions aren't really helping me out much, thinking I might be seeing this in a naíve way and am missing a step on how they got there.
Suppose a plane $ax+by+cz = d$
We are supposed to prove the formula $D = \frac{\mid d \mid}{\sqrt{a²+b²+c²}}$ where D is the distance to the origin.
I was having some troubles with the proof, checked the solution and slowly started to get a clue, but need to see if I'm getting this right.
So we suppose a $P_0 = (x_0,y_0,z_0)$ and know that the normal vector is $\vec{N} = (a,b,c)$.
The solution started like this $\vec{OP}.\frac{\vec{N}}{|\vec{N}|}$ and then by usual operations it got to the formula that we wanted.
So my question is, am I supposed to see the dot product as the projection of the vector that connects the origin to a certain point into the direction of the Normal vector? I'm getting that value that will be the minimal distance?
The intuition is to see the dot product as some kind of parser that finds the commonalities between 2 vectors and returns the vector that is composed by those commonalities?
Also finally, I understand that dividing by the length of the Normal vector gives us the "unitary" direction vector right? But I'm not seeing the implication of not doing that, how would it deform the resulting distance? Would it make larger or smaller depending on the length of the normal vector that we choose?
If these questions are basic I'm sorry, I never had much love for this class and hopefully will get better in these next few weeks as I watch this course.
You have explained most of the problem very clearly.
Note that $$ OP.N = |OP||N|\cos \theta$$ where $\theta $ is the angle between $OP$ and $N$.
To find the shortest distance you only need $|OP| \cos \theta $.
Thus you need to divide $OP.N$ by |N| to get the shortest distance.