Find the distance between a point and a line (given its vector equation)

  • Thread starter Thread starter Nickg140143
  • Start date Start date
  • Tags Tags
    Line Point Vector
Click For Summary
To find the distance from the point P(1,3,2) to the line defined by the vector equation l_1:=<2,-1,3>+t<-1,2,1>, the shortest distance can be determined using the concept of perpendicularity. The approach involves constructing a line from point P that is perpendicular to the directional vector of the line l_1. By calculating the vector PQ from a point Q on the line to P, and using the unit direction vector of the line, the distance can be found through the magnitude of the cross product of PQ and the unit vector. This method effectively utilizes geometric relationships to derive the required distance.
Nickg140143
Messages
30
Reaction score
0

Homework Statement


Let l_1:&lt;x,y,z&gt;=&lt;2,-1,3&gt;+t&lt;-1,2,1&gt; and P(1,3,2) be a line and point in R3, respectively. Find the distance from P to l.


Homework Equations


distance between two points in R3
d=\sqrt{(x-x_0)^2+(y-y_0)^2+(z-z_0)^2}

and the line in this problem is given to us in vector equation form, from which I can find the directional vector v and the position vector r0


The Attempt at a Solution


I'll need a bit of guidance on this problem. I believe that I'm supposed to find the shortest distance between P and some point on line L, and I can only think that the shortest distance between P and some point on L would be some path from P that intersects L at a 90 degree angle (perpendicular to L). I was thinking of perhaps using L's directional vector and the point P in order to construct some line that goes through P and is perpendicular to L, which would mean I would need to cross the directional vector with something?

I'm not too sure on how to go about this, or whether or not this is a proper way of approaching this problem.

Any guidance would be greatly appreciated.
 
Physics news on Phys.org
Nickg140143 said:

Homework Statement


Let l_1:&lt;x,y,z&gt;=&lt;2,-1,3&gt;+t&lt;-1,2,1&gt; and P(1,3,2) be a line and point in R3, respectively. Find the distance from P to l.


Homework Equations


distance between two points in R3
d=\sqrt{(x-x_0)^2+(y-y_0)^2+(z-z_0)^2}

and the line in this problem is given to us in vector equation form, from which I can find the directional vector v and the position vector r0


The Attempt at a Solution


I'll need a bit of guidance on this problem. I believe that I'm supposed to find the shortest distance between P and some point on line L, and I can only think that the shortest distance between P and some point on L would be some path from P that intersects L at a 90 degree angle (perpendicular to L).
Yes.
Nickg140143 said:
I was thinking of perhaps using L's directional vector and the point P in order to construct some line that goes through P and is perpendicular to L, which would mean I would need to cross the directional vector with something?
The dot product would be more appropriate. The dot product is zero for two perpendicular vectors.
Nickg140143 said:
I'm not too sure on how to go about this, or whether or not this is a proper way of approaching this problem.

Any guidance would be greatly appreciated.
 
Nickg140143 said:

Homework Statement


Let l_1:&lt;x,y,z&gt;=&lt;2,-1,3&gt;+t&lt;-1,2,1&gt; and P(1,3,2) be a line and point in R3, respectively. Find the distance from P to l.


Homework Equations


distance between two points in R3
d=\sqrt{(x-x_0)^2+(y-y_0)^2+(z-z_0)^2}

and the line in this problem is given to us in vector equation form, from which I can find the directional vector v and the position vector r0


I was thinking of perhaps using L's directional vector and the point P in order to construct some line that goes through P and is perpendicular to L, which would mean I would need to cross the directional vector with something?

Yes. Draw a picture of a line and a point on the line and your point off the line. Doesn't need to be to scale. Call the point on the line P and draw the line's direction vector with its tail at P. Call the point off the line Q. You can calculate the vector PQ. If you drop the perpendicular to the line from Q, you have a right triangle with PQ as its hypotenuse. Just from trig, the distance from Q to the line is d = |PQ|sin(θ) where θ is the angle between the direction vector D and PQ. Suppose you divide D by its length to make a unit vector U.

Now if take the cross product PQ x U and look at its maginitude:

|PQ x U| = |PQ||U|sin(θ) = |PQ|sin(θ) = d.

To summarize: To get the distance from a point to a line take the magnitude of the cross product of a vector from any point on the line to the external point with the unit direction vector.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K