PSAT MATH • ALGEBRA 2

Quadratic Equations

Master every method for solving second-degree polynomial equations tested on the PSAT.

Historical Context & Motivation

Long before algebra had a name, ancient civilizations grappled with problems that required solving quadratic equations — equations in which the highest power of the unknown is two. Babylonian scribes around 2000 BCE needed to calculate the dimensions of fields, canals, and storage bins when the area was known but the side lengths were not. Their clay-tablet solutions show step-by-step procedures remarkably similar to the completing-the-square technique you will learn in this lesson.

Over the centuries, mathematicians across cultures refined these methods. Greek geometers turned the algebraic problem into a geometric one, while scholars in medieval Baghdad developed a systematic algebraic framework. The result is a powerful toolkit that today appears on every standardized math exam — including the PSAT — because quadratic equations model everything from projectile motion to revenue optimization.

~2000 BCE
Babylonian Tablets
Babylonian scribes solve area-based problems using procedures equivalent to completing the square, recorded on cuneiform clay tablets.
~300 BCE
Greek Geometric Algebra
Euclid's Elements frames quadratic problems as constructions involving areas and line segments, giving a visual proof of solution methods.
~825 CE
Al-Khwarizmi's Algebra
Persian mathematician al-Khwarizmi publishes a treatise classifying six types of quadratic equations and solving each with systematic rules — the word algebra comes from his title.
1637
Descartes & Modern Notation
René Descartes introduces the notation we use today — x² for squaring, letters for coefficients — and links algebra with coordinate geometry, making parabolas visible on a graph.
Today
Standardized Testing
Quadratic equations are a cornerstone of the PSAT and SAT Math sections, appearing in roughly 15–20% of algebra questions and connecting to vertex form, systems of equations, and data modeling.

The central question that has driven thousands of years of mathematical development is deceptively simple: given a second-degree equation, how do we find the values of the unknown that make it true? This lesson walks through every major technique for answering that question.

Core Principles & Definitions

A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. The requirement that a is not zero ensures the equation truly has a squared term; otherwise it would just be linear. Before diving into solution methods, you need to internalize a few foundational ideas.

1

Standard Form

A quadratic equation is in standard form when written as ax² + bx + c = 0. Every solution method begins by rearranging the equation into this layout so you can identify the coefficients a, b, and c.
2

Solutions (Roots)

The values of x that satisfy the equation are called roots (or solutions or zeros). A quadratic equation can have two distinct real roots, one repeated real root, or two complex roots — never more than two.
3

The Discriminant

The expression b² − 4ac, called the discriminant (D), tells you the nature of the roots without solving. If D > 0: two real roots. If D = 0: one repeated root. If D < 0: no real roots.
4

Zero-Product Property

If the product of two expressions equals zero, then at least one of them must be zero. This zero-product property is the logical engine behind factoring: once you write (x − r₁)(x − r₂) = 0, each factor gives you a root.
5

Parabola Connection

The graph of y = ax² + bx + c is a parabola. Solving ax² + bx + c = 0 is equivalent to finding the x-intercepts of that parabola — the points where the curve crosses the x-axis.
KEY TAKEAWAY
Think of a quadratic equation as a question about a parabola's journey: "At what input values does the output hit zero?" It is like asking at what times a ball thrown into the air returns to ground level. The ball's height follows a parabolic path, and the moments it touches the ground are the roots of the corresponding quadratic equation.

Visual Explanation — Anatomy of a Parabola

The diagram below shows the graph of a generic quadratic function y = ax² + bx + c alongside the key features that connect directly to solving quadratic equations. Understanding this picture helps you see why the discriminant matters and how each solution method targets the same pair of x-intercepts.

The parabola y = ax² + bx + c opens upward when a > 0. The pink dots mark the x-intercepts (roots x₁ and x₂), the amber dot marks the vertex, and the violet dashed line shows the axis of symmetry at x = −b/(2a).

Notice how the two pink roots sit symmetrically on either side of the axis of symmetry. This symmetry is not a coincidence — it is built into the quadratic formula itself, where the ± symbol produces two values equally spaced from −b/(2a). When the discriminant equals zero, those two roots collapse into a single point and the parabola just touches the x-axis at its vertex. When the discriminant is negative, the parabola never reaches the x-axis at all, meaning there are no real solutions.

Mathematical Framework — Solution Methods

There are three primary methods for solving a quadratic equation, and the PSAT may require any of them. Each method has its sweet spot, and part of test-day strategy is quickly recognizing which approach will be fastest for a given problem.

Method 1 — Factoring

When ax² + bx + c factors neatly into two binomials, factoring is the fastest route. You rewrite the equation as a product of two linear expressions set equal to zero, then apply the zero-product property. This works best when the coefficients are small integers and the roots are rational numbers.

