3. Geometry and Trigonometry

Vector Equations Of Lines

Vector Equations of Lines

students, imagine standing on a map with a starting point and a direction arrow πŸšΆβ€β™‚οΈβž‘οΈ. If you know where you begin and how you move, you can describe a path exactly. That is the key idea behind vector equations of lines. In this lesson, you will learn how to represent a line using a point and a direction vector, how to read and write the equation in different forms, and how this connects to other parts of geometry and trigonometry.

By the end of this lesson, you should be able to:

  • explain the meaning of a vector equation of a line,
  • write a line using a point and a direction vector,
  • check whether a point lies on a line,
  • find intersections and relationships between lines,
  • connect line equations to vectors, coordinates, and 3D geometry.

What Is a Vector Equation of a Line?

A vector equation of a line describes every point on a line using vectors. In two dimensions or three dimensions, a line can be written as

$$\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$$

where:

  • $\mathbf{r}$ is the position vector of a general point on the line,
  • $\mathbf{a}$ is the position vector of a known point on the line,
  • $\mathbf{d}$ is a direction vector of the line,
  • $\lambda$ is a scalar parameter.

This equation says: start at the point with position vector $\mathbf{a}$, then move any number of times along the direction vector $\mathbf{d}$. If $\lambda=0$, you are at the known point. If $\lambda=1$, you move one full step in the direction of $\mathbf{d}$. If $\lambda=-2$, you move two steps in the opposite direction.

This idea is very useful because a single equation can represent an entire line in a clear and compact way πŸ“.

For example, if a line passes through the point $(2,-1)$ and has direction vector $\begin{pmatrix}3\\4\end{pmatrix}$, then one vector equation is

$$\mathbf{r}=\begin{pmatrix}2\\-1\end{pmatrix}+\lambda\begin{pmatrix}3\\4\end{pmatrix}.$$

This means the coordinates of any point on the line are determined by the parameter $\lambda$.

Building the Equation from a Point and a Direction

The most common way to form a vector equation of a line is to use:

  • one point on the line,
  • one direction vector parallel to the line.

If a line passes through the point $A(x_1,y_1)$ and has direction vector $\begin{pmatrix}a\b\end{pmatrix}$, then a point $P(x,y)$ on the line can be written as

$$\begin{pmatrix}x\y\end{pmatrix}=\begin{pmatrix}x_1\y_1\end{pmatrix}+\lambda\begin{pmatrix}a\b\end{pmatrix}.$$

This can be expanded into parametric form:

$$x=x_1+a\lambda, \qquad y=y_1+b\lambda.$$

In 3D, if the direction vector is $\begin{pmatrix}a\b\c\end{pmatrix}$ and the line passes through $(x_1,y_1,z_1)$, then

$$\begin{pmatrix}x\y\z\end{pmatrix}=\begin{pmatrix}x_1\y_1\z_1\end{pmatrix}+\lambda\begin{pmatrix}a\b\c\end{pmatrix}.$$

This is especially important in IB Mathematics: Analysis and Approaches HL because many geometry problems in 3D are easier when written in vector form.

Example 1

A line passes through $(1,2)$ and has direction vector $\begin{pmatrix}-2\\5\end{pmatrix}$. Write its vector equation.

Using the formula,

$$\mathbf{r}=\begin{pmatrix}1\\2\end{pmatrix}+\lambda\begin{pmatrix}-2\\5\end{pmatrix}.$$

The parametric equations are

$$x=1-2\lambda, \qquad y=2+5\lambda.$$

If you want the point when $\lambda=3$, substitute into the equation:

$$x=1-6=-5, \qquad y=2+15=17.$$

So the point is $(-5,17)$.

Understanding Direction Vectors and Position Vectors

To use vector equations well, students, you need to understand the difference between a position vector and a direction vector.

A position vector tells you where a point is relative to the origin. For example, the point $(4,-1,2)$ has position vector

$$\begin{pmatrix}4\\-1\\2\end{pmatrix}.$$

A direction vector tells you the direction of movement along a line. It does not give a location by itself; it only shows movement. For example, the vector

$$\begin{pmatrix}2\\-3\\1\end{pmatrix}$$

means β€œmove $2$ units in the $x$-direction, $-3$ units in the $y$-direction, and $1$ unit in the $z$-direction.”

Any non-zero scalar multiple of a direction vector is also a direction vector. So if $\begin{pmatrix}2\\-3\\1\end{pmatrix}$ is a direction vector, then so is

$$\begin{pmatrix}4\\-6\\2\end{pmatrix}$$

and also

$$\begin{pmatrix}-2\\3\\-1\end{pmatrix}.$$

These all describe the same line direction because they are parallel.

