Calculating Distance from Point to Line: A Scientific Approach

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Line Point
Click For Summary

Homework Help Overview

The discussion revolves around calculating the distance from a point (3, 5, 1) to a specified line defined by the equations x=0, y=5+4t, z=1+4t. Participants are exploring methods to approach this problem within the context of vector mathematics and geometry.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss using vector projections and orthogonality to find the distance. There is mention of shifting the line to the origin and finding the projection of the point onto the line. Questions about the necessary formulas and concepts, such as projections and derivatives, are also raised.

Discussion Status

The discussion is active, with participants offering various approaches and raising questions about the underlying concepts. Some guidance on using vector methods and projections has been provided, but no consensus or final method has been established yet.

Contextual Notes

Participants acknowledge a lack of memorized formulas and express uncertainty about the best approach to take. There is an emphasis on understanding the geometric relationships involved in the problem.

UrbanXrisis
Messages
1,192
Reaction score
1
Find the distance from the point (3, 5, 1) to the line x=0,y=5+4t,z=1+4t

I know that there is a distance formula for a point and a plane but how do I find the distance from a point to a line?
 
Physics news on Phys.org
Well, you could do this with vectors and orthogonality. First shift everything so that the line passes through the origin, then find the projection of the shifted point onto the shifted line, and the distance between that projection and the shifted point is the distance between the original point and line.
 
I don't happen to have the formula memorized (but I know it is in my Calculus book) so let's work it out:
Let (x,y,z) be the point on the line closest to (3, 5, 1). A vector pointing from (3, 5, 1) to (x, y, z) is (x-3)i+ (y-5)j+ (z-1)k. Of course, the line from (3, 5, 1) to (x, y, z) must be perpendicular to the given line. (If not, construct a right triangle have that line as hypotenuse and the given line as "opposite" side. Since the hypotenuse of a right triangle is the longest side in any right triangle, it can't be the shortest distance.)
A vector in the direction of the given line is, of course, 4j+ 4k and that must be perpendicular to (x-3)i+ (y-5)j+ (z-1)k:
(4j+ 4k).((x-3)i+ (y-5)j+ (z-1)k)= 4(y-5)+ 4(z- 1)= 0 so 4y- 20+ 4z- 4= 0 and 4y+ 4z= 24 or y+ z= 6. We now can write the point (x,y,z) as (0, y, 6-y) (x= 0 for any point on the line and clearly z= 6- y).

The distance function is
[tex]D= \sqrt{(x-3)^2+ (y- 6)^2+ (z-1)^2}= \sqrt{9+ (y-6)^2+ (5-y)^2}[/tex]
Minimize that, or better,
[tex]D^2= 9+ (y-6)^2+ (5-y)^2= 9+ y^2- 12y+ 36+ 25-10y+ y^2= 3y^2-22y+ 70[/tex]
 
Urban, do you know about projections? Do you know about derivatives?
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
8
Views
3K
Replies
17
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
Replies
7
Views
2K
Replies
2
Views
2K
Replies
20
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K