FACTORING FORM
ax² + bx + c = a(x − r₁)(x − r₂) = 0
r₁ and r₂ are the roots. By the zero-product property, x = r₁ or x = r₂.

Method 2 — The Quadratic Formula

The quadratic formula is the universal solver — it works for every quadratic equation, whether the roots are rational, irrational, or even complex. Memorize it and practice until you can apply it without hesitation.

QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
a, b, c are the coefficients from standard form ax² + bx + c = 0. The expression under the radical, b² − 4ac, is the discriminant.

Method 3 — Completing the Square

The method of completing the square rewrites the equation in vertex form, making the vertex of the parabola immediately visible. It is also the algebraic engine behind the quadratic formula itself — the formula is what you get when you complete the square on the general equation ax² + bx + c = 0.

VERTEX FORM
a(x − h)² + k = 0 → x = h ± √(−k/a)
The vertex of the parabola is at (h, k), where h = −b/(2a) and k = c − b²/(4a).
DISCRIMINANT
D = b² − 4ac
If D > 0: two distinct real roots. If D = 0: one repeated real root. If D < 0: no real roots (two complex roots).

Choosing the Right Method

On the PSAT, time pressure makes method selection critical. The diagram below provides a decision flowchart: given a quadratic equation in standard form, follow the arrows to determine which technique will get you to the answer fastest.

Follow the decision tree from the top: if b = 0, isolate and take the square root. Otherwise, try factoring first. If factoring is not straightforward, choose between completing the square (when vertex form is useful) and the quadratic formula (general fallback).
Comparison of the four primary solution strategies for quadratic equations.
MethodBest When…Watch Out For…
FactoringCoefficients are small integers and roots are rationalSign errors — double-check by expanding your factors
Quadratic FormulaFactoring is not obvious or the problem asks for exact irrational rootsArithmetic mistakes inside the radical; always simplify the discriminant first
Completing the SquareThe problem asks for vertex form, or you need to rewrite the equation to reveal the vertexForgetting to add the same value to both sides when you create the perfect square
Square Root MethodThere is no linear (bx) term — the equation looks like ax² + c = 0Forgetting the ± sign, which gives both the positive and negative root

Worked Example — Full Solution

Let's solve the equation 2x² − 7x − 15 = 0 using two methods to show how they lead to the same answer.

Approach A — Quadratic Formula

Solving 2x² − 7x − 15 = 0 with the Quadratic Formula
1
Step 1 — Identify a, b, and cThe equation is already in standard form. Reading off the coefficients: a = 2, b = −7, and c = −15.
a = 2, b = −7, c = −15
2
Step 2 — Compute the DiscriminantD = b² − 4ac = (−7)² − 4(2)(−15) = 49 − (−120) = 49 + 120 = 169. Since D > 0, we expect two distinct real roots.
D = 169
3
Step 3 — Apply the Formulax = (−b ± √D) / (2a) = (−(−7) ± √169) / (2 × 2) = (7 ± 13) / 4.
x = (7 ± 13) / 4
4
Step 4 — Evaluate Both Rootsx = (7 + 13)/4 = 20/4 = 5, and x = (7 − 13)/4 = −6/4 = −3/2.
x = 5 or x = −3/2
5
Step 5 — Verify by SubstitutionCheck x = 5: 2(25) − 7(5) − 15 = 50 − 35 − 15 = 0 ✓. Check x = −3/2: 2(9/4) − 7(−3/2) − 15 = 9/2 + 21/2 − 15 = 30/2 − 15 = 0 ✓.
Both roots verified ✓

Approach B — Factoring

Solving 2x² − 7x − 15 = 0 by Factoring
1
Step 1 — Find the Product acMultiply a × c = 2 × (−15) = −30. We need two numbers that multiply to −30 and add to b = −7.
ac = −30
2
Step 2 — Find the Factor PairThe pair is −10 and 3, because (−10)(3) = −30 and (−10) + 3 = −7.
−10 and 3
3
Step 3 — Split the Middle Term and Factor by GroupingRewrite: 2x² − 10x + 3x − 15 = 0. Group: 2x(x − 5) + 3(x − 5) = 0. Factor out the common binomial: (2x + 3)(x − 5) = 0.
(2x + 3)(x − 5) = 0
4
Step 4 — Apply the Zero-Product Property2x + 3 = 0 gives x = −3/2. x − 5 = 0 gives x = 5. Both roots match Approach A.
x = −3/2 or x = 5

Strengths, Limitations & Common PSAT Pitfalls

Knowing all three solution methods is important, but knowing when each one shines — and where students typically lose points on the PSAT — is equally valuable. The table below breaks down the practical strengths and limitations of each approach alongside the most common errors test-takers make.

