Worked Example 9: Forming a quadratic with transformed roots
If α and β are roots of 2x2−7x+3=0Form a quadratic equation with roots α2 and β2.
Solution
α+β=27,αβ=23
New sum: α2+β2=(α+β)2−2αβ=449−3=437.
New product: α2β2=(αβ)2=49.
Equation: x2−437x+49=0I.e. 4x2−37x+9=0.
Worked Example 10: Quadratic with absolute value
Solve x2+2∣x∣−8=0.
Solution
Let t=∣x∣≥0. The equation becomes t2+2t−8=0.
(t+4)(t−2)=0⟹t=2
(Reject t=−4 since t≥0.)
∣x∣=2⟹x=2orx=−2
Worked Example 11: Positive definite quadratic
Find the range of k such that kx2−2kx+3>0 for all real x.
Solution
For ax2+bx+c>0 for all real xWe need a>0 and Δ<0.
Condition 1:k>0.
Condition 2:
Δ=(−2k)2−4(k)(3)=4k2−12k=4k(k−3)<0
This gives 0<k<3.
Combined with Condition 1: 0<k<3.
Worked Example 12: Minimum value using AM-GM
Find the minimum value of f(x)=x+x9 for x>0.
Solution
By the AM-GM inequality (for x>0):
x+x9≥2x⋅x9=29=6
Equality holds when x=x9⟹x2=9⟹x=3 (positive since x>0).
Minimum value: 6Attained at x=3.
Additional Common Pitfalls
Forgetting the a=0 condition. When a parameter makes a=0The 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/aNot b/a. The negative sign is the single most common error in root-coefficient problems.
Reversing inequality when multiplying by a negative. When solving ax2+bx+c<0 with a<0Multiplying through by −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 from ax2+bx+cThe term to add and subtract inside the brackets is (2ab)2Not (2b)2. Forgetting to divide by a inside is a frequent mistake.
Assuming discriminant alone determines root rationality. For Δ>0The roots are rational if and only if Δ is a perfect square (and 2a divides −b±Δ). A positive, non-square discriminant gives irrational roots.
Confusing vertex x-coordinate sign. The vertex x-coordinate is −b/(2a)Not b/(2a). The negative sign is essential.
Dropping the leading coefficient in root-coefficient problems. For ax2+bx+c=0The sum is −b/a and the product is c/a. Omitting the denominator a (e.g., writing α+β=−b) is only valid when a=1.
Incorrect transformation of roots. When forming a new equation with roots 2α and 2βThe new sum is 2(α+β) and the new product is 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 3x2+2x−5≤0.
Solution
Factor: 3x2+2x−5=(3x+5)(x−1).
Roots: x=−35 and x=1. The parabola opens upward (a=3>0).
The expression is non-positive between the roots:
−35≤x≤1
Problem 2. If α and β are roots of x2−5x+2=0Find α3+β3.
Solution
α+β=5,αβ=2
α3+β3=(α+β)3−3αβ(α+β)=125−3(2)(5)=125−30=95
Problem 3. Find the range of p for which px2+2px+1>0 for all real x.
Solution
Require p>0 and Δ<0:
Δ=4p2−4p=4p(p−1)<0⟹0<p<1
Problem 4. The expression x2+px+q is a perfect square. Given p+q=9Find p and q.
Solution
A perfect square means Δ=0: p2−4q=0⟹q=4p2.
Substituting into p+q=9: p+4p2=9⟹p2+4p−36=0.
p=2−4±16+144=−2±210
q=9−p=9+2∓210=11∓210
Answer: (p,q)=(−2+210,11−210) or (−2−210,11+210).
Problem 5. A rectangular field has perimeter 120m and area Am2. Show that A≤900 and find the dimensions when A=900.
Solution
Let the dimensions be x and y metres. Then 2(x+y)=120⟹x+y=60So y=60−x.
A=xy=x(60−x)=−x2+60x=−(x−30)2+900
Since −(x−30)2≤0 for all real xWe have A≤900.
Maximum A=900m2 when x=30Giving y=30.
The field is a 30m×30m square.
Problem 6. Given that x2+2ax+4=0 has two real roots α and β (α<β), find the range of a for which β−α>3.
Solution
For real roots: Δ=4a2−16≥0⟹a2≥4⟹a≤−2 or a≥2.
α+β=−2a,αβ=4
(β−α)2=(α+β)2−4αβ=4a2−16
β−α=2a2−4
(positive since β>α)
2a2−4>3⟹a2−4>49⟹a2>425⟹∣a∣>25
Combined with ∣a∣≥2: a<−25 or a>25.
Problem 7. Find the range of the function f(x)=x2+x+1x2−x+1.
Solution
Let y=x2+x+1x2−x+1. Since x2+x+1=(x+21)2+43>0 for all real xThe denominator never vanishes.
y(x2+x+1)=x2−x+1⟹yx2+yx+y=x2−x+1
(y−1)x2+(y+1)x+(y−1)=0
For real x, Δ≥0:
(y+1)2−4(y−1)2≥0
(y+1−2y+2)(y+1+2y−2)≥0
(−y+3)(3y−1)≥0⟹(y−3)(3y−1)≤0
31≤y≤3
Range: [31,3].
Problem 8. The roots of x2+px+q=0 are α and β. If α2+β2=10 and α4+β4=82Find p and q.
Solution
Note that α4+β4=(α2+β2)2−2(αβ)2=100−2(αβ)2.
100−2(αβ)2=82⟹2(αβ)2=18⟹(αβ)2=9⟹αβ=3orαβ=−3
Case αβ=3:α2+β2=(α+β)2−2αβ=10⟹(α+β)2−6=10⟹(α+β)2=16⟹α+β=±4.
So p=−(α+β)=±4, q=αβ=3. Two quadratics: x2+4x+3=0 and x2−4x+3=0.
Case αβ=−3:(α+β)2−2(−3)=10⟹(α+β)2=4⟹α+β=±2.
So p=∓2, q=−3. Two quadratics: x2+2x−3=0 and x2−2x−3=0.
All four pairs are valid solutions.
Cross-References
Functions: Quadratic functions are a special case of polynomial functions. See Functions and Functions Advanced.
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, state Δ=b2−4ac and compute it.
When solving inequalities, sketch the parabola or draw a sign chart.
When using Vieta’s formulas, state α+β=−b/a and αβ=c/a explicitly.
For “show that” questions, every step must be justified.
Significant Figures
Unless the question states otherwise, give final answers to 3 significant figures. Exact forms (e.g., 3, 25) 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=x2−3x+1 and y=2x2−5x+4.
Solution
Setting the two expressions equal:
x2−3x+1=2x2−5x+4
0=x2−2x+3
Δ=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 and x2+y2=13.
Solution
From the first equation: y=5−x. Substituting into the second:
x2+(5−x)2=13
x2+25−10x+x2=13
2x2−10x+12=0
x2−5x+6=0⟹(x−2)(x−3)=0
x=2⟹y=3; x=3⟹y=2.
Solutions: (2,3) and (3,2).
Worked Example 15: Quadratic in disguised form
Solve xx+1+x+1x=625.
Solution
Let u=xx+1. Then x+1x=u1.
u+u1=625
6u2+6=25u⟹6u2−25u+6=0⟹(2u−1)(3u−6)=0
u=21oru=2
Case 1: xx+1=21⟹2x+2=x⟹x=−2.
Case 2: xx+1=2⟹x+1=2x⟹x=1.
Check: x=−2: −2−1+−1−2=21+2=25=625.
Let me redo: x=−2: −2−2+1+−2+1−2=−2−1+−1−2=21+2=25=625.
This is incorrect. Let me recheck: u=2 gives xx+1=2⟹x+1=2x⟹x=1.
x=1: 12+21=25=625.
The factorisation (2u−1)(3u−6)=6u2−12u−3u+6=6u2−15u+6=6u2−25u+6.
Worked Example 17: Roots with given product and difference
If α and β are roots of x2+px+q=0 with αβ=3 and α−β=4Find p and q.
Solution
αβ=q=3
(α−β)2=(α+β)2−4αβ⟹16=p2−12⟹p2=28⟹p=±27
Answer: q=3, p=27 or p=−27.
DSE Exam-Style Questions
DSE Practice 1. If α and β are roots of 2x2−3x−4=0Find the equation whose roots are α+11 and β+11.
Solution
α+β=23, αβ=−2.
New sum: α+11+β+11=αβ+α+β+1α+β+2=−2+3/2+13/2+2=1/27/2=7.
New product: (α+1)(β+1)1=αβ+α+β+11=−2+3/2+11=1/21=2.
Equation: x2−7x+2=0.
DSE Practice 2. Find the range of values of k for which the equation x2+2(k−1)x+k+5=0 has two distinct positive roots.
Solution
For two distinct real roots: Δ>0:
Δ=4(k−1)2−4(k+5)=4(k2−2k+1−k−5)=4(k2−3k−4)>0
(k−4)(k+1)>0⟹k<−1ork>4
For both roots positive: by Vieta, α+β=−2(k−1)>0⟹k<1And αβ=k+5>0⟹k>−5.
Combining all three conditions: −5<k<−1.
DSE Practice 3. Prove that for all real x, x2−2x+3>0.
Solution
Completing the square: x2−2x+3=(x−1)2+2.
Since (x−1)2≥0 for all real xWe have (x−1)2+2≥2>0.
Therefore x2−2x+3>0 for all real x. \qed
DSE Practice 4. The function f(x)=x2+px+q satisfies f(1)=3 and f(2)=5. Find p and qAnd determine whether f(x)=0 has real roots.
Solution
f(1)=1+p+q=3⟹p+q=2(i)
f(2)=4+2p+q=5⟹2p+q=1(ii)
(ii) - (i): p=−1. From (i): q=3.
f(x)=x2−x+3. Δ=1−12=−11<0. No real roots.
DSE Practice 5. Given that α and β are roots of x2−4x+1=0Find α4+β4 without solving the equation.
Solution
α+β=4, αβ=1.
α2+β2=(α+β)2−2αβ=16−2=14.
α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 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 m, and the two perpendicular sides each have length y m.
x+2y=60⟹x=60−2y.
A=xy=(60−2y)y=−2y2+60y=−2(y−15)2+450
Maximum area is 450m2 when y=15Giving x=30.
Dimensions: 30m parallel to wall, 15m perpendicular.
:::tip Diagnostic Test Ready to test your understanding of Quadratics? The 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 for instructions on self-marking and building a personal test matrix.
Worked Examples
Example 1: Finding range using vertex form
Problem. Find the range of f(x)=−2x2+8x−5.
Solution. Complete the square: f(x)=−2(x2−4x)−5=−2(x−2)2+8−5=−2(x−2)2+3
Since −2<0, the parabola opens downward with maximum value 3 at x=2.
Range: (−∞,3].
■
Example 2: Condition for real roots
Problem. Find the range of k for which kx2−2x+3=0 has real roots.
Solution. If k=0: −2x+3=0⟹x=23 (one real root). ✓
If k=0: require Δ≥0. Δ=(−2)2−4(k)(3)=4−12k≥0⟹k≤31
Combined: k≤31.
■
Summary
The quadratic ax2+bx+c=0 has discriminant Δ=b2−4ac determining the nature of roots.
Vertex form a(x−h)2+k gives the vertex (h,k) and immediately reveals max/min and range.
Sum of roots =−b/a; product of roots =c/a (Vieta’s formulas).
When the coefficient of x2 involves a parameter, check the degenerate (linear) case separately. | [Quadratic Equations] | A-Level | View | | [Quadratic Equations] | DSE | View |