ACT Math • Advanced Algebra

Quadratic Equations and Polynomials

Master the equations that model everything from projectile paths to profit curves — and unlock higher ACT Math scores.

Where Quadratics Came From

Long before anyone invented the word "algebra," ancient civilizations needed to figure out questions like "What length and width should a field be if its area is 60 square units and its perimeter is 34 units?" That everyday problem — involving a product and a sum of two unknowns — is essentially a quadratic equation in disguise. The history of solving quadratics stretches back thousands of years and crosses many cultures.

~1800 BCE
Babylonian Clay Tablets
Scribes in Mesopotamia recorded procedures for solving area-and-perimeter problems on clay tablets. Their method was geometric: they manipulated squares and rectangles, effectively "completing the square" without any symbolic notation at all.
~300 BCE
Euclid's Elements
Greek mathematicians, especially Euclid, translated these numerical recipes into rigorous geometric proofs. Book II of the Elements contains propositions that are equivalent to solving quadratic equations using ruler-and-compass constructions.
~825 CE
Al-Khwārizmī's Al-Kitāb
The Persian mathematician Muhammad ibn Mūsā al-Khwārizmī published the first systematic, algebraic treatment of quadratics. His book — whose title gives us the word algebra — classified every type of quadratic and gave clear solution methods in words.
1545
Cardano and the Cubic
Italian mathematician Gerolamo Cardano published solutions to cubic (degree-3) and quartic (degree-4) polynomials, building on the quadratic foundation. This era marked the birth of higher-degree polynomial theory.
1637
Descartes and Modern Notation
René Descartes introduced the notation we still use today — letters like x, y, and exponents like . He also connected algebra to geometry through the coordinate plane, making it possible to visualize every quadratic as a parabola.

The thread running through this history is clear: quadratic equations appear whenever quantities multiply together. That is why they remain central to the ACT — they model area, projectile motion, revenue, and countless other real-world situations.

Core Principles & Definitions

Before diving into problem-solving, you need a rock-solid understanding of the key vocabulary and ideas. A polynomial is an expression built from variables and constants using only addition, subtraction, and multiplication — no division by a variable, and all exponents are whole numbers. The degree of a polynomial is its highest exponent. A quadratic is simply a degree-2 polynomial.

1

Standard Form of a Quadratic

Written as ax² + bx + c = 0 where a ≠ 0. The coefficients a, b, and c are real numbers, and x is the unknown variable.
2

Roots (Solutions / Zeros)

The values of x that make the equation equal zero. A quadratic can have two, one, or zero real roots, depending on the discriminant.
3

The Discriminant

The expression D = b² − 4ac determines how many real roots exist. If D > 0: two real roots. If D = 0: one repeated root. If D < 0: no real roots.
4

Polynomial Degree & Roots

A polynomial of degree n can have at most n real roots. A cubic (degree 3) can have up to 3 real roots; a quartic (degree 4) up to 4, and so on.
Key Takeaway
Think of a polynomial equation like a GPS route with several possible stops. The degree tells you the maximum number of stops (roots) the route can have, and the discriminant is the traffic report that tells you whether each stop is actually reachable on the real-number highway — or only exists on an imaginary detour.

Visualizing Quadratics: The Parabola

Every quadratic equation y = ax² + bx + c graphs as a parabola — a smooth, U-shaped curve. The sign of a controls whether the parabola opens upward (a > 0) or downward (a < 0). The vertex is the highest or lowest point, and the axis of symmetry is the vertical line that passes through the vertex, dividing the parabola into two mirror-image halves.

The discriminant b² − 4ac determines where the parabola meets the x-axis.

The diagram above shows the three possible cases for a parabola opening upward. When D > 0, the curve crosses the x-axis at two distinct points — two real roots. When D = 0, the vertex just touches the x-axis — one repeated root. And when D < 0, the entire curve floats above (or below) the x-axis — no real roots at all. On the ACT, if a problem asks "how many real solutions," the discriminant is often the fastest path to the answer.

Mathematical Framework: Solving Methods

The ACT tests your ability to solve quadratics using several techniques. You should be fluent with all of them so you can pick the fastest method for each problem.

