The Quadratic Formula
How to use the Quadratic Formula to solve quadratic equations
ax2 + bx + c = 0
{−b ± √(b2 − 4ac)} ÷ 2a
Next target: Complex numbers
The Distributive property
Formulae/equations, changing the subject
Derivation: ax2 + bx + c = 0 a(x2 + b/a + c/a) = 0 x2 + b/a + c/a = 0 Completing the square: (x + b/2a)2 − b2/4a2 + c/a = 0 Solve for x: (x + b/2a)2 = b2/4a2 − c/a x + b/2a = ±√(b2/4a2 − c/a) x = −b/2a ± √(b2 − 4a2c/a) ÷ 2a