richghost
- 4
- 0
Homework Statement
Let \Delta be a line and A a point in space.
[itex ] B [/itex] is a point on \Delta ans H is a point on \Delta such that \newcommand{\vect}[1]{\vec{#1}} \vec{AH} \perp \Delta.
a) Show that \| \vec{AH} \| \leq \| \vec{AB} \| (a geometric reasoning should be used)
b) Using the inequality proven in a), explain how you can find a point on \Delta closest to a given point A.
Homework Equations
\| \vec{AH} \| \leq \| \vec{AB} \|
Pythagoras's theorem (I would think...)
The Attempt at a Solution
a) <br /> \| \vec{AB} \|^2 = \| \vec{AH} \|^2 + \| \vec{HB} \|^2, according to Pythagoras's theorem
\| \vec{AH} \|^2 \leq \| \vec{AH} \|^2 + \| \vec{HB} \|^2 , the hypotenuse is the longest side and \| \vec{HB} \|geq 0
\| \vec{AH} \|^2 \leq \| \vec{AB} \|^2, Pythagoras's theorem again
\| \vec{AH} \| \leq \| \vec{AB} \|
So... I think I've successfully showed that the inequality is true. I find it sort of questionable however.
b) I've found many ways to find the closest point on a line, all of which use some sort of an orthogonal projection like \vec{OR} = \vec{OP} - proj_\vec{v}\vec{AP} , where \vec{v} is the direction vector of the line or even proj_\vec{v}\vec{AH} = 0 . None of which, I think you count as using the inequality given in a). So I thought maybe it has something to do with making \| \vec{AH} \| = \| \vec{AB} \| . That's all I really may have figured out... Could you guys help me out on this one?