The Quadratic Formula
x = (−b ± √(b² − 4ac)) / 2a
Works for every quadratic ax² + bx + c = 0. The ± sign produces two solutions.

The quadratic formula is the universal tool — it always works. But it can be slow if the numbers are large. Here are faster alternatives for specific situations:

Factoring
ax² + bx + c = a(x − r₁)(x − r₂)
If you can express the quadratic as a product of two binomials, set each factor equal to zero.

Factoring is fastest when the roots are integers or simple fractions. For example, x² − 5x + 6 = (x − 2)(x − 3) gives roots x = 2 and x = 3 almost instantly.

Completing the Square
x² + bx + (b/2)² = (x + b/2)²
Add (b/2)² to both sides to create a perfect square trinomial — then take the square root.

Completing the square is especially useful when a problem asks for the vertex form of a parabola, which is y = a(x − h)² + k. The vertex is at (h, k), and converting to this form is a skill the ACT regularly tests.

Vieta's Formulas (Sum and Product of Roots)
r₁ + r₂ = −b/a r₁ × r₂ = c/a
Relates the roots to the coefficients without solving. Extremely useful for "find the sum" or "find the product" questions.

If an ACT problem says "The sum of the solutions of 3x² − 12x + 7 = 0 is…", you don't need to solve it. Just compute −(−12)/3 = 4. Done.

Polynomial Classification & Behavior

Quadratics are just one member of the polynomial family. On the ACT, you will also encounter higher-degree polynomials — cubics, quartics, and beyond. Understanding their general behavior helps you answer questions about graphs, end behavior, and the number of roots.

The degree (even/odd) and the sign of the leading coefficient control the "tails" of the graph.

The diagram above summarizes a rule you should memorize for the ACT: the degree (even or odd) and the sign of the leading coefficient completely determine the end behavior of any polynomial. An even-degree polynomial with a positive leading coefficient rises on both ends, like the letter U. An odd-degree polynomial with a positive leading coefficient falls on the left and rises on the right, like the letter S stretched out.

Polynomial TypeDegreeGeneral FormMax Real RootsACT Relevance
Linear1ax + b1Foundations; slope & intercepts
Quadratic2ax² + bx + c2Very high — tested every exam
Cubic3ax³ + bx² + cx + d3Moderate — factoring, end behavior
Quartic4ax⁴ + bx³ + … + e4Lower — mostly graph behavior

Worked Example

Let's walk through an ACT-style problem from start to finish.

A ball is launched upward from a platform 48 feet above the ground. Its height h in feet after t seconds is modeled by h = −16t² + 32t + 48. When does the ball hit the ground?
1
Step 1 — Set h = 0The ball hits the ground when its height is zero, so we solve: −16t² + 32t + 48 = 0
2
Step 2 — SimplifyDivide every term by −16 to make the numbers smaller: −16t² / (−16) + 32t / (−16) + 48 / (−16) = 0
t² − 2t − 3 = 0
3
Step 3 — FactorWe need two numbers that multiply to −3 and add to −2. Those numbers are −3 and +1:
(t − 3)(t + 1) = 0
4
Step 4 — Solve each factort − 3 = 0 → t = 3 t + 1 = 0 → t = −1
5
Step 5 — InterpretTime cannot be negative, so we discard t = −1. The ball hits the ground at t = 3 seconds.
6
VerificationPlug t = 3 back into the original equation: h = −16(9) + 32(3) + 48 = −144 + 96 + 48 = 0

Choosing the Right Solving Method

There is no single "best" method for every problem. The table below will help you quickly decide which technique to reach for during the test.

MethodBest When…Limitation
FactoringCoefficients are small; roots are integers or simple fractionsFails (or is very slow) when roots are irrational
Quadratic FormulaAlways works; use when factoring isn't obvious in 15–20 secondsArithmetic-heavy with large or fractional coefficients
Completing the SquareConverting to vertex form; finding the vertex of a parabolaMore steps than factoring when you only need roots
Vieta's FormulasProblem asks only for sum or product of roots, not the roots themselvesDoesn't give individual root values
Graphing / Plug-inMultiple-choice format; answer choices are specific numbersNot rigorous; can be slow if choices are close in value
Key Takeaway
Think of your solving methods as tools in a toolbox. A screwdriver (factoring) is the quickest tool for the right screw, but it won't help with a nail. The quadratic formula is your adjustable wrench — it fits everything but takes a bit more effort. On the ACT, glance at the coefficients and the answer choices before committing to a method. If the answer choices are clean integers, try factoring first. If they contain radicals, go straight to the formula.

