Study Guide

Equations, Inequalities & Variation

MathematicsΒ· 2.5, 2.6, E2.8Β· 25 min read

1. Core: Linear Equations & Changing the Subject of a Formulaβ˜…β˜…β˜†β˜†β˜†β± 6 min

Linear equations are algebraic expressions where the highest power of the unknown variable is 1. You will be asked to both construct linear equations from word problems and solve them for the unknown value.

πŸ“˜ Definition

Linear Equation

An equation of the form where are constants and , with no exponents higher than 1 on the variable.

πŸ“ Worked Example

Solve

  1. 1

    Subtract 7 from both sides to isolate the term with :

    3x=22βˆ’7=153x = 22 - 7 = 15
  2. 2

    Divide both sides by 3 to solve for :

    x=153=5x = \frac{15}{3} = 5
  3. 3

    Check your answer by substituting back into the original equation: , which is correct.

Changing the subject of a formula for Core tier only requires one rearrangement step, with no nested operations or multiple rearrangements needed.

πŸ“ Worked Example

Make the subject of the formula

  1. 1

    Subtract 9 from both sides to isolate the term with :

    yβˆ’9=4xy - 9 = 4x
  2. 2

    Divide both sides by 4 to make the subject:

    x=yβˆ’94x = \frac{y - 9}{4}

Exam tip:

Always show every rearrangement step for full marks, even if you can solve the equation mentally.

2. Core: Simultaneous Linear Equations & Representing Inequalitiesβ˜…β˜…β˜…β˜†β˜†β± 7 min

Simultaneous linear equations are pairs of equations with two unknowns, which you solve to find values that satisfy both equations. You can use either elimination or substitution methods, whichever you find easier for the given question.

πŸ“ Worked Example

Solve the pair of simultaneous equations: and

  1. 1

    Multiply the first equation by 2 to align the coefficients of for elimination:

    4x+2y=144x + 2y = 14
  2. 2

    Add the adjusted first equation to the second equation to eliminate :

    5x=20β€…β€ŠβŸΉβ€…β€Šx=45x = 20 \implies x = 4
  3. 3

    Substitute back into the first original equation to find :

    2(4)+y=7β€…β€ŠβŸΉβ€…β€Šy=βˆ’12(4) + y =7 \implies y = -1
  4. 4

    Check the solution in the second equation: , which is correct. The solution is .

Linear inequalities compare two expressions using . For the Core tier you need to represent and interpret a given inequality on a number line: use open circles for strict inequalities ( or ) and closed circles for inclusive inequalities ( or ), then shade the values that satisfy it. (Constructing and solving linear inequalities is Extended content.)

πŸ“ Worked Example

Represent on a number line and list the integer values of that satisfy it.

  1. 1

    Place an open circle at (strict , not included) and a closed circle at (inclusive , included).

  2. 2

    Shade the segment between the two circles to show all values with .

  3. 3

    Read off the integers in this range:

    βˆ’1,0,1,2,3-1, 0, 1, 2, 3

Exam tip:

Always test your solution for simultaneous equations in both original equations to catch arithmetic errors before moving on.

3. Extended: Equations with Fractional Terms & Quadratic Equationsβ˜…β˜…β˜…β˜…β˜†Extended only⏱ 7 min

Extended tier requires solving equations with fractional or algebraic denominators, plus quadratic equations using three methods: factorisation, completing the square, and the quadratic formula.

πŸ“˜ Definition

Quadratic Equation

An equation of the form where , with the highest power of equal to 2.

πŸ“ Worked Example

Solve the equation with fractional terms:

  1. 1

    Multiply all terms by 6 (the lowest common multiple of 3 and 2) to eliminate denominators:

    2(x+2)+3(xβˆ’1)=242(x+2) + 3(x-1) = 24
  2. 2

    Expand and simplify the left-hand side:

    2x+4+3xβˆ’3=5x+1=242x +4 + 3x -3 = 5x +1 = 24
  3. 3

    Rearrange and solve for :

    5x=23β€…β€ŠβŸΉβ€…β€Šx=4.65x = 23 \implies x = 4.6
πŸ“ Worked Example

Solve using the quadratic formula, giving answers to 2 decimal places.

  1. 1

    Identify the values , , from the standard quadratic form.

  2. 2

    Substitute into the quadratic formula :

    x=βˆ’(βˆ’3)Β±(βˆ’3)2βˆ’4(2)(βˆ’7)2(2)x = \frac{-(-3) \pm \sqrt{(-3)^2 - 4(2)(-7)}}{2(2)}
  3. 3

    Calculate the discriminant and simplify:

    x=3Β±9+564=3Β±654x = \frac{3 \pm \sqrt{9 + 56}}{4} = \frac{3 \pm \sqrt{65}}{4}
  4. 4

    Evaluate both solutions: or

Exam tip:

When asked for exact solutions to quadratic equations, leave surds in your final answer instead of evaluating to decimal form unless explicitly told to do so.

4. Extended: Mixed Simultaneous Equations, Inequality Regions & Proportionβ˜…β˜…β˜…β˜…β˜†Extended only⏱ 5 min

