Quadratic Equations
A quadratic ax^2 + bx + c = 0 is solved by factorising, completing the square, or the formula x = (-b +/- root(b^2-4ac))/2a. The discriminant b^2 - 4ac tells the nature of roots (positive: two real, zero: equal, negative: imaginary). By Vieta's relations, sum of roots = -b/a and product = c/a — handy for forming an equation from its roots.
✅ 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
Identities
| Square of sum | (a + b)^2 = a^2 + 2ab + b^2 |
|---|---|
| Difference of squares | a^2 - b^2 = (a + b)(a - b) |
| Cube of sum | (a + b)^3 = a^3 + b^3 + 3ab(a + b) |
| Sum/diff of cubes | a^3 +/- b^3 = (a +/- b)(a^2 -/+ ab + b^2) |
| Three-term | a^3 + b^3 + c^3 - 3abc = (a+b+c)(a^2+b^2+c^2-ab-bc-ca) |
x + 1/x family
| Square | x^2 + 1/x^2 = (x + 1/x)^2 - 2 |
|---|---|
| Cube | x^3 + 1/x^3 = (x + 1/x)^3 - 3(x + 1/x) |
| Quadratic roots | x = (-b +/- root(b^2 - 4ac)) / 2a |