Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we prove and solve inequalities rigorously, and which standard inequalities are worth knowing?

Prove and apply inequalities including the use of the discriminant, completing the square, and standard results such as the AM-GM inequality

A focused answer to the H2 Further Mathematics outcome on proving and applying inequalities. Algebraic manipulation, completing the square, the discriminant condition, the AM-GM inequality, and rigorous proof techniques.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to prove inequalities rigorously and to solve inequalities that arise in algebra. You should be fluent with the "consider the difference" method, completing the square, the discriminant condition for a quadratic, and standard results such as the arithmetic mean-geometric mean (AM-GM) inequality. The recurring idea is that a real square is never negative, which underlies most proofs.

The answer

The fundamental fact

The whole topic rests on one observation:

x20for every real x, with equality only when x=0.x^2 \geq 0 \quad \text{for every real } x, \text{ with equality only when } x = 0.

Most inequality proofs reduce to showing that some expression is a sum of squares.

Proving an inequality: consider the difference

To prove ABA \geq B, examine the difference ABA - B and show it is non-negative, typically by writing it as a square or a sum of squares. For example a2+b22aba^2 + b^2 \geq 2ab follows from a2+b22ab=(ab)20a^2 + b^2 - 2ab = (a-b)^2 \geq 0.

Completing the square

Any quadratic can be written as

ax2+bx+c=a(x+b2a)2+(cb24a).ax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right).

If a>0a > 0 the squared term is non-negative, so the minimum value is cb24ac - \dfrac{b^2}{4a}, attained at x=b2ax = -\dfrac{b}{2a}. This both proves inequalities and locates extrema.

The discriminant condition

For a quadratic ax2+bx+cax^2 + bx + c with real coefficients, the discriminant Δ=b24ac\Delta = b^2 - 4ac controls the roots:

  • Δ>0\Delta > 0: two distinct real roots;
  • Δ=0\Delta = 0: one repeated real root;
  • Δ<0\Delta < 0: no real roots, so the quadratic keeps a constant sign (the sign of aa).

The case Δ<0\Delta < 0 with a>0a > 0 means ax2+bx+c>0ax^2 + bx + c > 0 for all real xx, a powerful way to prove an inequality holds everywhere.

Solving polynomial and rational inequalities

To solve an inequality, bring everything to one side so it compares with 00, factor, and analyse the sign on each interval determined by the critical values. For rational inequalities never multiply across by an expression of unknown sign; instead combine into a single fraction and test signs.

The AM-GM inequality

For non-negative reals, the arithmetic mean is at least the geometric mean. For two terms:

a+b2ab,a,b0,\frac{a + b}{2} \geq \sqrt{ab}, \quad a, b \geq 0,

with equality when a=ba = b. This follows directly from (ab)20(\sqrt{a} - \sqrt{b})^2 \geq 0.

Examples in context

Example 1. Showing a quadratic is always positive. To prove 2x23x+5>02x^2 - 3x + 5 > 0 for all real xx, compute Δ=940=31<0\Delta = 9 - 40 = -31 < 0; with a positive leading coefficient this guarantees the expression is positive everywhere, a one-line proof.

Example 2. Optimisation by AM-GM. For a positive variable, x+1x2x + \dfrac{1}{x} \geq 2 follows from AM-GM with a=xa = x, b=1xb = \dfrac{1}{x}, giving the minimum value 22 at x=1x = 1. This kind of bound appears throughout optimisation arguments.

Try this

Q1. Prove that x26x+10>0x^2 - 6x + 10 > 0 for all real xx. [2 marks]

  • Cue. Complete the square: (x3)2+11>0(x-3)^2 + 1 \geq 1 > 0, or note Δ=3640<0\Delta = 36 - 40 < 0 with positive leading coefficient.

Q2. Solve x2x60x^2 - x - 6 \leq 0. [2 marks]

  • Cue. Factor (x3)(x+2)0(x-3)(x+2) \leq 0, which holds between the roots: 2x3-2 \leq x \leq 3.

Q3. State the AM-GM inequality for two non-negative numbers and the equality condition. [1 mark]

  • Cue. a+b2ab\dfrac{a+b}{2} \geq \sqrt{ab} for a,b0a, b \geq 0, with equality when a=ba = b.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksProve that a2+b22aba^2 + b^2 \geq 2ab for all real aa and bb, and state the condition for equality.
Show worked answer →

Consider the difference a2+b22aba^2 + b^2 - 2ab. This factors as a perfect square:

a2+b22ab=(ab)2.a^2 + b^2 - 2ab = (a - b)^2.

A real square is always non-negative, so (ab)20(a-b)^2 \geq 0, hence a2+b22ab0a^2 + b^2 - 2ab \geq 0, that is a2+b22aba^2 + b^2 \geq 2ab.

Equality holds exactly when (ab)2=0(a-b)^2 = 0, that is when a=ba = b.

Markers reward forming the difference, recognising the perfect square, the statement that a square is non-negative, and the correct equality condition a=ba = b.

Original6 marksFind the set of values of kk for which the equation x2+(k+1)x+(k+4)=0x^2 + (k+1)x + (k+4) = 0 has no real roots.
Show worked answer →

A quadratic ax2+bx+c=0ax^2 + bx + c = 0 has no real roots when its discriminant is negative: b24ac<0b^2 - 4ac < 0.

Here a=1a = 1, b=k+1b = k+1, c=k+4c = k+4, so

(k+1)24(k+4)<0.(k+1)^2 - 4(k+4) < 0.

Expand: k2+2k+14k16<0k^2 + 2k + 1 - 4k - 16 < 0, that is k22k15<0k^2 - 2k - 15 < 0.

Factor: (k5)(k+3)<0(k-5)(k+3) < 0. This holds between the roots, so 3<k<5-3 < k < 5.

Markers reward the discriminant condition b24ac<0b^2 - 4ac < 0, the correct expansion, factoring the quadratic in kk, and reading off the interval 3<k<5-3 < k < 5.

Related dot points