Polynomial Identities
Identities are equalities that hold for every value of the variable, and CAT uses them as shortcuts for brutal-looking arithmetic. The core set is (a ± b)² = a² ± 2ab + b², a² − b² = (a − b)(a + b), (a ± b)³ = a³ ± 3a²b + 3ab² ± b³, and a³ ± b³ = (a ± b)(a² ∓ ab + b²). Two CAT favourites do real work: (a + b + c)² = a² + b² + c² + 2(ab + bc + ca) lets you jump between the sum of squares and the sum of pairwise products, and a³ + b³ + c³ − 3abc = (a + b + c)(a² + b² + c² − ab − bc − ca) collapses to 3abc the moment a + b + c = 0. The smart move is reverse recognition: see 10609 as 103², or x³ + 1/x³ as a cube of (x + 1/x) minus 3(x + 1/x). Treat every "evaluate this number" as a hidden identity.
✅ 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
Algebraic identities
| Square of a sum/difference | (a ± b)² = a² ± 2ab + b² |
|---|---|
| Difference of squares | a² − b² = (a − b)(a + b) |
| Cube of a sum/difference | (a ± b)³ = a³ ± 3a²b + 3ab² ± b³ |
| Sum/difference of cubes | a³ ± b³ = (a ± b)(a² ∓ ab + b²) |
| Three-cube identity | a³ + b³ + c³ − 3abc = (a + b + c)(a² + b² + c² − ab − bc − ca) |
| Square of a trinomial | (a + b + c)² = a² + b² + c² + 2(ab + bc + ca) |
Division & roots tools
| Remainder theorem | Remainder of P(x) ÷ (x − a) is P(a) |
|---|---|
| Factor theorem | (x − a) divides P(x) ⇔ P(a) = 0 |
| Vieta — quadratic ax²+bx+c | sum = −b/a, product = c/a |
| Vieta — cubic ax³+bx²+cx+d | Σα = −b/a, Σαβ = c/a, αβγ = −d/a |
| Sum of squares of roots | Σα² = (Σα)² − 2Σαβ |
| When a+b+c = 0 | a³ + b³ + c³ = 3abc |