Launching your learning experience…
Detailed notes on Algebra for Cambridge IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
How one quantity changes with another. Direct (proportional), inverse (reciprocal), joint (multiple variables), and powered variants. Same three-step method every time: write the formula, find the constant, then use it.
Mapped to the Cambridge IGCSE 0580 syllabus (2025-2027).
y∝x. Two quantities grow together at the same rate.
Direct variation: y varies directly with x when y=kx for some constant k.
The constant k is the constant of proportionality.
Three-step method.
Worked. "y varies directly with x. When x=6, y=15. Find y when x=10."
Variants.
Same three-step method — just substitute into the appropriate formula shape.
y∝x1. Product is constant: as x grows, y shrinks.
Inverse variation: y∝x1 → y=xk, equivalently xy=k.
Worked. "y varies inversely with x. When x=4, y=9. Find y when x=12."
Variants.
Real contexts. Speed and time (constant distance), pressure and volume (constant temperature, Boyle's law), workers and time.
y depends on two or more variables at once.
Joint variation combines two relationships: y varies with multiple quantities simultaneously.
Examples:
Method. Write the formula, plug in one set of given values to find k, then use the formula for new values.
Worked. "y varies jointly with x and the square root of z. y=36 when x=4 and z=9. Find y when x=5 and z=16."
Real contexts. Volume of cylinder (V=πr2h — joint in r2 and h), centripetal force (F∝rmv2).
Verbatim phrases and definitions Cambridge mark schemes credit.
Variation appears most years on Paper 4 as a 4-5 mark question — often inverse-square or joint variation. Paper 2 has the simpler direct/inverse cases as 2-3 mark items. Examiner reports flag the missed power (e.g. forgetting x2 when y∝x2) and forgetting to find k before substituting new values.
Sources: Cambridge IGCSE Mathematics 0580 syllabus 2025-2027 (E2.13); 0580/42 Oct/Nov 2024 — Q9 (inverse-square variation); 0580 Examiner Reports 2022-2024. Last reviewed 2026-05-05.
Step-by-step solutions to past-paper-style questions on variation, written exactly the way a tutor would explain them at the board.
Almost every variation exam question is one of these shapes. Learn to spot each one and you will always know how to start.
Recognise it by
y is proportional to … with one pair of values given and a second value to find — direct, inverse, joint or power variation.
How to approach it
Write the relationship with k (y=kx, y=xk, y=kxz, y=kxn), substitute the given pair to find k, then substitute the new value.
Common trap
Missing the square / cube / square-root qualifier, or substituting the wrong variable for the new value. Examiner reports flag both — underline directly/inversely and the power before writing anything.
Recognise it by
A percentage-change twist — if x is increased by 20%, find the percentage change in y — where no numerical pair is given at all.
How to approach it
Write y=kxn, replace x with the scaled value (e.g. 1.2x), and compare ynew to y as a multiplying factor to read off the percentage change.
Common trap
Assuming the percentage change in y equals that in x. Examiner reports note a square law turns a 20% rise into a 44% rise — the exponent magnifies the change.
Question
y is directly proportional to x. When x=4, y=20. Find y when x=7.
Step-by-step solution
Step 1
Direct variation: y=kx.
20=k×4⟹k=5
Step 2
Substitute new x.
y=5×7=35
Answer
y=35
Question
y is directly proportional to the square of x. When x=3, y=27. Find y when x=5.
Step-by-step solution
Step 1
y=kx2.
27=k(3)2=9k⟹k=3
Step 2
Substitute new x.
y=3×25=75
Answer
y=75
Examiner tip
Read carefully: "directly proportional to the square of x" gives y=kx2, not y=kx.
Question
y is inversely proportional to x. When x=6, y=10. Find x when y=4.
Step-by-step solution
Step 1
y=xk.
10=6k⟹k=60
Step 2
Substitute new y.
4=x60⟹x=15
Answer
x=15
Question
F is inversely proportional to the square of r. When r=2, F=25. Find F when r=5.
Step-by-step solution
Step 1
F=r2k.
25=4k⟹k=100
Step 2
Substitute.
F=25100=4
Answer
F=4
Question
d varies directly as t, and d=45 when t=9. Find the constant of proportionality and write the formula linking d and t.
Step-by-step solution
Step 1
Write the proportional relationship.
d=kt
Step 2
Substitute the given pair.
45=9k⟹k=5
Step 3
State the formula.
d=5t
Answer
k=5, d=5t
Examiner tip
The mark scheme awards a method mark for explicitly stating d=kt before substituting. Skipping that line is a recurring loss in the examiner reports.
Question
z is jointly proportional to x and y. When x=4 and y=3, z=60. Find z when x=5 and y=7.
Step-by-step solution
Step 1
Joint variation gives z=kxy.
60=k(4)(3)=12k⟹k=5
Step 2
Substitute new values.
z=5(5)(7)=175
Answer
z=175
Question
y is proportional to the cube root of x. When x=8, y=6. Find y when x=125.
Step-by-step solution
Step 1
y=k3x.
6=k38=2k⟹k=3
Step 2
Substitute.
y=33125=3(5)=15
Answer
y=15
Question
y is inversely proportional to (x+1). When x=3, y=8. Find the value of x when y=2.
Step-by-step solution
Step 1
y=x+1k.
8=4k⟹k=32
Step 2
Substitute y=2.
2=x+132⟹x+1=16
Step 3
Solve.
x=15
Answer
x=15
Examiner tip
The examiner report flags candidates often substitute x=3 for y=2 by reflex. Read which variable is given each time.
Question
P varies directly as x and inversely as the square of y. When x=12 and y=2, P=9. Find P when x=20 and y=5.
Step-by-step solution
Step 1
Combine the variations.
P=y2kx
Step 2
Find k.
9=412k=3k⟹k=3
Step 3
Substitute new values.
P=523(20)=2560=2.4
Answer
P=2.4
Examiner tip
The mark scheme awards a method mark for setting up the combined formula P=y2kx. The examiner report flags candidates often mishandle the inverse-square term by writing y1 instead.
Question
y varies directly as x2. If x is increased by 20%, find the percentage increase in y.
Step-by-step solution
Step 1
y=kx2. Let the new x be 1.2x.
Step 2
New y.
ynew=k(1.2x)2=1.44kx2=1.44y
Step 3
Increase factor =1.44, so the percentage increase is 44%.
Answer
44% increase
Examiner tip
The examiner report flags candidates often give 20% or 40% as the answer. The square law means the percentage change in y is NOT the same as in x.
The formulae you need to memorise for variation on the Cambridge IGCSE 0580 paper, with every variable defined in plain English and a note on when to use it.
y∝x⟺y=kx
When to use
When doubling x doubles y.
y∝x1⟺y=xk
When to use
When the product xy is constant.
y∝xn⟺y=kxn;y∝xn1⟺y=xnk
When to use
Whenever the question mentions square / cube / square-root proportion.
Definitions to memorise and the exact keywords mark schemes credit for variation answers — sharpened from recent examiner reports for the 2026 0580 sitting.
Two quantities such that their ratio is constant — as one increases, the other increases at the same rate.
Two quantities whose product is constant — as one increases, the other decreases proportionally.
The fixed multiplier linking proportional quantities. Found from a given pair of values.
When one variable is proportional to the product of two others, e.g. y=kxz.
The traps other students keep falling into on variation questions — taken from recent Cambridge IGCSE 0580 examiner reports and mark schemes — and how to avoid them.
0580 Extended examiner reports — recurring
Why it happens
Students miss the word "inversely" and default to direct.
How to avoid it
Underline "directly" or "inversely" before writing any equation.
Why it happens
Quick reading. "y is proportional to the square of x" gets read as "y is proportional to x".
How to avoid it
Highlight the modifier in the question and put the corresponding power on x.
Why it happens
Students try to substitute new values directly into y=kx without solving for k.
How to avoid it
Step 1 = find k from the given pair. Step 2 = use k with the new value.
Why it happens
Focusing on the algebra, students drop units like cm, kg, m/s.
How to avoid it
If the question gave units, your answer must include them.
The things students keep getting wrong in this sub-topic, answered.