We are asked to find the symmetric equations of the line of intersection of the two planes:
x+4y−2z=13
2x−y−2z=5
2. Solution Steps
First, we find the direction vector of the line of intersection. The direction vector is parallel to the cross product of the normal vectors of the two planes.
The normal vector of the first plane is n1=<1,4,−2>.
The normal vector of the second plane is n2=<2,−1,−2>.
Now, we need to find a point on the line of intersection. We can do this by setting one of the variables to a value (say, z=0) and solving the resulting system of two equations in two variables.
x+4y=13
2x−y=5
Multiply the second equation by 4:
8x−4y=20
Add this to the first equation:
x+4y+8x−4y=13+20
9x=33
x=933=311
Substitute x=311 into 2x−y=5:
2(311)−y=5
322−y=5
y=322−5=322−15=37
So, a point on the line of intersection is (311,37,0).
The symmetric equations of the line are given by:
ax−x0=by−y0=cz−z0
where (x0,y0,z0) is a point on the line and <a,b,c> is the direction vector.
In this case, (x0,y0,z0)=(311,37,0) and <a,b,c>=<−10,−2,−9>.