Quadratic Equations
A quadratic equation is any equation you can write in the form
The defining feature is the term — the variable appears squared, and that single detail changes everything. A linear equation has one solution because a straight line crosses zero once. A quadratic can have two solutions, one, or none (among real numbers), because its graph is a parabola — a U-shaped curve that can cross the horizontal axis twice, touch it once, or miss it entirely.
Learning Objectives
By the end of this page, you should be able to:
- Recognize a quadratic equation and identify its coefficients , , and
- Solve quadratics by three methods — factoring, completing the square, and the quadratic formula — and choose the best method for a given problem
- Use the discriminant to predict how many real solutions exist before solving
- Connect the algebra to the geometry of the parabola (roots, vertex, axis of symmetry)
- Set up and solve real-world problems that reduce to a quadratic
Quick Answer
To solve , you can always use the quadratic formula:
It never fails. Faster methods exist when the numbers cooperate — factoring if the expression splits neatly, and completing the square when you need the vertex — but the formula is the universal tool. The quantity under the root, , is the discriminant: if it's positive there are two real solutions, if zero there's exactly one, and if negative there are none among the real numbers.
Why Quadratics Exist
Quadratics appear the moment two quantities multiply to produce a third — which happens constantly in the real world. The area of a rectangle is length times width; if both depend on the same variable, you get a quadratic. A ball thrown into the air follows a parabolic path because gravity acts on distance-per-time-squared. Profit is often revenue minus cost, and when price affects both quantity sold and revenue, the result is quadratic. Understanding quadratics means understanding the mathematics of area, projectile motion, and optimization.
Where It Came From
Quadratics are one of the oldest problems in mathematics, and they were born from an intensely practical need: land and area. Around 2000 BC, Babylonian scribes were dividing fields, calculating grain storage, and settling inheritance disputes — all problems of the form "I know the area and I know a relationship between the sides; find the sides." That is a quadratic. Clay tablets survive showing the Babylonians solving these by a recipe equivalent to completing the square, though they had no symbols and worked entirely in words and specific numbers.
The Greeks, distrustful of the not-yet-understood irrational numbers, recast quadratics geometrically — literally as areas of squares and rectangles, which is why we still say "completing the square" and " squared." The step toward a general algebraic solution came from India: Brahmagupta (628 AD) gave an explicit rule close to the modern formula and, crucially, accepted negative and zero quantities that the Greeks had rejected.
The word "algebra" itself comes from the 9th-century Persian mathematician al-Khwārizmī, whose book al-Kitāb al-mukhtaṣar fī ḥisāb al-jabr wa'l-muqābala gave systematic procedures for solving quadratics; al-jabr ("restoring", i.e. moving a term to the other side) became "algebra." The compact formula we use today, with its and square-root sign, only became possible after the symbolic notation developed in 16th–17th century Europe. In short: the problem is 4,000 years old, but the tidy formula is only about 400 years old — a reminder that good notation is itself a hard-won invention.
The Three Methods
1. Factoring
If you can rewrite as a product of two linear factors, the zero-product property finishes the job: if two things multiply to zero, at least one of them is zero.
Example: Solve .
Find two numbers that multiply to (the constant) and add to (the middle coefficient): those are and .
So or , giving or .
Factoring is fastest when it works, but many quadratics don't factor with tidy integers. Don't waste minutes hunting for factors that aren't there — switch methods.
2. The Quadratic Formula
This is the method that always works. For :
Example: Solve . Here , , .
So or .
The symbol is why quadratics give two answers: you compute once with and once with .
3. Completing the Square
This method rewrites the equation so the variable appears only once, inside a perfect square. It's the technique that derives the quadratic formula, and it's the fastest way to find a parabola's vertex.
Example: Solve .
Take the coefficient of (which is 6), halve it to get 3, and square it to get 9. Add and subtract 9:
Take the square root of both sides: , so or .
The Discriminant: Predicting Solutions
Before solving, the discriminant tells you what to expect:
| Discriminant | Real solutions | Parabola and x-axis |
|---|---|---|
| Two distinct real solutions | Crosses the x-axis at two points | |
| One real solution (repeated) | Just touches the x-axis at the vertex | |
| No real solutions | Never reaches the x-axis |
This is a genuine time-saver on exams: if , stop — there are no real answers to find.
The Geometry: The Parabola
Every quadratic graphs as a parabola.
- If , it opens upward (a valley); if , it opens downward (a hill).
- The solutions (roots) are where the parabola crosses the x-axis — exactly the values that make .
- The vertex (the turning point) sits at , on the axis of symmetry. Completing the square reveals it directly.
Seeing the graph and the algebra together is the "aha" of quadratics: two roots means two crossings, one root means a single touch, no real roots means the curve floats entirely above or below the axis.
Real-World Application
Projectile problem: A ball is thrown upward; its height in metres after seconds is . When does it hit the ground ()?
It leaves the ground at and lands at seconds. The vertex at tells you it reaches maximum height at 2 seconds — exactly halfway, by symmetry.
Common Mistakes
Mistake 1: Forgetting the . Students often compute only the branch of the quadratic formula and report one answer. A quadratic normally has two solutions — always evaluate both signs.
Mistake 2: Sign errors with and . In , it's easy to plug in instead of . Write the coefficients out explicitly, including their signs, before substituting.
Mistake 3: Dividing by to "simplify". Given , dividing both sides by gives and loses the solution . Never divide by a variable that could be zero — instead move everything to one side and factor: , giving and .
Mistake 4: Mishandling the square root. applies to the whole discriminant, not the terms separately — , not .
Comparison: Which Method When?
| Situation | Best method |
|---|---|
| Coefficients are small integers that factor cleanly | Factoring |
| You need the vertex or are deriving a formula | Completing the square |
| Nothing factors, or you want a guaranteed answer | Quadratic formula |
| You only need how many solutions | Discriminant alone |
Practice Questions
Recall. Write the quadratic formula and name the discriminant within it.
Understanding. Explain why a quadratic can have two solutions but a linear equation has only one. (Hint: think about how many times each graph can cross the x-axis.)
Application. A rectangular garden has area 40 m² and its length is 3 m more than its width. Find the dimensions. (Set width = ; then . Width must be positive, so m and length m.)
Analysis. Without solving, determine how many real solutions has, and explain what that means geometrically. (Discriminant , so no real solutions — the parabola never touches the x-axis.)
FAQ
Why does have to be non-zero? If , the term vanishes and the equation becomes linear () — it's no longer quadratic.
What are the solutions when the discriminant is negative? There are no real solutions, but there are two complex solutions involving . You'll meet these when you study complex numbers.
Is the quadratic formula always the best choice? It always works, but factoring is faster when the numbers are friendly. Learn to recognize easy factoring so you don't over-rely on the formula.
What's the difference between roots, solutions, and zeros? For a quadratic they're the same thing: the values of that make the expression equal zero — equivalently, where the graph crosses the x-axis.
How do I remember completing the square? Halve the coefficient of , square it, and add it in. The "halve and square" step is the whole trick.
Quick Revision
- Standard form: , .
- Quadratic formula: — always use both signs.
- Discriminant : positive → 2 roots, zero → 1 root, negative → 0 real roots.
- Vertex at ; parabola opens up if , down if .
- Never divide by a variable — factor instead, or you'll lose a solution.
Related Topics
Prerequisites: Linear Equations, factoring, and the laws of exponents.
Related: functions and graphing — a quadratic is the graph of a degree-2 function.
Next: polynomial equations of higher degree, and Calculus, where the vertex of a parabola is found instantly by setting the derivative to zero.