Explain why a line in three-space cannot be represented by a scalar equation.

In three-space, a line is a one-dimensional object that extends infinitely in two directions. To represent a line in three-space, we typically use parametric equations rather than scalar equations.

A scalar equation, in general, describes a relationship between variables using only scalars, which are quantities that have magnitude but no direction. Scalar equations involve only addition, subtraction, multiplication, and division of scalars.

However, a line in three-space has both direction and magnitude. It cannot be represented by a scalar equation alone since scalars lack the ability to describe the directionality of a line. Instead, we need parameters, which allow us to incorporate both direction and magnitude.

To represent a line in three-space, we typically use parametric equations. These equations involve parameters, typically denoted by some variable such as t, that allow us to describe the position of points on the line as a function of the parameter. Parametric equations involve vectors, which have both magnitude and direction, making them suitable for representing lines in three-space.

For example, a parametric equation for a line in three-space could be:

x = x₀ + at
y = y₀ + bt
z = z₀ + ct

Here, (x₀, y₀, z₀) represents a point on the line, and (a, b, c) represents the direction of the line. By varying the parameter t, we can generate an infinite number of points that lie on the line. This approach allows us to capture both the direction and magnitude of the line, which cannot be represented solely by a scalar equation.