Solving Equations of Planes Parallel to a Line

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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!