What is the standard form of a quadratic equation? A quadratic equation is an equation of the form \(ax^{2} + bx + c\) = 0, where a, b, and c are real numbers, and a ≠ 0. The highest power of the variable x is 2 (hence the name "quadratic", from "quadratus" meaning square).
Why must a ≠ 0? If a = 0, the equation becomes bx + c = 0, which is linear, not quadratic.
Examples of quadratic equations:
- \(x^{2} + 5x + 6\) = 0 (a=1, b=5, c=6)
- \(2x^{2} - 4x\) = 0 (a=2, b=−4, c=0)
- \(x^{2} - 9\) = 0 (a=1, b=0, c=−9)
Not quadratic:
- \(x^{3} + 2x + 1\) = 0 (degree 3 — cubic)
- 2x + 5 = 0 (degree 1 — linear)
Real-life analogy: Think of a quadratic equation as a "square-shaped" problem. If you throw a ball upward, its height over time follows a quadratic pattern — that's why quadratics are used to model projectiles, bridges, and even profit maximization!