Strengths and limitations of quadratic solution methods.
MethodStrengthsLimitations
FactoringFastest method when applicable; no calculator needed; builds algebraic intuitionOnly works cleanly for rational roots; hard to apply when a × c is large
Quadratic FormulaAlways works; handles irrational and complex roots; reveals discriminant directlyMore arithmetic steps increase error risk; slower under time pressure
Completing the SquareReveals vertex form; essential for converting between standard and vertex formMulti-step process; easy to make sign errors when a ≠ 1
⚠️ Top 5 PSAT Mistakes
1. Forgetting to set the equation equal to zero before factoring. 2. Dropping the ± sign in the quadratic formula, yielding only one root. 3. Miscalculating the discriminant, especially when b is negative (remember (−b)² = b², not −b²). 4. Confusing the solutions of the equation with the coefficients a, b, c. 5. Not simplifying the final fraction — the PSAT answer choices are always in simplest form.
KEY TAKEAWAY
Think of the three methods as tools in a toolbox. Factoring is the screwdriver — quick and elegant when the screw fits. The quadratic formula is the adjustable wrench — it works on every bolt but takes a bit longer. Completing the square is the precision calipers — essential when you need exact measurements like vertex coordinates. A skilled problem solver reaches for the right tool without hesitation.

Connections to Advanced Topics

Quadratic equations are a gateway to several advanced topics you will encounter in Algebra 2, Precalculus, and beyond. Understanding where quadratics lead helps you see the bigger mathematical picture and prepares you for more challenging PSAT questions that blend multiple concepts.

How quadratic concepts extend into higher mathematics.
Quadratic ConceptAdvanced ExtensionWhere You'll See It
Discriminant (b² − 4ac)Complex numbers — when D < 0, roots involve i = √(−1)Algebra 2, SAT Math (Level 2)
Vertex formConic sections — circles, ellipses, and hyperbolas use similar completing-the-square techniquesPrecalculus, SAT advanced topics
Factoring polynomialsHigher-degree polynomials — factor cubics and quartics by reducing to quadratic factorsAlgebra 2, college math
Parabola graphOptimization — calculus uses derivatives to find the vertex (maximum or minimum) of any curveAP Calculus
Systems with quadraticsNonlinear systems — PSAT problems may pair a line with a parabola to find intersection pointsPSAT/SAT advanced algebra

On the PSAT specifically, you should be prepared for questions that combine quadratics with other topics. For example, a problem might give you the equation of a parabola and a line and ask how many intersection points exist — which requires setting the equations equal and analyzing the resulting quadratic's discriminant. Another common format presents a real-world scenario (like profit maximization) where you must interpret the vertex as a maximum or minimum value.

🔭 Looking Ahead
Vieta's formulas provide a shortcut: for ax² + bx + c = 0, the sum of the roots equals −b/a and the product of the roots equals c/a. Some PSAT questions ask for the sum or product of solutions without asking you to find the roots themselves — Vieta's formulas let you answer in seconds.

Practice Problems

Work through these five problems in order. Each one is slightly more challenging than the last, mirroring the difficulty progression you will encounter on the actual PSAT.

PROBLEM 1CONCEPTUAL
The discriminant of a quadratic equation ax² + bx + c = 0 is calculated to be −16. What does this tell you about the solutions of the equation, and how would this appear on a graph of y = ax² + bx + c?
PROBLEM 2BASIC CALCULATION
Solve x² − 5x + 6 = 0 by factoring.
PROBLEM 3INTERMEDIATE
Use the quadratic formula to solve 3x² + 2x − 5 = 0. Express your answers as simplified fractions.
PROBLEM 4APPLIED
A small business's daily profit P (in dollars) is modeled by P = −2x² + 80x − 600, where x is the number of units sold. How many units must the business sell to break even (P = 0)? What is the maximum daily profit, and at how many units sold does it occur?
PROBLEM 5CRITICAL THINKING
For the equation kx² + 6x + k = 0, where k is a positive real number, find the value(s) of k for which the equation has exactly one real solution. Then explain: if k is chosen so the equation has two distinct real solutions, what must be true about k?

Lesson Summary

A quadratic equation takes the form ax² + bx + c = 0 and can have two, one, or zero real solutions depending on the discriminant D = b² − 4ac. Three primary solution methods — factoring, the quadratic formula, and completing the square — each have strategic advantages. Factoring is fastest for small integer coefficients, the quadratic formula is the universal fallback, and completing the square reveals the vertex form needed for optimization and graphing problems.

On the PSAT, remember to always convert to standard form first, use the discriminant to predict the number of solutions, apply the zero-product property after factoring, and leverage Vieta's formulas (sum of roots = −b/a, product of roots = c/a) for shortcut solutions. The parabola is the geometric face of every quadratic equation — its x-intercepts are the roots, and its vertex represents the maximum or minimum value of the quadratic expression.

Varsity Tutors • PSAT Math • Quadratic Equations