Summary of Quadratic Equations
- A quadratic equation is of the form ax² + bx + c = 0, where a, b, c are real numbers and a ≠ 0.
- A real number α is a root of the equation if aα² + bα + c = 0.
- The roots can be found by factorizing the equation into linear factors.
- Quadratic Formula: The roots are given by x = (-b ± √(b² - 4ac)) / (2a).
- Nature of roots based on the discriminant D = b² - 4ac:
- Two distinct real roots if D > 0.
- Two equal roots if D = 0.
- No real roots if D < 0.