ax² + bx + c = 0
Sum of roots: r₁ + r₂ = -b/a
Product of roots: r₁ · r₂ = c/a
Discriminant: Δ = b² - 4ac
📌 Memorize
- Δ > 0: two real roots; Δ = 0: one real root; Δ < 0: no real roots
- (a+b)² = a²+2ab+b² ; (a−b)² = a²−2ab+b²
- a²−b² = (a+b)(a−b)
- a³+b³ = (a+b)(a²−ab+b²)
ExampleIf roots of x²−5x+6=0 are r,s, find r²+s².
→ r+s=5, rs=6, so r²+s²=(r+s)²−2rs=25−12=13 ✓