The central role of simultaneous equations in Additional Mathematics

Simultaneous equations occupy a position of structural importance within the IGCSE Additional Mathematics syllabus. The topic connects algebra to coordinate geometry: every pair of simultaneous equations corresponds to a pair of curves (or lines) in the xy-plane, and each solution represents a point where those curves intersect. This geometric reading transforms what might appear to be a purely algebraic exercise into a tool for understanding how different mathematical relationships interact.

The 0606 syllabus requires candidates to solve systems in two unknowns by elimination or substitution. The distinctive feature at this level, compared with standard IGCSE Mathematics (0580), is the extension to non-linear systems. Where 0580 deals almost exclusively with pairs of linear equations, Additional Mathematics demands fluency with systems in which one equation is linear and the other is quadratic, circular, or otherwise non-linear. This single extension raises the algebraic demand substantially, and the methods required to handle it repay careful study.

Linear systems: elimination and substitution

Two linear equations in two unknowns always describe a pair of straight lines. The system has exactly one solution (the lines intersect at a single point), no solution (the lines are parallel), or infinitely many solutions (the lines coincide). The Cambridge IGCSE Additional Mathematics examination focuses on the first case, though awareness of the other two is expected.

Method 1: Elimination

The elimination method works by multiplying one or both equations so that the coefficients of one variable match in magnitude, then adding or subtracting to remove that variable entirely.

Worked example 1: Elimination with multiplication

Solve the system 3x + 2y = 14 and 5x - 3y = 2.

  1. Multiply the first equation by 3: 9x + 6y = 42
  2. Multiply the second equation by 2: 10x - 6y = 4
  3. Add the two results: 19x = 46, giving x = 46/19
  4. Substitute back into the first equation: 3(46/19) + 2y = 14, so 138/19 + 2y = 14, giving 2y = 14 - 138/19 = (266 - 138)/19 = 128/19, hence y = 64/19

The solution is x = 46/19 and y = 64/19. Verification in the second equation: 5(46/19) - 3(64/19) = 230/19 - 192/19 = 38/19 = 2, which confirms the result.

Method 2: Substitution

The substitution method isolates one variable in one equation and substitutes the resulting expression into the other equation. For linear systems, either method is equally valid. The choice is often a matter of which produces simpler arithmetic.

Worked example 2: Substitution

Solve the system y = 2x - 1 and 4x + 3y = 23.

  1. The first equation already gives y in terms of x. Substitute into the second: 4x + 3(2x - 1) = 23
  2. Expand: 4x + 6x - 3 = 23, so 10x = 26, giving x = 13/5
  3. Find y: y = 2(13/5) - 1 = 26/5 - 5/5 = 21/5

The solution is (13/5, 21/5). Geometrically, this is the single point where the line y = 2x - 1 crosses the line 4x + 3y = 23.

MethodBest suited whenAdvantage
EliminationBoth equations are in the form ax + by = cAvoids fractions when coefficients align neatly
SubstitutionOne equation already isolates a variable (y = ... or x = ...)Requires less manipulation of both equations

Non-linear systems: the Additional Mathematics extension

The defining challenge of this topic at the 0606 level is solving a system where one equation is linear and the other is non-linear. The standard approach is always substitution: rearrange the linear equation for one variable, substitute into the non-linear equation, and solve the resulting single-variable equation (typically a quadratic).

Elimination is not generally applicable to non-linear systems because the powers of the variables prevent clean cancellation. Substitution is therefore the required method for virtually every non-linear simultaneous equation problem on the Cambridge paper.

Worked example 3: Line meets quadratic curve

Solve the system y = x + 3 and y = x2 - x - 1.

  1. Since both expressions equal y, set them equal: x + 3 = x2 - x - 1
  2. Rearrange to standard form: x2 - 2x - 4 = 0
  3. Apply the quadratic formula: x = (2 +/- sqrt(4 + 16)) / 2 = (2 +/- sqrt(20)) / 2 = 1 +/- sqrt(5)
  4. Find the corresponding y-values: when x = 1 + sqrt(5), y = 4 + sqrt(5); when x = 1 - sqrt(5), y = 4 - sqrt(5)

The two solutions represent the two points where the straight line y = x + 3 intersects the parabola y = x2 - x - 1. Each intersection point is a valid solution to the system.

Worked example 4: Line meets circle

Find the coordinates of the points where the line y = 2x + 1 intersects the circle x2 + y2 = 25.

  1. Substitute y = 2x + 1 into x2 + y2 = 25: x2 + (2x + 1)2 = 25
  2. Expand: x2 + 4x2 + 4x + 1 = 25, so 5x2 + 4x - 24 = 0
  3. Factorise: (5x - 8)(x + 3) is a candidate. Check: 5x2 + 15x - 8x - 24 = 5x2 + 7x - 24. That does not match. Try the quadratic formula instead: x = (-4 +/- sqrt(16 + 480)) / 10 = (-4 +/- sqrt(496)) / 10 = (-4 +/- 4sqrt(31)) / 10 = (-2 +/- 2sqrt(31)) / 5

