Change format of equation of plane

ChickenChakuro
Messages
31
Reaction score
0
Hi all, I have a plane defined like this:

x = 2 +t
y = 2+t
z = t

How do I put it in the format:
Ax + By + Cz = D?

I feel stupid! :confused:
 
Physics news on Phys.org
So it is the line through (2,2,0) and parallel to the vector v = (1,1,1)
 
Last edited:
Why is it not parallel to the vector v = (1,1,1)?
 
You may want to investigate this: http://mathworld.wolfram.com/Plane.html" .
 
Last edited by a moderator:
ChickenChakuro said:
Hi all, I have a plane defined like this:

x = 2 +t
y = 2+t
z = t

How do I put it in the format:
Ax + By + Cz = D?

I feel stupid! :confused:
Well, feel only a little bit stupid!:rolleyes: That's not the equation of a plane! Since x, y, z depend on a single parameter, t, it is the equation of a one-dimensional figure. Since the functions are linear, it is the equation of a line, not a plane.
 
Ah ok, thanks for all the help!
 
Guess what? Turns out it was a textbook orthographical error. It was supposed to be "line" not "plane." And I was stumped for so long!
 
Back
Top