Critical values: x=−1 and x=3. Note x=1 is excluded (makes denominator zero in original).
Sign chart:
Interval
Test
Sign
x<−1
x=−2
+
−1<x<1
x=0
−
1<x<3
x=2
−
x>3
x=4
+
The expression is negative for −1<x<1 or 1<x<3.
Combined: x∈(−1,1)∪(1,3).
IT-2: Quadratics and Functions (with Functions)
Question:
Let f(x)=x2−4x+k. If the equation f(x)=0 has no real roots and f(2)>0Find the range of k.
Solution:
No real roots means Δ<0:
Δ=16−4k<0⟹k>4
Also f(2)=4−8+k=k−4>0⟹k>4.
Both conditions give k>4.
Therefore k∈(4,∞).
IT-3: Quadratics and Coordinate Geometry (with Coordinate Geometry)
Question:
The line y=2x+1 intersects the parabola y=x2−3x+7 at points A and B. Find the coordinates of A and BAnd the length of AB.
Solution:
Setting equal: x2−3x+7=2x+1
x2−5x+6=0
(x−2)(x−3)=0
x=2orx=3
When x=2: y=2(2)+1=5. So A=(2,5).
When x=3: y=2(3)+1=7. So B=(3,7).
AB=(3−2)2+(7−5)2=1+4=5
Worked Examples
WE-1: Sum and Product of Roots Application
Question:
If α and β are the roots of 3x2−5x+2=0Find a quadratic equation whose roots are α2 and β2.
Solution:
By Vieta’s formulas: α+β=35 and αβ=32.
α2+β2=(α+β)2−2αβ=925−34=925−12=913
α2β2=(αβ)2=94
The required equation has sum =913 and product =94:
x2−913x+94=0
9x2−13x+4=0
WE-2: Quadratic Inequality with Parameter
Question:
Find the range of values of m for which the equation x2+2mx+m2−1=0 has real roots, and find the range of values of x satisfying the inequality x2+2mx+m2−1≤0 when m=2.
Solution:
Discriminant: Δ=(2m)2−4(m2−1)=4m2−4m2+4=4.
Since Δ=4>0 for all mThe equation always has two distinct real roots.
When m=2: x2+4x+3≤0I.e. (x+1)(x+3)≤0.
Solution: −3≤x≤−1I.e. x∈[−3,−1].
WE-3: Hidden Quadratic with Substitution
Question:
Solve x4−5x2+4=0.
Solution:
Let u=x2 (u≥0).
u2−5u+4=0
(u−1)(u−4)=0
u=1oru=4
x2=1⟹x=1 or x=−1.
x2=4⟹x=2 or x=−2.
Solution: x=−2,−1,1,2.
DSE Exam Technique: When solving hidden quadratics, always check the substitution condition (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 and the other two sides have length y each.
2y+x=100⟹y=2100−x=50−2x.
Area: A=xy=x(50−2x)=50x−2x2.
A=−21(x2−100x)=−21(x−50)2+1250
Maximum area is 1250 m2 when x=50 m, y=25 m.
WE-5: Discriminant Analysis for Tangency
Question:
Find the value of c for which the line y=2x+c is tangent to the curve y=x2+3x−1.
Solution:
Set equal: x2+3x−1=2x+c.
x2+x−(1+c)=0
For tangency, Δ=0:
Δ=1−4(1)(−(1+c))=1+4(1+c)=5+4c=0
c=−45
WE-6: Quadratic with Integer Roots
Question:
Find the integer values of k for which x2+kx+k+3=0 has integer roots.
Solution:
Let the roots be α and β (integers). By Vieta: α+β=−k and αβ=k+3.
Substituting: αβ=−(α+β)+3.
αβ+α+β=3
(α+1)(β+1)=4
Factor pairs of 4: (1,4),(2,2),(4,1),(−1,−4),(−2,−2),(−4,−1).
α+1
β+1
α
β
k=−(α+β)
1
4
0
3
−3
2
2
1
1
−2
4
1
3
0
−3
−1
−4
−2
−5
7
−2
−2
−3
−3
6
−4
−1
−5
−2
7
Distinct values of k: −3, −2, 6, 7.
WE-7: Using Roots to Form New Equations
Question:
The roots of x2−7x+10=0 are α and β. Find the equation whose roots are α1 and β1.
Find the minimum value of x2+2x+2x2+2x+5 for real x.
Solution:
Let t=x2+2x+2=(x+1)2+1≥1.
The expression becomes tt+3=1+t3.
Since t≥1 and t3 is decreasing for t>0:
The minimum occurs when t is maximum? No — t can be arbitrarily large, making t3 approach 0. We need the minimum value, which occurs when t is largest? No. When t increases, t3 decreases, so the expression approaches 1 from above.
Actually, since t≥1 and t3 decreases as t increases, the maximum of t3 is at t=1:
Minimum of the expression is when t is as large as possible, giving t3→0.
Wait — we need the minimum. 1+t3 with t≥1: since t3≤3 and decreases, the minimum is the infimum 1 (not attained).
But let us reconsider. The expression 1+t3 with t≥1: since t3 ranges from 3 (at t=1) down to 0 (as t→∞), the range is (1,4].
The minimum value approaches 1 but is never attained.
Common Pitfalls
Forgetting the a=0 condition in discriminant problems. When asked about the roots of ax2+bx+c=0If a contains a parameter, always check that a=0 separately. If a=0The equation is linear and has exactly one root.
Losing solutions when dividing by an expression containing x. When solving x⋅f(x)=0You must consider both x=0 and f(x)=0. Dividing by x loses the solution x=0.
Incorrect sign when completing the square. A common error is writing x2−6x=(x−3)2−9 but mistakenly writing −9 as +9. Always verify by expanding back: (x−3)2=x2−6x+9So x2−6x=(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+kThe axis of symmetry is x=h and the vertex is (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 for which kx2−(k+3)x+3=0 has two distinct real roots. (4 marks) (b) For the value of k at the boundary of this range, solve the equation. (2 marks)
Critical values: x=−2 (excluded, denominator zero) and x=3 (included, numerator zero). Also x=2 is excluded (denominator zero in original).
Sign chart for x+2x−3:
Interval
Test
Sign
x<−2
x=−3
+
−2<x<2
x=0
−
2<x<3
x=2.5
−
x>3
x=4
+
The expression is non-negative for x<−2 or x≥3Excluding x=2.
Solution: x∈(−∞,−2)∪[3,∞).
DSE-5
Given that the equation 2x2+4x+k=0 has roots α and β:
(a) Express α1+β1 in terms of k. (2 marks) (b) Find the value of k such that α21+β21=1. (4 marks)
Solution:
(a) α+β=−2, αβ=2k.
α1+β1=αβα+β=k/2−2=−k4
(b) α21+β21=(α1+β1)2−αβ2=k216−k4.
Setting equal to 1:
k216−k4=1
16−4k=k2
k2+4k−16=0
k=2−4±16+64=2−4±80=−2±25
Both are valid provided the original equation has real roots: Δ=16−8k>0⟹k<2. Since −2+25≈2.47>2Only k=−2−25 gives real roots. Check: Δ=16−8(−2−25)=16+16+165=32+165>0. Both values give Δ>0So both are valid.