[Math] Intersection of 2 planes

3dcalculusgeometryintuitionmultivariable-calculus

The question asks to find the parametric equations of the line of intersection between the planes

$3x+2y-z=28$

$x-4y+2z=0$

I think I know how to do it and I think I got the right answer, but I don't really intuitively understand it:

I multiplied the first equation by $-2$, added the equations together, and the $y's$ and the $z's$ canceled out and was left with $x=8$. Then I substituted $x=8$ into one of the equation, and I think the result ($2y-z=24$) represents the line of intersection. However, I don't REALLY understand what I'm doing. I think the fact that the equations canceled to $x=8$ means that the line of intersection lies on $x=8$, but I don't really know.

Best Answer

Let's write the equations of the planes as

$$z=3x+2y-28 \tag 1$$

and

$$z=-\frac12 x+2y \tag 2$$

If the planes intersect, then obviously the values of $z$ on the line of intersection must be equal. So, setting the right-hand sides of $(1)$ and $(2)$ equal yields

$3x+2y-28=-\frac12 x+2y\implies x=8$

Thus, the two planes intersect at a line on the plane $x=8$. To find the line in the plane $x=8$, we need only look on either plane and see the relationship between $y$ and $z$. To that end, letting $x=8$ in $(1)$ reveals that

$$z=2y-4$$

Therefore, the line of intersection is given parametrically by

$$\vec r(t)=(\hat x8+\hat y2)+(\hat y +\hat 2z)t$$

Related Question