A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, c are constants and a ≠ 0. These equations form the backbone of algebra and appear in almost every NDA math paper.
Key Properties:
1. Every quadratic equation has exactly 2 roots (solutions)
2.
Roots can be real or imaginary
3. If discriminant > 0: two distinct real roots
4. If discriminant = 0: one repeated real root
5.
If discriminant < 0: two imaginary roots
Essential Formulas:
• Standard form: ax² + bx + c = 0
• Discriminant: D = b² - 4ac
• Quadratic formula: x = (-b ± √D)/2a
• Sum of roots: -b/a
• Product of roots: c/a
• If roots are α, β: equation is x² - (α+β)x + αβ = 0