6. Vectors in Euclidean Space

Lines And Planes

Lines and Planes in Euclidean Space

students, imagine a drone flying through a city 🛸. To describe where it can move, we need more than just single points. We need straight paths, flat surfaces, and the rules that tell us whether two paths meet, are parallel, or lie on the same surface. In Linear Algebra, these ideas are modeled by lines and planes in Euclidean space.

In this lesson, you will learn how to describe lines and planes using vectors and equations, how to recognize their forms, and how these ideas connect to the bigger picture of vectors in Euclidean space. By the end, you should be able to:

  • explain the key terminology for lines and planes,
  • write and interpret equations for lines and planes,
  • use vector reasoning to solve basic geometry problems,
  • connect lines and planes to the study of vectors in

Euclidean space.

1. What a line really means in vector form

A line in space is not just a drawing on paper. In

\mathbb{R}^2$ or $

\mathbb{R}^3, a line is a set of points that extends forever in both directions. In Linear Algebra, a line is often written using a point and a direction vector.

If a line passes through a point with position vector $\mathbf{r}_0$ and has direction vector $\mathbf{d}$, then every point $\mathbf{r}$ on the line satisfies

$$\mathbf{r} = \mathbf{r}_0 + t\mathbf{d}, \quad t \in \mathbb{R}.$$

This is called the vector equation of a line. The number $t$ is a parameter. It tells you how far to move along the line from the starting point.

For example, suppose a line passes through the point $(1, 2, 3)$ and has direction vector $(2, -1, 4)$. Then its vector equation is

$$\mathbf{r} = (1, 2, 3) + t(2, -1, 4).$$

This means that every point on the line has coordinates

$$x = 1 + 2t, \quad y = 2 - t, \quad z = 3 + 4t.$$

This set of three equations is called a parametric form of the line.

A helpful real-world picture 🎯: think of a train track. The starting station is the point $\mathbf{r}_0$, and the track’s direction is given by $\mathbf{d}$. The parameter $t$ tells you where you are on the track.

2. Lines in two dimensions and three dimensions

In

\mathbb{R}^2, a line can be written as

$$\mathbf{r} = \mathbf{r}_0 + t\mathbf{d},$$

where both vectors have two components. In

\mathbb{R}^3, the same idea works, but now vectors have three components.

A common form in the plane is the slope-intercept form

$$y = mx + b,$$

where $m$ is the slope and $b$ is the $y$-intercept. This is familiar from school algebra, but Linear Algebra generalizes it using vectors.

For a line through $(x_0, y_0)$ with direction vector $(a, b)$, we can write

$$x = x_0 + at, \quad y = y_0 + bt.$$

If $a \neq 0$, eliminating $t$ gives a familiar equation of a line. This shows that vector equations and algebraic equations describe the same object in different ways.

Example:

A line through $(3, 1)$ with direction vector $(2, 5)$ has parametric equations

$$x = 3 + 2t, \quad y = 1 + 5t.$$

To eliminate $t$, solve $t = \frac{x - 3}{2}$ and substitute into $y$:

$$y = 1 + 5\left(\frac{x - 3}{2}\right).$$

This is a standard line equation written using algebra.

3. Planes in three-dimensional space

A plane is a flat surface that extends forever in all directions. In

\mathbb{R}^3, a plane is determined by a point and two non-parallel direction vectors, or by a point and a normal vector.

If a plane passes through a point with position vector $\mathbf{r}_0$ and contains direction vectors $\mathbf{u}$ and $\mathbf{v}$, then any point on the plane can be written as

$$\mathbf{r} = \mathbf{r}_0 + s\mathbf{u} + t\mathbf{v}, \quad s,t \in \mathbb{R}.$$

This is the vector equation of a plane.

Example:

A plane through $(1, 0, 2)$ with direction vectors $(1, 2, 0)$ and $(0, 1, 3)$ is

$$\mathbf{r} = (1, 0, 2) + s(1, 2, 0) + t(0, 1, 3).$$

Writing it in coordinates gives

$$x = 1 + s, \quad y = 2s + t, \quad z = 2 + 3t.$$

This says the plane is generated by moving in two independent directions from the starting point.

Think of a sheet of paper floating in space đź“„. One direction vector points along the length, another along the width. The point $\mathbf{r}_0$ tells you where the sheet is anchored.

4. The normal vector form of a plane

A very important idea in plane geometry is the normal vector. A normal vector is a vector perpendicular to the plane.

If a plane has normal vector $\mathbf{n} = (a, b, c)$ and passes through a point $(x_0, y_0, z_0)$, then every point $(x, y, z)$ on the plane satisfies

$$a(x - x_0) + b(y - y_0) + c(z - z_0) = 0.$$

