ALGEBRA 1 • ONE-VARIABLE EQUATIONS & INEQUALITIES

Solve Quadratics by Multiple Methods

Master five powerful strategies for solving any quadratic equation you encounter.

Historical Context & Motivation

People have been solving quadratic equations for thousands of years. A quadratic equation is any equation where the highest power of the variable is 2, like x² + 5x + 6 = 0. Ancient civilizations needed to solve these kinds of problems for very practical reasons — measuring land, building structures, and tracking the motion of objects in the sky.

Over time, mathematicians from different cultures developed different techniques for cracking these problems. Each method works best in certain situations. Today, you have a full toolkit of five methods at your disposal — and learning when to use each one is just as important as knowing how.

~2000 BCE
Babylonian Tablets
Ancient Babylonian scribes solved quadratic-style problems using geometric methods on clay tablets. They essentially performed completing the square — thousands of years before it had a name.
~300 BCE
Greek Geometric Algebra
Euclid and other Greek mathematicians solved quadratic problems using geometric constructions — building actual squares and rectangles to represent equations.
~820 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote the first systematic book on algebra. The word 'algebra' comes from the Arabic title of his book. He classified and solved all types of quadratic equations.
1545
The Quadratic Formula Published
European mathematicians formalized the quadratic formula that works for every quadratic equation. This single formula became the universal key for solving ax² + bx + c = 0.
1799
Complex Numbers Accepted
Mathematicians like Gauss helped the world accept complex numbers (numbers involving i = √(−1)). This meant every quadratic equation finally had a solution — even ones with no real-number answers.

The big question that drove all this history is simple: Given any quadratic equation, how do we find the value(s) of x that make it true? In this lesson, you will learn five methods that answer that question — and you will learn how to pick the right tool for each job.

Core Principles & Definitions

Before diving into the five methods, let's nail down the key ideas that make them all work. Every quadratic equation can be written in standard form: ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. The solutions to a quadratic equation are also called its roots or zeros — these are the x-values that make the equation equal zero.

1

Standard Form

Every quadratic can be written as ax² + bx + c = 0. The number a is the leading coefficient, b is the linear coefficient, and c is the constant term.
2

Zero Product Property

If two factors multiply to zero, then at least one of them must be zero. This is the engine behind factoring: if (x − 3)(x + 2) = 0, then x = 3 or x = −2.
3

Inverse Operations

Taking a square root is the inverse of squaring. If x² = 49, then x = ±7. The ± symbol reminds us there are always two square roots (positive and negative).
4

The Discriminant

The expression b² − 4ac (found under the radical in the quadratic formula) is called the discriminant. It tells you how many real solutions exist: positive → 2, zero → 1, negative → 0 real (2 complex).
5

Complex Numbers (Extension Topic)

When the discriminant is negative, you get solutions involving i, the imaginary unit where i² = −1. Complex solutions are written as a ± bi, where a and b are real numbers. Note: complex numbers are formally developed in Algebra 2 (CCSS.N-CN.1); what follows here is a first introduction required by CCSS.A-REI.4.b.
KEY TAKEAWAY
Think of solving a quadratic like opening a locked door. You have five different keys — inspection, square roots, factoring, completing the square, and the quadratic formula. Every key can eventually open the door, but some keys fit more smoothly than others depending on the lock. The quadratic formula is the master key — it always works — but sometimes factoring or taking a square root is much faster.

Visual Explanation — The Parabola and Its Roots

Every quadratic equation y = ax² + bx + c graphs as a U-shaped curve called a parabola. The solutions (roots) of the equation ax² + bx + c = 0 are the x-values where the parabola crosses the x-axis. The diagram below shows three different parabolas to illustrate how the discriminant determines how many times the parabola touches or crosses the x-axis.

Three parabolas showing the three possible outcomes based on the discriminant b² − 4ac. Left (cyan): the parabola crosses the x-axis at two points — two real roots. Center (violet): the parabola just touches the x-axis — one repeated real root. Right (pink): the parabola floats above the x-axis — no real roots, two complex roots.

