Quadratic Equations
"The quadratic formula solves ANY quadratic. It is your most powerful algebra tool."
Standard Form: ax² + bx + c = 0 (a ≠ 0)
Solving Methods
1. Factorisation
Find two numbers whose PRODUCT = ac and SUM = b. Split the middle term. Factor by grouping. Only works when roots are RATIONAL.
2. Quadratic Formula: x = [−b ± √(b²−4ac)] / 2a
Works for ANY quadratic. Root 1 uses (+). Root 2 uses (−).
The Discriminant — Δ = b² − 4ac
- Δ > 0: TWO distinct real roots.
- Δ = 0: ONE real root (equal/repeated).
- Δ < 0: NO real roots (complex).
- For RATIONAL roots: Δ must be a PERFECT SQUARE.
Sum and Product of Roots
If α and β are roots: α + β = −b/a. αβ = c/a.
Common Word Problem Types
| Type | Approach |
|---|---|
| Numbers | Let number = x. Frame using conditions. |
| Speed-Distance-Time | Speed = Distance/Time. |
| Area | Use formulas. When dimensions change, form quadratic. |
Common Mistakes
- Forgetting the ±: The formula gives TWO roots.
- Not setting the equation to ZERO first: All terms must be on ONE side.
The Discriminant and Nature of Roots
Δ = b² − 4ac
| Δ | Nature of Roots | Example |
|---|---|---|
| Δ > 0, perfect square | Two distinct RATIONAL roots | x² − 5x + 6 = 0, Δ = 1 |
| Δ > 0, not a perfect square | Two distinct IRRATIONAL roots | x² − 4x + 2 = 0, Δ = 8 |
| Δ = 0 | One real root (REPEATED / equal) | x² − 4x + 4 = 0, Δ = 0 |
| Δ < 0 | NO real roots (complex) | x² + x + 1 = 0, Δ = −3 |
Example 1: Find the nature of roots of 2x² − 5x + 3 = 0. Δ = (−5)² − 4×2×3 = 25 − 24 = 1 > 0 and perfect square → Two distinct rational roots. Check: 2x² − 5x + 3 = (2x−3)(x−1) = 0 → x = 1, x = 3/2.
Example 2: Find k so that x² − 6x + k = 0 has equal roots. For equal roots: Δ = 0 → b² − 4ac = 0 → 36 − 4(1)(k) = 0 → 4k = 36 → k = 9. When k = 9: x² − 6x + 9 = (x−3)² = 0 → x = 3 (repeated).
Completing the Square Method
Convert ax² + bx + c = 0 to (x + p)² = q and solve.
Steps:
- Keep x² and x terms on LHS, constant on RHS.
- Divide both sides by a (if a ≠ 1).
- Add (b/2a)² to both sides to complete the square.
- Write LHS as (x + b/2a)².
- Take square root and solve.
Example 3: Solve x² + 6x − 7 = 0 by completing the square. x² + 6x = 7. Half of 6 = 3, square = 9. x² + 6x + 9 = 7 + 9 = 16. (x + 3)² = 16 → x + 3 = ±4 → x = 1 or x = −7.
Example 4: Solve 2x² − 8x + 5 = 0 by completing the square. 2(x² − 4x) = −5. x² − 4x = −5/2. Half of 4 = 2, square = 4. x² − 4x + 4 = −5/2 + 4 = 3/2. (x − 2)² = 3/2 → x − 2 = ±√(3/2) → x = 2 ± √(3/2) = 2 ± √6/2 = (4 ± √6)/2.
Quadratic Formula Method
x = [−b ± √(b²−4ac)] / 2a
This formula works for ALL quadratic equations. 'Memorise this formula. It is your MOST POWERFUL tool for quadratics.'
Example 5: Solve 2x² + 3x − 5 = 0 using the formula. a = 2, b = 3, c = −5. Δ = 9 − 4(2)(−5) = 9 + 40 = 49. x = [−3 ± √49] / 4 = [−3 ± 7] / 4. x = 4/4 = 1 or x = −10/4 = −5/2.
Example 6: Solve 3x² − 5x + 1 = 0 (roots are irrational). Δ = 25 − 12 = 13. x = [5 ± √13] / 6. Roots: (5+√13)/6 and (5−√13)/6.
Sum and Product of Roots
If α and β are roots of ax² + bx + c = 0:
- α + β = −b/a
- αβ = c/a
Example 7: Find the sum and product of roots of 3x² − 6x + 2 = 0. α+β = −(−6)/3 = 2. αβ = 2/3.
Example 8: Find k if one root of x² − 5x + k = 0 is 2. Since x = 2 is a root: (2)² − 5(2) + k = 0 → 4 − 10 + k = 0 → k = 6. Check: x² − 5x + 6 = (x−2)(x−3) = 0 → roots are 2 and 3 ✓.
Word Problems — Detailed
Number Problems
Example 9: Find two consecutive positive integers whose product is 306. Let integers be x and x+1. x(x+1) = 306 → x² + x − 306 = 0. Δ = 1 + 1224 = 1225 = 35². x = [−1 ± 35] / 2. x = 17 or x = −18 (reject, positive required). Integers: 17 and 18. Check: 17×18 = 306 ✓.
Example 10: The sum of the squares of two consecutive odd numbers is 290. Find the numbers. Let numbers be 2x+1 and 2x+3. (2x+1)² + (2x+3)² = 290. 4x²+4x+1 + 4x²+12x+9 = 290 → 8x²+16x+10 = 290 → 8x²+16x−280 = 0. Divide by 8: x²+2x−35 = 0 → (x+7)(x−5) = 0 → x = 5 (positive). Numbers: 11 and 13. Check: 121+169 = 290 ✓.
Age Problems
Example 11: The product of the ages of a man and his son is 240. Four years hence, the man's age will be twice the son's age. Find their present ages. Let son's age = x. Man's age = 240/x. After 4 years: 240/x + 4 = 2(x+4) → 240/x + 4 = 2x + 8 → 240/x = 2x + 4. Multiply: 240 = 2x² + 4x → 2x² + 4x − 240 = 0 → x² + 2x − 120 = 0. (x+12)(x−10) = 0 → x = 10 (positive). Man's age = 240/10 = 24. Son = 10, man = 24. Check: 4 years hence: 28 = 2×14 ✓.
Speed-Distance Problems
Example 12: A train travels 360 km at a uniform speed. If the speed had been 5 km/h more, the journey would have taken 1 hour less. Find the speed of the train. Let speed = x km/h. Time = 360/x hours. New speed = x+5 km/h. New time = 360/(x+5). 360/x − 360/(x+5) = 1. 360(x+5) − 360x = x(x+5) → 360x+1800−360x = x²+5x → x²+5x−1800 = 0. (x+45)(x−40) = 0 → x = 40 (positive). Speed = 40 km/h. Check: Original time = 360/40 = 9 h. New time = 360/45 = 8 h. Difference = 1 h ✓.
Work Problems
Example 13: Two pipes together can fill a tank in 6 hours. The larger pipe alone takes 5 hours less than the smaller pipe. Find the time each pipe takes alone. Let smaller pipe take x hours. Larger pipe takes x−5 hours. In 1 hour: smaller fills 1/x, larger fills 1/(x−5). Together: 1/x + 1/(x−5) = 1/6. Multiply: 6(x−5+x) = x(x−5) → 6(2x−5) = x²−5x → 12x−30 = x²−5x → x²−17x+30 = 0. (x−15)(x−2) = 0 → x = 15 (x=2 rejected, x−5 = −3 not possible). Smaller pipe = 15 h, larger pipe = 10 h. Check: 1/15 + 1/10 = 2/30+3/30 = 5/30 = 1/6 ✓.
AP Exam Focus
| Topic | Marks | Frequency |
|---|---|---|
| Quadratic formula / factorization | 4 | Very Common |
| Nature of roots (discriminant) | 3 | Very Common |
| Word problems (numbers/age) | 5 | Common |
| Word problems (speed-distance) | 5 | Common |
| Completing the square | 3-4 | Moderate |
| Sum and product of roots | 3 | Moderate |
Self-Test Questions
- Solve: 3x² − 10x + 8 = 0. (Answer: x = 2, x = 4/3)
- Find the value of k for which x² + kx + 25 = 0 has equal roots. (Answer: k = ±10)
- The sum of the squares of two consecutive even numbers is 244. Find them. (Answer: 10 and 12)
- A ball is thrown upwards. Its height h(t) = −5t² + 40t. When will it hit the ground? (Answer: h=0 → −5t(t−8)=0 → t=8 seconds)
- Solve by completing the square: x² + 8x − 9 = 0. (Answer: (x+4)²=25 → x=1 or x=−9)
- Find the discriminant of 2x² + x − 3 = 0 and state the nature of roots. (Answer: Δ=1+24=25 > 0, perfect square → two distinct rational roots)
- A rectangular garden has area 288 m². Its length is 4 m more than its breadth. Find dimensions. (Answer: b(b+4)=288 → b²+4b−288=0 → b=16, l=20) (Answer: 16 m × 20 m)