Beyond the Quadratic: Higher-Degree Polynomials

The ACT occasionally asks you to factor or find roots of a polynomial with degree 3 or higher. The good news is that higher-degree factoring almost always reduces to techniques you already know — you just need one extra tool: the Factor Theorem and synthetic division.

The Factor Theorem says: if you plug a number r into a polynomial and get zero, then (xr) is a factor. For ACT problems, the Rational Root Theorem narrows down which values to test: possible rational roots are ± (factors of the constant term) / (factors of the leading coefficient). Once you find one root, divide it out using synthetic division, and you'll be left with a lower-degree polynomial that you can factor normally.

ConceptQuadratic (Degree 2)Higher Polynomial (Degree 3+)
Max real roots2n (the degree)
Formula for roots?Yes — the quadratic formulaExists for degree 3 & 4, but too complex for the ACT
Primary ACT strategyFactor or use formulaRational Root Theorem + synthetic division, then factor
End behaviorOpens up or downDepends on degree (even/odd) and leading coefficient sign
Graph symmetrySymmetric about axis x = −b/(2a)Generally not symmetric (unless all odd or all even powers)

In a future course, you'll study complex numbers — which guarantee that every degree-n polynomial has exactly n roots (counting multiplicity and complex values). For the ACT, you just need to know that "no real solutions" is possible, and the discriminant (for quadratics) or the graph (for higher degrees) tells you when that happens.

Practice Problems

Try each problem on your own before revealing the answer. These are styled like real ACT Math questions with five answer choices.

PROBLEM 1CONCEPTUAL
How many real solutions does the equation 2x² − 4x + 5 = 0 have? A. 0 B. 1 C. 2 D. 3 E. Cannot be determined
PROBLEM 2BASIC CALCULATION
What are the solutions of x² − 7x + 12 = 0? F. x = 2 and x = 6 G. x = 3 and x = 4 H. x = −3 and x = −4 J. x = −2 and x = 6 K. x = 1 and x = 12
PROBLEM 3INTERMEDIATE
The vertex of the parabola y = 2x² − 12x + 22 is at point (h, k). What is the value of h + k? A. 3 B. 4 C. 6 D. 7 E. 10
PROBLEM 4APPLIED / MULTI-STEP
A company's profit P in thousands of dollars is modeled by P = −2x² + 28x − 90, where x is the number of units sold (in hundreds). What is the maximum profit, in thousands of dollars? F. 6 G. 7 H. 8 J. 14 K. 28
PROBLEM 5SYNTHESIS / HIGHER-DEGREE
What are all the real solutions of 2x³ + 7x² − 7x − 12 = 0? A. x = −4, x = −1, x = 3/2 B. x = −4, x = 1, x = −3/2 C. x = 4, x = −1, x = 3/2 D. x = −4, x = −1, x = 3 E. x = −4, x = 1, x = 3/2

Lesson Summary

A quadratic equation has the form ax² + bx + c = 0 and graphs as a parabola. You can solve it by factoring, the quadratic formula, or completing the square. The discriminant b² − 4ac tells you how many real roots to expect: two (D > 0), one (D = 0), or none (D < 0). The vertex is at x = −b/(2a) and represents the maximum or minimum value of the quadratic function — critical for optimization problems on the ACT.

For higher-degree polynomials, the degree tells you the maximum number of real roots and determines end behavior (even degree: both ends go the same direction; odd degree: ends go opposite directions). The Rational Root Theorem and synthetic division let you reduce a higher-degree polynomial to a quadratic you already know how to handle. Master these tools and you'll be prepared for any polynomial question the ACT throws at you.

Varsity Tutors • ACT Math • Quadratic Equations and Polynomials