This is the point-normal form of a plane.

Why does this work? The vector from $(x_0, y_0, z_0)$ to any point $(x, y, z)$ on the plane lies inside the plane. Since the normal vector is perpendicular to every direction in the plane, their dot product is zero.

Using the dot product, we can also write the condition as

$$\mathbf{n} \cdot (\mathbf{r} - \mathbf{r}_0) = 0.$$

Example:

If a plane passes through $(2, -1, 4)$ and has normal vector $(3, 1, -2)$, then

$$3(x - 2) + (y + 1) - 2(z - 4) = 0.$$

Expanding gives

$$3x + y - 2z + 3 = 0.$$

This is an equation of the plane in Cartesian form.

5. Relationships among lines and planes

Lines and planes can interact in several ways. Understanding these relationships is a major part of vector reasoning.

A line and a plane

A line may:

  • intersect a plane at one point,
  • lie entirely inside the plane,
  • be parallel to the plane and never meet it.

To test this, write the line in parametric form and substitute its coordinates into the plane equation. The resulting equation in $t$ may have one solution, infinitely many solutions, or no solution.

Example:

Suppose the line is

$$x = 1 + t, \quad y = 2 - t, \quad z = 3 + 2t,$$

and the plane is

$$x + y + z = 7.$$

Substitute the line into the plane:

$$ (1 + t) + (2 - t) + (3 + 2t) = 7.$$

This simplifies to

$$6 + 2t = 7,$$

so

$$t = \frac{1}{2}.$$

Since there is exactly one solution, the line intersects the plane at one point.

Two lines

Two lines in space may:

  • intersect,
  • be parallel,
  • be skew.

Skew lines do not intersect and are not parallel. This happens only in three dimensions. In a flat plane, two distinct lines either intersect or are parallel, but in space they can miss each other completely.

To check whether two lines are parallel, compare their direction vectors. If one direction vector is a scalar multiple of the other, the lines are parallel.

If the lines are not parallel, you can try to solve their parametric equations simultaneously to see whether they intersect.

6. Why lines and planes matter in Linear Algebra

Lines and planes are examples of affine sets, meaning they are shifted versions of subspaces. This connects directly to the broader study of vectors in Euclidean space.

A line through the origin with direction vector $\mathbf{d}$ has the form

$$\mathbf{r} = t\mathbf{d},$$

which is a one-dimensional subspace of $\mathbb{R}^n$. A plane through the origin spanned by two independent vectors $\mathbf{u}$ and $\mathbf{v}$ has the form

$$\mathbf{r} = s\mathbf{u} + t\mathbf{v},$$

which is a two-dimensional subspace of $\mathbb{R}^3$.

This is important because Linear Algebra studies how vectors combine, how sets of vectors span spaces, and how equations describe geometric objects. Lines and planes are the geometric language of those ideas.

A practical example 🏙️: a navigation app may use vector equations to model roads as lines, street grids as collections of lines, and building walls or surfaces as planes. Engineers, architects, and computer graphics systems all use these ideas.

Conclusion

students, lines and planes are central objects in Euclidean space. A line can be described by a point and a direction vector, while a plane can be described by a point and either two direction vectors or a normal vector. These descriptions are not just different formulas—they are different ways of thinking about the same geometric objects.

By learning vector equations, parametric equations, and plane equations, you gain tools for solving problems about intersections, parallelism, and geometry in $\mathbb{R}^2$ and $\mathbb{R}^3$. Most importantly, lines and planes show how Linear Algebra turns geometry into a language of vectors, equations, and structure.

Study Notes

  • A line in vector form is written as $\mathbf{r} = \mathbf{r}_0 + t\mathbf{d}$.
  • The vector $\mathbf{r}_0$ gives a point on the line, and $\mathbf{d}$ gives the direction.
  • Parametric equations come from the components of $\mathbf{r} = \mathbf{r}_0 + t\mathbf{d}$.
  • A plane in vector form is written as $\mathbf{r} = \mathbf{r}_0 + s\mathbf{u} + t\mathbf{v}$.
  • A plane can also be written using a normal vector $\mathbf{n}$ as $\mathbf{n} \cdot (\mathbf{r} - \mathbf{r}_0) = 0$.
  • The point-normal form of a plane is $a(x - x_0) + b(y - y_0) + c(z - z_0) = 0$.
  • A line and a plane may intersect once, never meet, or one may lie inside the other.
  • Two lines in space may intersect, be parallel, or be skew.
  • If direction vectors are scalar multiples, the lines are parallel.
  • Lines and planes connect geometry to vector spaces, spans, and subspaces in Linear Algebra.

Practice Quiz

5 questions to test your understanding

Lines And Planes — Linear Algebra | A-Warded