Definition
A quadratic equation is a second-degree polynomial equation in one variable, equivalent to the standard form:
- How to read: “The A x squared plus b x plus c equals zero, where a is not equal to zero.”
- Meaning / when to use: The canonical form of any quadratic equation. All solving methods (factoring, completing the square, quadratic formula) start from or reduce to this. Use when modeling any situation with a squared term (projectile height, profit curves, area optimization).
Why It Matters
Quadratics are the first step into a non-linear world. If you can’t solve them, you can’t predict the impact point of a projectile, the maximum height of a wave, or the “sweet spot” of a business’s revenue. They allow us to find the specific moments where a system changes its behavior, hits a physical boundary, or reaches peak efficiency.
Core Concepts
- Solving Methods:
- Factoring: Uses the Zero-Product Property.
- Square Root Method: Useful for , leading to .
- Completing the Square: Transforming into a perfect square by adding .
- Quadratic Formula: The universal solution .
- The Discriminant ():
- If : Two unequal real solutions.
- If : One repeated real solution (double root).
- If : No real solutions (two complex conjugate solutions).