- #1
- 198
- 5
Homework Statement
Hi,
An equation of the form Ax + By + C = 0 is a standard equation of a line in 2D.
An equation of the form Ax + By + Cz + D = 0 is an equation of a plane.
Is it possible to:
Describe a plane in space, written in standard form, such that one variable is missing from the equation?
For instance, if z = 0, then Ax + By + Cz + D = 0 becomes Ax+By+D=0.
If z = 0, then the equation of the plane can no longer describe a plane, but instead only describe a line, correct?
Reason for the question is because when a vector equation of a line described by two points, say (1,2,3) and (5,7,10), a vector equation in symmetric form can be written as such:
[tex]\frac{x-1}{4}= \frac{y-2}{5} = \frac{z-3}{7}[/tex]
which simplifies to two equations which seem to describe two lines instead of two planes:
[itex]\frac{x-1}{4}= \frac{y-2}{5} = \frac{z-3}{7} [/itex]
[itex]\frac{x-1}{4} =\frac{y-2}{5}[/itex] and [itex]\frac{y-2}{5}= \frac{z-3}{7}[/itex]
[itex]-5 \big(x-1)+4 \big(y-2) = 0[/itex] and [itex]7 \big(y-2) -5 \big(z-3) =0[/itex]
[itex]-5x + 4y - 3 = 0[/itex] and [itex]7y-5z+1 = 0[/itex]
As can be seen, these are two equations of two variables. I understand this to describe two lines. One line in the xy plane and another line in the yz plane. It doesn't make sense to me that two lines intersect to make a new line. So how is it that these two seemingly linear equations are actually two equations of planes? Is it possible that I just don't understand the equation of a plane well enough?
Homework Equations
[itex]-5x + 4y - 3 = 0[/itex] and [itex]7y-5z+1 = 0[/itex]
The Attempt at a Solution
Guess #1: would be that these two equations are in fact linear equations, represent 2 lines instead of 2 planes, and I am calculating wrong to arrive a such equations.
Guess #2: would be that these two equations are actually equations of planes and due to 3 variables being utilized across 2 equations (even if each equation only contains 2 variables) some how represents two planes.