Intersecting planes example
Example
Find intersection of planes given by and .
Solution: In three dimensions (which we are implicitly working with here), what is the intersection of two planes? As long as the planes are not parallel, they should intersect in a line. So our result should be a line.
By now, you should know that you need to think a bit to find the equation for a line in three dimensions. In particular, we need to find a parametrization for a line.
How can we get a parametrization for the line formed by the intersection of these two planes? We need an equation for all that satisfy both and . This is a system of equations, and we attempt to solve this system. (This is a system of two equations and three unknowns, so we know we can’t solve it for a unique . But that makes sense, because we want a whole bunch of , i.e., a whole line of points.)
We could use either the method of “substitution” or the method of “elimination” to solve these equations. We’ll use the method of elimination. Since in both equations, has a coefficient of 1, we’ll subtract the two equations to eliminate . If we subtract from , we are left with
which we can rewrite as . Now, we don’t have enough equations to uniquely solve for either or . So, we’ll simply set , where can be any real number. Then . To find in terms of , we simply plug these values of and into one of the original equations. We’ll use the first one so that
We can write our parametrization of the line as