In simple terms
A friendly intro before the formal notes — no formulas yet.
Finding Where Three Planes Meet
A system of linear equations asks a single question: is there a set of numbers that satisfies every equation at once? For three equations in , and , each equation is a flat plane in space, and the solution is wherever all three planes overlap. Sometimes that is a single point, sometimes a whole line, and sometimes there is no common overlap at all. Row reduction is the tidy, mechanical way to find out which.
Think of three infinitely large, perfectly flat sheets of glass held in a room. Usually they cross at one exact point — the unique solution. But they might instead all pass through a common straight line, like three pages meeting at the spine of a book, in which case every point on that line works and there are infinitely many solutions. Or they might miss a common meeting entirely — two parallel, or arranged like the sides of a triangular tube — so there is no point on all three at once. Row reduction is a systematic way of sliding the equations against each other until the answer to 'do they all meet, and where?' becomes obvious.
- 1
Write the system in order and label the equations (1), (2), (3) — or stack the coefficients into an augmented matrix.
- 2
Eliminate the same variable from two different pairs of equations, reducing the problem to two equations in two unknowns.
- 3
Solve that smaller system, then back-substitute into an original equation to recover the last variable.
- 4
Interpret the result: a clean value for each variable is a unique solution (a point); a contradiction like is no solution (inconsistent); an identity like is infinitely many solutions (a line), which you then write in parametric form.
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 geometry: what a solution looks like
Before touching the algebra, picture the problem. In two dimensions a linear equation is a straight line, and two such lines either cross once (a unique solution), run parallel and never meet (no solution), or lie exactly on top of each other (infinitely many solutions). Moving up to three dimensions, a linear equation is no longer a line but a flat plane stretching out forever. The solution of a system of three such equations is the set of points that lie on all three planes at once.
There are only three things three planes can do. They can pinch together at a single point, they can share a whole common line, or they can fail to share any common point at all. These three pictures are exactly the three algebraic cases you will meet, so learning to read one from the other is the heart of this topic.
Unique solution — a point. The three planes intersect at exactly one point . Row reduction gives a clean value for each variable. This is the most common exam case.
No solution — inconsistent. The planes have no common point: two or more are parallel, or they meet only in pairs to form a triangular-prism shape. Elimination produces a contradiction such as .
Infinitely many solutions — dependent. The planes share a common line (or are all the same plane). Elimination produces an identity such as , one variable is free, and you describe the line with a parameter.
The row-reduction (Gaussian elimination) method
Row reduction is a disciplined way of eliminating variables one at a time until the system becomes a 'staircase' that you can solve from the bottom up. The tools are the three elementary row operations, and the crucial fact is that each of them leaves the solution set completely unchanged — you are rewriting the same system, never a different one.
The three elementary row operations are:
- Swap two equations: .
- Multiply an equation by a non-zero constant: , .
- Add a multiple of one equation to another: . A 3×3 system can be stacked into an augmented matrix and reduced until zeros sit below the leading entries.
The strategy is always the same: use the first equation to remove the first variable from the other two, then use the resulting second equation to remove the second variable from the third. That leaves a single equation in one unknown, which you solve and then feed back up the staircase — this last part is called back-substitution.
When the answer is not a single point
Sometimes elimination does not leave a tidy value for each variable. If a row collapses to a contradiction such as , no values can satisfy the system: it is inconsistent and has no solution. If a row collapses to an identity such as , that equation is telling you nothing new: one variable is free and there are infinitely many solutions, which you must then write in parametric form. The two look similar on the page — a row of zeros on the left — so the deciding factor is the number on the right.
Common mistakes examiners penalise
Confusing with . A false statement () means NO solution (inconsistent); a true statement () means INFINITELY many solutions (dependent). Read the right-hand side carefully before you conclude.
Calling a dependent system 'no solution'. Reaching does not mean there is nothing there — it means there is a whole line of solutions. You must go on to introduce a parameter and give the set, or you lose the final marks.
Stopping at without parametrising. An identity is not a final answer. State that there are infinitely many solutions AND write them, e.g. with .
Multiplying a row by , or eliminating a variable using the same pair twice. Multiplying by zero is not a valid row operation, and you must eliminate the SAME variable from two DIFFERENT pairs to genuinely reduce the system.
Arithmetic sign slips in . Subtracting a multiple of a row flips every sign inside the bracket; a single missed sign turns a unique solution into a false 'no solution'. Show the operation so a slip costs one accuracy mark, not the method.
Giving a bare answer with no working. On Paper 1 the method marks live in your elimination steps. 'By GDC' or an unsupported final triple risks losing most of the marks if a number is wrong — and calculator solvers are not allowed on Paper 1 anyway.
Skipping the geometric interpretation when asked. If a question says 'interpret geometrically', name the picture: a point, a line, or no common point (parallel planes / triangular prism).
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 (M) rewards a correct approach even if the arithmetic later slips; an accuracy mark (A) rewards a correct result and is usually dependent on the method mark being earned. Follow-through (FT) means a correct step performed on your own earlier (wrong) value still scores, ISW ('ignore subsequent working') means a correct answer is not un-marked by a later fumble, and equivalent correct forms are accepted. All of that protection exists only if your method is on the page. Study how each of the six marks below is earned by a specific line.
Where this leads
Everything here is one procedure — eliminate systematically, then read the reduced system — applied to three outcomes. The same row-reduction habit reappears when you meet vectors and the intersection of planes later in the course, where the parametric solution you wrote for a dependent system becomes the vector equation of the line of intersection. Master the routine now — label, eliminate the same variable from two pairs, back-substitute, then interpret the geometry — and those later topics become variations on a method you already own.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
Solve the system using row reduction. [6]
- 1
Label the equations and eliminate from (2) and (3) using (1). (1) (2) (3)
Show that the system has no solution, and state what this means geometrically. [5]
- 1
(1) (2) (3)
Solve the system Express the solution set in parametric form and interpret it geometrically. [6]
- 1
(1) (2) (3)
Solve the system: ; ; . [6]
- 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.
What is a system of linear equations?
A set of two or more linear equations in the same variables. A solution is a set of values that satisfies every equation at the same time. At HL you work with up to three equations in three unknowns , , .
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
Unique solution — a point. The three planes intersect at exactly one point . Row reduction gives a clean value for each variable. This is the most common exam case.
- ✓
No solution — inconsistent. The planes have no common point: two or more are parallel, or they meet only in pairs to form a triangular-prism shape. Elimination produces a contradiction such as .
- ✓
Infinitely many solutions — dependent. The planes share a common line (or are all the same plane). Elimination produces an identity such as , one variable is free, and you describe the line with a parameter.
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Get a Paper 1 system marked: solve a 3×3 system with full working
Get a Paper 1 system marked: solve a 3×3 system 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 system marked: solve a 3×3 system with full working on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.