Solving Equations of Planes Parallel to a Line

AI Thread Summary
To find the equation of a plane containing a specific line and parallel to another, the normal vector is determined using the cross product of the direction vectors of the lines. The point on the plane is given as (3,3,-3), and the normal vector calculated is (-9,9,-9). The equation derived from this normal vector is adjusted to the required form, resulting in 2x + 2y - 2z = 18. There is a discussion about potential errors in the normal vector calculation, with one participant confirming their result of x + y - z = 9 as also valid. The conversation highlights the importance of verifying calculations when solving for plane equations.
doublemint
Messages
138
Reaction score
0

Homework Statement



Find the equation of the plane which contains the line:

(x,y,z) = (3,3,-3) + t(0,-3,-3)

and is parallel to the line:

(x,y,z) = (4,2,0) + t (3,-2,1)

Write your answer in the form 2 x + B y + C z = D, and give the values of B, C and D as your answer


Homework Equations


Cross Product
(x-x0, y-y0, z-z0) . (a, b, c) = 0


The Attempt at a Solution



So I need a point and a normal to determine the equation of the plane. Point: (3,3,-3). The normal I found was the cross product of (0,-3,-3) and (3,-2,1) = (-9,9,-9).
I then used the equation (x-x0, y-y0, z-z0) . (a, b, c) = 0 and got -9x+9y-9z=27.
Then i multiplied it by -2/9 since the answer needed to start with 2x, I get 2x-2y+2z=-6
but its wrong..

So any help would be appreciated!
Thank You!
 
Physics news on Phys.org
i don't konw whether you did a mistake or me, when finding the normal vector on your plane because i got (-9,-9,9)

and for the final answer I'm getting x+y-z=9. what's the answer on yor book/notes?
look you might be getting a parallel plane, depending on what point you chose.
 
Last edited:
I think your right. So was your finally answer 2x+2y-2z=18?
 
doublemint said:
I think your right. So was your finally answer 2x+2y-2z=18?

yes, i got x+y-z=9, which is a parallel plane with yours.
 
Nice! Thanks sutupidmath!
 
Back
Top