Let us reconsider the expansion. x2 + (2x + 1)2 = x2 + 4x2 + 4x + 1 = 5x2 + 4x + 1. Setting this equal to 25 gives 5x2 + 4x - 24 = 0. The discriminant is 16 + 480 = 496, so the roots are irrational. For a cleaner example more typical of the Cambridge exam, consider instead:

Find where the line y = x + 1 meets the circle x2 + y2 = 13.

  1. Substitute: x2 + (x + 1)2 = 13
  2. Expand: x2 + x2 + 2x + 1 = 13, so 2x2 + 2x - 12 = 0, which simplifies to x2 + x - 6 = 0
  3. Factorise: (x + 3)(x - 2) = 0, giving x = -3 or x = 2
  4. Find y: when x = -3, y = -2; when x = 2, y = 3

The intersection points are (-3, -2) and (2, 3). Both can be verified by substituting back into x2 + y2 = 13: 9 + 4 = 13 and 4 + 9 = 13.

Verification principle: Always substitute both x and y values back into both original equations. Errors in expansion or sign handling are the most common source of lost marks, and a quick check catches them before the candidate moves on.

The discriminant and the number of solutions

When a linear equation is substituted into a non-linear equation, the result is typically a quadratic in one variable. The discriminant of that quadratic, b2 - 4ac, determines how many intersection points exist.

Discriminant valueNumber of solutionsGeometric meaning
b2 - 4ac > 0Two distinct solutionsThe line crosses the curve at two points
b2 - 4ac = 0One repeated solutionThe line is tangent to the curve (touches at exactly one point)
b2 - 4ac < 0No real solutionsThe line does not meet the curve at all

This connection between algebra and geometry is tested frequently. A typical exam question might ask the candidate to find the value of a constant k for which a given line is tangent to a given curve, which requires setting the discriminant equal to zero.

Worked example 5: Finding the tangent condition

The line y = 2x + k is tangent to the curve y = x2 + 3x + 5. Find the value of k.

  1. Set the expressions equal: 2x + k = x2 + 3x + 5
  2. Rearrange: x2 + x + (5 - k) = 0
  3. For tangency, the discriminant must equal zero: 12 - 4(1)(5 - k) = 0
  4. Solve: 1 - 20 + 4k = 0, giving 4k = 19, hence k = 19/4

When k = 19/4, the line touches the curve at exactly one point. Any larger value of k would produce two intersection points; any smaller value would result in no intersection at all.

Worked example 6: Determining whether a line meets a circle

Determine the number of points of intersection between the line y = 3x - 7 and the circle x2 + y2 = 10.

  1. Substitute: x2 + (3x - 7)2 = 10
  2. Expand: x2 + 9x2 - 42x + 49 = 10, so 10x2 - 42x + 39 = 0
  3. Calculate the discriminant: (-42)2 - 4(10)(39) = 1764 - 1560 = 204
  4. Since 204 > 0, the line intersects the circle at two distinct points

There is no need to find the actual coordinates when the question only asks for the number of intersection points. The sign of the discriminant is sufficient.

Structuring a complete solution

The Cambridge mark scheme for simultaneous equation questions allocates marks at clearly defined stages. Understanding this structure helps candidates ensure they collect every available mark, even if a computational error occurs partway through.

  • Method mark (M1): Correctly substituting one equation into the other to eliminate a variable
  • Accuracy mark (A1): Correctly simplifying to a single-variable equation (typically a quadratic)
  • Method mark (M1): Solving the resulting equation (factorising, using the formula, or completing the square)
  • Accuracy marks (A1, A1): Obtaining both pairs of coordinates correctly

A candidate who substitutes correctly but makes an arithmetic error in the expansion will still earn the first method mark. This is why showing every line of working is essential: the examiner needs to see the structure of the solution to award partial credit.

Common errors and how to avoid them

ErrorWhy it occursCorrection
Expanding (2x + 1)2 as 4x2 + 1Omitting the middle term in the binomial squareAlways use the identity (a + b)2 = a2 + 2ab + b2. Write all three terms before simplifying.
Sign error when rearranging to standard formMoving terms across the equals sign without changing signSubtract the entire expression from one side. Check that the constant term has the correct sign before proceeding.
Finding x-values but forgetting to calculate yTreating the quadratic solution as the final answerEach x-value must be substituted back into the linear equation to find the corresponding y. Present answers as coordinate pairs.
Substituting into the non-linear equation to find yChoosing the more complex equation for back-substitutionAlways substitute into the linear equation. It is simpler and less prone to arithmetic errors.
Pairing x and y values incorrectlyMatching the first x with the second y, or vice versaLabel solutions clearly: "When x = 2, y = 3" and "When x = -3, y = -2" as distinct pairs.
Exam discipline: Candidates who present their final answer as two clearly labelled coordinate pairs, rather than listing four separate values, demonstrate understanding of what a "solution" to a simultaneous system means. The mark scheme rewards this clarity.

