Quadratics — Diagnostic Tests
Unit Tests
Tests edge cases, boundary conditions, and common misconceptions for quadratics.
UT-1: Discriminant with Parameters
Question:
Find the range of values of k k k for which the equation ( 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 two distinct real roots.
Solution:
For two distinct real roots, we need Δ > 0 \Delta > 0 Δ > 0 AND a ≠ 0 a \neq 0 a = 0 .
a = k − 1 a = k - 1 a = k − 1 , b = − 2 k b = -2k b = − 2 k , c = k + 3 c = k + 3 c = k + 3 .
Δ = ( − 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
Δ > 0 ⟹ − 8 k + 12 > 0 ⟹ k < 3 2 \Delta > 0 \implies -8k + 12 > 0 \implies k < \dfrac{3}{2} Δ > 0 ⟹ − 8 k + 12 > 0 ⟹ k < 2 3 .
a ≠ 0 ⟹ k ≠ 1 a \neq 0 \implies k \neq 1 a = 0 ⟹ k = 1 .
Therefore k ∈ ( − ∞ , 1 ) ∪ ( 1 , 3 2 ) k \in (-\infty,\; 1) \cup (1,\; \tfrac{3}{2}) k ∈ ( − ∞ , 1 ) ∪ ( 1 , 2 3 ) .
A common mistake is forgetting the a ≠ 0 a \neq 0 a = 0 condition (i.e. k ≠ 1 k \neq 1 k = 1 ), which would reduce the problem to a linear equation.
UT-2: Hidden Quadratic in Exponent
Question:
Solve 4 x + 1 − 5 ⋅ 2 x + 1 = 0 4^{x+1} - 5 \cdot 2^x + 1 = 0 4 x + 1 − 5 ⋅ 2 x + 1 = 0 .
Solution:
Let u = 2 x u = 2^x u = 2 x (so u > 0 u > 0 u > 0 ). Then 4 x + 1 = 4 ⋅ 4 x = 4 u 2 4^{x+1} = 4 \cdot 4^x = 4u^2 4 x + 1 = 4 ⋅ 4 x = 4 u 2 .
4 u 2 − 5 u + 1 = 0 4u^2 - 5u + 1 = 0 4 u 2 − 5 u + 1 = 0
( 4 u − 1 ) ( u − 1 ) = 0 (4u - 1)(u - 1) = 0 ( 4 u − 1 ) ( u − 1 ) = 0
u = 1 4 or u = 1 u = \frac{1}{4} \quad \text{or} \quad u = 1 u = 4 1 or u = 1
Since u > 0 u > 0 u > 0 , both are valid.
2 x = 1 4 = 2 − 2 ⟹ x = − 2 2^x = \dfrac{1}{4} = 2^{-2} \implies x = -2 2 x = 4 1 = 2 − 2 ⟹ x = − 2 .
2 x = 1 = 2 0 ⟹ x = 0 2^x = 1 = 2^0 \implies x = 0 2 x = 1 = 2 0 ⟹ x = 0 .
Therefore x = − 2 x = -2 x = − 2 or x = 0 x = 0 x = 0 .
Question:
If α \alpha α and β \beta β are the roots of 2 x 2 − 6 x + 1 = 0 2x^2 - 6x + 1 = 0 2 x 2 − 6 x + 1 = 0 , find the value of α 2 + β 2 \alpha^2 + \beta^2 α 2 + β 2 without solving the equation.
Solution:
By Vieta's formulas: α + β = 6 2 = 3 \alpha + \beta = \dfrac{6}{2} = 3 α + β = 2 6 = 3 and α β = 1 2 \alpha\beta = \dfrac{1}{2} α β = 2 1 .
α 2 + β 2 = ( α + β ) 2 − 2 α β = 9 − 2 ( 1 2 ) = 9 − 1 = 8 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 9 - 2\left(\frac{1}{2}\right) = 9 - 1 = 8 α 2 + β 2 = ( α + β ) 2 − 2 α β = 9 − 2 ( 2 1 ) = 9 − 1 = 8
UT-4: Completing the Square to Find Range
Question:
Find the range of f ( x ) = − 3 x 2 + 12 x − 7 f(x) = -3x^2 + 12x - 7 f ( x ) = − 3 x 2 + 12 x − 7 .
Solution:
f ( x ) = − 3 ( x 2 − 4 x ) − 7 = − 3 ( x − 2 ) 2 + 12 − 7 = − 3 ( x − 2 ) 2 + 5 f(x) = -3(x^2 - 4x) - 7 = -3(x - 2)^2 + 12 - 7 = -3(x - 2)^2 + 5 f ( x ) = − 3 ( x 2 − 4 x ) − 7 = − 3 ( x − 2 ) 2 + 12 − 7 = − 3 ( x − 2 ) 2 + 5
Since − 3 ( x − 2 ) 2 ≤ 0 -3(x - 2)^2 \leq 0 − 3 ( x − 2 ) 2 ≤ 0 for all x x x , the maximum value is 5 5 5 at x = 2 x = 2 x = 2 .
r a n ( f ) = ( − ∞ , 5 ] \mathrm{ran}(f) = (-\infty,\; 5] ran ( f ) = ( − ∞ , 5 ]
UT-5: Factorisation with Non-Integer Coefficients
Question:
Factorise 6 x 2 − 7 x − 20 6x^2 - 7x - 20 6 x 2 − 7 x − 20 completely.
Solution:
We need a c = 6 × ( − 20 ) = − 120 ac = 6 \times (-20) = -120 a c = 6 × ( − 20 ) = − 120 and b = − 7 b = -7 b = − 7 .
Two numbers multiplying to − 120 -120 − 120 and adding to − 7 -7 − 7 : − 15 -15 − 15 and 8 8 8 .
6 x 2 − 15 x + 8 x − 20 = 3 x ( 2 x − 5 ) + 4 ( 2 x − 5 ) = ( 3 x + 4 ) ( 2 x − 5 ) 6x^2 - 15x + 8x - 20 = 3x(2x - 5) + 4(2x - 5) = (3x + 4)(2x - 5) 6 x 2 − 15 x + 8 x − 20 = 3 x ( 2 x − 5 ) + 4 ( 2 x − 5 ) = ( 3 x + 4 ) ( 2 x − 5 )
Integration Tests
Tests synthesis of quadratics with other topics.
IT-1: Quadratics and Inequalities (with Inequalities)
Question:
Find the range of values of x x x for which x 2 − 4 x + 3 x 2 − 1 < 0 \dfrac{x^2 - 4x + 3}{x^2 - 1} \lt 0 x 2 − 1 x 2 − 4 x + 3 < 0 .
Solution:
Factorise: ( x − 1 ) ( x − 3 ) ( x − 1 ) ( x + 1 ) = x − 3 x + 1 \dfrac{(x-1)(x-3)}{(x-1)(x+1)} = \dfrac{x - 3}{x + 1} ( x − 1 ) ( x + 1 ) ( x − 1 ) ( x − 3 ) = x + 1 x − 3 , provided x ≠ 1 x \neq 1 x = 1 .
x − 3 x + 1 < 0 \dfrac{x - 3}{x + 1} \lt 0 x + 1 x − 3 < 0 .
Critical values: x = − 1 x = -1 x = − 1 and x = 3 x = 3 x = 3 . Note x = 1 x = 1 x = 1 is excluded (makes denominator zero in original).
Sign chart:
Interval Test Sign x < − 1 x < -1 x < − 1 x = − 2 x = -2 x = − 2 + + + − 1 < x < 1 -1 < x < 1 − 1 < x < 1 x = 0 x = 0 x = 0 − - − 1 < x < 3 1 < x < 3 1 < x < 3 x = 2 x = 2 x = 2 − - − x > 3 x > 3 x > 3 x = 4 x = 4 x = 4 + + +
The expression is negative for − 1 < x < 1 -1 < x < 1 − 1 < x < 1 or 1 < x < 3 1 < x < 3 1 < x < 3 .
Combined: x ∈ ( − 1 , 1 ) ∪ ( 1 , 3 ) x \in (-1,\; 1) \cup (1,\; 3) x ∈ ( − 1 , 1 ) ∪ ( 1 , 3 ) .
IT-2: Quadratics and Functions (with Functions)
Question:
Let f ( x ) = x 2 − 4 x + k f(x) = x^2 - 4x + k f ( x ) = x 2 − 4 x + k . If the equation f ( x ) = 0 f(x) = 0 f ( x ) = 0 has no real roots and f ( 2 ) > 0 f(2) > 0 f ( 2 ) > 0 , find the range of k k k .
Solution:
No real roots means Δ < 0 \Delta < 0 Δ < 0 :
Δ = 16 − 4 k < 0 ⟹ k > 4 \Delta = 16 - 4k < 0 \implies k > 4 Δ = 16 − 4 k < 0 ⟹ k > 4
Also f ( 2 ) = 4 − 8 + k = k − 4 > 0 ⟹ k > 4 f(2) = 4 - 8 + k = k - 4 > 0 \implies k > 4 f ( 2 ) = 4 − 8 + k = k − 4 > 0 ⟹ k > 4 .
Both conditions give k > 4 k > 4 k > 4 .
Therefore k ∈ ( 4 , ∞ ) k \in (4,\; \infty) k ∈ ( 4 , ∞ ) .
IT-3: Quadratics and Coordinate Geometry (with Coordinate Geometry)
Question:
The line y = 2 x + 1 y = 2x + 1 y = 2 x + 1 intersects the parabola y = x 2 − 3 x + 7 y = x^2 - 3x + 7 y = x 2 − 3 x + 7 at points A A A and B B B . Find the coordinates of A A A and B B B , and the length of A B AB A B .
Solution:
Setting equal: x 2 − 3 x + 7 = 2 x + 1 x^2 - 3x + 7 = 2x + 1 x 2 − 3 x + 7 = 2 x + 1
x 2 − 5 x + 6 = 0 x^2 - 5x + 6 = 0 x 2 − 5 x + 6 = 0
( x − 2 ) ( x − 3 ) = 0 (x - 2)(x - 3) = 0 ( x − 2 ) ( x − 3 ) = 0
x = 2 or x = 3 x = 2 \quad \text{or} \quad x = 3 x = 2 or x = 3
When x = 2 x = 2 x = 2 : y = 2 ( 2 ) + 1 = 5 y = 2(2) + 1 = 5 y = 2 ( 2 ) + 1 = 5 . So A = ( 2 , 5 ) A = (2, 5) A = ( 2 , 5 ) .
When x = 3 x = 3 x = 3 : y = 2 ( 3 ) + 1 = 7 y = 2(3) + 1 = 7 y = 2 ( 3 ) + 1 = 7 . So B = ( 3 , 7 ) B = (3, 7) B = ( 3 , 7 ) .
A B = ( 3 − 2 ) 2 + ( 7 − 5 ) 2 = 1 + 4 = 5 AB = \sqrt{(3-2)^2 + (7-5)^2} = \sqrt{1 + 4} = \sqrt{5} A B = ( 3 − 2 ) 2 + ( 7 − 5 ) 2 = 1 + 4 = 5
Worked Examples
WE-1: Sum and Product of Roots Application
Question:
If α \alpha α and β \beta β are the roots of 3 x 2 − 5 x + 2 = 0 3x^2 - 5x + 2 = 0 3 x 2 − 5 x + 2 = 0 , find a quadratic equation whose roots are α 2 \alpha^2 α 2 and β 2 \beta^2 β 2 .
Solution:
By Vieta's formulas: α + β = 5 3 \alpha + \beta = \dfrac{5}{3} α + β = 3 5 and α β = 2 3 \alpha\beta = \dfrac{2}{3} α β = 3 2 .
α 2 + β 2 = ( α + β ) 2 − 2 α β = 25 9 − 4 3 = 25 − 12 9 = 13 9 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{25}{9} - \frac{4}{3} = \frac{25 - 12}{9} = \frac{13}{9} α 2 + β 2 = ( α + β ) 2 − 2 α β = 9 25 − 3 4 = 9 25 − 12 = 9 13
α 2 β 2 = ( α β ) 2 = 4 9 \alpha^2 \beta^2 = (\alpha\beta)^2 = \frac{4}{9} α 2 β 2 = ( α β ) 2 = 9 4
The required equation has sum = 13 9 = \dfrac{13}{9} = 9 13 and product = 4 9 = \dfrac{4}{9} = 9 4 :
x 2 − 13 9 x + 4 9 = 0 x^2 - \frac{13}{9}x + \frac{4}{9} = 0 x 2 − 9 13 x + 9 4 = 0
9 x 2 − 13 x + 4 = 0 9x^2 - 13x + 4 = 0 9 x 2 − 13 x + 4 = 0
WE-2: Quadratic Inequality with Parameter
Question:
Find the range of values of m m m for which the equation x 2 + 2 m x + m 2 − 1 = 0 x^2 + 2mx + m^2 - 1 = 0 x 2 + 2 m x + m 2 − 1 = 0 has real roots, and find the range of values of x x x satisfying the inequality x 2 + 2 m x + m 2 − 1 ≤ 0 x^2 + 2mx + m^2 - 1 \leq 0 x 2 + 2 m x + m 2 − 1 ≤ 0 when m = 2 m = 2 m = 2 .
Solution:
Discriminant: Δ = ( 2 m ) 2 − 4 ( m 2 − 1 ) = 4 m 2 − 4 m 2 + 4 = 4 \Delta = (2m)^2 - 4(m^2 - 1) = 4m^2 - 4m^2 + 4 = 4 Δ = ( 2 m ) 2 − 4 ( m 2 − 1 ) = 4 m 2 − 4 m 2 + 4 = 4 .
Since Δ = 4 > 0 \Delta = 4 > 0 Δ = 4 > 0 for all m m m , the equation always has two distinct real roots.
When m = 2 m = 2 m = 2 : x 2 + 4 x + 3 ≤ 0 x^2 + 4x + 3 \leq 0 x 2 + 4 x + 3 ≤ 0 , i.e. ( x + 1 ) ( x + 3 ) ≤ 0 (x + 1)(x + 3) \leq 0 ( x + 1 ) ( x + 3 ) ≤ 0 .
Solution: − 3 ≤ x ≤ − 1 -3 \leq x \leq -1 − 3 ≤ x ≤ − 1 , i.e. x ∈ [ − 3 , − 1 ] x \in [-3,\; -1] x ∈ [ − 3 , − 1 ] .
WE-3: Hidden Quadratic with Substitution
Question:
Solve x 4 − 5 x 2 + 4 = 0 x^4 - 5x^2 + 4 = 0 x 4 − 5 x 2 + 4 = 0 .
Solution:
Let u = x 2 u = x^2 u = x 2 (u ≥ 0 u \geq 0 u ≥ 0 ).
u 2 − 5 u + 4 = 0 u^2 - 5u + 4 = 0 u 2 − 5 u + 4 = 0
( u − 1 ) ( u − 4 ) = 0 (u - 1)(u - 4) = 0 ( u − 1 ) ( u − 4 ) = 0
u = 1 or u = 4 u = 1 \quad \text{or} \quad u = 4 u = 1 or u = 4
x 2 = 1 ⟹ x = 1 x^2 = 1 \implies x = 1 x 2 = 1 ⟹ x = 1 or x = − 1 x = -1 x = − 1 .
x 2 = 4 ⟹ x = 2 x^2 = 4 \implies x = 2 x 2 = 4 ⟹ x = 2 or x = − 2 x = -2 x = − 2 .
Solution: x = − 2 , − 1 , 1 , 2 x = -2,\; -1,\; 1,\; 2 x = − 2 , − 1 , 1 , 2 .
DSE Exam Technique: When solving hidden quadratics, always check the substitution condition (u ≥ 0 u \geq 0 u ≥ 0 ) and state all four roots explicitly.
WE-4: Maximum Value Application
Question:
A farmer has 100 m of fencing to enclose a rectangular field beside a river. No fencing is needed along the river. Find the dimensions that give the maximum area.
Solution:
Let the side parallel to the river have length x x x and the other two sides have length y y y each.
2 y + x = 100 ⟹ y = 100 − x 2 = 50 − x 2 2y + x = 100 \implies y = \dfrac{100 - x}{2} = 50 - \dfrac{x}{2} 2 y + x = 100 ⟹ y = 2 100 − x = 50 − 2 x .
Area: A = x y = x ( 50 − x 2 ) = 50 x − x 2 2 A = xy = x\left(50 - \dfrac{x}{2}\right) = 50x - \dfrac{x^2}{2} A = x y = x ( 50 − 2 x ) = 50 x − 2 x 2 .
A = − 1 2 ( x 2 − 100 x ) = − 1 2 ( x − 50 ) 2 + 1250 A = -\frac{1}{2}(x^2 - 100x) = -\frac{1}{2}(x - 50)^2 + 1250 A = − 2 1 ( x 2 − 100 x ) = − 2 1 ( x − 50 ) 2 + 1250
Maximum area is 1250 1250 1250 m2 ^2 2 when x = 50 x = 50 x = 50 m, y = 25 y = 25 y = 25 m.
WE-5: Discriminant Analysis for Tangency
Question:
Find the value of c c c for which the line y = 2 x + c y = 2x + c y = 2 x + c is tangent to the curve y = x 2 + 3 x − 1 y = x^2 + 3x - 1 y = x 2 + 3 x − 1 .
Solution:
Set equal: x 2 + 3 x − 1 = 2 x + c x^2 + 3x - 1 = 2x + c x 2 + 3 x − 1 = 2 x + c .
x 2 + x − ( 1 + c ) = 0 x^2 + x - (1 + c) = 0 x 2 + x − ( 1 + c ) = 0
For tangency, Δ = 0 \Delta = 0 Δ = 0 :
Δ = 1 − 4 ( 1 ) ( − ( 1 + c ) ) = 1 + 4 ( 1 + c ) = 5 + 4 c = 0 \Delta = 1 - 4(1)(-(1+c)) = 1 + 4(1+c) = 5 + 4c = 0 Δ = 1 − 4 ( 1 ) ( − ( 1 + c )) = 1 + 4 ( 1 + c ) = 5 + 4 c = 0
c = − 5 4 c = -\frac{5}{4} c = − 4 5
WE-6: Quadratic with Integer Roots
Question:
Find the integer values of k k k for which x 2 + k x + k + 3 = 0 x^2 + kx + k + 3 = 0 x 2 + k x + k + 3 = 0 has integer roots.
Solution:
Let the roots be α \alpha α and β \beta β (integers). By Vieta: α + β = − k \alpha + \beta = -k α + β = − k and α β = k + 3 \alpha\beta = k + 3 α β = k + 3 .
Substituting: α β = − ( α + β ) + 3 \alpha\beta = -(\alpha + \beta) + 3 α β = − ( α + β ) + 3 .
α β + α + β = 3 \alpha\beta + \alpha + \beta = 3 α β + α + β = 3
( α + 1 ) ( β + 1 ) = 4 (\alpha + 1)(\beta + 1) = 4 ( α + 1 ) ( β + 1 ) = 4
Factor pairs of 4: ( 1 , 4 ) , ( 2 , 2 ) , ( 4 , 1 ) , ( − 1 , − 4 ) , ( − 2 , − 2 ) , ( − 4 , − 1 ) (1,4), (2,2), (4,1), (-1,-4), (-2,-2), (-4,-1) ( 1 , 4 ) , ( 2 , 2 ) , ( 4 , 1 ) , ( − 1 , − 4 ) , ( − 2 , − 2 ) , ( − 4 , − 1 ) .
α + 1 \alpha + 1 α + 1 β + 1 \beta + 1 β + 1 α \alpha α β \beta β k = − ( α + β ) k = -(\alpha+\beta) k = − ( α + β ) 1 4 0 3 − 3 -3 − 3 2 2 1 1 − 2 -2 − 2 4 1 3 0 − 3 -3 − 3 − 1 -1 − 1 − 4 -4 − 4 − 2 -2 − 2 − 5 -5 − 5 7 7 7 − 2 -2 − 2 − 2 -2 − 2 − 3 -3 − 3 − 3 -3 − 3 6 6 6 − 4 -4 − 4 − 1 -1 − 1 − 5 -5 − 5 − 2 -2 − 2 7 7 7
Distinct values of k k k : − 3 -3 − 3 , − 2 -2 − 2 , 6 6 6 , 7 7 7 .
Question:
The roots of x 2 − 7 x + 10 = 0 x^2 - 7x + 10 = 0 x 2 − 7 x + 10 = 0 are α \alpha α and β \beta β . Find the equation whose roots are 1 α \dfrac{1}{\alpha} α 1 and 1 β \dfrac{1}{\beta} β 1 .
Solution:
α + β = 7 \alpha + \beta = 7 α + β = 7 , α β = 10 \alpha\beta = 10 α β = 10 .
1 α + 1 β = α + β α β = 7 10 \frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{7}{10} α 1 + β 1 = α β α + β = 10 7
1 α ⋅ 1 β = 1 α β = 1 10 \frac{1}{\alpha} \cdot \frac{1}{\beta} = \frac{1}{\alpha\beta} = \frac{1}{10} α 1 ⋅ β 1 = α β 1 = 10 1
Required equation: x 2 − 7 10 x + 1 10 = 0 x^2 - \dfrac{7}{10}x + \dfrac{1}{10} = 0 x 2 − 10 7 x + 10 1 = 0 , i.e. 10 x 2 − 7 x + 1 = 0 10x^2 - 7x + 1 = 0 10 x 2 − 7 x + 1 = 0 .
WE-8: Range of Quadratic Expression
Question:
Find the minimum value of x 2 + 2 x + 5 x 2 + 2 x + 2 \dfrac{x^2 + 2x + 5}{x^2 + 2x + 2} x 2 + 2 x + 2 x 2 + 2 x + 5 for real x x x .
Solution:
Let t = x 2 + 2 x + 2 = ( x + 1 ) 2 + 1 ≥ 1 t = x^2 + 2x + 2 = (x + 1)^2 + 1 \geq 1 t = x 2 + 2 x + 2 = ( x + 1 ) 2 + 1 ≥ 1 .
The expression becomes t + 3 t = 1 + 3 t \dfrac{t + 3}{t} = 1 + \dfrac{3}{t} t t + 3 = 1 + t 3 .
Since t ≥ 1 t \geq 1 t ≥ 1 and 3 t \dfrac{3}{t} t 3 is decreasing for t > 0 t > 0 t > 0 :
The minimum occurs when t t t is maximum? No -- t t t can be arbitrarily large, making 3 t \dfrac{3}{t} t 3 approach 0 0 0 . We need the minimum value, which occurs when t t t is largest? No. When t t t increases, 3 t \dfrac{3}{t} t 3 decreases, so the expression approaches 1 from above.
Actually, since t ≥ 1 t \geq 1 t ≥ 1 and 3 t \dfrac{3}{t} t 3 decreases as t t t increases, the maximum of 3 t \dfrac{3}{t} t 3 is at t = 1 t = 1 t = 1 :
Minimum of the expression is when t t t is as large as possible, giving 3 t → 0 \dfrac{3}{t} \to 0 t 3 → 0 .
Wait -- we need the minimum. 1 + 3 t 1 + \dfrac{3}{t} 1 + t 3 with t ≥ 1 t \geq 1 t ≥ 1 : since 3 t ≤ 3 \dfrac{3}{t} \leq 3 t 3 ≤ 3 and decreases, the minimum is the infimum 1 1 1 (not attained).
But let us reconsider. The expression 1 + 3 t 1 + \dfrac{3}{t} 1 + t 3 with t ≥ 1 t \geq 1 t ≥ 1 : since 3 t \dfrac{3}{t} t 3 ranges from 3 3 3 (at t = 1 t = 1 t = 1 ) down to 0 0 0 (as t → ∞ t \to \infty t → ∞ ), the range is ( 1 , 4 ] (1,\; 4] ( 1 , 4 ] .
The minimum value approaches 1 1 1 but is never attained.
Common Pitfalls
Forgetting the a ≠ 0 a \neq 0 a = 0 condition in discriminant problems. When asked about the roots of a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 , if a a a contains a parameter, always check that a ≠ 0 a \neq 0 a = 0 separately. If a = 0 a = 0 a = 0 , the equation is linear and has exactly one root.
Losing solutions when dividing by an expression containing x x x . When solving x ⋅ f ( x ) = 0 x \cdot f(x) = 0 x ⋅ f ( x ) = 0 , you must consider both x = 0 x = 0 x = 0 and f ( x ) = 0 f(x) = 0 f ( x ) = 0 . Dividing by x x x loses the solution x = 0 x = 0 x = 0 .
Incorrect sign when completing the square. A common error is writing x 2 − 6 x = ( x − 3 ) 2 − 9 x^2 - 6x = (x - 3)^2 - 9 x 2 − 6 x = ( x − 3 ) 2 − 9 but mistakenly writing − 9 -9 − 9 as + 9 +9 + 9 . Always verify by expanding back: ( x − 3 ) 2 = x 2 − 6 x + 9 (x - 3)^2 = x^2 - 6x + 9 ( x − 3 ) 2 = x 2 − 6 x + 9 , so x 2 − 6 x = ( x − 3 ) 2 − 9 x^2 - 6x = (x - 3)^2 - 9 x 2 − 6 x = ( x − 3 ) 2 − 9 .
Assuming all quadratics can be factorised with integer coefficients. If the discriminant is not a perfect square, the roots are irrational. In such cases, use the quadratic formula and leave answers in surd form (exact values preferred in DSE).
Confusing the axis of symmetry with the vertex. For y = a ( x − h ) 2 + k y = a(x - h)^2 + k y = a ( x − h ) 2 + k , the axis of symmetry is x = h x = h x = h and the vertex is ( h , k ) (h, k) ( h , k ) . The vertex is a point; the axis of symmetry is a line.
DSE Exam-Style Questions
DSE-1
(a) Find the range of values of k k k for which k x 2 − ( k + 3 ) x + 3 = 0 kx^2 - (k + 3)x + 3 = 0 k x 2 − ( k + 3 ) x + 3 = 0 has two distinct real roots. (4 marks)
(b) For the value of k k k at the boundary of this range, solve the equation. (2 marks)
Solution:
(a) For two distinct real roots: Δ > 0 \Delta > 0 Δ > 0 and a ≠ 0 a \neq 0 a = 0 .
a = k a = k a = k , b = − ( k + 3 ) b = -(k + 3) b = − ( k + 3 ) , c = 3 c = 3 c = 3 .
Δ = ( k + 3 ) 2 − 4 ( k ) ( 3 ) = k 2 + 6 k + 9 − 12 k = k 2 − 6 k + 9 = ( k − 3 ) 2 \Delta = (k + 3)^2 - 4(k)(3) = k^2 + 6k + 9 - 12k = k^2 - 6k + 9 = (k - 3)^2 Δ = ( k + 3 ) 2 − 4 ( k ) ( 3 ) = k 2 + 6 k + 9 − 12 k = k 2 − 6 k + 9 = ( k − 3 ) 2
Δ > 0 ⟹ ( k − 3 ) 2 > 0 ⟹ k ≠ 3 \Delta > 0 \implies (k - 3)^2 > 0 \implies k \neq 3 Δ > 0 ⟹ ( k − 3 ) 2 > 0 ⟹ k = 3 .
Also a ≠ 0 ⟹ k ≠ 0 a \neq 0 \implies k \neq 0 a = 0 ⟹ k = 0 .
Therefore k ∈ ( − ∞ , 0 ) ∪ ( 0 , 3 ) ∪ ( 3 , ∞ ) k \in (-\infty,\; 0) \cup (0,\; 3) \cup (3,\; \infty) k ∈ ( − ∞ , 0 ) ∪ ( 0 , 3 ) ∪ ( 3 , ∞ ) .
(b) At the boundary k = 3 k = 3 k = 3 : Δ = 0 \Delta = 0 Δ = 0 , one repeated root.
3 x 2 − 6 x + 3 = 0 ⟹ x 2 − 2 x + 1 = 0 ⟹ ( x − 1 ) 2 = 0 ⟹ x = 1 3x^2 - 6x + 3 = 0 \implies x^2 - 2x + 1 = 0 \implies (x - 1)^2 = 0 \implies x = 1 3 x 2 − 6 x + 3 = 0 ⟹ x 2 − 2 x + 1 = 0 ⟹ ( x − 1 ) 2 = 0 ⟹ x = 1 (repeated root).
DSE-2
The quadratic equation x 2 + p x + q = 0 x^2 + px + q = 0 x 2 + p x + q = 0 has roots α \alpha α and β \beta β . It is given that α 2 + β 2 = 10 \alpha^2 + \beta^2 = 10 α 2 + β 2 = 10 and α 3 + β 3 = 28 \alpha^3 + \beta^3 = 28 α 3 + β 3 = 28 .
(a) Find the values of p p p and q q q . (4 marks)
(b) Hence solve the equation x 2 + p x + q = 0 x^2 + px + q = 0 x 2 + p x + q = 0 . (2 marks)
Solution:
(a) α 2 + β 2 = ( α + β ) 2 − 2 α β = p 2 − 2 q = 10 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = p^2 - 2q = 10 α 2 + β 2 = ( α + β ) 2 − 2 α β = p 2 − 2 q = 10 . ... (1)
α 3 + β 3 = ( α + β ) 3 − 3 α β ( α + β ) = − p 3 + 3 p q = 28 \alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = -p^3 + 3pq = 28 α 3 + β 3 = ( α + β ) 3 − 3 α β ( α + β ) = − p 3 + 3 pq = 28 . ... (2)
From (1): p 2 − 2 q = 10 ⟹ q = p 2 − 10 2 p^2 - 2q = 10 \implies q = \dfrac{p^2 - 10}{2} p 2 − 2 q = 10 ⟹ q = 2 p 2 − 10 .
Substituting into (2): − p 3 + 3 p ⋅ p 2 − 10 2 = 28 -p^3 + 3p \cdot \dfrac{p^2 - 10}{2} = 28 − p 3 + 3 p ⋅ 2 p 2 − 10 = 28 .
− p 3 + 3 p 3 − 30 p 2 = 28 -p^3 + \frac{3p^3 - 30p}{2} = 28 − p 3 + 2 3 p 3 − 30 p = 28
− 2 p 3 + 3 p 3 − 30 p 2 = 28 \frac{-2p^3 + 3p^3 - 30p}{2} = 28 2 − 2 p 3 + 3 p 3 − 30 p = 28
p 3 − 30 p = 56 p^3 - 30p = 56 p 3 − 30 p = 56
p 3 − 30 p − 56 = 0 p^3 - 30p - 56 = 0 p 3 − 30 p − 56 = 0
By trial: p = − 2 p = -2 p = − 2 : − 8 + 60 − 56 = − 4 ≠ 0 -8 + 60 - 56 = -4 \neq 0 − 8 + 60 − 56 = − 4 = 0 .
p = 7 p = 7 p = 7 : 343 − 210 − 56 = 77 ≠ 0 343 - 210 - 56 = 77 \neq 0 343 − 210 − 56 = 77 = 0 .
p = − 4 p = -4 p = − 4 : − 64 + 120 − 56 = 0 -64 + 120 - 56 = 0 − 64 + 120 − 56 = 0 . Yes.
So p = − 4 p = -4 p = − 4 , q = 16 − 10 2 = 3 q = \dfrac{16 - 10}{2} = 3 q = 2 16 − 10 = 3 .
(b) x 2 − 4 x + 3 = 0 ⟹ ( x − 1 ) ( x − 3 ) = 0 ⟹ x = 1 x^2 - 4x + 3 = 0 \implies (x - 1)(x - 3) = 0 \implies x = 1 x 2 − 4 x + 3 = 0 ⟹ ( x − 1 ) ( x − 3 ) = 0 ⟹ x = 1 or x = 3 x = 3 x = 3 .
DSE-3
Let f ( x ) = x 2 − 2 k x + k 2 + k − 3 f(x) = x^2 - 2kx + k^2 + k - 3 f ( x ) = x 2 − 2 k x + k 2 + k − 3 .
(a) Find the range of values of k k k for which f ( x ) > 0 f(x) > 0 f ( x ) > 0 for all real x x x . (3 marks)
(b) If the minimum value of f ( x ) f(x) f ( x ) is − 1 -1 − 1 , find k k k . (3 marks)
Solution:
(a) f ( x ) > 0 f(x) > 0 f ( x ) > 0 for all x x x requires Δ < 0 \Delta < 0 Δ < 0 (since leading coefficient = 1 > 0 = 1 > 0 = 1 > 0 ).
Δ = ( − 2 k ) 2 − 4 ( k 2 + k − 3 ) = 4 k 2 − 4 k 2 − 4 k + 12 = − 4 k + 12 \Delta = (-2k)^2 - 4(k^2 + k - 3) = 4k^2 - 4k^2 - 4k + 12 = -4k + 12 Δ = ( − 2 k ) 2 − 4 ( k 2 + k − 3 ) = 4 k 2 − 4 k 2 − 4 k + 12 = − 4 k + 12
Δ < 0 ⟹ − 4 k + 12 < 0 ⟹ k > 3 \Delta < 0 \implies -4k + 12 < 0 \implies k > 3 Δ < 0 ⟹ − 4 k + 12 < 0 ⟹ k > 3 .
(b) Completing the square: f ( x ) = ( x − k ) 2 + k 2 + k − 3 − k 2 = ( x − k ) 2 + k − 3 f(x) = (x - k)^2 + k^2 + k - 3 - k^2 = (x - k)^2 + k - 3 f ( x ) = ( x − k ) 2 + k 2 + k − 3 − k 2 = ( x − k ) 2 + k − 3 .
Minimum value = k − 3 = − 1 ⟹ k = 2 = k - 3 = -1 \implies k = 2 = k − 3 = − 1 ⟹ k = 2 .
DSE-4
Solve the inequality x 2 − 5 x + 6 x 2 − 4 ≥ 0 \dfrac{x^2 - 5x + 6}{x^2 - 4} \geq 0 x 2 − 4 x 2 − 5 x + 6 ≥ 0 .
Solution:
Factorise: ( x − 2 ) ( x − 3 ) ( x − 2 ) ( x + 2 ) = x − 3 x + 2 \dfrac{(x-2)(x-3)}{(x-2)(x+2)} = \dfrac{x - 3}{x + 2} ( x − 2 ) ( x + 2 ) ( x − 2 ) ( x − 3 ) = x + 2 x − 3 , provided x ≠ 2 x \neq 2 x = 2 .
Critical values: x = − 2 x = -2 x = − 2 (excluded, denominator zero) and x = 3 x = 3 x = 3 (included, numerator zero). Also x = 2 x = 2 x = 2 is excluded (denominator zero in original).
Sign chart for x − 3 x + 2 \dfrac{x - 3}{x + 2} x + 2 x − 3 :
Interval Test Sign x < − 2 x < -2 x < − 2 x = − 3 x = -3 x = − 3 + + + − 2 < x < 2 -2 < x < 2 − 2 < x < 2 x = 0 x = 0 x = 0 − - − 2 < x < 3 2 < x < 3 2 < x < 3 x = 2.5 x = 2.5 x = 2.5 − - − x > 3 x > 3 x > 3 x = 4 x = 4 x = 4 + + +
The expression is non-negative for x < − 2 x < -2 x < − 2 or x ≥ 3 x \geq 3 x ≥ 3 , excluding x = 2 x = 2 x = 2 .
Solution: x ∈ ( − ∞ , − 2 ) ∪ [ 3 , ∞ ) x \in (-\infty,\; -2) \cup [3,\; \infty) x ∈ ( − ∞ , − 2 ) ∪ [ 3 , ∞ ) .
DSE-5
Given that the equation 2 x 2 + 4 x + k = 0 2x^2 + 4x + k = 0 2 x 2 + 4 x + k = 0 has roots α \alpha α and β \beta β :
(a) Express 1 α + 1 β \dfrac{1}{\alpha} + \dfrac{1}{\beta} α 1 + β 1 in terms of k k k . (2 marks)
(b) Find the value of k k k such that 1 α 2 + 1 β 2 = 1 \dfrac{1}{\alpha^2} + \dfrac{1}{\beta^2} = 1 α 2 1 + β 2 1 = 1 . (4 marks)
Solution:
(a) α + β = − 2 \alpha + \beta = -2 α + β = − 2 , α β = k 2 \alpha\beta = \dfrac{k}{2} α β = 2 k .
1 α + 1 β = α + β α β = − 2 k / 2 = − 4 k \frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{-2}{k/2} = -\frac{4}{k} α 1 + β 1 = α β α + β = k /2 − 2 = − k 4
(b) 1 α 2 + 1 β 2 = ( 1 α + 1 β ) 2 − 2 α β = 16 k 2 − 4 k \dfrac{1}{\alpha^2} + \dfrac{1}{\beta^2} = \left(\dfrac{1}{\alpha} + \dfrac{1}{\beta}\right)^2 - \dfrac{2}{\alpha\beta} = \dfrac{16}{k^2} - \dfrac{4}{k} α 2 1 + β 2 1 = ( α 1 + β 1 ) 2 − α β 2 = k 2 16 − k 4 .
Setting equal to 1:
16 k 2 − 4 k = 1 \frac{16}{k^2} - \frac{4}{k} = 1 k 2 16 − k 4 = 1
16 − 4 k = k 2 16 - 4k = k^2 16 − 4 k = k 2
k 2 + 4 k − 16 = 0 k^2 + 4k - 16 = 0 k 2 + 4 k − 16 = 0
k = − 4 ± 16 + 64 2 = − 4 ± 80 2 = − 2 ± 2 5 k = \frac{-4 \pm \sqrt{16 + 64}}{2} = \frac{-4 \pm \sqrt{80}}{2} = -2 \pm 2\sqrt{5} k = 2 − 4 ± 16 + 64 = 2 − 4 ± 80 = − 2 ± 2 5
Both are valid provided the original equation has real roots: Δ = 16 − 8 k > 0 ⟹ k < 2 \Delta = 16 - 8k > 0 \implies k < 2 Δ = 16 − 8 k > 0 ⟹ k < 2 . Since − 2 + 2 5 ≈ 2.47 > 2 -2 + 2\sqrt{5} \approx 2.47 > 2 − 2 + 2 5 ≈ 2.47 > 2 , only k = − 2 − 2 5 k = -2 - 2\sqrt{5} k = − 2 − 2 5 gives real roots. Check: Δ = 16 − 8 ( − 2 − 2 5 ) = 16 + 16 + 16 5 = 32 + 16 5 > 0 \Delta = 16 - 8(-2 - 2\sqrt{5}) = 16 + 16 + 16\sqrt{5} = 32 + 16\sqrt{5} > 0 Δ = 16 − 8 ( − 2 − 2 5 ) = 16 + 16 + 16 5 = 32 + 16 5 > 0 . Both values give Δ > 0 \Delta > 0 Δ > 0 , so both are valid.