Sum & Product of Roots
For ax² + bx + c = 0 with roots α and β, Vieta gives α + β = −b/a and αβ = c/a — and this lets you answer most "find the value of …" questions without ever solving for the roots. Want α² + β²? Use (α + β)² − 2αβ. Want 1/α + 1/β? It is (α + β)/(αβ). Want (α − β)²? It is (α + β)² − 4αβ = D/a². To build an equation from given roots, write x² − (sum)x + (product) = 0; this is the standard reverse direction CAT tests when it tells you the roots are, say, 3 and −5. A favourite CAT twist asks for a new equation whose roots are transformed (reciprocals, squares, α + 2 and β + 2) — express the new sum and product in terms of the old ones and rebuild. Keep the a in the denominator: forgetting it when a ≠ 1 is the classic slip.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Solving & nature of roots
| Quadratic formula | x = [−b ± √(b² − 4ac)] / 2a |
|---|---|
| Discriminant | D = b² − 4ac |
| Two distinct real roots | D > 0 |
| Equal (repeated) real roots | D = 0 ⇒ x = −b/2a |
| No real roots (complex pair) | D < 0 |
Roots, building & extremes
| Sum of roots | α + β = −b/a |
|---|---|
| Product of roots | αβ = c/a |
| Equation from roots | x² − (α + β)x + αβ = 0 |
| Vertex (turning point) | x = −b/2a, value = −D/4a |
| Min if a > 0, Max if a < 0 | extreme value = c − b²/4a = −D/4a |