3. Geometry and Trigonometry

Intersections Of Lines And Planes

Intersections of Lines and Planes

students, imagine a drone flying through a city 🛸. Its path is a line in space, while rooftops, roads, and walls can be thought of as planes. A big question in geometry is: where do these paths and surfaces meet? Finding the intersection of a line and a plane helps solve real problems in navigation, design, physics, and architecture. In IB Mathematics: Analysis and Approaches HL, this topic combines coordinate geometry, vectors, and algebra to describe exactly when objects meet, stay separate, or lie entirely together.

Key Ideas and Objectives

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

  • explain what it means for a line and a plane to intersect in $3$D space,
  • use vector and Cartesian forms to find intersection points,
  • recognize when there is no intersection or infinitely many intersections,
  • connect line-plane intersections to broader geometry and trigonometry ideas,
  • use algebraic reasoning to justify your answers clearly.

The main challenge is that space is not flat like a $2$D graph. A line can pass through a plane, lie inside it, or run parallel to it without touching it. Understanding these possibilities is a major part of HL geometry and trigonometry 📐.

Describing Lines and Planes

In coordinate geometry, a line in $3$D is often written in vector form as

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

where $\mathbf{a}$ is a position vector of a point on the line, $\mathbf{d}$ is a direction vector, and $\lambda$ is a parameter. This tells us every point on the line is reached by moving some amount in the direction of $\mathbf{d}$.

A plane can be written in Cartesian form as

$$ax+by+cz=d,$$

where $a$, $b$, and $c$ are constants. The vector $\mathbf{n}=(a,b,c)$ is normal to the plane, which means it is perpendicular to every line lying in the plane.

A plane can also be written in vector form as

$$\mathbf{r}\cdot\mathbf{n}=k,$$

where $\mathbf{n}$ is a normal vector and $k$ is a constant. This form is especially useful when working with intersections because it links a point on the line directly to the plane equation.

Finding the Intersection of a Line and a Plane

To find where a line meets a plane, students, the standard method is to substitute the parametric form of the line into the plane equation.

Suppose the line is

$$x=x_0+\lambda u,\quad y=y_0+\lambda v,\quad z=z_0+\lambda w,$$

and the plane is

$$ax+by+cz=d.$$

Substitute the line equations into the plane equation:

$$a(x_0+\lambda u)+b(y_0+\lambda v)+c(z_0+\lambda w)=d.$$

Then solve for $\lambda$. Once $\lambda$ is found, substitute it back into the line equations to get the coordinates of the intersection point.

Example

Find the intersection of the line

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

and the plane

$$x+2y-z=4.$$

Write the line in coordinate form:

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

Substitute into the plane:

$$ (1+2\lambda)+2(2-\lambda)-(3+\lambda)=4.$$

Simplify:

$$1+2\lambda+4-2\lambda-3-\lambda=4,$$

so

$$2-\lambda=4.$$

Therefore,

$$\lambda=-2.$$

Now substitute back:

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

So the intersection point is

$$(-3,4,1).$$

This method works because a point on the line must satisfy both the line and plane equations at the same time.

Different Types of Relationships

Not every line and plane intersect at one point. There are three main possibilities.

1. One intersection point

This is the most common case. The line cuts through the plane at exactly one point. Algebraically, the substitution gives one value of $\lambda$.

2. No intersection

A line may be parallel to a plane and never touch it. If the substitution produces a contradiction such as

$$0=5,$$

then there is no solution, so the line does not meet the plane.

3. Infinitely many intersections

If every point on the line lies in the plane, then the line is contained in the plane. In this case, the substitution gives an identity such as

$$0=0.$$

That means every value of $\lambda$ works, so there are infinitely many intersection points.

Understanding these three cases is important because it prevents you from assuming every line must cross every plane. In real-world terms, a tunnel through a mountain may pass through the rock face once, run parallel to a layer of rock, or lie along a fault line inside a surface.

Using Direction Vectors and Normal Vectors

