polynomial equations
Quadratic Equation
You should know: natural numbers
Overview
A quadratic equation is a polynomial equation of degree 2 — the highest power of the variable is 2. Its graph is a parabola, and solving it means finding where that parabola crosses the x-axis. The quadratic formula gives a universal method for solving any quadratic equation, no matter how ugly its coefficients.
Intuition
A quadratic equation ax² + bx + c = 0 asks: at what x-values does the parabola y = ax² + bx + c touch or cross the x-axis (where y=0)? A parabola can cross the x-axis twice, touch it exactly once (a repeated root), or miss it entirely (no real roots) — three qualitatively different pictures, all captured by the sign of a single quantity in the formula: the discriminant.
Formal Definition
The general quadratic equation and the quadratic formula that solves it:
Standard form
Notation
| Notation | Meaning |
|---|---|
| Coefficients: a is the leading (x²) coefficient, b the linear coefficient, c the constant term | |
| The discriminant, which determines the number and type of roots |
Derivation
Deriving the quadratic formula by completing the square:
Divide by a, isolate the constant
Add (b/2a)² to both sides to complete the square
Left side is now a perfect square
Take the square root and solve for x
Properties
Discriminant > 0
Discriminant = 0
Discriminant < 0
Vieta's formulas
Example: Sum and product of roots without solving explicitly
Applications
Formula Explorer
Worked Examples
Factor: look for two numbers multiplying to 6 and adding to -5.
Answer: x = 2 or x = 3
Practice Problems
Solve x² + 4x + 4 = 0.
A ball is thrown upward with height h(t) = −5t² + 20t + 2 (metres). When does it hit the ground?
A rectangular garden is 3 m longer than it is wide and has area 40 m². Find its dimensions.
Common Mistakes
Forgetting the ± in the quadratic formula and reporting only one solution.
A quadratic generically has TWO roots; always check both +√Δ and -√Δ unless the discriminant is exactly zero.
Dividing by a coefficient that could be zero without checking a ≠ 0 first.
If a=0, the equation is linear, not quadratic, and the quadratic formula (which divides by 2a) is undefined.
Quiz
Flashcards
Historical Background
Babylonian mathematicians solved specific quadratic equations using geometric methods as early as 2000 BCE, though without algebraic notation. The Persian mathematician Al-Khwarizmi systematized methods for solving quadratics in his 9th-century treatise (the source of the word 'algebra', from 'al-jabr'). The modern symbolic quadratic formula, using the ± notation we recognize today, was popularized in Europe by the 16th and 17th centuries as algebraic notation matured.
- c. 2000 BCE
Babylonians solve quadratic-type problems geometrically
- c. 820 CE
Al-Khwarizmi systematizes quadratic-solving methods in Al-Jabr
Muhammad ibn Musa al-Khwarizmi
- 16th–17th century
Modern symbolic quadratic formula notation solidifies in Europe
Summary
- A quadratic equation ax²+bx+c=0 (a≠0) is solved by the quadratic formula x=(-b±√(b²-4ac))/2a.
- The discriminant Δ=b²-4ac determines the number/type of roots: positive→2 real, zero→1 repeated, negative→2 complex.
- Derived by completing the square on the general form.
- Vieta's formulas relate the roots directly to the coefficients without solving explicitly.
Mathematics