Study Guide

Intersections and angles between lines and planes (HL only)

IB Mathematics AA HLΒ· Geometry & Trigonometry: 3D VectorsΒ· 15 min read

1. Intersection of a Line and a Planeβ˜…β˜…β˜…β˜†β˜†β± 5 min

πŸ“˜ Definition

Three possible cases for line-plane intersection

Given a line with parametric form and plane with Cartesian equation, substitution gives a linear equation in the line parameter : 1. Unique solution for = one intersection point, 2. = line parallel to plane, no intersection, 3. = line lies entirely on the plane, infinite intersections

πŸ“ Worked Example

Find the intersection point of the line and plane

  1. 1

    Write parametric equations for the line from the vector form:

  2. 2
    x=1+2t,y=2βˆ’t,z=3+tx = 1 + 2t, \quad y = 2 - t, \quad z = 3 + t
  3. 3

    Substitute into the plane's Cartesian equation:

  4. 4
    2(1+2t)+(2βˆ’t)βˆ’2(3+t)=52(1+2t) + (2-t) - 2(3 + t) = 5
  5. 5

    Expand and simplify to solve for :

  6. 6
    2+4t+2βˆ’tβˆ’6βˆ’2t=5β€…β€ŠβŸΉβ€…β€Šβˆ’2+t=5β€…β€ŠβŸΉβ€…β€Št=72 + 4t + 2 - t - 6 - 2t = 5 \implies -2 + t = 5 \implies t = 7
  7. 7

    Substitute back into the parametric equations to get the intersection point:

  8. 8
    x=1+14=15,y=2βˆ’7=βˆ’5,z=3+7=10x = 1 + 14 = 15, \quad y = 2 - 7 = -5, \quad z = 3 + 7 = 10
  9. 9

    Verify the point satisfies the plane equation: , which matches, so the intersection is:

  10. 10
    (15,βˆ’5,10)(15, -5, 10)

Exam tip:

Always check which case you have before concluding there is no intersection or an infinite number of intersections.

2. Angle Between a Line and a Planeβ˜…β˜…β˜…β˜…β˜†β± 5 min

πŸ“˜ Definition

Line-plane angle

The acute angle (between and ) between a line and its orthogonal projection onto the plane. The formula uses the direction vector of the line and the normal vector of the plane .

The angle between the line and the plane's normal is , so using the dot product formula for the angle between two vectors gives the identity . The absolute value ensures we get an acute angle.

πŸ“ Worked Example

Find the acute angle between the line and plane

  1. 1

    Identify the direction vector of the line and normal vector of the plane:

  2. 2
    dβƒ—=(2βˆ’11),nβƒ—=(21βˆ’2)\vec{d} = \begin{pmatrix}2 \\ -1 \\ 1\end{pmatrix}, \quad \vec{n} = \begin{pmatrix}2 \\ 1 \\ -2\end{pmatrix}
  3. 3

    Calculate the dot product and magnitudes:

  4. 4
    dβƒ—β‹…nβƒ—=(2)(2)+(βˆ’1)(1)+(1)(βˆ’2)=1,∣dβƒ—βˆ£=22+(βˆ’1)2+12=6,∣nβƒ—βˆ£=3\vec{d} \cdot \vec{n} = (2)(2) + (-1)(1) + (1)(-2) = 1, \quad |\vec{d}| = \sqrt{2^2 + (-1)^2 + 1^2} = \sqrt{6}, \quad |\vec{n}| = 3
  5. 5

    Substitute into the line-plane angle formula:

  6. 6
    sin⁑θ=∣1∣6Γ—3=136β‰ˆ0.136\sin\theta = \frac{|1|}{\sqrt{6} \times 3} = \frac{1}{3\sqrt{6}} \approx 0.136
  7. 7

    Calculate :

  8. 8
    ΞΈ=arcsin⁑(0.136)β‰ˆ7.8∘(or 0.136 radians)\theta = \arcsin(0.136) \approx 7.8^\circ \quad (\text{or } 0.136 \text{ radians})

