Quadratics
| English | Chinese | Pinyin |
|---|---|---|
| parabola | 抛物线 | pāo wù xiàn |
| quadratic | 二次式 | èr cì shì |
| completing the square | 配方法 | pèi fāng fǎ |
| vertex | 顶点 | dǐng diǎn |
| discriminant | 判别式 | pàn bié shì |
The path of a thrown ball
- Throw a ball and it traces a parabola 抛物线 — the same curve described by every quadratic 二次式 equation.
- Galileo proved this in 1638. Today, quadratics appear in physics, economics, engineering, and optimization.
- Mastering them means you can find the peak, the roots, and the shape of any parabola.
Completing the square 配方法
- A quadratic is $ax^2 + bx + c$ (with $a \neq 0$).
- Completing the square rewrites it as $a(x+p)^2 + q$.
- This reveals the vertex 顶点 (turning point) at $(-p,\ q)$.
- Example: $x^2 - 6x + 5 = (x-3)^2 - 9 + 5 = (x-3)^2 - 4$ → vertex $(3, -4)$.

Completing the square reveals the vertex directly: $y = (x-3)^2 - 4$ has its minimum at $(3, -4)$.
Worked example. Complete the square for $2x^2 + 8x + 3$: factor out $2$: $2(x^2 + 4x) + 3 = 2(x+2)^2 - 8 + 3 = 2(x+2)^2 - 5$. Vertex: $(-2, -5)$.
Completing the square, x² − 6x + 5 = (x − 3)² + q. What is the minimum value q?
(x − 3)² − 9 + 5 = (x − 3)² − 4, so q = −4 (the minimum value).
Complete the square: 2x² + 8x + 3 = 2(x + p)² + q. What is p?
2(x² + 4x) + 3 = 2(x + 2)² − 8 + 3 = 2(x + 2)² − 5, so p = 2.
The discriminant 判别式
- The discriminant is $\Delta = b^2 - 4ac$. It counts the real roots:
- $b^2 - 4ac > 0$ → two distinct real roots,
- $b^2 - 4ac = 0$ → one repeated root,
- $b^2 - 4ac < 0$ → no real roots.
- The quadratic formula: $x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.

The sign of the discriminant fixes how many times the parabola meets the x-axis: two roots, one, or none
The discriminant is under the square root. If $b^2 - 4ac < 0$, you'd need $\sqrt{\text{negative}}$, which has no real value — so the parabola never crosses the $x$-axis.

A suspension bridge: the main cable hangs in a parabola
Explore the parabola
y = ax² + bx + c
Change a, b and c to reshape the curve — and watch the vertex, roots and intercepts move.
For x² + 4x + 1 = 0, what is the discriminant b² − 4ac?
b² − 4ac = 4² − 4(1)(1) = 16 − 4 = 12 (> 0, so two distinct real roots).
If b² − 4ac < 0, the quadratic equation has:
A negative discriminant means the parabola never crosses the x-axis — no real roots.
The equation x² + 2x + 5 = 0 has two distinct real roots.
Discriminant = 2² − 4(1)(5) = 4 − 20 = −16 < 0, so no real roots.
Solving quadratics
- Factorising: fastest when it works. $x^2 - 5x + 6 = (x-2)(x-3) = 0 \Rightarrow x = 2$ or $x = 3$.
- Completing the square: always works, reveals the vertex.
- Quadratic formula: always works, use when factorising is hard.
Solve x² − 5x + 6 = 0. What is the smaller root?
x² − 5x + 6 = (x − 2)(x − 3) = 0, so x = 2 or x = 3; the smaller is 2.
Linked equations and modelling
- Quadratics model: projectile paths, profit curves, bridge arches, satellite dishes.
- The vertex gives the maximum (if $a < 0$) or minimum (if $a > 0$) value.
- Example: a profit function $P = -2x^2 + 40x - 150$. Maximum at $x = \dfrac{-40}{2(-2)} = 10$.
- You should solve quadratic equations and quadratic inequalities, and a pair of simultaneous equations (one linear, one quadratic).
You've got it
- complete the square: $a(x+p)^2 + q$, vertex at $(-p, q)$
- the discriminant $b^2 - 4ac$ counts real roots (+ two, 0 one, − none)
- solve with factorising, completing the square, or the quadratic formula
- the vertex gives the maximum or minimum value of the quadratic