The direction vector of a line and the normal vector of a plane give powerful information about intersection behavior.

If the line direction vector is perpendicular to the plane normal vector, then the line is parallel to the plane. This is because the line direction lies inside the plane's direction pattern. In symbols, if the line has direction vector $\mathbf{d}$ and the plane has normal vector $\mathbf{n}$, then

$$\mathbf{d}\cdot\mathbf{n}=0$$

means the line is parallel to the plane.

However, being parallel does not always mean the line lies in the plane. You must still test a point on the line in the plane equation.

Example of a parallel line

Let the plane be

$$2x-y+3z=7,$$

and let the line be

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

The plane normal vector is

$$\mathbf{n}=(2,-1,3),$$

and the line direction vector is

$$\mathbf{d}=(1,2,0).$$

Compute the dot product:

$$\mathbf{d}\cdot\mathbf{n}=1(2)+2(-1)+0(3)=0.$$

So the line is parallel to the plane. Now test the point $(1,0,2)$ in the plane:

$$2(1)-0+3(2)=8,$$

but the plane requires $7$, so the point is not in the plane. Therefore, the line does not intersect the plane.

Solving Problems Clearly in IB Style

students, IB questions often reward clear reasoning, not just the final answer. A strong solution usually includes:

  • writing the line in coordinate form,
  • substituting carefully into the plane equation,
  • solving for the parameter,
  • checking the result,
  • giving the intersection point in coordinates.

If a question asks whether a line intersects a plane, you should also discuss the type of relationship. For example, if a line is parallel to a plane, explain why using the dot product and then check a point. This shows complete understanding.

Sometimes you may be asked to find the line of intersection of two planes first, and then see whether a third object meets that line. The same ideas apply: use algebra to reduce the geometric situation into a solvable system.

Why This Topic Matters in Geometry and Trigonometry

Intersections of lines and planes connect directly to several other parts of the course. Coordinate geometry gives the equations, vectors describe direction and position, and trigonometry helps measure angles between lines and planes.

For example, if $\theta$ is the angle between a line and a plane, then the angle between the line and the plane's normal vector is $90^\circ-\theta$. This relationship is useful in problems involving slopes, inclines, and navigation. If a ramp makes a certain angle with the ground, the ground can be modeled as a plane and the ramp as a line.

This topic also links to distance and shortest path ideas. In 3D, the shortest distance from a point to a plane is measured along a perpendicular line, which is another intersection idea because the perpendicular line meets the plane at exactly one right-angle point.

Conclusion

Intersections of lines and planes are a core part of IB Mathematics: Analysis and Approaches HL because they combine algebraic methods with spatial reasoning. students, you should now understand how to represent lines and planes, how to find their intersection point, and how to identify whether they are parallel, coincident, or intersecting at one point. These ideas are not only useful for exam questions but also for understanding real 3D situations in engineering, design, and physics 🔍.

Study Notes

  • A line in $3$D is often written as $\mathbf{r}=\mathbf{a}+\lambda\mathbf{d}$.
  • A plane is often written as $ax+by+cz=d$ or $\mathbf{r}\cdot\mathbf{n}=k$.
  • To find the intersection of a line and a plane, substitute the line equations into the plane equation.
  • If you get one value of $\lambda$, the line and plane intersect at one point.
  • If you get a contradiction like $0=5$, the line is parallel to the plane and does not meet it.
  • If you get an identity like $0=0$, the line lies in the plane.
  • The line is parallel to the plane when the line direction vector $\mathbf{d}$ satisfies $\mathbf{d}\cdot\mathbf{n}=0$.
  • Always test a point on the line to confirm whether it is actually in the plane.
  • These ideas connect coordinate geometry, vectors, and trigonometry in one topic.
  • Clear algebraic working is essential for full IB-style reasoning.

Practice Quiz

5 questions to test your understanding

Intersections Of Lines And Planes — IB Mathematics Analysis And Approaches HL | A-Warded