kieth89
- 31
- 0
Homework Statement
Find an equation of the line where the planes Q and R intersect.
Q: -2x + 3y - z = 1; R: x + y + z = 0
Homework Equations
Equation of a Plane: ax + by + cz = d,where \vec{n} = <a, b, c>
Equation of a Line in R^{3}: \vec{r}(t)=<x_{0}, y_{0}, z_{0}> + t<x,y,z>
The Attempt at a Solution
First I find a point common to both planes, this will be P_{0}.
Set y = 0 and add the plane equations:
-2x + 0y - z - 1 = 0
1x + 0y + z - 0 = 0
Resulting in: -x - 1 = 0 so x = -1 , z = 1<br /> and P_{0} = (-1, 0, 1).
Now I find the direction vector for our line. This will just be the cross product of the normal vectors from the two plane equations:
<-2, 3, -1> X <1, 1, 1> = <4, 1, -5>
Now I just plug the obtained info into the equation for a line:
\vec{r}(t) = <-1, 0, 1> + t<4, 1, -5> -> \vec{r}(t) = <-1 + 4t, t, 1 - 5t>
I felt pretty confident in this answer, but the answer key says it should be <-\frac{1}{5} + 4t, \frac{1}{5} + t, -5t>. I'm wondering if my answer is different due to using a different P_{0}, but I don't know...