Find parametric representation for the plane

AI Thread Summary
The discussion focuses on finding a parametric representation for the plane defined by the equation 4x−2y+10z=16. The initial attempt involved using parameters "u" and "v" for x and y, leading to a rearrangement for z. However, it was pointed out that the final expression should only include the parameters u and v, not x and y. The correct solution presented was (10u, 10v, −4u + 2v + 1.6), which aligns with defining the parameters as x=10u and y=10v. An alternative method was also suggested, using x and z as parameters for a different representation.
dan38
Messages
57
Reaction score
0

Homework Statement



Plane: 4x−2y+10z =16.

Homework Equations





The Attempt at a Solution



So I've used two parameters, "u" and "v" with x = u and y = v
Re-arranging z in terms of "u" and "v": z = 1.6 - 0.4x + 0.2y
Hence r(t) = (u , v , 1.6 - 0.4 x + 0.2y)
Is this correct?
 
Physics news on Phys.org
Essentially. x and y shouldn't be in your final expression; there should only be u and v.
 
oh yeah, sorry was a typo
but anyway, the solutions say the answer is (10u,10v,−4u+2v+1.6)
which isn't equivalent to my answer...
 
They're equivalent. The solutions defined the parameters as x=10u and y=10v.
 
ah I see, thanks!
 
Personally, I would have got a third answer!
We can easily solve 4x- 2y+ 10z= 16 for y: y= 2x+ 5z- 8.

Now, use x and z as parameters:
x= u
y= 2u+ 5v- 8
z= v
 
Back
Top