Extended students construct and solve linear inequalities (remembering to flip the inequality sign when multiplying or dividing by a negative number), solve pairs of simultaneous equations where one is linear and one is non-linear (e.g. quadratic), represent inequalities as shaded regions on a coordinate grid, and solve direct and inverse proportion problems.

πŸ“ Worked Example

Solve and represent the solution on a number line.

  1. 1

    Subtract 5 from both sides:

    βˆ’2x≀8-2x \leq 8
  2. 2

    Divide both sides by -2, flipping the inequality sign:

    xβ‰₯βˆ’4x \geq -4
  3. 3

    Draw a closed circle at -4 on the number line, and shade all values to the right of -4 to represent the solution set.

πŸ“ Worked Example

Solve the simultaneous equations: and

  1. 1

    Substitute the linear expression for directly into the quadratic equation:

    x+1=x2βˆ’3x+4x + 1 = x^2 -3x +4
  2. 2

    Rearrange to standard quadratic form:

    x2βˆ’4x+3=0x^2 -4x +3 = 0
  3. 3

    Factorise and solve for :

    (xβˆ’1)(xβˆ’3)=0β€…β€ŠβŸΉβ€…β€Šx=1 or x=3(x-1)(x-3) = 0 \implies x=1 \text{ or } x=3
  4. 4

    Find corresponding values by substituting back into the linear equation: solutions are and .

Direct proportion means one quantity increases as the other increases, written so . Inverse proportion means one quantity decreases as the other increases, written so , where is the constant of proportionality.

πŸ“ Worked Example

is inversely proportional to . When , . Find the value of when .

  1. 1

    Write the inverse proportion formula:

    y=kxy = \frac{k}{x}
  2. 2

    Substitute the known values to solve for :

    6=k4β€…β€ŠβŸΉβ€…β€Šk=246 = \frac{k}{4} \implies k = 24
  3. 3

    Substitute and the value of to find :

    y=248=3y = \frac{24}{8} = 3

Exam tip:

When shading inequality regions on a coordinate grid, always explicitly label the required region to avoid losing marks for shading the wrong side of the line.

5. Common Pitfalls

Wrong move:

Forgetting to flip the inequality sign when multiplying/dividing by a negative number

Why:

Violates basic inequality rules, giving the exact opposite solution to the correct one

Correct move:

Flip the direction of the inequality sign immediately whenever you multiply or divide both sides of an inequality by a negative value

Wrong move:

Core students attempting to solve quadratic equations algebraically

Why:

Quadratics are exclusively Extended tier content, so Core questions never require this skill, wasting time and leading to unnecessary errors

Correct move:

Core students only study linear content, skip Extended quadratic questions when practicing mixed tier papers

Wrong move:

Substituting the non-linear equation into the linear equation when solving mixed simultaneous pairs

Why:

Leads to unnecessarily complex algebra and a much higher risk of arithmetic errors

Correct move:

Always substitute the linear expression directly into the non-linear equation to simplify the problem

Wrong move:

Using open circles on number lines for or inequalities

Why:

Indicates the boundary value is not included in the solution set when it should be

Correct move:

Use closed circles for and open circles only for

Wrong move:

Confusing direct and inverse proportion formulae, writing for inverse proportion

Why:

Gives an incorrect constant of proportionality and wrong final answer

Correct move:

Remember inverse proportion uses , so , while direct proportion uses

6. Quick Reference Cheatsheet

Concept

Core Tier Requirement

Extended Tier Requirement

Linear equations

Construct & solve

Solve with fractional/algebraic denominators

Simultaneous equations

Solve 2 linear equations

Solve 1 linear + 1 non-linear pair

Formula rearrangement

1-step rearrangement only

Multi-step rearrangement (separate topic)

Inequalities

Represent & interpret on a number line

Construct & solve linear inequalities; represent as 2D coordinate regions

Quadratic equations

Not required

Solve via factorisation, completing the square, quadratic formula, give surd solutions

Proportion

Not required

Solve direct & inverse proportion, calculate constant

7. Frequently Asked

Do Core tier students need to learn quadratic equations?

No, algebraic solving of quadratic equations is exclusively Extended tier content. Core students will never be asked to factorise or use the quadratic formula in their exams.

Do I have to flip the inequality sign if I multiply by a negative number?

Yes, always flip the direction of the inequality sign immediately whenever you multiply or divide both sides of an inequality by a negative value to keep the statement true.

Can I use the quadratic formula for all quadratic equation questions?

Yes, the quadratic formula works for all solvable quadratic equations, though factorisation is often faster for simpler expressions if you are able to do it quickly.

Going deeper

What's Next

Now that you have mastered equations, inequalities and variation for CIE IGCSE Maths 0580, you can move on to more advanced algebraic topics. For Core students, next steps include learning to plot and interpret linear graphs, which builds directly on your linear equation skills. For Extended students, you can apply your quadratic equation knowledge to graphing quadratic functions, as well as tackling more complex algebraic manipulation challenges. Practice with tier-specific past paper questions to reinforce your understanding and identify any gaps before your exam.