3. Angle Between Two Intersecting Planesβ˜…β˜…β˜…β˜…β˜†β± 5 min

πŸ“˜ Definition

Dihedral angle (angle between two planes)

The acute angle between two intersecting planes, equal to the acute angle between their normal vectors. For planes with normals and , the formula is .

πŸ“ Worked Example

Find the acute angle between planes and

  1. 1

    Extract the normal vectors from the Cartesian equations:

  2. 2
    n1βƒ—=(11βˆ’1),n2βƒ—=(2βˆ’13)\vec{n_1} = \begin{pmatrix}1 \\ 1 \\ -1\end{pmatrix}, \quad \vec{n_2} = \begin{pmatrix}2 \\ -1 \\ 3\end{pmatrix}
  3. 3

    Calculate dot product and magnitudes:

  4. 4
    n1βƒ—β‹…n2βƒ—=(1)(2)+(1)(βˆ’1)+(βˆ’1)(3)=βˆ’2,∣n1βƒ—βˆ£=3,∣n2βƒ—βˆ£=14\vec{n_1} \cdot \vec{n_2} = (1)(2) + (1)(-1) + (-1)(3) = -2, \quad |\vec{n_1}| = \sqrt{3}, \quad |\vec{n_2}| = \sqrt{14}
  5. 5

    Substitute into the formula (remember absolute value):

  6. 6
    cos⁑θ=βˆ£βˆ’2∣314=242β‰ˆ0.309\cos\theta = \frac{| -2 |}{\sqrt{3} \sqrt{14}} = \frac{2}{\sqrt{42}} \approx 0.309
  7. 7

    Calculate :

  8. 8
    ΞΈ=arccos⁑(0.309)β‰ˆ72∘(or 1.26 radians)\theta = \arccos(0.309) \approx 72^\circ \quad (\text{or } 1.26 \text{ radians})

IB exam questions almost always ask for the acute angle between two planes. Only omit the absolute value if explicitly asked for the obtuse angle.

4. Common Pitfalls

Wrong move:

Using instead of for the line-plane angle

Why:

You confuse the angle between the line and the normal with the line-plane angle itself

Correct move:

Memorize that line-plane angle uses

Wrong move:

Forgetting the absolute value around the dot product, resulting in an obtuse angle when acute is required

Why:

The dot product of normals can be negative, which means the angle between the normals is obtuse; the dihedral angle is always acute unless stated otherwise

Correct move:

Always add an absolute value around the dot product in all angle formulas for this topic

Wrong move:

Stopping after solving for and not reporting the intersection point coordinates

Why:

Rushing in the exam, you misread the question which asks for the intersection, not just the parameter

Correct move:

Always substitute the calculated back into the parametric equation of the line to get the final intersection coordinates

Wrong move:

Calling any inconsistent result 'no intersection' without checking if the line is on the plane

Why:

You forget the three possible cases for line-plane intersection

Correct move:

If you get : if , it is parallel with no intersection; if , the line lies on the plane with infinite intersections

5. Quick Reference Cheatsheet

Concept

Formula/Method

Key Notes

Line-plane intersection

Substitute into plane equation

3 cases: 1 solution = 1 point, = parallel, = line on plane

Angle: line-plane

= line direction, = plane normal, acute only

Angle: two planes

Dihedral angle, always acute unless stated otherwise

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· Paper 1

    Find angle between line and plane

  • 2023 Β· Paper 2

    Find intersection and dihedral angle

Going deeper

What's Next

Mastering intersections and angles between lines and planes is a critical foundation for all advanced 3D vector geometry topics that appear frequently on IB AA HL exams. These skills are used to solve problems involving shortest distances between points, lines and planes, and to find the intersection of multiple planes, which are common long questions in both paper 1 and paper 2. They also underpin more advanced HL topics including vector integration in the calculus option, and 3D shape volume problems. Building fluency with these formulas and methods will save you significant time in the exam.