Quadratic Equations
A quadratic equation in x x x has the general form:
a x 2 + b x + c = 0 , a ≠ 0 ax^2 + bx + c = 0, \quad a \neq 0 a x 2 + b x + c = 0 , a = 0
where a a a , b b b , and c c c are real constants.
x = − b ± b 2 − 4 a c 2 a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} x = 2 a − b ± b 2 − 4 a c
This formula gives the roots (solutions) of any quadratic equation. It follows from completing the
square on the general form.
Derivation. Starting from a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 :
x 2 + b a x = − c a x^2 + \frac{b}{a}x = -\frac{c}{a} x 2 + a b x = − a c
( x + b 2 a ) 2 = b 2 4 a 2 − c a = b 2 − 4 a c 4 a 2 \left(x + \frac{b}{2a}\right)^2 = \frac{b^2}{4a^2} - \frac{c}{a} = \frac{b^2 - 4ac}{4a^2} ( x + 2 a b ) 2 = 4 a 2 b 2 − a c = 4 a 2 b 2 − 4 a c
x + b 2 a = ± b 2 − 4 a c 2 a x + \frac{b}{2a} = \frac{\pm\sqrt{b^2 - 4ac}}{2a} x + 2 a b = 2 a ± b 2 − 4 a c
x = − b ± b 2 − 4 a c 2 a \qed x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \qed x = 2 a − b ± b 2 − 4 a c \qed
The Discriminant
The discriminant Δ \Delta Δ determines the nature of the roots:
Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c
Condition Roots Δ > 0 \Delta \gt 0 Δ > 0 Two distinct real roots Δ = 0 \Delta = 0 Δ = 0 One repeated real root (double root) Δ < 0 \Delta \lt 0 Δ < 0 No real roots (two complex conjugate roots)
Worked Example 1
Determine the nature of the roots of 2 x 2 − 6 x + 3 = 0 2x^2 - 6x + 3 = 0 2 x 2 − 6 x + 3 = 0 .
Δ = ( − 6 ) 2 − 4 ( 2 ) ( 3 ) = 36 − 24 = 12 > 0 \Delta = (-6)^2 - 4(2)(3) = 36 - 24 = 12 \gt 0 Δ = ( − 6 ) 2 − 4 ( 2 ) ( 3 ) = 36 − 24 = 12 > 0
Two distinct real roots:
x = 6 ± 12 4 = 6 ± 2 3 4 = 3 ± 3 2 x = \dfrac{6 \pm \sqrt{12}}{4} = \dfrac{6 \pm 2\sqrt{3}}{4} = \dfrac{3 \pm \sqrt{3}}{2} x = 4 6 ± 12 = 4 6 ± 2 3 = 2 3 ± 3
Worked Example 2
Find the value of k k k for which x 2 + 2 k x + k + 6 = 0 x^2 + 2kx + k + 6 = 0 x 2 + 2 k x + k + 6 = 0 has equal roots.
Δ = ( 2 k ) 2 − 4 ( 1 ) ( k + 6 ) = 4 k 2 − 4 k − 24 = 0 \Delta = (2k)^2 - 4(1)(k + 6) = 4k^2 - 4k - 24 = 0 Δ = ( 2 k ) 2 − 4 ( 1 ) ( k + 6 ) = 4 k 2 − 4 k − 24 = 0
k 2 − k − 6 = 0 ⟹ ( k − 3 ) ( k + 2 ) = 0 ⟹ k = 3 o r k = − 2 k^2 - k - 6 = 0 \implies (k - 3)(k + 2) = 0 \implies k = 3 \mathrm{ or } k = -2 k 2 − k − 6 = 0 ⟹ ( k − 3 ) ( k + 2 ) = 0 ⟹ k = 3 or k = − 2
Completing the Square
To complete the square for a x 2 + b x + c ax^2 + bx + c a x 2 + b x + c :
Factor out a a a : a ( x 2 + b a x ) + c a\!\left(x^2 + \dfrac{b}{a}x\right) + c a ( x 2 + a b x ) + c
Add and subtract ( b 2 a ) 2 \left(\dfrac{b}{2a}\right)^2 ( 2 a b ) 2 :
a [ ( x + b 2 a ) 2 − ( b 2 a ) 2 ] + c a\!\left[\left(x + \dfrac{b}{2a}\right)^2 - \left(\dfrac{b}{2a}\right)^2\right] + c a [ ( x + 2 a b ) 2 − ( 2 a b ) 2 ] + c
The result is the vertex form :
a x 2 + b x + c = a ( x + b 2 a ) 2 + 4 a c − b 2 4 a ax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + \frac{4ac - b^2}{4a} a x 2 + b x + c = a ( x + 2 a b ) 2 + 4 a 4 a c − b 2
Worked Example 3
Express f ( x ) = 3 x 2 − 12 x + 7 f(x) = 3x^2 - 12x + 7 f ( x ) = 3 x 2 − 12 x + 7 in completed square form.
f ( x ) = 3 ( x 2 − 4 x ) + 7 = 3 [ ( x − 2 ) 2 − 4 ] + 7 = 3 ( x − 2 ) 2 − 12 + 7 = 3 ( x − 2 ) 2 − 5 f(x) = 3(x^2 - 4x) + 7 = 3\!\left[(x - 2)^2 - 4\right] + 7 = 3(x - 2)^2 - 12 + 7 = 3(x - 2)^2 - 5 f ( x ) = 3 ( x 2 − 4 x ) + 7 = 3 [ ( x − 2 ) 2 − 4 ] + 7 = 3 ( x − 2 ) 2 − 12 + 7 = 3 ( x − 2 ) 2 − 5
The vertex is at ( 2 , − 5 ) (2, -5) ( 2 , − 5 ) . Since a = 3 > 0 a = 3 \gt 0 a = 3 > 0 , this is a minimum.
Graphs of Quadratic Functions
The graph of f ( x ) = a x 2 + b x + c f(x) = ax^2 + bx + c f ( x ) = a x 2 + b x + c is a parabola.
Quadratic Function Explorer
Adjust the sliders to see how a a a , b b b , and c c c affect the shape, vertex, and roots of the parabola.
Key Features
Vertex: ( − b 2 a , 4 a c − b 2 4 a ) \left(-\dfrac{b}{2a},\; \dfrac{4ac - b^2}{4a}\right) ( − 2 a b , 4 a 4 a c − b 2 )
Axis of symmetry: x = − b 2 a x = -\dfrac{b}{2a} x = − 2 a b
y y y -intercept: ( 0 , c ) (0, c) ( 0 , c )
x x x -intercepts: roots of f ( x ) = 0 f(x) = 0 f ( x ) = 0 (if real)
Shape
Condition Shape Extremum a > 0 a \gt 0 a > 0 Opens upward Minimum at vertex a < 0 a \lt 0 a < 0 Opens downward Maximum at vertex
Worked Example 4
Find the vertex, axis of symmetry, and x x x -intercepts of f ( x ) = − 2 x 2 + 8 x − 6 f(x) = -2x^2 + 8x - 6 f ( x ) = − 2 x 2 + 8 x − 6 .
Vertex: x = − 8 2 ( − 2 ) = 2 x = -\dfrac{8}{2(-2)} = 2 x = − 2 ( − 2 ) 8 = 2
f ( 2 ) = − 2 ( 4 ) + 16 − 6 = − 8 + 10 = 2 f(2) = -2(4) + 16 - 6 = -8 + 10 = 2 f ( 2 ) = − 2 ( 4 ) + 16 − 6 = − 8 + 10 = 2
Vertex: ( 2 , 2 ) (2, 2) ( 2 , 2 ) . This is a maximum. Axis of symmetry: x = 2 x = 2 x = 2 .
x x x -intercepts: − 2 x 2 + 8 x − 6 = 0 ⟹ x 2 − 4 x + 3 = 0 ⟹ ( x − 1 ) ( x − 3 ) = 0 -2x^2 + 8x - 6 = 0 \implies x^2 - 4x + 3 = 0 \implies (x - 1)(x - 3) = 0 − 2 x 2 + 8 x − 6 = 0 ⟹ x 2 − 4 x + 3 = 0 ⟹ ( x − 1 ) ( x − 3 ) = 0
x x x -intercepts: ( 1 , 0 ) (1, 0) ( 1 , 0 ) and ( 3 , 0 ) (3, 0) ( 3 , 0 ) .
Quadratic Inequalities
To solve a x 2 + b x + c > 0 ax^2 + bx + c \gt 0 a x 2 + b x + c > 0 (or < \lt < , ⩾ \geqslant ⩾ , ⩽ \leqslant ⩽ ):
Find the roots of a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 .
Sketch the parabola using the sign of a a a .
Read off the intervals satisfying the inequality.
For a > 0 a \gt 0 a > 0 (opens upward):
Discriminant f ( x ) > 0 f(x) \gt 0 f ( x ) > 0 f ( x ) < 0 f(x) \lt 0 f ( x ) < 0 Δ > 0 \Delta \gt 0 Δ > 0 , roots α < β \alpha \lt \beta α < β x < α x \lt \alpha x < α or x > β x \gt \beta x > β α < x < β \alpha \lt x \lt \beta α < x < β Δ = 0 \Delta = 0 Δ = 0 , root α \alpha α All x ≠ α x \neq \alpha x = α No solution Δ < 0 \Delta \lt 0 Δ < 0 All real x x x No solution
Worked Example 5
Solve − x 2 + 5 x − 6 ⩾ 0 -x^2 + 5x - 6 \geqslant 0 − x 2 + 5 x − 6 ⩾ 0 .
Multiply by − 1 -1 − 1 (reverse inequality): x 2 − 5 x + 6 ⩽ 0 x^2 - 5x + 6 \leqslant 0 x 2 − 5 x + 6 ⩽ 0
Factor: ( x − 2 ) ( x − 3 ) ⩽ 0 (x - 2)(x - 3) \leqslant 0 ( x − 2 ) ( x − 3 ) ⩽ 0 . Parabola opens upward. Expression is non-positive between the
roots: 2 ⩽ x ⩽ 3 2 \leqslant x \leqslant 3 2 ⩽ x ⩽ 3 .
Worked Example 6
Find the range of k k k for which x 2 + k x + 9 = 0 x^2 + kx + 9 = 0 x 2 + k x + 9 = 0 has no real roots.
No real roots: Δ < 0 \Delta \lt 0 Δ < 0
k 2 − 36 < 0 ⟹ ( k − 6 ) ( k + 6 ) < 0 ⟹ − 6 < k < 6 k^2 - 36 \lt 0 \implies (k - 6)(k + 6) \lt 0 \implies -6 \lt k \lt 6 k 2 − 36 < 0 ⟹ ( k − 6 ) ( k + 6 ) < 0 ⟹ − 6 < k < 6
Relationship Between Roots and Coefficients
For a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 with roots α \alpha α and β \beta β :
Sum of roots:
α + β = − b a \alpha + \beta = -\frac{b}{a} α + β = − a b
Product of roots:
α β = c a \alpha\beta = \frac{c}{a} α β = a c
Proof. By factorisation:
a x 2 + b x + c = a ( x − α ) ( x − β ) = a ( x 2 − ( α + β ) x + α β ) ax^2 + bx + c = a(x - \alpha)(x - \beta) = a(x^2 - (\alpha + \beta)x + \alpha\beta) a x 2 + b x + c = a ( x − α ) ( x − β ) = a ( x 2 − ( α + β ) x + α β ) . Comparing
coefficients gives the result. \qed \qed \qed
Worked Example 7
If α \alpha α and β \beta β are roots of 2 x 2 − 5 x + 1 = 0 2x^2 - 5x + 1 = 0 2 x 2 − 5 x + 1 = 0 , find α 2 + β 2 \alpha^2 + \beta^2 α 2 + β 2 and
1 / α + 1 / β 1/\alpha + 1/\beta 1/ α + 1/ β .
α + β = 5 2 , α β = 1 2 \alpha + \beta = \frac{5}{2}, \quad \alpha\beta = \frac{1}{2} α + β = 2 5 , α β = 2 1
α 2 + β 2 = ( α + β ) 2 − 2 α β = 25 4 − 1 = 21 4 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{25}{4} - 1 = \frac{21}{4} α 2 + β 2 = ( α + β ) 2 − 2 α β = 4 25 − 1 = 4 21
1 α + 1 β = α + β α β = 5 / 2 1 / 2 = 5 \frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{5/2}{1/2} = 5 α 1 + β 1 = α β α + β = 1/2 5/2 = 5
Common Pitfalls
Forgetting that a ≠ 0 a \neq 0 a = 0 in a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 . If a = 0 a = 0 a = 0 , the equation is linear, not
quadratic.
Multiplying an inequality by a negative number without reversing the sign. Always sketch the
parabola or use a sign chart.
When completing the square, forgetting to multiply the constant term by a a a after adding and
subtracting inside the brackets.
Confusing the discriminant sign: Δ > 0 \Delta \gt 0 Δ > 0 gives real roots, Δ < 0 \Delta \lt 0 Δ < 0 gives no real
roots. The opposite is a common error.
Using α + β = b / a \alpha + \beta = b/a α + β = b / a instead of α + β = − b / a \alpha + \beta = -b/a α + β = − b / a . Note the negative sign.
Summary Table
Topic Key Result Quadratic formula x = − b ± b 2 − 4 a c 2 a x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} x = 2 a − b ± b 2 − 4 a c Discriminant Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c Vertex ( − b 2 a , 4 a c − b 2 4 a ) \left(-\dfrac{b}{2a},\; \dfrac{4ac - b^2}{4a}\right) ( − 2 a b , 4 a 4 a c − b 2 ) Sum of roots α + β = − b / a \alpha + \beta = -b/a α + β = − b / a Product of roots α β = c / a \alpha\beta = c/a α β = c / a
Wrap-up Questions
Question: Solve 3 x 2 − 7 x + 2 = 0 3x^2 - 7x + 2 = 0 3 x 2 − 7 x + 2 = 0 by factoring.
( 3 x − 1 ) ( x − 2 ) = 0 ⟹ x = 1 / 3 (3x - 1)(x - 2) = 0 \implies x = 1/3 ( 3 x − 1 ) ( x − 2 ) = 0 ⟹ x = 1/3 or x = 2 x = 2 x = 2 .
Question: Find the values of k k k for which k x 2 + 2 x + k = 0 kx^2 + 2x + k = 0 k x 2 + 2 x + k = 0 has two distinct real roots.
Δ = 4 − 4 k 2 > 0 ⟹ k 2 < 1 ⟹ − 1 < k < 1 \Delta = 4 - 4k^2 \gt 0 \implies k^2 \lt 1 \implies -1 \lt k \lt 1 Δ = 4 − 4 k 2 > 0 ⟹ k 2 < 1 ⟹ − 1 < k < 1 (and k ≠ 0 k \neq 0 k = 0 since it must
be quadratic).
Question: Express f ( x ) = − x 2 + 6 x − 5 f(x) = -x^2 + 6x - 5 f ( x ) = − x 2 + 6 x − 5 in completed square form and state its maximum
value.
f ( x ) = − ( x 2 − 6 x ) − 5 = − [ ( x − 3 ) 2 − 9 ] − 5 = − ( x − 3 ) 2 + 4 f(x) = -(x^2 - 6x) - 5 = -[(x - 3)^2 - 9] - 5 = -(x - 3)^2 + 4 f ( x ) = − ( x 2 − 6 x ) − 5 = − [( x − 3 ) 2 − 9 ] − 5 = − ( x − 3 ) 2 + 4 . Maximum value: 4 4 4 at x = 3 x = 3 x = 3 .
Question: Solve the inequality 2 x 2 + 3 x − 5 < 0 2x^2 + 3x - 5 \lt 0 2 x 2 + 3 x − 5 < 0 .
2 x 2 + 3 x − 5 = ( 2 x + 5 ) ( x − 1 ) 2x^2 + 3x - 5 = (2x + 5)(x - 1) 2 x 2 + 3 x − 5 = ( 2 x + 5 ) ( x − 1 ) . Roots: x = − 5 / 2 x = -5/2 x = − 5/2 and x = 1 x = 1 x = 1 . Parabola opens upward. Solution:
− 5 / 2 < x < 1 -5/2 \lt x \lt 1 − 5/2 < x < 1 .
Question: If α \alpha α and β \beta β are roots of x 2 − 3 x + 5 = 0 x^2 - 3x + 5 = 0 x 2 − 3 x + 5 = 0 , form a quadratic equation
with roots α + 2 \alpha + 2 α + 2 and β + 2 \beta + 2 β + 2 .
New sum: ( α + 2 ) + ( β + 2 ) = ( α + β ) + 4 = 3 + 4 = 7 (\alpha + 2) + (\beta + 2) = (\alpha + \beta) + 4 = 3 + 4 = 7 ( α + 2 ) + ( β + 2 ) = ( α + β ) + 4 = 3 + 4 = 7 .
New product: ( α + 2 ) ( β + 2 ) = α β + 2 ( α + β ) + 4 = 5 + 6 + 4 = 15 (\alpha + 2)(\beta + 2) = \alpha\beta + 2(\alpha + \beta) + 4 = 5 + 6 + 4 = 15 ( α + 2 ) ( β + 2 ) = α β + 2 ( α + β ) + 4 = 5 + 6 + 4 = 15 .
Equation: x 2 − 7 x + 15 = 0 x^2 - 7x + 15 = 0 x 2 − 7 x + 15 = 0 .
Question: A ball is thrown upward. Its height h h h metres at time t t t seconds is
h = − 5 t 2 + 20 t + 1 h = -5t^2 + 20t + 1 h = − 5 t 2 + 20 t + 1 . Find the maximum height and the time at which it occurs.
h = − 5 ( t 2 − 4 t ) + 1 = − 5 [ ( t − 2 ) 2 − 4 ] + 1 = − 5 ( t − 2 ) 2 + 21 h = -5(t^2 - 4t) + 1 = -5[(t - 2)^2 - 4] + 1 = -5(t - 2)^2 + 21 h = − 5 ( t 2 − 4 t ) + 1 = − 5 [( t − 2 ) 2 − 4 ] + 1 = − 5 ( t − 2 ) 2 + 21 . Maximum height: 21 m 21 \mathrm{ m} 21 m
at t = 2 s t = 2 \mathrm{ s} t = 2 s .
Question: Find the range of the function f ( x ) = 2 x 2 − 8 x + 11 f(x) = 2x^2 - 8x + 11 f ( x ) = 2 x 2 − 8 x + 11 .
f ( x ) = 2 ( x 2 − 4 x ) + 11 = 2 [ ( x − 2 ) 2 − 4 ] + 11 = 2 ( x − 2 ) 2 + 3 f(x) = 2(x^2 - 4x) + 11 = 2[(x - 2)^2 - 4] + 11 = 2(x - 2)^2 + 3 f ( x ) = 2 ( x 2 − 4 x ) + 11 = 2 [( x − 2 ) 2 − 4 ] + 11 = 2 ( x − 2 ) 2 + 3 . Since 2 ( x − 2 ) 2 ⩾ 0 2(x - 2)^2 \geqslant 0 2 ( x − 2 ) 2 ⩾ 0 ,
the minimum is 3 3 3 . Range: [ 3 , ∞ ) [3, \infty) [ 3 , ∞ ) .
Question: The equation x 2 + 2 p x + p + 8 = 0 x^2 + 2px + p + 8 = 0 x 2 + 2 p x + p + 8 = 0 has real roots. Find the range of p p p .
Δ = 4 p 2 − 4 ( p + 8 ) = 4 p 2 − 4 p − 32 ⩾ 0 ⟹ p 2 − p − 8 ⩾ 0 \Delta = 4p^2 - 4(p + 8) = 4p^2 - 4p - 32 \geqslant 0 \implies p^2 - p - 8 \geqslant 0 Δ = 4 p 2 − 4 ( p + 8 ) = 4 p 2 − 4 p − 32 ⩾ 0 ⟹ p 2 − p − 8 ⩾ 0 .
Roots: p = 1 ± 1 + 32 2 = 1 ± 33 2 p = \dfrac{1 \pm \sqrt{1 + 32}}{2} = \dfrac{1 \pm \sqrt{33}}{2} p = 2 1 ± 1 + 32 = 2 1 ± 33 .
Since a = 1 > 0 a = 1 \gt 0 a = 1 > 0 : p ⩽ 1 − 33 2 p \leqslant \dfrac{1 - \sqrt{33}}{2} p ⩽ 2 1 − 33 or
p ⩾ 1 + 33 2 p \geqslant \dfrac{1 + \sqrt{33}}{2} p ⩾ 2 1 + 33 .
Question: Prove that the quadratic equation ( a 2 + b 2 ) x 2 + 2 ( a c + b d ) x + ( c 2 + d 2 ) = 0 (a^2 + b^2)x^2 + 2(ac + bd)x + (c^2 + d^2) = 0 ( a 2 + b 2 ) x 2 + 2 ( a c + b d ) x + ( c 2 + d 2 ) = 0
has no real roots unless a d = b c ad = bc a d = b c .
Δ = 4 ( a c + b d ) 2 − 4 ( a 2 + b 2 ) ( c 2 + d 2 ) = 4 [ a 2 c 2 + 2 a b c d + b 2 d 2 − a 2 c 2 − a 2 d 2 − b 2 c 2 − b 2 d 2 ] \Delta = 4(ac + bd)^2 - 4(a^2 + b^2)(c^2 + d^2) = 4[a^2c^2 + 2abcd + b^2d^2 - a^2c^2 - a^2d^2 - b^2c^2 - b^2d^2] Δ = 4 ( a c + b d ) 2 − 4 ( a 2 + b 2 ) ( c 2 + d 2 ) = 4 [ a 2 c 2 + 2 ab c d + b 2 d 2 − a 2 c 2 − a 2 d 2 − b 2 c 2 − b 2 d 2 ]
= 4 [ 2 a b c d − a 2 d 2 − b 2 c 2 ] = − 4 ( a d − b c ) 2 = 4[2abcd - a^2d^2 - b^2c^2] = -4(ad - bc)^2 = 4 [ 2 ab c d − a 2 d 2 − b 2 c 2 ] = − 4 ( a d − b c ) 2 .
Since − ( a d − b c ) 2 ⩽ 0 -(ad - bc)^2 \leqslant 0 − ( a d − b c ) 2 ⩽ 0 , we have Δ ⩽ 0 \Delta \leqslant 0 Δ ⩽ 0 . Real roots exist only when
Δ = 0 \Delta = 0 Δ = 0 , i.e., a d = b c ad = bc a d = b c .
Question: For what integer values of k k k does the equation x 2 − k x + k + 3 = 0 x^2 - kx + k + 3 = 0 x 2 − k x + k + 3 = 0 have
integer roots?
By Vieta: α + β = k \alpha + \beta = k α + β = k and α β = k + 3 \alpha\beta = k + 3 α β = k + 3 . So α β = α + β + 3 \alpha\beta = \alpha + \beta + 3 α β = α + β + 3 ,
giving α β − α − β = 3 \alpha\beta - \alpha - \beta = 3 α β − α − β = 3 , or ( α − 1 ) ( β − 1 ) = 4 (\alpha - 1)(\beta - 1) = 4 ( α − 1 ) ( β − 1 ) = 4 .
Factor pairs of 4: ( 1 , 4 ) (1,4) ( 1 , 4 ) , ( 2 , 2 ) (2,2) ( 2 , 2 ) , ( 4 , 1 ) (4,1) ( 4 , 1 ) , ( − 1 , − 4 ) (-1,-4) ( − 1 , − 4 ) , ( − 2 , − 2 ) (-2,-2) ( − 2 , − 2 ) , ( − 4 , − 1 ) (-4,-1) ( − 4 , − 1 ) .
These give ( α , β ) = ( 2 , 5 ) (\alpha, \beta) = (2,5) ( α , β ) = ( 2 , 5 ) , ( 3 , 3 ) (3,3) ( 3 , 3 ) , ( 5 , 2 ) (5,2) ( 5 , 2 ) , ( 0 , − 3 ) (0,-3) ( 0 , − 3 ) , ( − 1 , − 1 ) (-1,-1) ( − 1 , − 1 ) , ( − 3 , 0 ) (-3,0) ( − 3 , 0 ) .
Corresponding k k k values: 7 , 6 , 7 , − 3 , − 2 , − 3 7, 6, 7, -3, -2, -3 7 , 6 , 7 , − 3 , − 2 , − 3 . Integer values of k k k : { − 3 , − 2 , 6 , 7 } \{-3, -2, 6, 7\} { − 3 , − 2 , 6 , 7 } .
Additional Worked Examples
Worked Example 8: Parameter condition for real roots (non-standard quadratic)
Find the range of k k k for which ( k − 1 ) x 2 + 2 k x + k + 3 = 0 (k-1)x^2 + 2kx + k + 3 = 0 ( k − 1 ) x 2 + 2 k x + k + 3 = 0 has real roots.
Solution Case 1: k = 1 k = 1 k = 1 . The equation becomes 2 x + 4 = 0 ⟹ x = − 2 2x + 4 = 0 \implies x = -2 2 x + 4 = 0 ⟹ x = − 2 . One real root, so k = 1 k = 1 k = 1 is included.
Case 2: k ≠ 1 k \neq 1 k = 1 . This is a genuine quadratic. Require Δ ≥ 0 \Delta \geq 0 Δ ≥ 0 :
Δ = ( 2 k ) 2 − 4 ( k − 1 ) ( k + 3 ) = 4 k 2 − 4 ( k 2 + 2 k − 3 ) = 4 k 2 − 4 k 2 − 8 k + 12 = − 8 k + 12 \Delta = (2k)^2 - 4(k-1)(k+3) = 4k^2 - 4(k^2 + 2k - 3) = 4k^2 - 4k^2 - 8k + 12 = -8k + 12 Δ = ( 2 k ) 2 − 4 ( k − 1 ) ( k + 3 ) = 4 k 2 − 4 ( k 2 + 2 k − 3 ) = 4 k 2 − 4 k 2 − 8 k + 12 = − 8 k + 12
− 8 k + 12 ≥ 0 ⟹ k ≤ 3 2 -8k + 12 \geq 0 \implies k \leq \frac{3}{2} − 8 k + 12 ≥ 0 ⟹ k ≤ 2 3
Combined with Case 1: the answer is k ≤ 3 2 k \leq \dfrac{3}{2} k ≤ 2 3 .
Worked Example 9: Forming a quadratic with transformed roots
If α \alpha α and β \beta β are roots of 2 x 2 − 7 x + 3 = 0 2x^2 - 7x + 3 = 0 2 x 2 − 7 x + 3 = 0 , form a quadratic equation with roots α 2 \alpha^2 α 2 and β 2 \beta^2 β 2 .
Solution α + β = 7 2 , α β = 3 2 \alpha + \beta = \frac{7}{2}, \quad \alpha\beta = \frac{3}{2} α + β = 2 7 , α β = 2 3
New sum: α 2 + β 2 = ( α + β ) 2 − 2 α β = 49 4 − 3 = 37 4 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \dfrac{49}{4} - 3 = \dfrac{37}{4} α 2 + β 2 = ( α + β ) 2 − 2 α β = 4 49 − 3 = 4 37 .
New product: α 2 β 2 = ( α β ) 2 = 9 4 \alpha^2 \beta^2 = (\alpha\beta)^2 = \dfrac{9}{4} α 2 β 2 = ( α β ) 2 = 4 9 .
Equation: x 2 − 37 4 x + 9 4 = 0 x^2 - \dfrac{37}{4}x + \dfrac{9}{4} = 0 x 2 − 4 37 x + 4 9 = 0 , i.e. 4 x 2 − 37 x + 9 = 0 4x^2 - 37x + 9 = 0 4 x 2 − 37 x + 9 = 0 .
Worked Example 10: Quadratic with absolute value
Solve x 2 + 2 ∣ x ∣ − 8 = 0 x^2 + 2|x| - 8 = 0 x 2 + 2∣ x ∣ − 8 = 0 .
Solution Let t = ∣ x ∣ ≥ 0 t = |x| \geq 0 t = ∣ x ∣ ≥ 0 . The equation becomes t 2 + 2 t − 8 = 0 t^2 + 2t - 8 = 0 t 2 + 2 t − 8 = 0 .
( t + 4 ) ( t − 2 ) = 0 ⟹ t = 2 (t + 4)(t - 2) = 0 \implies t = 2 ( t + 4 ) ( t − 2 ) = 0 ⟹ t = 2
(Reject t = − 4 t = -4 t = − 4 since t ≥ 0 t \geq 0 t ≥ 0 .)
∣ x ∣ = 2 ⟹ x = 2 o r x = − 2 |x| = 2 \implies x = 2 \;\mathrm{or}\; x = -2 ∣ x ∣ = 2 ⟹ x = 2 or x = − 2
Worked Example 11: Positive definite quadratic
Find the range of k k k such that k x 2 − 2 k x + 3 > 0 kx^2 - 2kx + 3 \gt 0 k x 2 − 2 k x + 3 > 0 for all real x x x .
Solution For a x 2 + b x + c > 0 ax^2 + bx + c \gt 0 a x 2 + b x + c > 0 for all real x x x , we need a > 0 a \gt 0 a > 0 and Δ < 0 \Delta \lt 0 Δ < 0 .
Condition 1: k > 0 k \gt 0 k > 0 .
Condition 2:
Δ = ( − 2 k ) 2 − 4 ( k ) ( 3 ) = 4 k 2 − 12 k = 4 k ( k − 3 ) < 0 \Delta = (-2k)^2 - 4(k)(3) = 4k^2 - 12k = 4k(k - 3) \lt 0 Δ = ( − 2 k ) 2 − 4 ( k ) ( 3 ) = 4 k 2 − 12 k = 4 k ( k − 3 ) < 0
This gives 0 < k < 3 0 \lt k \lt 3 0 < k < 3 .
Combined with Condition 1: 0 < k < 3 0 \lt k \lt 3 0 < k < 3 .
Worked Example 12: Minimum value using AM-GM
Find the minimum value of f ( x ) = x + 9 x f(x) = x + \dfrac{9}{x} f ( x ) = x + x 9 for x > 0 x \gt 0 x > 0 .
Solution By the AM-GM inequality (for x > 0 x \gt 0 x > 0 ):
x + 9 x ≥ 2 x ⋅ 9 x = 2 9 = 6 x + \frac{9}{x} \geq 2\sqrt{x \cdot \frac{9}{x}} = 2\sqrt{9} = 6 x + x 9 ≥ 2 x ⋅ x 9 = 2 9 = 6
Equality holds when x = 9 x ⟹ x 2 = 9 ⟹ x = 3 x = \dfrac{9}{x} \implies x^2 = 9 \implies x = 3 x = x 9 ⟹ x 2 = 9 ⟹ x = 3 (positive since x > 0 x \gt 0 x > 0 ).
Minimum value: 6 6 6 , attained at x = 3 x = 3 x = 3 .
Additional Common Pitfalls
Forgetting the a ≠ 0 a \neq 0 a = 0 condition. When a parameter makes a = 0 a = 0 a = 0 , the equation becomes linear, not quadratic. Always check the degenerate case separately, as in Worked Example 8.
Wrong sign in Vieta's formulas. The sum of roots is α + β = − b / a \alpha + \beta = -b/a α + β = − b / a , not b / a b/a b / a . The negative sign is the single most common error in root-coefficient problems.
Reversing inequality when multiplying by a negative. When solving a x 2 + b x + c < 0 ax^2 + bx + c \lt 0 a x 2 + b x + c < 0 with a < 0 a \lt 0 a < 0 , multiplying through by − 1 -1 − 1 reverses the sign. A safer approach is to sketch the parabola and read off the solution intervals.
Completing the square incorrectly. After factoring out a a a from a x 2 + b x + c ax^2 + bx + c a x 2 + b x + c , the term to add and subtract inside the brackets is ( b 2 a ) 2 \left(\dfrac{b}{2a}\right)^2 ( 2 a b ) 2 , not ( b 2 ) 2 \left(\dfrac{b}{2}\right)^2 ( 2 b ) 2 . Forgetting to divide by a a a inside is a frequent mistake.
Assuming discriminant alone determines root rationality. For Δ > 0 \Delta \gt 0 Δ > 0 , the roots are rational if and only if Δ \Delta Δ is a perfect square (and 2 a 2a 2 a divides − b ± Δ -b \pm \sqrt{\Delta} − b ± Δ ). A positive, non-square discriminant gives irrational roots.
Confusing vertex x x x -coordinate sign. The vertex x x x -coordinate is − b / ( 2 a ) -b/(2a) − b / ( 2 a ) , not b / ( 2 a ) b/(2a) b / ( 2 a ) . The negative sign is essential.
Dropping the leading coefficient in root-coefficient problems. For a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 , the sum is − b / a -b/a − b / a and the product is c / a c/a c / a . Omitting the denominator a a a (e.g., writing α + β = − b \alpha + \beta = -b α + β = − b ) is only valid when a = 1 a = 1 a = 1 .
Incorrect transformation of roots. When forming a new equation with roots 2 α 2\alpha 2 α and 2 β 2\beta 2 β , the new sum is 2 ( α + β ) 2(\alpha + \beta) 2 ( α + β ) and the new product is 4 α β 4\alpha\beta 4 α β . A common mistake is to only double the sum but forget to square the factor for the product.
Exam-Style Problems
Problem 1. Solve 3 x 2 + 2 x − 5 ≤ 0 3x^2 + 2x - 5 \leq 0 3 x 2 + 2 x − 5 ≤ 0 .
Solution Factor: 3 x 2 + 2 x − 5 = ( 3 x + 5 ) ( x − 1 ) 3x^2 + 2x - 5 = (3x + 5)(x - 1) 3 x 2 + 2 x − 5 = ( 3 x + 5 ) ( x − 1 ) .
Roots: x = − 5 3 x = -\dfrac{5}{3} x = − 3 5 and x = 1 x = 1 x = 1 . The parabola opens upward (a = 3 > 0 a = 3 \gt 0 a = 3 > 0 ).
The expression is non-positive between the roots:
− 5 3 ≤ x ≤ 1 -\frac{5}{3} \leq x \leq 1 − 3 5 ≤ x ≤ 1
Problem 2. If α \alpha α and β \beta β are roots of x 2 − 5 x + 2 = 0 x^2 - 5x + 2 = 0 x 2 − 5 x + 2 = 0 , find α 3 + β 3 \alpha^3 + \beta^3 α 3 + β 3 .
Solution α + β = 5 , α β = 2 \alpha + \beta = 5, \quad \alpha\beta = 2 α + β = 5 , α β = 2
α 3 + β 3 = ( α + β ) 3 − 3 α β ( α + β ) = 125 − 3 ( 2 ) ( 5 ) = 125 − 30 = 95 \alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = 125 - 3(2)(5) = 125 - 30 = 95 α 3 + β 3 = ( α + β ) 3 − 3 α β ( α + β ) = 125 − 3 ( 2 ) ( 5 ) = 125 − 30 = 95
Problem 3. Find the range of p p p for which p x 2 + 2 p x + 1 > 0 px^2 + 2px + 1 \gt 0 p x 2 + 2 p x + 1 > 0 for all real x x x .
Solution Require p > 0 p \gt 0 p > 0 and Δ < 0 \Delta \lt 0 Δ < 0 :
Δ = 4 p 2 − 4 p = 4 p ( p − 1 ) < 0 ⟹ 0 < p < 1 \Delta = 4p^2 - 4p = 4p(p - 1) \lt 0 \implies 0 \lt p \lt 1 Δ = 4 p 2 − 4 p = 4 p ( p − 1 ) < 0 ⟹ 0 < p < 1
Problem 4. The expression x 2 + p x + q x^2 + px + q x 2 + p x + q is a perfect square. Given p + q = 9 p + q = 9 p + q = 9 , find p p p and q q q .
Solution A perfect square means Δ = 0 \Delta = 0 Δ = 0 : p 2 − 4 q = 0 ⟹ q = p 2 4 p^2 - 4q = 0 \implies q = \dfrac{p^2}{4} p 2 − 4 q = 0 ⟹ q = 4 p 2 .
Substituting into p + q = 9 p + q = 9 p + q = 9 : p + p 2 4 = 9 ⟹ p 2 + 4 p − 36 = 0 p + \dfrac{p^2}{4} = 9 \implies p^2 + 4p - 36 = 0 p + 4 p 2 = 9 ⟹ p 2 + 4 p − 36 = 0 .
p = − 4 ± 16 + 144 2 = − 2 ± 2 10 p = \frac{-4 \pm \sqrt{16 + 144}}{2} = -2 \pm 2\sqrt{10} p = 2 − 4 ± 16 + 144 = − 2 ± 2 10
q = 9 − p = 9 + 2 ∓ 2 10 = 11 ∓ 2 10 q = 9 - p = 9 + 2 \mp 2\sqrt{10} = 11 \mp 2\sqrt{10} q = 9 − p = 9 + 2 ∓ 2 10 = 11 ∓ 2 10
Answer: ( p , q ) = ( − 2 + 2 10 , 11 − 2 10 ) \left(p,\; q\right) = \left(-2 + 2\sqrt{10},\; 11 - 2\sqrt{10}\right) ( p , q ) = ( − 2 + 2 10 , 11 − 2 10 ) or ( − 2 − 2 10 , 11 + 2 10 ) \left(-2 - 2\sqrt{10},\; 11 + 2\sqrt{10}\right) ( − 2 − 2 10 , 11 + 2 10 ) .
Problem 5. A rectangular field has perimeter 120 m 120\mathrm{ m} 120 m and area A m 2 A\mathrm{ m}^2 A m 2 . Show that A ≤ 900 A \leq 900 A ≤ 900 and find the dimensions when A = 900 A = 900 A = 900 .
Solution Let the dimensions be x x x and y y y metres. Then 2 ( x + y ) = 120 ⟹ x + y = 60 2(x+y) = 120 \implies x + y = 60 2 ( x + y ) = 120 ⟹ x + y = 60 , so y = 60 − x y = 60 - x y = 60 − x .
A = x y = x ( 60 − x ) = − x 2 + 60 x = − ( x − 30 ) 2 + 900 A = xy = x(60 - x) = -x^2 + 60x = -(x - 30)^2 + 900 A = x y = x ( 60 − x ) = − x 2 + 60 x = − ( x − 30 ) 2 + 900
Since − ( x − 30 ) 2 ≤ 0 -(x-30)^2 \leq 0 − ( x − 30 ) 2 ≤ 0 for all real x x x , we have A ≤ 900 A \leq 900 A ≤ 900 .
Maximum A = 900 m 2 A = 900\mathrm{ m}^2 A = 900 m 2 when x = 30 x = 30 x = 30 , giving y = 30 y = 30 y = 30 .
The field is a 30 m × 30 m 30\mathrm{ m} \times 30\mathrm{ m} 30 m × 30 m square.
Problem 6. Given that x 2 + 2 a x + 4 = 0 x^2 + 2ax + 4 = 0 x 2 + 2 a x + 4 = 0 has two real roots α \alpha α and β \beta β (α < β \alpha \lt \beta α < β ), find the range of a a a for which β − α > 3 \beta - \alpha \gt 3 β − α > 3 .
Solution For real roots: Δ = 4 a 2 − 16 ≥ 0 ⟹ a 2 ≥ 4 ⟹ a ≤ − 2 \Delta = 4a^2 - 16 \geq 0 \implies a^2 \geq 4 \implies a \leq -2 Δ = 4 a 2 − 16 ≥ 0 ⟹ a 2 ≥ 4 ⟹ a ≤ − 2 or a ≥ 2 a \geq 2 a ≥ 2 .
α + β = − 2 a , α β = 4 \alpha + \beta = -2a, \quad \alpha\beta = 4 α + β = − 2 a , α β = 4
( β − α ) 2 = ( α + β ) 2 − 4 α β = 4 a 2 − 16 (\beta - \alpha)^2 = (\alpha + \beta)^2 - 4\alpha\beta = 4a^2 - 16 ( β − α ) 2 = ( α + β ) 2 − 4 α β = 4 a 2 − 16
β − α = 2 a 2 − 4 \beta - \alpha = 2\sqrt{a^2 - 4} β − α = 2 a 2 − 4
(positive since β > α \beta \gt \alpha β > α )
2 a 2 − 4 > 3 ⟹ a 2 − 4 > 9 4 ⟹ a 2 > 25 4 ⟹ ∣ a ∣ > 5 2 2\sqrt{a^2 - 4} \gt 3 \implies a^2 - 4 \gt \frac{9}{4} \implies a^2 \gt \frac{25}{4} \implies |a| \gt \frac{5}{2} 2 a 2 − 4 > 3 ⟹ a 2 − 4 > 4 9 ⟹ a 2 > 4 25 ⟹ ∣ a ∣ > 2 5
Combined with ∣ a ∣ ≥ 2 |a| \geq 2 ∣ a ∣ ≥ 2 : a < − 5 2 a \lt -\dfrac{5}{2} a < − 2 5 or a > 5 2 a \gt \dfrac{5}{2} a > 2 5 .
Problem 7. Find the range of the function f ( x ) = x 2 − x + 1 x 2 + x + 1 f(x) = \dfrac{x^2 - x + 1}{x^2 + x + 1} f ( x ) = x 2 + x + 1 x 2 − x + 1 .
Solution Let y = x 2 − x + 1 x 2 + x + 1 y = \dfrac{x^2 - x + 1}{x^2 + x + 1} y = x 2 + x + 1 x 2 − x + 1 . Since x 2 + x + 1 = ( x + 1 2 ) 2 + 3 4 > 0 x^2 + x + 1 = \left(x + \dfrac{1}{2}\right)^2 + \dfrac{3}{4} \gt 0 x 2 + x + 1 = ( x + 2 1 ) 2 + 4 3 > 0 for all real x x x , the denominator never vanishes.
y ( x 2 + x + 1 ) = x 2 − x + 1 ⟹ y x 2 + y x + y = x 2 − x + 1 y(x^2 + x + 1) = x^2 - x + 1 \implies yx^2 + yx + y = x^2 - x + 1 y ( x 2 + x + 1 ) = x 2 − x + 1 ⟹ y x 2 + y x + y = x 2 − x + 1
( y − 1 ) x 2 + ( y + 1 ) x + ( y − 1 ) = 0 (y - 1)x^2 + (y + 1)x + (y - 1) = 0 ( y − 1 ) x 2 + ( y + 1 ) x + ( y − 1 ) = 0
For real x x x , Δ ≥ 0 \Delta \geq 0 Δ ≥ 0 :
( y + 1 ) 2 − 4 ( y − 1 ) 2 ≥ 0 (y+1)^2 - 4(y-1)^2 \geq 0 ( y + 1 ) 2 − 4 ( y − 1 ) 2 ≥ 0
( y + 1 − 2 y + 2 ) ( y + 1 + 2 y − 2 ) ≥ 0 (y + 1 - 2y + 2)(y + 1 + 2y - 2) \geq 0 ( y + 1 − 2 y + 2 ) ( y + 1 + 2 y − 2 ) ≥ 0
( − y + 3 ) ( 3 y − 1 ) ≥ 0 ⟹ ( y − 3 ) ( 3 y − 1 ) ≤ 0 (-y + 3)(3y - 1) \geq 0 \implies (y - 3)(3y - 1) \leq 0 ( − y + 3 ) ( 3 y − 1 ) ≥ 0 ⟹ ( y − 3 ) ( 3 y − 1 ) ≤ 0
1 3 ≤ y ≤ 3 \frac{1}{3} \leq y \leq 3 3 1 ≤ y ≤ 3
Range: [ 1 3 , 3 ] \left[\dfrac{1}{3},\; 3\right] [ 3 1 , 3 ] .
Problem 8. The roots of x 2 + p x + q = 0 x^2 + px + q = 0 x 2 + p x + q = 0 are α \alpha α and β \beta β . If α 2 + β 2 = 10 \alpha^2 + \beta^2 = 10 α 2 + β 2 = 10 and α 4 + β 4 = 82 \alpha^4 + \beta^4 = 82 α 4 + β 4 = 82 , find p p p and q q q .
Solution Note that α 4 + β 4 = ( α 2 + β 2 ) 2 − 2 ( α β ) 2 = 100 − 2 ( α β ) 2 \alpha^4 + \beta^4 = (\alpha^2 + \beta^2)^2 - 2(\alpha\beta)^2 = 100 - 2(\alpha\beta)^2 α 4 + β 4 = ( α 2 + β 2 ) 2 − 2 ( α β ) 2 = 100 − 2 ( α β ) 2 .
100 − 2 ( α β ) 2 = 82 ⟹ 2 ( α β ) 2 = 18 ⟹ ( α β ) 2 = 9 ⟹ α β = 3 o r α β = − 3 100 - 2(\alpha\beta)^2 = 82 \implies 2(\alpha\beta)^2 = 18 \implies (\alpha\beta)^2 = 9 \implies \alpha\beta = 3 \;\mathrm{or}\; \alpha\beta = -3 100 − 2 ( α β ) 2 = 82 ⟹ 2 ( α β ) 2 = 18 ⟹ ( α β ) 2 = 9 ⟹ α β = 3 or α β = − 3
Case α β = 3 \alpha\beta = 3 α β = 3 : α 2 + β 2 = ( α + β ) 2 − 2 α β = 10 ⟹ ( α + β ) 2 − 6 = 10 ⟹ ( α + β ) 2 = 16 ⟹ α + β = ± 4 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 10 \implies (\alpha + \beta)^2 - 6 = 10 \implies (\alpha + \beta)^2 = 16 \implies \alpha + \beta = \pm 4 α 2 + β 2 = ( α + β ) 2 − 2 α β = 10 ⟹ ( α + β ) 2 − 6 = 10 ⟹ ( α + β ) 2 = 16 ⟹ α + β = ± 4 .
So p = − ( α + β ) = ± 4 p = -(\alpha + \beta) = \pm 4 p = − ( α + β ) = ± 4 , q = α β = 3 q = \alpha\beta = 3 q = α β = 3 . Two quadratics: x 2 + 4 x + 3 = 0 x^2 + 4x + 3 = 0 x 2 + 4 x + 3 = 0 and x 2 − 4 x + 3 = 0 x^2 - 4x + 3 = 0 x 2 − 4 x + 3 = 0 .
Case α β = − 3 \alpha\beta = -3 α β = − 3 : ( α + β ) 2 − 2 ( − 3 ) = 10 ⟹ ( α + β ) 2 = 4 ⟹ α + β = ± 2 (\alpha + \beta)^2 - 2(-3) = 10 \implies (\alpha + \beta)^2 = 4 \implies \alpha + \beta = \pm 2 ( α + β ) 2 − 2 ( − 3 ) = 10 ⟹ ( α + β ) 2 = 4 ⟹ α + β = ± 2 .
So p = ∓ 2 p = \mp 2 p = ∓ 2 , q = − 3 q = -3 q = − 3 . Two quadratics: x 2 + 2 x − 3 = 0 x^2 + 2x - 3 = 0 x 2 + 2 x − 3 = 0 and x 2 − 2 x − 3 = 0 x^2 - 2x - 3 = 0 x 2 − 2 x − 3 = 0 .
All four pairs are valid solutions.
Cross-References
Functions: Quadratic functions are a special case of polynomial functions. See functions.md ) and functions-advanced.md ).
Coordinate Geometry: Parabolas as conic sections. See coordinate-geometry.md ).
Inequalities: Quadratic inequalities are solved using discriminant and graph analysis. See the inequalities notes.
Permutations and Combinations: Factorials appear in the quadratic formula derivation via completing the square. See permutations-and-combinations.md ).
For the A-Level treatment of this topic, see Quadratics .
DSE Exam Technique
Showing Working
For quadratic problems in DSE Paper 1, examiners expect:
When using the quadratic formula, write out the full formula before substituting.
When using the discriminant, clearly state Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c and compute it.
When solving inequalities, sketch the parabola or draw a sign chart.
When using Vieta's formulas, state α + β = − b / a \alpha + \beta = -b/a α + β = − b / a and α β = c / a \alpha\beta = c/a α β = c / a explicitly.
For "show that" questions, every step must be justified.
Unless the question states otherwise, give final answers to 3 significant figures. Exact forms (e.g., 3 \sqrt{3} 3 , 5 2 \dfrac{5}{2} 2 5 ) are preferred and should not be converted to decimals unless asked.
Common DSE Question Types
Discriminant conditions for parameter values.
Root-coefficient problems using Vieta's formulas.
Quadratic inequalities with parameters.
Completing the square to find range or extremum.
Forming new equations with transformed roots.
Additional Worked Examples
Worked Example 13: Intersection of two quadratic curves
Find the points of intersection of y = x 2 − 3 x + 1 y = x^2 - 3x + 1 y = x 2 − 3 x + 1 and y = 2 x 2 − 5 x + 4 y = 2x^2 - 5x + 4 y = 2 x 2 − 5 x + 4 .
Solution Setting the two expressions equal:
x 2 − 3 x + 1 = 2 x 2 − 5 x + 4 x^2 - 3x + 1 = 2x^2 - 5x + 4 x 2 − 3 x + 1 = 2 x 2 − 5 x + 4
0 = x 2 − 2 x + 3 0 = x^2 - 2x + 3 0 = x 2 − 2 x + 3
Δ = 4 − 12 = − 8 < 0 \Delta = 4 - 12 = -8 < 0 Δ = 4 − 12 = − 8 < 0
Since the discriminant is negative, the two curves do not intersect.
Worked Example 14: Simultaneous quadratic equations
Solve the simultaneous equations x + y = 5 x + y = 5 x + y = 5 and x 2 + y 2 = 13 x^2 + y^2 = 13 x 2 + y 2 = 13 .
Solution From the first equation: y = 5 − x y = 5 - x y = 5 − x . Substituting into the second:
x 2 + ( 5 − x ) 2 = 13 x^2 + (5 - x)^2 = 13 x 2 + ( 5 − x ) 2 = 13
x 2 + 25 − 10 x + x 2 = 13 x^2 + 25 - 10x + x^2 = 13 x 2 + 25 − 10 x + x 2 = 13
2 x 2 − 10 x + 12 = 0 2x^2 - 10x + 12 = 0 2 x 2 − 10 x + 12 = 0
x 2 − 5 x + 6 = 0 ⟹ ( x − 2 ) ( x − 3 ) = 0 x^2 - 5x + 6 = 0 \implies (x - 2)(x - 3) = 0 x 2 − 5 x + 6 = 0 ⟹ ( x − 2 ) ( x − 3 ) = 0
x = 2 ⟹ y = 3 x = 2 \implies y = 3 x = 2 ⟹ y = 3 ; x = 3 ⟹ y = 2 x = 3 \implies y = 2 x = 3 ⟹ y = 2 .
Solutions: ( 2 , 3 ) (2, 3) ( 2 , 3 ) and ( 3 , 2 ) (3, 2) ( 3 , 2 ) .
Worked Example 15: Quadratic in disguised form
Solve x + 1 x + x x + 1 = 25 6 \dfrac{x + 1}{x} + \dfrac{x}{x + 1} = \dfrac{25}{6} x x + 1 + x + 1 x = 6 25 .
Solution Let u = x + 1 x u = \dfrac{x + 1}{x} u = x x + 1 . Then x x + 1 = 1 u \dfrac{x}{x + 1} = \dfrac{1}{u} x + 1 x = u 1 .
u + 1 u = 25 6 u + \frac{1}{u} = \frac{25}{6} u + u 1 = 6 25
6 u 2 + 6 = 25 u ⟹ 6 u 2 − 25 u + 6 = 0 ⟹ ( 2 u − 1 ) ( 3 u − 6 ) = 0 6u^2 + 6 = 25u \implies 6u^2 - 25u + 6 = 0 \implies (2u - 1)(3u - 6) = 0 6 u 2 + 6 = 25 u ⟹ 6 u 2 − 25 u + 6 = 0 ⟹ ( 2 u − 1 ) ( 3 u − 6 ) = 0
u = 1 2 or u = 2 u = \frac{1}{2} \;\text{or}\; u = 2 u = 2 1 or u = 2
Case 1: x + 1 x = 1 2 ⟹ 2 x + 2 = x ⟹ x = − 2 \dfrac{x + 1}{x} = \dfrac{1}{2} \implies 2x + 2 = x \implies x = -2 x x + 1 = 2 1 ⟹ 2 x + 2 = x ⟹ x = − 2 .
Case 2: x + 1 x = 2 ⟹ x + 1 = 2 x ⟹ x = 1 \dfrac{x + 1}{x} = 2 \implies x + 1 = 2x \implies x = 1 x x + 1 = 2 ⟹ x + 1 = 2 x ⟹ x = 1 .
Check: x = − 2 x = -2 x = − 2 : − 1 − 2 + − 2 − 1 = 1 2 + 2 = 5 2 ≠ 25 6 \dfrac{-1}{-2} + \dfrac{-2}{-1} = \dfrac{1}{2} + 2 = \dfrac{5}{2} \neq \dfrac{25}{6} − 2 − 1 + − 1 − 2 = 2 1 + 2 = 2 5 = 6 25 .
Let me redo: x = − 2 x = -2 x = − 2 : − 2 + 1 − 2 + − 2 − 2 + 1 = − 1 − 2 + − 2 − 1 = 1 2 + 2 = 5 2 ≠ 25 6 \dfrac{-2+1}{-2} + \dfrac{-2}{-2+1} = \dfrac{-1}{-2} + \dfrac{-2}{-1} = \dfrac{1}{2} + 2 = \dfrac{5}{2} \neq \dfrac{25}{6} − 2 − 2 + 1 + − 2 + 1 − 2 = − 2 − 1 + − 1 − 2 = 2 1 + 2 = 2 5 = 6 25 .
This is incorrect. Let me recheck: u = 2 u = 2 u = 2 gives x + 1 x = 2 ⟹ x + 1 = 2 x ⟹ x = 1 \dfrac{x+1}{x} = 2 \implies x + 1 = 2x \implies x = 1 x x + 1 = 2 ⟹ x + 1 = 2 x ⟹ x = 1 .
x = 1 x = 1 x = 1 : 2 1 + 1 2 = 5 2 ≠ 25 6 \dfrac{2}{1} + \dfrac{1}{2} = \dfrac{5}{2} \neq \dfrac{25}{6} 1 2 + 2 1 = 2 5 = 6 25 .
The factorisation ( 2 u − 1 ) ( 3 u − 6 ) = 6 u 2 − 12 u − 3 u + 6 = 6 u 2 − 15 u + 6 ≠ 6 u 2 − 25 u + 6 (2u - 1)(3u - 6) = 6u^2 - 12u - 3u + 6 = 6u^2 - 15u + 6 \neq 6u^2 - 25u + 6 ( 2 u − 1 ) ( 3 u − 6 ) = 6 u 2 − 12 u − 3 u + 6 = 6 u 2 − 15 u + 6 = 6 u 2 − 25 u + 6 .
Correct factorisation: 6 u 2 − 25 u + 6 = ( 2 u − 3 ) ( 3 u − 2 ) 6u^2 - 25u + 6 = (2u - 3)(3u - 2) 6 u 2 − 25 u + 6 = ( 2 u − 3 ) ( 3 u − 2 ) .
u = 3 2 u = \dfrac{3}{2} u = 2 3 or u = 2 3 u = \dfrac{2}{3} u = 3 2 .
u = 3 2 u = \dfrac{3}{2} u = 2 3 : x + 1 x = 3 2 ⟹ 2 x + 2 = 3 x ⟹ x = 2 \dfrac{x+1}{x} = \dfrac{3}{2} \implies 2x + 2 = 3x \implies x = 2 x x + 1 = 2 3 ⟹ 2 x + 2 = 3 x ⟹ x = 2 . Check: 3 2 + 2 3 = 13 6 ≠ 25 6 \dfrac{3}{2} + \dfrac{2}{3} = \dfrac{13}{6} \neq \dfrac{25}{6} 2 3 + 3 2 = 6 13 = 6 25 .
The original equation x + 1 x + x x + 1 = 25 6 \dfrac{x+1}{x} + \dfrac{x}{x+1} = \dfrac{25}{6} x x + 1 + x + 1 x = 6 25 with u + 1 u = 25 6 u + \dfrac{1}{u} = \dfrac{25}{6} u + u 1 = 6 25 :
u 2 + 1 = 25 6 u ⟹ 6 u 2 − 25 u + 6 = 0 u^2 + 1 = \dfrac{25}{6}u \implies 6u^2 - 25u + 6 = 0 u 2 + 1 = 6 25 u ⟹ 6 u 2 − 25 u + 6 = 0 .
Δ = 625 − 144 = 481 \Delta = 625 - 144 = 481 Δ = 625 − 144 = 481 . u = 25 ± 481 12 u = \dfrac{25 \pm \sqrt{481}}{12} u = 12 25 ± 481 .
Since 481 ≈ 21.93 \sqrt{481} \approx 21.93 481 ≈ 21.93 :
u ≈ 25 + 21.93 12 ≈ 3.91 u \approx \dfrac{25 + 21.93}{12} \approx 3.91 u ≈ 12 25 + 21.93 ≈ 3.91 or u ≈ 25 − 21.93 12 ≈ 0.256 u \approx \dfrac{25 - 21.93}{12} \approx 0.256 u ≈ 12 25 − 21.93 ≈ 0.256 .
This problem has irrational roots. Solutions: x = 1 u − 1 x = \dfrac{1}{u - 1} x = u − 1 1 .
Worked Example 16: Quadratic function with given range
Find the value of a a a such that the range of f ( x ) = a x 2 + 4 x + 3 f(x) = ax^2 + 4x + 3 f ( x ) = a x 2 + 4 x + 3 is ( − ∞ , 5 ] (-\infty, 5] ( − ∞ , 5 ] .
Solution The range has a maximum of 5 5 5 , so a < 0 a < 0 a < 0 (parabola opens downward).
Completing the square: f ( x ) = a ( x 2 + 4 a x ) + 3 = a [ ( x + 2 a ) 2 − 4 a 2 ] + 3 = a ( x + 2 a ) 2 − 4 a + 3 f(x) = a\!\left(x^2 + \dfrac{4}{a}x\right) + 3 = a\!\left[\left(x + \dfrac{2}{a}\right)^2 - \dfrac{4}{a^2}\right] + 3 = a\!\left(x + \dfrac{2}{a}\right)^2 - \dfrac{4}{a} + 3 f ( x ) = a ( x 2 + a 4 x ) + 3 = a [ ( x + a 2 ) 2 − a 2 4 ] + 3 = a ( x + a 2 ) 2 − a 4 + 3 .
Maximum value: 3 − 4 a = 5 ⟹ − 4 a = 2 ⟹ a = − 2 3 - \dfrac{4}{a} = 5 \implies -\dfrac{4}{a} = 2 \implies a = -2 3 − a 4 = 5 ⟹ − a 4 = 2 ⟹ a = − 2 .
Verification: f ( x ) = − 2 x 2 + 4 x + 3 = − 2 ( x − 1 ) 2 + 5 f(x) = -2x^2 + 4x + 3 = -2(x-1)^2 + 5 f ( x ) = − 2 x 2 + 4 x + 3 = − 2 ( x − 1 ) 2 + 5 . Range: ( − ∞ , 5 ] (-\infty, 5] ( − ∞ , 5 ] . Correct.
Worked Example 17: Roots with given product and difference
If α \alpha α and β \beta β are roots of x 2 + p x + q = 0 x^2 + px + q = 0 x 2 + p x + q = 0 with α β = 3 \alpha\beta = 3 α β = 3 and α − β = 4 \alpha - \beta = 4 α − β = 4 , find p p p and q q q .
Solution α β = q = 3 \alpha\beta = q = 3 α β = q = 3
( α − β ) 2 = ( α + β ) 2 − 4 α β ⟹ 16 = p 2 − 12 ⟹ p 2 = 28 ⟹ p = ± 2 7 (\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta \implies 16 = p^2 - 12 \implies p^2 = 28 \implies p = \pm 2\sqrt{7} ( α − β ) 2 = ( α + β ) 2 − 4 α β ⟹ 16 = p 2 − 12 ⟹ p 2 = 28 ⟹ p = ± 2 7
Answer: q = 3 q = 3 q = 3 , p = 2 7 p = 2\sqrt{7} p = 2 7 or p = − 2 7 p = -2\sqrt{7} p = − 2 7 .
DSE Exam-Style Questions
DSE Practice 1. If α \alpha α and β \beta β are roots of 2 x 2 − 3 x − 4 = 0 2x^2 - 3x - 4 = 0 2 x 2 − 3 x − 4 = 0 , find the equation whose roots are 1 α + 1 \dfrac{1}{\alpha + 1} α + 1 1 and 1 β + 1 \dfrac{1}{\beta + 1} β + 1 1 .
Solution α + β = 3 2 \alpha + \beta = \dfrac{3}{2} α + β = 2 3 , α β = − 2 \alpha\beta = -2 α β = − 2 .
New sum: 1 α + 1 + 1 β + 1 = α + β + 2 α β + α + β + 1 = 3 / 2 + 2 − 2 + 3 / 2 + 1 = 7 / 2 1 / 2 = 7 \dfrac{1}{\alpha + 1} + \dfrac{1}{\beta + 1} = \dfrac{\alpha + \beta + 2}{\alpha\beta + \alpha + \beta + 1} = \dfrac{3/2 + 2}{-2 + 3/2 + 1} = \dfrac{7/2}{1/2} = 7 α + 1 1 + β + 1 1 = α β + α + β + 1 α + β + 2 = − 2 + 3/2 + 1 3/2 + 2 = 1/2 7/2 = 7 .
New product: 1 ( α + 1 ) ( β + 1 ) = 1 α β + α + β + 1 = 1 − 2 + 3 / 2 + 1 = 1 1 / 2 = 2 \dfrac{1}{(\alpha + 1)(\beta + 1)} = \dfrac{1}{\alpha\beta + \alpha + \beta + 1} = \dfrac{1}{-2 + 3/2 + 1} = \dfrac{1}{1/2} = 2 ( α + 1 ) ( β + 1 ) 1 = α β + α + β + 1 1 = − 2 + 3/2 + 1 1 = 1/2 1 = 2 .
Equation: x 2 − 7 x + 2 = 0 x^2 - 7x + 2 = 0 x 2 − 7 x + 2 = 0 .
DSE Practice 2. Find the range of values of k k k for which the equation x 2 + 2 ( k − 1 ) x + k + 5 = 0 x^2 + 2(k - 1)x + k + 5 = 0 x 2 + 2 ( k − 1 ) x + k + 5 = 0 has two distinct positive roots.
Solution For two distinct real roots: Δ > 0 \Delta > 0 Δ > 0 :
Δ = 4 ( k − 1 ) 2 − 4 ( k + 5 ) = 4 ( k 2 − 2 k + 1 − k − 5 ) = 4 ( k 2 − 3 k − 4 ) > 0 \Delta = 4(k-1)^2 - 4(k+5) = 4(k^2 - 2k + 1 - k - 5) = 4(k^2 - 3k - 4) > 0 Δ = 4 ( k − 1 ) 2 − 4 ( k + 5 ) = 4 ( k 2 − 2 k + 1 − k − 5 ) = 4 ( k 2 − 3 k − 4 ) > 0
( k − 4 ) ( k + 1 ) > 0 ⟹ k < − 1 or k > 4 (k - 4)(k + 1) > 0 \implies k < -1 \;\text{or}\; k > 4 ( k − 4 ) ( k + 1 ) > 0 ⟹ k < − 1 or k > 4
For both roots positive: by Vieta, α + β = − 2 ( k − 1 ) > 0 ⟹ k < 1 \alpha + \beta = -2(k - 1) > 0 \implies k < 1 α + β = − 2 ( k − 1 ) > 0 ⟹ k < 1 , and α β = k + 5 > 0 ⟹ k > − 5 \alpha\beta = k + 5 > 0 \implies k > -5 α β = k + 5 > 0 ⟹ k > − 5 .
Combining all three conditions: − 5 < k < − 1 -5 < k < -1 − 5 < k < − 1 .
DSE Practice 3. Prove that for all real x x x , x 2 − 2 x + 3 > 0 x^2 - 2x + 3 > 0 x 2 − 2 x + 3 > 0 .
Solution Completing the square: x 2 − 2 x + 3 = ( x − 1 ) 2 + 2 x^2 - 2x + 3 = (x - 1)^2 + 2 x 2 − 2 x + 3 = ( x − 1 ) 2 + 2 .
Since ( x − 1 ) 2 ≥ 0 (x - 1)^2 \geq 0 ( x − 1 ) 2 ≥ 0 for all real x x x , we have ( x − 1 ) 2 + 2 ≥ 2 > 0 (x - 1)^2 + 2 \geq 2 > 0 ( x − 1 ) 2 + 2 ≥ 2 > 0 .
Therefore x 2 − 2 x + 3 > 0 x^2 - 2x + 3 > 0 x 2 − 2 x + 3 > 0 for all real x x x . \qed \qed \qed
DSE Practice 4. The function f ( x ) = x 2 + p x + q f(x) = x^2 + px + q f ( x ) = x 2 + p x + q satisfies f ( 1 ) = 3 f(1) = 3 f ( 1 ) = 3 and f ( 2 ) = 5 f(2) = 5 f ( 2 ) = 5 . Find p p p and q q q , and determine whether f ( x ) = 0 f(x) = 0 f ( x ) = 0 has real roots.
Solution f ( 1 ) = 1 + p + q = 3 ⟹ p + q = 2 (i) f(1) = 1 + p + q = 3 \implies p + q = 2 \quad \text{(i)} f ( 1 ) = 1 + p + q = 3 ⟹ p + q = 2 (i)
f ( 2 ) = 4 + 2 p + q = 5 ⟹ 2 p + q = 1 (ii) f(2) = 4 + 2p + q = 5 \implies 2p + q = 1 \quad \text{(ii)} f ( 2 ) = 4 + 2 p + q = 5 ⟹ 2 p + q = 1 (ii)
(ii) - (i): p = − 1 p = -1 p = − 1 . From (i): q = 3 q = 3 q = 3 .
f ( x ) = x 2 − x + 3 f(x) = x^2 - x + 3 f ( x ) = x 2 − x + 3 . Δ = 1 − 12 = − 11 < 0 \Delta = 1 - 12 = -11 < 0 Δ = 1 − 12 = − 11 < 0 . No real roots.
DSE Practice 5. Given that α \alpha α and β \beta β are roots of x 2 − 4 x + 1 = 0 x^2 - 4x + 1 = 0 x 2 − 4 x + 1 = 0 , find α 4 + β 4 \alpha^4 + \beta^4 α 4 + β 4 without solving the equation.
Solution α + β = 4 \alpha + \beta = 4 α + β = 4 , α β = 1 \alpha\beta = 1 α β = 1 .
α 2 + β 2 = ( α + β ) 2 − 2 α β = 16 − 2 = 14 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 16 - 2 = 14 α 2 + β 2 = ( α + β ) 2 − 2 α β = 16 − 2 = 14 .
α 4 + β 4 = ( α 2 + β 2 ) 2 − 2 ( α β ) 2 = 196 − 2 = 194 \alpha^4 + \beta^4 = (\alpha^2 + \beta^2)^2 - 2(\alpha\beta)^2 = 196 - 2 = 194 α 4 + β 4 = ( α 2 + β 2 ) 2 − 2 ( α β ) 2 = 196 − 2 = 194 .
DSE Practice 6. A rectangular enclosure is to be built with one side against a wall. 60 60 60 m of fencing is available for the other three sides. Find the dimensions that maximise the area.
Solution Let the side parallel to the wall have length x x x m, and the two perpendicular sides each have length y y y m.
x + 2 y = 60 ⟹ x = 60 − 2 y x + 2y = 60 \implies x = 60 - 2y x + 2 y = 60 ⟹ x = 60 − 2 y .
A = x y = ( 60 − 2 y ) y = − 2 y 2 + 60 y = − 2 ( y − 15 ) 2 + 450 A = xy = (60 - 2y)y = -2y^2 + 60y = -2(y - 15)^2 + 450 A = x y = ( 60 − 2 y ) y = − 2 y 2 + 60 y = − 2 ( y − 15 ) 2 + 450
Maximum area is 450 m 2 450\mathrm{ m}^2 450 m 2 when y = 15 y = 15 y = 15 , giving x = 30 x = 30 x = 30 .
Dimensions: 30 m 30\mathrm{ m} 30 m parallel to wall, 15 m 15\mathrm{ m} 15 m perpendicular.
Diagnostic Test
Ready to test your understanding of Quadratics ? The diagnostic test contains the hardest questions within the DSE specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Quadratics with other DSE mathematics topics to test synthesis under exam conditions.
See Diagnostic Guide for instructions on self-marking and building a personal test matrix.