Distance between a point and a line in space

  • Thread starter Thread starter lockedup
  • Start date Start date
  • Tags Tags
    Line Point Space
AI Thread Summary
The discussion centers on finding the distance between the point (2,5,1) and the line defined by the direction vector 2i - 3j + 6k. Participants clarify that the given vector is not a line but a direction vector, prompting a re-evaluation of the problem statement. A formula for calculating the distance involves using the cross product of the vector from a point on the line to the given point and the direction vector. Participants emphasize the importance of understanding vector math and suggest using a point like (0,0,0) for calculations. The conversation highlights the need for clarity in mathematical notation and the application of appropriate formulas.
lockedup
Messages
67
Reaction score
0

Homework Statement


Find the distance between (2,5,1) and the line 2i − 3j + 6k.


Homework Equations





The Attempt at a Solution

I can't find a formula to figure this (or one that makes any sense)...
 
Physics news on Phys.org
lockedup said:
... and the line 2i − 3j +6k.

It's a plane.
 
Gunthi said:
It's a plane.
No, it isn't.
 
lockedup said:

Homework Statement


Find the distance between (2,5,1) and the line 2i − 3j + 6k.
2i - 3j + 6k isn't a line -- it's a vector. It has a certain length, while a line has infinite length. The problem is probably something more like this:
Find the distance between (2,5,1) and the line whose direction is given by the vector 2i − 3j + 6k.​

lockedup said:

Homework Equations





The Attempt at a Solution

I can't find a formula to figure this (or one that makes any sense)...
Just as well. Given that you can't find a formula, how would you approach this problem? According to the forum rules, you have to give it a good shot before anyone can give you any help.
 
Gunthi,

I believe you are asking how to find the distance between a point in space, and a vector?

If so, start by looking at line-distance formulas and vector math.

I hope this gives you a jumping-off point.
 
Mark44 said:
2i - 3j + 6k isn't a line -- it's a vector. It has a certain length, while a line has infinite length. The problem is probably something more like this:
Find the distance between (2,5,1) and the line whose direction is given by the vector 2i − 3j + 6k.​


Just as well. Given that you can't find a formula, how would you approach this problem? According to the forum rules, you have to give it a good shot before anyone can give you any help.
My assignment sheet says line...

Does 20 or so google searches count? I've clicked on numerous links, some from here, and none of it makes any sense.

The formula in my Calculus book states:

D = \frac{||PQ \times u||}{||u||}

P is a point on the line, Q is the point in space, and u is the direction vector. Since I'm only given a vector and as opposed to a line, can I use (0, 0, 0) for P so that PQ is just Q?
 
Sure, give your formula a shot.

And no, Google searches don't count...
 
Mark44 said:
No, it isn't.

You're right, I confused notation, sorry lockedup.
 
pootette said:
Gunthi,

I believe you are asking how to find the distance between a point in space, and a vector?

If so, start by looking at line-distance formulas and vector math.

I hope this gives you a jumping-off point.

That was not my question.
 
  • #10
Gunthi,
If it were 2x - 3y + 6z = 0, you would be right
 
  • #11
Mark44 said:
Gunthi,
If it were 2x - 3y + 6z = 0, you would be right

Yes, that was what I thought initialy.
I'm just not accostumed to working with i,j,k.
 
  • #12
The formula wants you to multiply the scalar (point) by a unit vector and cross multiply with the given vector. Take the magnitude of the resultant vector. Then divide by magnitude of the unit vector (just a step that has to be done - balances things out :)). This will give a scalar quantity of distance.
 
Last edited:
Back
Top