Linear Algebra- Finding the intersection of two straight lines.

tcanman
Messages
5
Reaction score
0

Homework Statement



Determine whether the following two lines intersect:

(x-2)/2 = (y+3)/1 = (z-4)/-3 ,and (x+3)/4 = (y+4)/1 = (-z+8)/4


Find an intersection point, then find the distance between the lines.

Homework Equations


Symmetric equations of a straight line (given)
Parametric equations of a straight line.
AxB/mag(AxB)

The Attempt at a Solution



First I parametrized the equations and got :
x=1+2t x=-3+4t
y=-3+t y=4+t
z=4-3t z=8-4t

Then I found PQ and n and I am not sure what to do next to find the intersection point.
Thank You
 
Last edited:
Physics news on Phys.org
tcanman said:

Homework Statement



Determine whether the following two lines intersect:

x-2/2 = y+3/1 = z-4/-3 ,and x+3/4 = y+4/1 = -z+8/4

parens parens parens.

For example x - 2/2 = x - 1, but that's clearly not what you mean.

The very first step in any math problem is to make sure you remove any ambiguity from your notation. That will help you avoid trivial mistakes.
 
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