Revision notes
Core ideas
Secure these ideas first. Say each definition in your own words, then connect it to the topic overview.
- Quadratic Equation: An equation of the form ax² + bx + c = 0 where a ≠ 0. The highest power of x is 2.
- Factorising to Solve: Write ax² + bx + c = 0 as (x + p)(x + q) = 0, then set each bracket equal to zero.
- Quadratic Formula: x = (−b ± √(b² − 4ac)) / 2a. Used to solve any quadratic equation ax² + bx + c = 0.
- Discriminant: b² − 4ac. It determines the number of real roots: positive = 2 roots, zero = 1 root, negative = no real roots.