Try a short problem first. Then use the topic map to plan what to learn next.

Jump to the full topic map · Continue the four-subject practice plan

Worked example: an inequality from a square

For positive real numbers a and b, prove a/b + b/a ≥ 2. Before manipulating an inequality, check the domain: ab is positive, so multiplication by ab preserves the direction.

The desired inequality is equivalent to a² + b² ≥ 2ab, or (a − b)² ≥ 0. Every real square is nonnegative, so the proof is complete. Equality holds precisely when a = b.

The positivity assumption matters. For a = 1 and b = −1, the original expression is −2, so the claim would fail if arbitrary nonzero real numbers were allowed.

Two steps further

  1. If x and y are real and x + y = 10, prove xy ≤ 25. When does equality hold?
  2. For positive a,b,c, prove (a + b + c)(1/a + 1/b + 1/c) ≥ 9.
Solutions

1. Since (x − y)² ≥ 0, we have (x + y)² ≥ 4xy. Substitute x + y = 10 to obtain 100 ≥ 4xy. Thus xy ≤ 25, with equality exactly at x = y = 5.

2. Expand the product into 3 + (a/b + b/a) + (a/c + c/a) + (b/c + c/b). Each bracket is at least 2 by the worked example. The total is at least 9. Equality in all three brackets requires a = b = c.

These are teaching examples written for this guide, not past-paper questions or an official marking scheme.

Topic map and learning goals

UnitCore contentAdvanced or extension content
Expressions and identitiesFactorisation, completing the square, symmetric expressions, substitutionsHomogenisation, cyclic expressions, sum-of-squares decompositions
Equations and systemsLinear and quadratic equations, discriminants, parameter conditions, eliminationRoot transformations, integer-root constraints, cleverly chosen substitutions
PolynomialsDivision algorithm, remainder and factor theorems, roots and coefficients, Vieta’s formulasPolynomial identities, integer-coefficient polynomials, interpolation and finite differences
InequalitiesNon-negativity of squares, AM–GM, Cauchy–Schwarz, equality conditionsRearrangement, Chebyshev, Schur, Hölder, convexity and Jensen, smoothing
Sequences and finite sumsArithmetic and geometric progressions, telescoping, induction, basic recurrencesBounding recurrences, monotonicity, periodicity, recursively defined sequences
Functional equationsSubstitution, finding special values, testing candidates, domain awarenessInjectivity/surjectivity arguments, composition, integer versus real domains, additional regularity assumptions
Complex numbersArithmetic, conjugates, modulus, polar formRoots of unity and geometric applications
Binomial methodsBinomial theorem, coefficient identities, combinatorial interpretationCoefficient comparison and more elaborate finite identities

Learning outcomes: students should know why a transformation is valid, find all solutions rather than a few examples, and verify equality or exceptional cases. In functional equations, a real-valued additive function cannot simply be assumed linear without an appropriate hypothesis.

Suggested order: expressions → equations → polynomials → basic inequalities → sequences → functional equations. Introduce complex numbers after algebraic fluency. Do not make every advanced inequality a beginner prerequisite.

Learn through problems. Combine topic study with complete written solutions. Find official papers and training resources.