Finding a point on a line closest to a point in space

Click For Summary
SUMMARY

The discussion centers on finding the point on a line, denoted as \(\Delta\), that is closest to a given point \(A\) in space. The inequality \(\|\vec{AH}\| \leq \|\vec{AB}\|\) is established using Pythagoras's theorem, confirming that the distance from point \(A\) to point \(H\) on line \(\Delta\) is less than or equal to the distance from \(A\) to any other point \(B\) on the line. The method for finding the closest point involves using orthogonal projections, specifically the projection of vector \(\vec{AP}\) onto the direction vector \(\vec{v}\) of the line.

PREREQUISITES
  • Understanding of vector notation and operations
  • Familiarity with Pythagorean theorem in Euclidean space
  • Knowledge of orthogonal projections in vector calculus
  • Basic concepts of geometric reasoning in three-dimensional space
NEXT STEPS
  • Study the properties of orthogonal projections in vector spaces
  • Learn about vector functions and their applications in geometry
  • Explore the concept of distance minimization in calculus
  • Investigate geometric interpretations of inequalities in vector analysis
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working on problems involving geometry, vector analysis, and optimization techniques.

richghost
Messages
4
Reaction score
0

Homework Statement


Let \Delta be a line and A a point in space.

delta_point_A.jpg

[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?
 
Physics news on Phys.org
I suppose you have to actually make the small step to infer that H is indeed the closest point on the line to A.

Then, you can express any point on the line as a function of some reference point on the line and a multiple ##k## of an along-line vector (i.e. ##\vec v##)
Then you can express the vector from that point to A (also as a function of ##k##)

Now you have to find some distinctive property of vectors at right angles that you can solve for...
 
Joffan said:
I suppose you have to actually make the small step to infer that H is indeed the closest point on the line to A.

Then, you can express any point on the line as a function of some reference point on the line and a multiple ##k## of an along-line vector (i.e. ##\vec v##)
Then you can express the vector from that point to A (also as a function of ##k##)

Now you have to find some distinctive property of vectors at right angles that you can solve for...

Thank you so much! Yeah, makes so much sense now! Simply by remembering to infer that H is the closest point on the line to A got me going. Thanks again!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
Replies
6
Views
2K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K