Self-check questions

Work through each problem completely before consulting the answers below.

  1. Solve the simultaneous equations 2x + 3y = 7 and x - 2y = -3 by elimination.
  2. Solve the system y = 3x - 2 and y = x2 + 2x - 8. Give your answers as coordinate pairs.
  3. Find the points of intersection of the line y = x + 5 and the circle x2 + y2 = 25.
  4. The line y = mx + 4 is tangent to the curve y = 2x2 - 3x + 1. Find the possible values of m.
  5. Without solving the equations, determine the number of points of intersection between y = 4x - 10 and y = x2 + 2x - 3.
Answers: (1) x = 5/7, y = 13/7. (2) Set equal: x2 - x - 6 = 0, giving (x - 3)(x + 2) = 0, so x = 3, y = 7 and x = -2, y = -8. The pairs are (3, 7) and (-2, -8). (3) Substitute: x2 + (x + 5)2 = 25, so 2x2 + 10x = 0, giving x(x + 5) = 0; points are (0, 5) and (-5, 0). (4) Set equal: 2x2 - 3x + 1 = mx + 4, rearrange to 2x2 - (3 + m)x - 3 = 0; discriminant = (3 + m)2 + 24 = 0 has no real solutions, so reconsider: 2x2 - (3 + m)x - 3 = 0, discriminant = (3 + m)2 + 24. Since this is always positive, the line always crosses the curve at two points for any real m, meaning no tangent exists with this configuration. This illustrates that not every line-curve pair admits a tangent. (5) Set equal: x2 - 2x + 7 = 0; discriminant = 4 - 28 = -24 < 0, so there are no points of intersection.

Exam strategy for simultaneous equation questions

Questions on simultaneous equations in the IGCSE Additional Mathematics papers fall into two broad categories. The first presents a system and asks for its solutions directly. These questions test algebraic fluency and accuracy. The second embeds the simultaneous system within a broader problem: finding intersection points of a line and curve, determining a tangent condition, or establishing the coordinates of vertices in a geometric figure defined by equations.

For the first category, the most reliable approach is to begin by identifying which method (elimination or substitution) will produce the simplest working. If one equation is already solved for a single variable, substitution is immediate. If both equations are in the form ax + by = c, elimination is typically more efficient.

For non-linear systems, there is no choice: substitution is required. The linear equation should be rearranged for one variable, and that expression should be substituted into the non-linear equation. The resulting quadratic must be solved, and both x-values must be paired with their correct y-values. Presenting the answer as coordinate pairs is a small detail that examiners look for.

Questions involving the discriminant represent a higher level of demand. These require candidates to recognise that the number of solutions to the system depends on the discriminant of the resulting quadratic, and to set up an inequality or equation accordingly. Setting the discriminant to zero for a tangent condition, or establishing the sign of the discriminant to count intersection points, is a technique that appears regularly on both Paper 1 and Paper 2 of the IGCSE Additional Mathematics examination.

The single most effective safeguard against lost marks is verification. Substituting each solution back into both original equations takes very little time and catches the sign errors and expansion mistakes that account for the majority of marks lost on this topic.

Ṣe igbasilẹ ohun elo naa lori Google Playstore

Gbogbo ohun ti o nilo lati ṣe dara julọ ninu JAMB, WAEC ati NECO.

Green Bridge CBT Mobile App
Asiko ẹkọ AI ti ara ẹni Chat Assistant
Ẹgbẹẹgbẹrun Awọn Ibeere Atijọ IGCSE, JAMB, WAEC & NECO
Fiwọn 1200 Awọn akọsilẹ Ẹkọ ju.
Atilẹyin Aisinipo - Kọ ẹkọ Nigbakugba, Nibi gbogbo
Tẹ̀dí Green Bridge
Àkójọpọ̀ Ìtàn Lítíréṣọ̀ & Ìbéèrè Tó Lè Dáyéé ṣẹ́lẹ̀
Tẹle iṣẹ ṣiṣe rẹ ati ilọsiwaju rẹ.
Àlàyé tí ó jinlẹ̀ fún ìmòye tó jinlẹ̀.
TLDR

A rigorous treatment of simultaneous equations in IGCSE Additional Mathematics (0606), covering linear systems solved by elimination and substitution, the critical extension to one-linear-one-non-linear pairs involving quadratics and circles, the geometric interpretation of solutions as intersection points, the role of the discriminant in determining the number of solutions, and a structured approach to avoiding the algebraic errors that cost candidates marks in the Cambridge examination.