This is useful in coordinate geometry because lines can be compared by looking at whether their direction vectors are scalar multiples of one another.

Example 2

Determine whether the vectors $\begin{pmatrix}3\\6\end{pmatrix}$ and $\begin{pmatrix}1\\2\end{pmatrix}$ can represent the same direction.

Yes, because

$$\begin{pmatrix}3\\6\end{pmatrix}=3\begin{pmatrix}1\\2\end{pmatrix}.$$

So the vectors are parallel and point in the same direction.

Checking Whether a Point Lies on a Line

A common exam skill is checking if a point lies on a line. The method is simple:

  1. write the line equation,
  2. substitute the point,
  3. see if the same value of $\lambda$ works in every coordinate.

If it does, the point is on the line; if not, it is not.

Example 3

A line is given by

$$\mathbf{r}=\begin{pmatrix}2\\-1\end{pmatrix}+\lambda\begin{pmatrix}4\\3\end{pmatrix}.$$

Check whether the point $(10,5)$ lies on the line.

From the $x$-coordinate,

$$10=2+4\lambda,$$

so

$$\lambda=2.$$

Now test the $y$-coordinate:

$$5=-1+3\lambda.$$

Substitute $\lambda=2$:

$$-1+3(2)=5.$$

The same value of $\lambda$ works, so $(10,5)$ lies on the line βœ….

This technique is important because it connects algebra with geometry: a point belongs to the line only if it fits the line’s rule.

Intersections and Relationships Between Lines

Vector equations help us study how lines relate to each other. Two lines may be:

  • intersecting,
  • parallel,
  • coincident,
  • skew in 3D.

If two lines in 2D are written as

$$\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$$

and

$$\mathbf{r}=\mathbf{b}+\mu\mathbf{e},$$

then they intersect if there are values of $\lambda$ and $\mu$ that make the coordinates equal at the same point.

Example 4

Consider the lines

$$\mathbf{r}=\begin{pmatrix}1\\0\end{pmatrix}+\lambda\begin{pmatrix}2\\1\end{pmatrix}$$

and

$$\mathbf{r}=\begin{pmatrix}5\\2\end{pmatrix}+\mu\begin{pmatrix}-1\\0\end{pmatrix}.$$

For the first line:

$$x=1+2\lambda, \qquad y=\lambda.$$

For the second line:

$$x=5-\mu, \qquad y=2.$$

Since the second line always has $y=2$, set $\lambda=2$ in the first line. Then $x=1+2(2)=5$. So the point is $(5,2)$.

Now check the second line: if $x=5$, then $5=5-\mu$, so $\mu=0$. Both lines pass through $(5,2)$, so they intersect there.

In 3D, lines may not meet even if they are not parallel. Such lines are called skew lines. This is one reason vector methods are powerful: they help describe geometry in three dimensions where simple drawings can be misleading.

Why Vector Equations Matter in IB Mathematics AA HL

Vector equations of lines are not just a topic on their own; they connect to the bigger picture of geometry and trigonometry.

They help you:

  • describe lines in $2$D and $3$D,
  • solve intersection problems,
  • model paths and motion,
  • compare parallel and perpendicular directions,
  • prepare for plane equations and further vector geometry.

In real life, vector equations can represent movement on a grid, navigation by GPS, computer graphics, and physical motion in space. For example, a drone flight path can be described by a starting position and a direction vector. If the drone changes direction, a new line equation describes the next path.

The main idea is that geometry becomes more flexible when written with vectors. Instead of relying only on shapes, you can use algebra to calculate exact answers.

Conclusion

Vector equations of lines give a precise way to describe a line using a point and a direction vector. The general form $\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$ appears throughout IB Mathematics: Analysis and Approaches HL because it connects algebra, geometry, and motion. students, once you can build and interpret these equations, you can check points, find intersections, and analyze lines in both $2$D and $3$D. This topic is a foundation for more advanced vector geometry and is a key tool in coordinate and three-dimensional geometry πŸ“.

Study Notes

  • A line can be written as $\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$.
  • $\mathbf{a}$ is a position vector of a point on the line.
  • $\mathbf{d}$ is a direction vector parallel to the line.
  • $\lambda$ is a scalar parameter that moves along the line.
  • The parametric form of a line comes from separating the components of the vector equation.
  • A point lies on a line if one value of $\lambda$ works for all coordinates.
  • Any non-zero scalar multiple of a direction vector gives the same line direction.
  • In $3$D, vector equations are especially useful for studying intersections and skew lines.
  • Vector equations connect coordinate geometry with trigonometric and geometric reasoning in IB Mathematics AA HL.

Practice Quiz

5 questions to test your understanding

Vector Equations Of Lines β€” IB Mathematics Analysis And Approaches HL | A-Warded