Find the intersection of the planes and
Solution
Two planes (usually) intersect in a line. If P and Q are two points on that line, they can be thought of as vectors from the origin to the line, and an arbitrary point on the line is then given parametrically by , where t is a real parameter. If , you are at point P and if you are at point Q. Other values of t give other points on the line.
So what you need to do is find two points on the line.
Since the line must belong to both planes, we have a system of equations
Adding first equation to second we have
and are the obvious points.
Now so the line is . Equating components gives a parametric representation of the line:
where is a real parameter.
Answer: (t,0,1-t), where t is a real parameter.