Find Parametric Equations for Perpendicular Line Through Point

jcook735
Messages
33
Reaction score
0
Find parametric equations for the line through the point that is perpendicular to the given line, and intersects this line.

We are given the point (0, 2, 2) and the line
x = 1 + t, y = 2 - t, z = 2t.

We are also given one of the parametric equations, that being x=3s. I am looking for the y and z parametric equations.


I figured that the equation for the first line is = (1, 2, 0) + t(1, -1, 2)
and the equation for the second line is (0,2,2) + s(3,b,c).



Beyond that, I have no idea what to do.
 
Physics news on Phys.org


jcook735 said:
Find parametric equations for the line through the point that is perpendicular to the given line, and intersects this line.

We are given the point (0, 2, 2) and the line
x = 1 + t, y = 2 - t, z = 2t.

We are also given one of the parametric equations, that being x=3s. I am looking for the y and z parametric equations.


I figured that the equation for the first line is = (1, 2, 0) + t(1, -1, 2)
and the equation for the second line is (0,2,2) + s(3,b,c).



Beyond that, I have no idea what to do.

Have you had how to calculate the vector component of one vector on another? If so, here's a hint:

Consider a point P on the given line, for example P = (1,2,0). Consider the vector V from that point to your point (0,2,2). Calculate the vector component of V on your line. You can use that and your point P to calculate the point Q where the perpendicular line would intersect. Knowing P and Q the rest is easy...
 


I feel like I am missing something really obvious, but I don't understand how i could use point P and the vector component V to find point Q. The vector component V is (-1,0,2), correct?
 


LCKurtz said:
Have you had how to calculate the vector component of one vector on another? If so, here's a hint:

Consider a point P on the given line, for example P = (1,2,0). Consider the vector V from that point to your point (0,2,2). Calculate the vector component of V on your line. You can use that and your point P to calculate the point Q where the perpendicular line would intersect. Knowing P and Q the rest is easy...

jcook735 said:
I feel like I am missing something really obvious, but I don't understand how i could use point P and the vector component V to find point Q. The vector component V is (-1,0,2), correct?

"Vector component V" doesn't make sense.

It is the displacement vector V itself that is <-1,0,2>. That isn't the same thing as the vector projection of V on your line.

Call your point (0,2,2) S. Draw a picture of a line noting the point P(1,2,0) on the line and the point S(0,2,2) off the line and the displacement vector V going from P to S. If you drop a perpendicular from S to the line, hitting it at Q, you get a little right triangle. Note that no matter what point on the line you use for P, you always get the same Q.

Also notice that if you add the components of the vector PQ to the coordinates of P you will get the coordinates of Q. And once you have Q you can write the equation of the line you seek.

The vector PQ is called the vector projection of V on the line. It is what you need to calculate to solve your problem, which is why I asked if you had studied vector projections yet. Does that help?
 


Ohhhhh yes I understand now. Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top