In simple terms
A friendly intro before the formal notes — no formulas yet.
Two Products, One Flat Surface
Multiply two vectors with the dot product and you get a number that measures how aligned they are — perfect for angles and right angles. Multiply them with the cross product and you get a new arrow at right angles to both — perfect for pointing 'straight out of' a flat surface, which is how we pin a plane down in space.
Picture a solar panel bolted to a roof. The dot product is like asking how squarely the sunlight hits the panel — a single number, biggest when the light is head-on and zero when it grazes the surface. The cross product is like the bolt sticking straight out of the panel: it is perpendicular to the whole surface, and once you know which way that bolt points, you know exactly how the panel is tilted. That perpendicular bolt is the plane's normal vector.
- 1
Use the scalar (dot) product to find the angle between two vectors, or to test perpendicularity ().
- 2
Use the vector (cross) product to build a vector perpendicular to both and ; its length is the area of the parallelogram they span.
- 3
Pin down a plane with a normal and one known point, giving , then read off the Cartesian form .
- 4
For angles and intersections, remember the normal IS the plane's coefficients: dot with a line's direction for a line–plane angle, dot two normals for a plane–plane angle.
Explore the concept
Use the live diagram and synced steps — play it or tap a step card to walk through.
Key formulas
Tap any symbol to reveal exactly what it means and its units.
Full topic notes
Formal explanation with the rigour you need for the exam.
The scalar (dot) product
The scalar product multiplies two vectors and returns a single number. It has two equivalent forms — an algebraic one you compute from components, and a geometric one built from magnitudes and the angle between the vectors. Setting the two equal is what lets you extract an angle, and the special case where the number is zero is what tests for a right angle.
For and :
The result is a SCALAR (a number), never a vector.
Equating the two forms gives the angle: .
Perpendicularity: two non-zero vectors satisfy if and only if they are at right angles.
The sign tells the story: a positive dot product means an acute angle, negative means obtuse.
The vector (cross) product
The vector product is available only in 3D. It takes two vectors and returns a third vector that is perpendicular to both of them — which is exactly the ingredient you need to describe a plane. Its magnitude carries geometric meaning too: it equals the area of the parallelogram the two vectors span.
is perpendicular to BOTH and — this is why it gives a normal.
is the parallelogram area; halve it for the triangle with sides , .
Anti-commutative: , so order flips the direction.
If (with both non-zero), the vectors are parallel.
The middle () component of the determinant carries a hidden minus sign: expanding along the top row gives . Writing the full determinant and expanding carefully — rather than trying to memorise the component formula raw — is the surest way to avoid a sign slip that would send your normal in the wrong direction.
Equations of a plane
A plane is a flat surface stretching out forever in 3D. To fix it uniquely you need just two things: a normal vector (the direction 'straight out' of the surface) and one point known to lie on it. Every form of the plane's equation is really the same statement — that the vector from the known point to any point on the plane is perpendicular to .
With normal and a point with position vector on the plane: vector form: Cartesian form: normal form:
In the coefficients ARE the normal vector — read it off directly.
The three forms are interchangeable: expand the dot product in to reach the Cartesian form.
In the normal form, is a unit normal and is the perpendicular distance from the origin to the plane.
Any non-zero multiple of gives the same plane, so simplify the normal before finding .
Angles: line to plane, and plane to plane
Both angle calculations run through the dot product, but you must feed it the right vectors and pick the right trig ratio. For two planes, dot their normals and use cosine, because the angle between the normals equals the angle between the planes. For a line and a plane, dot the line's direction with the plane's normal — but that gives the angle to the normal, so the tilt from the surface itself comes out through sine.
| Line (direction ) and plane (normal ): . | | --- | --- | --- | --- | --- | --- | | Two planes (normals ): . |
Line–plane uses SINE; plane–plane uses COSINE. Mixing them is a classic lost mark.
The absolute value delivers the acute angle every time.
For a line and a plane, means the line is parallel to (or lies in) the plane.
For two planes, means the planes are parallel.
Common mistakes examiners penalise
Using the dot product for the angle without the magnitudes — the angle comes from , not from alone. Forgetting to divide by loses the method.
Confusing the two zero conditions — perpendicular means the SCALAR product is ; parallel means the VECTOR product is . Swapping them is a frequent error.
Thinking is a number — the cross product is a VECTOR (perpendicular to both inputs); the dot product is the scalar. Writing one where the other belongs is penalised.
Misreading the normal from the plane — for the normal is , not ; the constant is not part of the normal.
Sine/cosine mix-up for angles — line-to-plane uses SINE, plane-to-plane uses COSINE. Using the wrong ratio gives the complementary angle.
Dropping the sign in the cross-product determinant — the middle component is (from the expansion); a sign slip reverses the normal's direction.
Rounding too early — carry exact or full-precision magnitudes like into the next step; rounding before dividing corrupts the accuracy marks that depend on it.
Model answer — marked the way our engine marks it
On Paper 1 the marks are analytic: each is tied to a specific line of working — a method mark () for the correct approach, or an accuracy mark () for the right value, where an mark is dependent on the mark before it. The engine accepts exact forms and any correctly-rounded value, and awards degrees or radians alike. Watch how each of the four marks below is earned by a specific line.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
The vectors and are perpendicular. Find the value of . [3]
- 1
Perpendicular vectors have a zero scalar product, so set and solve.
Points , and form a triangle. Find the area of triangle , giving your answer in exact form. [5]
- 1
Two sides of the triangle from are and ; their cross product's magnitude is the parallelogram area, so half of it is the triangle.
Find the Cartesian equation of the plane through the points , and . [5]
- 1
A plane through three points needs a normal, and the cross product of two in-plane vectors supplies one. We already have suitable side vectors from .
A line has equation and a plane has equation . (a) Find the acute angle between the line and the plane. (b) Find the point where the line meets the plane. [6]
- 1
The line's direction is and the plane's normal, read off the coefficients, is .
Find the angle between the vectors and . [4]
- 1
Model answer — full working.
How it all connects
The big idea sits in the middle — tap a linked idea to explore the link.
Tap a linked idea to see how it connects back to the main topic — that connection is what examiners reward.
Glossary
Try to recall each definition before you reveal it.
Quick check
Answer in your head first — then tap to check. No pressure.
Revision flashcards
Flip the card. Test yourself before the exam.
Scalar (dot) product — the two forms
Algebraic: . Geometric: . The result is a scalar. Both are in the formula booklet.
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
The result is a SCALAR (a number), never a vector.
- ✓
Equating the two forms gives the angle: .
- ✓
Perpendicularity: two non-zero vectors satisfy if and only if they are at right angles.
- ✓
The sign tells the story: a positive dot product means an acute angle, negative means obtuse.
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Get a Paper 1 question marked: find an angle, a normal, or a plane with full working
Get a Paper 1 question marked: find an angle, a normal, or a plane with full working
Extra simulations & links
PhET, GeoGebra and other curated tools — open in a new tab.
Frequently asked
Checkpoint
One marked question is worth ten re-reads — close the loop before you move on.
Reading it isn’t knowing it — prove it.
Before you move on: do Get a Paper 1 question marked: find an angle, a normal, or a plane with full working on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.