Shortest distance between A(2,1,-2) and the line x=3-2t;y=-4+3t;z=1+2t.

In summary, to find the shortest distance between the point A(2,1,-2) and the line with parametric equations x=3-2t, y=-4+3t, z=1+2t, there are multiple methods including using calculus to find the minimum distance, finding the perpendicular plane to the line passing through point A, and using vector operations to find the magnitude of the cross product.
  • #1
gikiian
98
0

Homework Statement



Find the shortest distance between A(2,1,-2) and the line having parametic equations:
x=3-2t;
y=-4+3t;
z=1+2t.

Homework Equations


After derivation:
d = |AB| sin( arccos( (AB.BC)/|AB||BC| ) )

B and C are points on the line found by putting random values for t.
For t=0 -> B(3,-4,1)
For t=1 -> C(1,-1,3)

The Attempt at a Solution



Plugging the values in the above equation, we get:
d = 6 sin (arccos 11/6sqrt(17) )Using the calculator gives the correct answer, but there is another way which I can't figure out, in which you get the answer irrespective of sin and arccos.

What is it?

Thanks in advance :)
 
Physics news on Phys.org
  • #2
You could write down the distance squared between A and (x,y,z), then differentiate with respect to t and look for a minimum if you know calculus.
 
  • #3
Another way to do this, and I think simpler, is to find the plane perpendicular to the given line, passing through the given point. The point on the line closest the given point- from which the shortest distance from the given point to the line is measured- is where the line intersects that plane.

The plane perpendicular to the line x=3-2t; y=-4+3t; z=1+2t, through the point (2, 1, -2) is given by -2(x- 2)+ 3(y- 1)+ 2(z+ 2)= 0. Putting the equations for the line into that we get -2(3- 2t- 2)+ 3(-4+ 3t- 1)+ 2(1+ 2t- 2)= 4t+ 9t+ 4t+ 4- 12+ 4= 25t- 4= 0. find the point corresponding to that t and the distance between that poiunt and (2, 1, -2).
 
  • #4
Another purely vector method is to make a unit vector out of the direction vector:

[tex]\hat D = \frac 1 {\sqrt{17}}\langle-2,3,2\rangle[/tex]

and a vector across from any point on the line to the point off the line, for example from (3,-4,1) to (2,1,-2):

[tex]\vec V = \langle -1,5,-3\rangle[/tex]

Then the distance is the magnitude of the cross product:

[tex]d = |\vec V \times \hat D|[/tex]

All the sine and cosine stuff is hidden in the vector operations.
 

What is the formula for finding the shortest distance between a point and a line in 3D space?

The formula for finding the shortest distance between a point (x0,y0,z0) and a line with parametric equations x=x1+a*t, y=y1+b*t, z=z1+c*t is given by:

d = |(x1-x0)*a + (y1-y0)*b + (z1-z0)*c| / sqrt(a^2 + b^2 + c^2)

How do I find the coordinates of the point on the line that is closest to the given point?

The coordinates of the closest point can be found by substituting the value of 't' that minimizes the distance into the parametric equations of the line.

What does the value of 't' represent in the formula for finding the shortest distance?

The value of 't' represents the parameter that determines the point on the line that is closest to the given point. It can be thought of as the 'scaling factor' that determines the position of the closest point on the line.

Can the formula be extended to find the shortest distance between a point and a plane in 3D space?

Yes, the formula for finding the shortest distance between a point and a plane is very similar to the formula for a point and a line. The only difference is that instead of a single parameter 't', the formula will involve two parameters 's' and 't' to determine the closest point on the plane.

How can I use this formula to solve real-world problems in science and engineering?

The formula for finding the shortest distance between a point and a line is a useful tool in many fields of science and engineering, such as computer graphics, robotics, and physics. It can be used to find the distance between two objects in 3D space, or to determine the shortest path between a fixed point and a moving object. It can also be used to optimize the design of structures and machines to minimize the distance between two points.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
352
  • Introductory Physics Homework Help
Replies
13
Views
707
  • Calculus and Beyond Homework Help
Replies
12
Views
973
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
7K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
646
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
Back
Top