Point of intersection of two lines

dcramps
Messages
43
Reaction score
0

Homework Statement


Find the point of intersection of two lines
x = -9 + 5t
y = 1 + t
z = 10 - 4t

and

x = -2 -3t
y = 5 + 2t
z = 5 + 3t


Homework Equations


N/A


The Attempt at a Solution


I have read that you should set two of the equations equal to find the value of t, and that value of t should hold for the third equation, but whenever I do that I get two different values for t, and neither of them hold up in the third equation. What am I doing wrong?
 
Physics news on Phys.org
Hi dcramps! :smile:

Where the two lines intersect, the parameter t will be different on each line. :wink:

So call the parameter for the second line u, then set two of the equations equal to find the values of t and u. :smile:
 
Thanks! Now I have my t and u values, and plugging them into the third equation gives me equality...but where do I go from here? Do I plug them into all of the original equations and use the results as my intersection point?
 
Yup! :biggrin:
 
Excellent. Thanks for your help :)
 
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