Find the vector, parametric, symmetric equations of a line

AI Thread Summary
The discussion revolves around finding the vector, parametric, and symmetric equations of a line that intersects two given lines (L1 and L2) at right angles. The direction vector for the new line (L3) was determined to be [1,2,2], with points of intersection established for both L1 and L2. Two methods were presented to relate the points of intersection, leading to different scalar values for parameters s, n, and t, prompting a debate on the accuracy of each approach. Ultimately, it was concluded that both methods yield equivalent results despite differing parameter values, indicating that the choice of method does not significantly impact the outcome. The discussion emphasizes the importance of understanding vector relationships and the implications of parameter selection in vector equations.
NATURE.M
Messages
298
Reaction score
0

Homework Statement



Find the vector, parametric and symmetric equations of a line that intersect both line 1 and line 2 at 90°.


L1:
x = 4 + 2t
y = 8 + 3t
z = -1 − 4t

L2:
x = 7 - 6t
y = 2+ t
z = -1 + 2t

Homework Equations



vector, parametric, symmetric equations of line in R3 and cross product equation.

The Attempt at a Solution



I obtained the direction vector for the line (L3) that intersects L1 and L2. It is [1,2,2].


And I let the point of intersection between L3 and L1 be:
[x1,y1,z1]=[4,8-1]+t[2,3,-4], tεℝ

And let the point of intersection between L3 and L2 be:
[x2,y2,z2] = [7,2,-1]+s[-6,1,2], sεℝ

And now to find the scalar multiple of direction vector of the L3 that intersects point 1 and point 2.
So, [x1,y1,z1]+n[1,2,2]=[x2, y2, z2], nεℝ

And when I solve I obtain s=-1, n=-1,..
But then I saw a different approach in which the individual used,

[x1,y1,z1]-[x2, y2, z2]=n[1,2,2], nεℝ

And this yields, s=1, n=1, t=-1.

So my question is which method is accurate/correct, or does it not really matter a great deal?
 
Physics news on Phys.org
NATURE.M said:

Homework Statement



Find the vector, parametric and symmetric equations of a line that intersect both line 1 and line 2 at 90°.

L1:
x = 4 + 2t
y = 8 + 3t
z = -1 − 4t

L2:
x = 7 - 6t
y = 2+ t
z = -1 + 2t

Homework Equations



vector, parametric, symmetric equations of line in R3 and cross product equation.

The Attempt at a Solution



I obtained the direction vector for the line (L3) that intersects L1 and L2. It is [1,2,2].


And I let the point of intersection between L3 and L1 be:
[x1,y1,z1]=[4,8-1]+t[2,3,-4], tεℝ

And let the point of intersection between L3 and L2 be:
[x2,y2,z2] = [7,2,-1]+s[-6,1,2], sεℝ

And now to find the scalar multiple of direction vector of the L3 that intersects point 1 and point 2.
So, [x1,y1,z1]+n[1,2,2]=[x2, y2, z2], nεℝ

And when I solve I obtain s=-1, n=-1,..
But then I saw a different approach in which the individual used,

[x1,y1,z1]-[x2, y2, z2]=n[1,2,2], nεℝ

And this yields, s=1, n=1, t=-1.

So my question is which method is accurate/correct, or does it not really matter a great deal?
Take your equation,  [x1,y1,z1] + n[1,2,2] = [x2, y2, z2]  and rearrange it to

[STRIKE][x1,y1,z1] - n[x2, y2, z2] = -n[1,2,2] .[/STRIKE]

[x1,y1,z1] - [x2, y2, z2] = -n[1,2,2] .

This is equivalent to the other individual's result !

Edited post to fix typo.
 
Last edited:
But there not equivalent. If you rearrange, [x1,y1,z1]+n[1,2,2]=[x2, y2, z2]
We obtain:[x1,y1,z1]-[x2, y2, z2]=-n[1,2,2] or [x2, y2, z2]-[x1,y1,z1]=n[1,2,2], which are not equivalent to [x1,y1,z1]-[x2, y2, z2]=n[1,2,2]---subtraction is not commutative.
And plus, if they were equivalent how would the s,t and n values obtained vary??
So once again does it not matter which method you use, or is there something I'm missing?
 
NATURE.M said:
But there not equivalent. If you rearrange, [x1,y1,z1]+n[1,2,2]=[x2, y2, z2]
We obtain:[x1,y1,z1]-[x2, y2, z2]=-n[1,2,2] or [x2, y2, z2]-[x1,y1,z1]=n[1,2,2], which are not equivalent to [x1,y1,z1]-[x2, y2, z2]=n[1,2,2]---subtraction is not commutative.
And plus, if they were equivalent how would the s,t and n values obtained vary??
So once again does it not matter which method you use, or is there something I'm missing?
Your n is equal to -n of your 'friend' , but that just makes the equations exactly equivalent, if you have the same t as he/she.
 
Okay I see what your saying. So then it really doesn't matter which equation I use.
Thanks.
 
One other question, when you substitute the s=-1 value into the equation
[x2,y2,z2] = [7,2,-1]+s[-6,1,2] the answer varies when you input the other s value.
But would it still be right??
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top