Notice that the shape of the parabola does not change the number of solutions by itself — it is the vertical position relative to the x-axis that matters. When the lowest point (called the vertex) sits below the x-axis, the parabola crosses twice. When it sits exactly on the axis, it touches once. When it sits above the axis, it never crosses — and that is when we get complex solutions.

Mathematical Framework — The Five Methods

Here are the five methods you will use to solve quadratic equations. Each method has a formula or procedure, and each works best in specific situations.

Method 1 — Inspection

INSPECTION
x² = k → x = ±√k
Use this when you can see the answer by looking at the equation. For example, x² = 49 immediately gives x = ±7. This works when the equation is already in the form x² = (some number).

Method 2 — Taking Square Roots

SQUARE ROOTS
(x − h)² = k → x − h = ±√k → x = h ± √k
Use this when the equation has a perfect square expression on one side and a constant on the other. If k < 0, the solutions are complex: x = h ± i√|k|.

Method 3 — Factoring

FACTORING
ax² + bx + c = 0 → (px + m)(qx + n) = 0 → x = −m/p or x = −n/q
Rewrite the quadratic as a product of two binomials, then set each factor equal to zero. This method is fast when the equation factors neatly with integer coefficients.

Method 4 — Completing the Square

COMPLETING THE SQUARE
ax² + bx + c = 0 → a(x + b/(2a))² = (b² − 4ac)/(4a) → solve using square roots
Rewrite the left side as a perfect square trinomial. Add the same value to both sides to keep the equation balanced. This method always works and is the basis for deriving the quadratic formula. For the general equation ax² + bx + c = 0, completing the square yields a(x + b/(2a))² = (b² − 4ac)/(4a), where the right-hand side equals b²/(4a) − c only when a = 1.

Method 5 — The Quadratic Formula

QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
This is the universal formula that solves every quadratic equation ax² + bx + c = 0. Identify a, b, and c, plug them in, and simplify. The expression under the radical, b² − 4ac, is the discriminant. If it is negative, the solutions are complex numbers in the form a ± bi.
💡 Complex Solutions (Preview of Algebra 2)
When b² − 4ac < 0, you will need the imaginary unit i, defined as i = √(−1). For example, √(−9) = 3i. Complex solutions always come in conjugate pairs: a + bi and a − bi. Writing complex solutions in a ± bi form is introduced here as required by CCSS.A-REI.4.b; you will explore complex numbers more deeply in Algebra 2.

Choosing the Right Method — A Decision Flowchart

The hardest part of solving quadratics is often not the solving itself — it is choosing which method to use. The flowchart below will help you make that decision quickly by looking at the form of the equation you are given.

Follow this decision flowchart from top to bottom. Start by examining the form of your equation. If the first condition matches, use that method. Otherwise, keep moving down. The quadratic formula at the bottom is always available as a universal fallback.
Quick reference: when to use each method
MethodBest When…Example Form
InspectionThe equation is simple enough to solve by looking at itx² = 25, or 4x² = 36
Square RootsOne side is a perfect square expression, the other is a constant(x − 3)² = 16
FactoringThe trinomial breaks apart into nice integer factorsx² + 5x + 6 = 0
Completing the SquareYou need exact radical answers or the leading coefficient is 1x² + 6x − 2 = 0
Quadratic FormulaNothing else works easily, or you want a guaranteed method3x² − 4x + 5 = 0

Worked Examples — All Five Methods in Action

Example A — Inspection

Solve x² = 49 by inspection
1
Step 1 — Recognize the formThe equation is already in the form x² = k, where k = 49. Since 49 is a perfect square, we can immediately identify the square roots.
2
Step 2 — Take the square root of both sidesx = ±√49 = ±7. Remember, both 7² and (−7)² equal 49, so there are two solutions.
x = 7 or x = −7

Example B — Factoring

