How do you find the (shortest) distance from the point P(1, 1, 5) to the line whose parametric equations are x = 1 + t, y = 3 - t, and z = 2t?
The line can be re-written as follows
where and
From the sketch, the shortest distance, (NB The vector cross product is also vector, So finally,
By signing up, you agree to our Terms of Service and Privacy Policy
To find the shortest distance from point ( P(1, 1, 5) ) to the line with parametric equations ( x = 1 + t ), ( y = 3 - t ), and ( z = 2t ), you can use the formula for the distance between a point and a line in three dimensions:
[ \text{Distance} = \frac{\lvert \vec{AP} \times \vec{v} \rvert}{\lvert \vec{v} \rvert} ]
Where:
- ( \vec{AP} ) is the vector from any point on the line to point ( P ),
- ( \vec{v} ) is the direction vector of the line.
First, find ( \vec{AP} ) by subtracting the coordinates of a point on the line from the coordinates of point ( P ):
[ \vec{AP} = \langle 1 - (1 + t), 1 - (3 - t), 5 - 2t \rangle ]
Simplify to get:
[ \vec{AP} = \langle -t, 2 + t, 5 - 2t \rangle ]
The direction vector of the line is ( \vec{v} = \langle 1, -1, 2 \rangle ).
Now, compute the cross product ( \vec{AP} \times \vec{v} ):
[ \vec{AP} \times \vec{v} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ -t & 2 + t & 5 - 2t \ 1 & -1 & 2 \end{vmatrix} ]
[ = \mathbf{i}(2 + t)(2) - \mathbf{j}(-t)(2 - 5 + 2t) + \mathbf{k}(-t)(-1 - 2 - t) ]
[ = \langle 4 + 2t + 2t, 2t - 5 + 2t, t^2 + 3t \rangle ]
[ = \langle 4 + 4t, 4t - 5, t^2 + 3t \rangle ]
Now, find the magnitude of this vector:
[ \lvert \vec{AP} \times \vec{v} \rvert = \sqrt{(4 + 4t)^2 + (4t - 5)^2 + (t^2 + 3t)^2} ]
Finally, divide the magnitude of the cross product by the magnitude of the direction vector ( \vec{v} ):
[ \text{Distance} = \frac{\lvert \vec{AP} \times \vec{v} \rvert}{\lvert \vec{v} \rvert} ]
[ = \frac{\sqrt{(4 + 4t)^2 + (4t - 5)^2 + (t^2 + 3t)^2}}{\sqrt{1^2 + (-1)^2 + 2^2}} ]
By signing up, you agree to our Terms of Service and Privacy Policy
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
- How do you differentiate the following parametric equation: # x(t)=lnt-t, y(t)=(t-3)^2 #?
- What is the derivative of #f(t) = (tsint , t^2-t tant ) #?
- What is the arclength of #(t-3,t+4)# on #t in [2,4]#?
- What is the arclength of #(t-3t^2,t^2-t)# on #t in [1,2]#?
- How do you find the range given x=3-2t and y=2+3t for -2 ≤ t ≤ 3?

- 98% accuracy study help
- Covers math, physics, chemistry, biology, and more
- Step-by-step, in-depth guides
- Readily available 24/7