True or False: An equation of the form $ax_1 + bx_2 + cx_3 = d$ can be visualized as a line in $R^3$.

170 Views Asked by At

Is this true or false? If false, why is it false? An equation of the form $ax_1 + bx_2 + cx_3 = d$ can be visualized as a line in $\mathbb{R}^3$. I think it's false because an equation in this form it should be a plane in $\mathbb{R}^3$ not a line. Is that right?

2

There are 2 best solutions below

1
On BEST ANSWER

You can see that the points $(\frac{d}{a}, 0, 0), (0, \frac{d}{b}, 0), (0, 0, \frac{d}{c})$ all satisfy the equation. The first two points create a line that lies on $z=0$. However, the third point doesn't lie on the line, as $\frac{d}{c}\neq 0$.

($a,b,c,d$ might be equal to 0, but you can find other points that do not lie on the same line as well.)

0
On

One of the coefficients must be nonzero. We can let the other two variables be anything, in which case we can solve for this third variable, so there are two "degrees of freedom" (a plane) instead of one (a line). So your argument is correct. More geometrically:

Indeed, normalize the equation so it is of the form $\mathbf{n}\cdot\mathbf{x}=r$, where $\mathbf{n}$ is a unit normal vector. (This means dividing by $\sqrt{a^2+b^2+c^2}$ essentially.) This may be rewritten as $\mathbf{n}\cdot(\mathbf{x}-\mathbf{p})=0$ where $\mathbf{p}=r\mathbf{n}$. Thus, we can say the displacement vector $\mathbf{x}-\mathbf{p}$ is any vector orthogonal to $\mathbf{n}$, in which case the solution set $\{\mathbf{x}\}$ is the plane orthogonal to $\mathbf{n}$ and $r$ units it that direction (possibly backwards if $r<0$). Thus, it's an affine plane.