Question
Question: How do you find parametric equations for the line of intersection of two planes \(2x-2y+z=1\) and \(...
How do you find parametric equations for the line of intersection of two planes 2x−2y+z=1 and 2x+y−3z=3 ?
Solution
We have been given the equations of two planes whose parametric equations for the line of intersection is to be found. Firstly, we shall find the point of intersection of these planes setting the value of the variable-z equal to zero. Then we shall find the cross product of the normal vectors of the planes to find the direction vector for the line. Further, we shall form the parametric equations of this line of intersection.
Complete step-by-step answer:
Given two planes, 2x−2y+z=1 and 2x+y−3z=3.
The parametric equations of their line of intersection is given as
x=x0+λay=y0+λbz=z0+λc
Where,
(x0,y0,z0)= point of intersection of the two planes
(a,b,c)= direction vectors of the line of intersection
λ= parameter of the parametric equations
In order to find the point of intersection of the two planes, we shall set z=0 in both equations and get the modified equations as 2x−2y+(0)=1 and 2x+y−3(0)=3, that is,2x−2y=1 and 2x+y=3.
Now, we shall simply solve these equations simultaneously to find the x and y-coordinate of the point of intersection of planes.
2x−2y=1−2x+ y=3 0 −3y=−2
⇒−3y=−2
⇒y=32
Substituting this value of y-coordinate in one of the equations, we get
⇒2x−2(32)=1⇒2x−34=1⇒2x=1+34
⇒2x=37
Dividing both sides by 2, we get
⇒x=67
Thus, the point of intersection is (67,32,0) .
Now to find the direction vector of line, we shall find the cross product of normal vectors of 2x−2y+z=1 and 2x+y−3z=3.
⇒(a,b,c)=i^ 2 2 j^−21k^1−3
Expanding along the first column, we calculate the determinant as
⇒(a,b,c)=i^(−2(−3)−1(1))−j^(−3×2−2×1)+k^(2×1−2(−2))
⇒(a,b,c)=i^(6−1)−j^(−6−2)+k^(2+4)
⇒(a,b,c)=5i^+8j^+6k^
Finally, we shall substitute these values in the parametric equations.
x=67+5λy=32+8λz=0+6λ
To find the combined equation, we shall add these three separate equations.
r=67+32+λ(5i^+8j^+6k^)
Therefore, parametric equations for the line of intersection of two planes 2x−2y+z=1 and 2x+y−3z=3 are x=67+5λ,y=32+8λ and z=6λ or r=67+32+λ(5i^+8j^+6k^).
Note: We must remember to set the value of one variable out of the three variables, x, y and z, equal to zero while computing the point of intersection of two planes or else it will be impossibly to solve the two equations. However, another method of finding the point of intersection is by application of the Cramer’s rule.