Solve x² + 5x + 6 = 0 by factoring
1
Step 1 — Find two numbers that multiply to 6 and add to 5We need two numbers whose product is c = 6 and whose sum is b = 5. The numbers 2 and 3 work because 2 × 3 = 6 and 2 + 3 = 5.
2
Step 2 — Write the factored formx² + 5x + 6 = (x + 2)(x + 3) = 0
3
Step 3 — Apply the Zero Product PropertySet each factor equal to zero: x + 2 = 0 gives x = −2, and x + 3 = 0 gives x = −3.
x = −2 or x = −3

Example C — Completing the Square

Solve x² + 6x − 2 = 0 by completing the square
1
Step 1 — Move the constant to the rightx² + 6x = 2
2
Step 2 — Find the number to complete the squareTake half of the coefficient of x: 6 ÷ 2 = 3. Square it: 3² = 9. Add 9 to both sides: x² + 6x + 9 = 2 + 9 = 11.
3
Step 3 — Factor the left side as a perfect square(x + 3)² = 11
4
Step 4 — Take the square root of both sidesx + 3 = ±√11, so x = −3 ± √11. Since √11 ≈ 3.317, the solutions are approximately 0.317 and −6.317.
x = −3 + √11 or x = −3 − √11

Example D — Quadratic Formula with Complex Solutions (a = 1)

Solve x² + 2x + 5 = 0 using the quadratic formula
1
Step 1 — Identify a, b, and cFrom x² + 2x + 5 = 0: a = 1, b = 2, c = 5.
2
Step 2 — Calculate the discriminantb² − 4ac = (2)² − 4(1)(5) = 4 − 20 = −16. The discriminant is negative, so we know the solutions will be complex numbers.
3
Step 3 — Substitute into the quadratic formulax = (−2 ± √(−16)) / (2 × 1) = (−2 ± √(−16)) / 2
4
Step 4 — Simplify √(−16)√(−16) = √(16) × √(−1) = 4i. So x = (−2 ± 4i) / 2.
5
Step 5 — Simplify the fractionDivide each term in the numerator by 2: x = −1 ± 2i. These are written in the standard form a ± bi, where a = −1 and b = 2.
x = −1 + 2i or x = −1 − 2i

Example E — Quadratic Formula with Complex Solutions (a ≠ 1)

Solve 2x² − 4x + 5 = 0 using the quadratic formula
1
Step 1 — Identify a, b, and cFrom 2x² − 4x + 5 = 0: a = 2, b = −4, c = 5. Note that a ≠ 1 here, which affects every step of the calculation.
2
Step 2 — Calculate the discriminantb² − 4ac = (−4)² − 4(2)(5) = 16 − 40 = −24. The discriminant is negative, confirming the solutions will be complex numbers.
3
Step 3 — Substitute into the quadratic formulax = (−(−4) ± √(−24)) / (2 × 2) = (4 ± √(−24)) / 4
4
Step 4 — Simplify √(−24)√(−24) = √(4 × 6 × (−1)) = 2√6 · i. So x = (4 ± 2i√6) / 4.
5
Step 5 — Simplify the fractionDivide every term in the numerator by 4: x = 4/4 ± (2√6)/4 · i = 1 ± (√6/2)i. These are written in standard a ± bi form, where a = 1 and b = √6/2.
x = 1 + (√6/2)i or x = 1 − (√6/2)i
💡 Why a ≠ 1 Matters for Complex Solutions
Notice how Example E differs from Example D: because a = 2 (not 1), the denominator 2a = 4 changes both the real part and the imaginary part after simplification. Always divide the entire numerator by 2a when finishing the quadratic formula.

Strengths & Limitations of Each Method

No single method is "the best" for every situation. Understanding the strengths and weaknesses of each approach helps you solve problems faster and with more confidence. Here is a side-by-side comparison.

