equation of a plane (again)

mathstresser

Junior Member
Joined
Jan 28, 2006
Messages
134
Find the equation of the plane that passes through the point (-1,2,1)and contains the line of intersection of the planes x+y-z=2 and 2x-y+3z=1.

I tried to find the line of intersection, but I don't know how with 3 variables and only two equations. And I don't know how to change the equations from the form they are in now.
 
Hello, mathstresser!

Find the equation of the plane that passes through the point (-1,2,1)
and contains the line of intersection of the planes x+y-z=2 and 2x-y+3z=1.

I tried to find the line of intersection, but I don't know how with 3 variables and only two equations.
There are a number of ways to solve this problem.

Here's just one of them.   \displaystyle \;Maybe others will suggest the alternatives.

To determine a plane, we need three points.
(I assume you know how to find the equation of a plane through 3 given points.)

We already have one point: (1,2,1)\displaystyle (-1,2,1) . . . so we need two more points.

We'll find any two points on the line of intersection.

Try to solve the system:   [1]  x+yz=2[2]  2xy+3x=1\displaystyle \;\begin{array}{cc}[1]\;x\,+\,y\,-\,z\:=\:2 \\ [2]\;2x\,-\,y\,+\,3x\:=\:1\end{array}

Add the two equations: 3x+2x=3        x=123z    \displaystyle \,3x\,+\,2x\:=\:3\;\;\Rightarrow\;\;x\:=\:1\,-\,\frac{2}{3}z\;\; [3]

Substitute into [1]: (123z)+yz=2        y=1+53z    \displaystyle \,\left(1\,-\,\frac{2}{3}z\right)\,+\,y\,-\,z\:=\:2\;\;\Rightarrow\;\;y\:=\:1\,+\,\frac{5}{3}z\;\; [4]

Let z=3.  \displaystyle z\,=\,3.\; Then [3] and [4] give us: x=1,  y=6\displaystyle \,x\,=\,-1,\;y\,=\,6
    \displaystyle \;\;We have a second point: (1,6,3)\displaystyle \,(-1,6,3)

Let z=3.  \displaystyle z\,=\,-3.\; Then [3] and [4] give us: x=3,  y=3\displaystyle \,x\,=\,3,\;y\,=\,-3
    \displaystyle \;\;We have a third point: (3,4,3)\displaystyle \,(3,-4,-3)

Now we can finish the problem . . .
 
Okay, just so I don't do something completely wrong, I thought I'd ask first...

With the three points, do I do a matrix?

-1 2 1
-1 6 3
3 -4 3

that would give me

-1(18-(-12))-2(-3-9)+1(4-18)
= -20

But that doesn't look right, so I don't really know what to do next.
 
This is the way I would do this problem.
The normal to the first plane is N1=1,1,1\displaystyle N_1 = \left\langle {1,1, - 1} \right\rangle ant the second normal is N2=2,1,3\displaystyle N_2 = \left\langle {2, - 1, 3} \right\rangle. If P=(1,2,1)\displaystyle P = ( - 1,2,1) is given point and Q=(1,1,0)\displaystyle Q = ( 1, 1, 0) is a point in the intersection of the two planes then the vector PQ×(N1×N2)\displaystyle \vec{PQ} \times \left( {N_1 \times N_2 } \right) is the normal vector of your plane.
 
Top