- #1
cris623
- 9
- 0
Linear Algebra - Find the value of "a" such that 2 lines lie in a plane
Consider the lines L1 and L2 with the following equations:
L1: (x y z)=(7 4 −4)+t(2 2 −2)
L2: (x y z)=(a 4 −4)+s(−3 2 −2)
Find the value of a such that L1 and L2 lie in a plane.
They also gave the hint : What must the minimal distance between the two lines be if we are to be sure they lie in the same plane?
Thanks :)
I tried to find the intersection of the two lines
To solve I tried to set up the equations for individual x,y,x coordinates:
L1:
x=7+2t
y=4+2t
z=-4+2t
and L2:
x=a-3s
y=4+2s
z=-4-2s
and then set the equations equal to each other as:
7+2t=a-3s
4+2t=4+2s
-4+2t=4-2s
and then set up a matrix to solve for variables a, s and t
The final time I reduced I got :
(1 -3 -2 | 7)
(0 0 0 | 0)
(0 0 0 | 0)
I'm assuming my thought process was a little off and I'm not too sure where to go from here, and I'm kind of confused how the hint about minimal distance applies to this problem.
Thanks in advance!
Homework Statement
Consider the lines L1 and L2 with the following equations:
L1: (x y z)=(7 4 −4)+t(2 2 −2)
L2: (x y z)=(a 4 −4)+s(−3 2 −2)
Find the value of a such that L1 and L2 lie in a plane.
They also gave the hint : What must the minimal distance between the two lines be if we are to be sure they lie in the same plane?
Thanks :)
Homework Equations
The Attempt at a Solution
I tried to find the intersection of the two lines
To solve I tried to set up the equations for individual x,y,x coordinates:
L1:
x=7+2t
y=4+2t
z=-4+2t
and L2:
x=a-3s
y=4+2s
z=-4-2s
and then set the equations equal to each other as:
7+2t=a-3s
4+2t=4+2s
-4+2t=4-2s
and then set up a matrix to solve for variables a, s and t
The final time I reduced I got :
(1 -3 -2 | 7)
(0 0 0 | 0)
(0 0 0 | 0)
I'm assuming my thought process was a little off and I'm not too sure where to go from here, and I'm kind of confused how the hint about minimal distance applies to this problem.
Thanks in advance!