1. Definition & Standard Form:A quadratic equation in variable x is an equation of the form
ax² + bx + c = 0, where a, b, c ∈ ℜ and
a ≠ 0.
2. Derivation of Quadratic Formula (Sridharacharya's Formula):Given ax² + bx + c = 0 (a ≠ 0):
• Divide throughout by a: x² + (b/a)x + c/a = 0
• Transpose constant term: x² + (b/a)x = −c/a
• Add (b / 2a)² to both sides to complete square:
x² + 2(b/2a)x + (b/2a)² = (b/2a)² − c/a
(x + b/2a)² = (b² − 4ac) / 4a²
• Take square root on both sides:
x + b/2a = ± √(b² − 4ac) / 2a
x = (−b ± √(b² − 4ac)) / 2a ■3. Discriminant (Δ) & Nature of Roots:The expression
Δ = b² − 4ac determines the nature of roots:
| Discriminant Value (Δ) | Nature of Roots | Roots Formula |
|---|
| Δ > 0 | Two distinct real roots | x = (−b ± √Δ) / 2a |
| Δ = 0 | Two equal real roots | x = −b / 2a |
| Δ < 0 | No real roots (Imaginary) | No real solution in ℜ |