Comparing the five methods for solving quadratic equations
MethodStrengthsLimitations
InspectionFastest method; no written work neededOnly works for very simple forms like x² = k
Square RootsFast and clean; handles irrational and complex results wellRequires the equation to be in (expression)² = k form
FactoringQuick; builds number sense; no radicals involvedOnly works when factors are integers (or simple rationals)
Completing the SquareAlways works; gives exact answers; leads to vertex formMore steps; arithmetic can be messy with fractions
Quadratic FormulaAlways works for any quadratic; reveals nature of solutions via discriminantRequires careful arithmetic; can feel mechanical
KEY TAKEAWAY
Think of these five methods like tools in a toolbox. A screwdriver, a wrench, a hammer, pliers, and a multi-tool each do different jobs well. Factoring is the screwdriver — fast and elegant when it fits. The quadratic formula is the multi-tool — it handles everything, even if it takes a bit more effort. A skilled problem-solver picks the simplest tool that gets the job done.

Connection to Advanced Topics

The methods you have learned here are not just for one chapter in Algebra 1 — they connect to ideas you will see throughout your math journey. Understanding how these foundational techniques relate to more advanced topics can help you appreciate why they matter.

How today's skills connect to future math courses
What You Learned NowWhere It Leads
Solving ax² + bx + c = 0Solving polynomial equations of higher degree (cubic, quartic) in Algebra 2
The discriminant b² − 4acAnalyzing the nature of roots for any polynomial; understanding the Fundamental Theorem of Algebra
Complex solutions a ± bi (preview; fully developed in Algebra 2 via CCSS.N-CN.1 and CCSS.N-CN.7)The complex number system, polar form, and applications in engineering and physics
Completing the squareDeriving the vertex form of a parabola; conic sections (circles, ellipses, hyperbolas)
Factoring quadraticsFactoring higher-degree polynomials; partial fraction decomposition in calculus

In Algebra 2 and Pre-Calculus, you will encounter equations like x³ − 8 = 0 or x⁴ − 5x² + 4 = 0. Many of these can be broken down into quadratic-type problems using the same methods you are learning right now. The quadratic formula and completing the square will also reappear when you study conic sections — the equations of circles, ellipses, and hyperbolas all require these techniques.

🔭 Looking Ahead
In calculus, you will need to solve quadratic equations to find where curves cross, where they reach their highest or lowest points, and how fast quantities change. Every minute you invest in mastering these five methods now pays off for years to come.

Practice Problems

Try these five problems, which range from basic recall to critical thinking. For each one, choose the method that fits best — and check your reasoning against the detailed answer.

PROBLEM 1CONCEPTUAL
The discriminant of a quadratic equation is −12. Without solving, explain how many real solutions the equation has and what type of solutions you will get.
PROBLEM 2BASIC CALCULATION
Solve 4x² = 100 by inspection or square roots.
PROBLEM 3INTERMEDIATE
Solve x² − 2x − 15 = 0 by factoring. Then verify one solution using the quadratic formula.
PROBLEM 4APPLIED
A ball is thrown upward from a rooftop. Its height h (in feet) after t seconds is given by h = −16t² + 32t + 48. When does the ball hit the ground (h = 0)? Choose an appropriate method to solve.
PROBLEM 5CRITICAL THINKING
Solve 2x² + 4x + 10 = 0 using the quadratic formula. Express your solutions in the form a ± bi. Then explain why this equation has no x-intercepts on its graph.

Lesson Summary

You now have five methods for solving quadratic equations: inspection for simple equations like x² = 49, taking square roots when one side is a perfect square, factoring when integer factors exist, completing the square for exact answers and vertex form, and the quadratic formula as the universal method that works for every quadratic equation ax² + bx + c = 0.

The discriminant (b² − 4ac) tells you what kind of solutions to expect: positive means two real roots, zero means one repeated real root, and negative means two complex solutions written as a ± bi, where i = √(−1). Recognizing and writing complex solutions in a ± bi form is introduced here as required by CCSS.A-REI.4.b; the full complex number system (CCSS.N-CN.1, CCSS.N-CN.7) is an Algebra 2 topic. Choosing the right method for the form of your equation saves time and reduces errors. Master all five, and you will be prepared for any quadratic that comes your way.

Varsity Tutors • Algebra 1 • Solve Quadratics by Multiple Methods