Quadratic equations represent the second-most important algebraic topic on the SAT Math section, appearing across multiple questions at every difficulty level in both Math modules of the Digital SAT. Unlike linear equations, which have one standard approach, quadratic equations demand fluency in four different solution methods: factoring, the quadratic formula, completing the square, and graphical analysis through Desmos. Knowing which method to apply in which situation is itself a skill the SAT tests, rewarding students who can assess a quadratic and select the most efficient path to the answer.
The SAT’s approach to quadratics is broader than many students initially expect. Questions involve not just solving equations for numerical roots but also working with parabola graphs, interpreting the vertex and axis of symmetry, understanding what the discriminant reveals about the nature of solutions without solving, identifying equivalent expressions, solving systems where one equation is quadratic and one is linear, and applying quadratic models to real-world word problems. Complete mastery requires fluency across all of these representations and problem types.

This guide covers every quadratic topic tested on the SAT with worked examples at multiple difficulty levels, clear identification of common errors, and the fastest approach for each question type. A decision framework for method selection is provided to help you choose quickly and efficiently on test day. Topics covered in full include: factoring quadratic expressions, solving by factoring, the quadratic formula, completing the square, the discriminant, vertex form and converting between forms, graphing parabolas, the relationship between zeros and factors, systems with one linear and one quadratic equation, quadratic word problems, equivalent expressions, and using Desmos strategically.
Table of Contents
- Factoring Quadratic Expressions
- Solving Quadratic Equations by Factoring
- The Quadratic Formula
- Completing the Square
- The Discriminant
- Vertex Form of a Parabola
- Graphing Parabolas
- The Relationship Between Zeros, Roots, and Factors
- Systems: One Linear and One Quadratic Equation
- Quadratic Word Problems
- Equivalent Expressions Involving Quadratics
- Using Desmos for Quadratic Equations
- Decision Framework: Choosing the Best Solution Method
- Frequently Asked Questions
Factoring Quadratic Expressions
Factoring is the process of rewriting a quadratic expression as a product of simpler expressions. On the SAT, the ability to factor quickly and reliably is essential because factoring is the fastest method for solving many quadratic equations and for simplifying quadratic expressions in rational expressions.
Standard Trinomial Factoring (ax² + bx + c, where a = 1)
For trinomials of the form x² + bx + c, find two numbers that multiply to c and add to b.
Example 1 (Easy): Factor x² + 7x + 12.
Find two numbers that multiply to 12 and add to 7: 3 and 4.
Answer: (x + 3)(x + 4)
Verification: (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12 ✓
Example 2 (Medium): Factor x² - 5x - 24.
Find two numbers that multiply to -24 and add to -5: -8 and 3.
Answer: (x - 8)(x + 3)
Verification: (x - 8)(x + 3) = x² + 3x - 8x - 24 = x² - 5x - 24 ✓
Example 3 (Hard): Factor x² - 3x - 28.
Find two numbers that multiply to -28 and add to -3: -7 and 4.
Answer: (x - 7)(x + 4)
Common error: When the constant term is negative, students often struggle with assigning the signs correctly. Remember: when the constant term is negative, the two factors have opposite signs. When the constant term is positive, the two factors have the same sign (both positive if the middle coefficient is positive, both negative if the middle coefficient is negative).
Factoring with a Leading Coefficient (ax² + bx + c, where a ≠ 1)
When the leading coefficient is not 1, use the AC method: multiply a and c, find two numbers that multiply to ac and add to b, split the middle term, then factor by grouping.
Example 1 (Medium): Factor 2x² + 7x + 3.
AC product: 2 times 3 = 6. Find two numbers that multiply to 6 and add to 7: 1 and 6.
Rewrite: 2x² + x + 6x + 3 = x(2x + 1) + 3(2x + 1) = (x + 3)(2x + 1)
Verification: (x + 3)(2x + 1) = 2x² + x + 6x + 3 = 2x² + 7x + 3 ✓
Example 2 (Medium): Factor 3x² - 10x + 8.
AC product: 3 times 8 = 24. Find two numbers that multiply to 24 and add to -10: -4 and -6.
Rewrite: 3x² - 4x - 6x + 8 = x(3x - 4) - 2(3x - 4) = (x - 2)(3x - 4)
Example 3 (Hard): Factor 6x² + x - 12.
AC product: 6 times -12 = -72. Find two numbers that multiply to -72 and add to 1: 9 and -8.
Rewrite: 6x² + 9x - 8x - 12 = 3x(2x + 3) - 4(2x + 3) = (3x - 4)(2x + 3)
Difference of Squares
The difference of squares pattern: a² - b² = (a + b)(a - b). This pattern applies whenever two perfect square terms are subtracted.
Example 1 (Easy): Factor x² - 49.
x² - 49 = x² - 7² = (x + 7)(x - 7)
Example 2 (Medium): Factor 4x² - 25.
4x² - 25 = (2x)² - 5² = (2x + 5)(2x - 5)
Example 3 (Hard): Factor 9x² - 16y².
9x² - 16y² = (3x)² - (4y)² = (3x + 4y)(3x - 4y)
SAT application: The difference of squares frequently appears in fraction simplification. For example, (x² - 16)/(x + 4) = (x + 4)(x - 4)/(x + 4) = x - 4 for x ≠ -4.
Perfect Square Trinomials
Perfect square trinomials have the form a² + 2ab + b² = (a + b)² or a² - 2ab + b² = (a - b)².
Recognition: the first and last terms are perfect squares, and the middle term is twice the product of their square roots.
Example 1 (Easy): Factor x² + 10x + 25.
Check: x² is a perfect square. 25 = 5². Middle term: 10x = 2(x)(5). Yes, perfect square.
x² + 10x + 25 = (x + 5)²
Example 2 (Medium): Factor 4x² - 12x + 9.
Check: 4x² = (2x)². 9 = 3². Middle term: -12x = -2(2x)(3). Yes, perfect square.
4x² - 12x + 9 = (2x - 3)²
Example 3 (Hard): Factor x⁴ - 8x² + 16.
Treat x⁴ as (x²)²: (x²)² - 8(x²) + 16. Middle term: 8x² = 2(x²)(4). This is (x² - 4)² = ((x+2)(x-2))².
x⁴ - 8x² + 16 = (x² - 4)² = (x + 2)²(x - 2)²
Solving Quadratic Equations by Factoring
Once a quadratic is factored, the Zero Product Property states: if (A)(B) = 0, then A = 0 or B = 0. This allows solving for each root individually.
Procedure: (1) Set the equation equal to zero. (2) Factor the quadratic. (3) Set each factor equal to zero. (4) Solve each resulting linear equation.
Example 1 (Easy): Solve x² + 5x + 6 = 0.
Factor: (x + 2)(x + 3) = 0
x + 2 = 0 → x = -2 x + 3 = 0 → x = -3
Solutions: x = -2 and x = -3
Example 2 (Medium): Solve 2x² - x - 6 = 0.
Factor: AC = -12. Numbers that multiply to -12 and add to -1: -4 and 3.
2x² - 4x + 3x - 6 = 2x(x - 2) + 3(x - 2) = (2x + 3)(x - 2) = 0
2x + 3 = 0 → x = -3/2 x - 2 = 0 → x = 2
Solutions: x = -3/2 and x = 2
Example 3 (Hard): Solve x² - 6x + 9 = 0.
Factor: (x - 3)² = 0
x - 3 = 0 → x = 3
This equation has one solution (a repeated root): x = 3. The parabola y = x² - 6x + 9 is tangent to the x-axis at x = 3.
Common error: Failing to set the equation to zero before factoring. Never apply Zero Product Property to a product that equals a nonzero constant.
Incorrect approach: “x² + 5x = -6. I see x(x + 5) = -6, so x = -6 or x + 5 = -6.” This is wrong. Zero Product Property only works when the product equals zero.
Correct approach: Move all terms to one side, set equal to zero, then factor.
The Quadratic Formula
The quadratic formula solves any quadratic equation ax² + bx + c = 0:
x = (-b ± √(b² - 4ac)) / (2a)
This formula always works, regardless of whether the quadratic factors easily. It is derived by completing the square on the general form and represents the most universally applicable method.
When to Use the Quadratic Formula
Use the quadratic formula when:
- The quadratic does not factor with integer coefficients
- The coefficients are large or complex enough that factoring by inspection is not efficient
- The SAT question provides the equation in a form where factoring is not obvious
- You need the exact roots including irrational numbers (like 3 + √5)
Do not reflexively use the quadratic formula for every quadratic. If the equation factors easily, factoring is faster. The formula is a reliable fallback, not the first tool.
Example 1 (Easy): Solve x² - 6x + 5 = 0 using the quadratic formula.
a = 1, b = -6, c = 5
x = (6 ± √(36 - 20)) / 2 = (6 ± √16) / 2 = (6 ± 4) / 2
x = (6 + 4)/2 = 5 or x = (6 - 4)/2 = 1
(Note: this factors as (x - 5)(x - 1) = 0, so factoring would have been faster.)
Example 2 (Medium): Solve x² - 4x - 1 = 0.
a = 1, b = -4, c = -1
Discriminant: 16 - 4(1)(-1) = 16 + 4 = 20
x = (4 ± √20) / 2 = (4 ± 2√5) / 2 = 2 ± √5
Solutions: x = 2 + √5 and x = 2 - √5 (this does not factor over integers)
Example 3 (Hard): Solve 3x² + 7x - 1 = 0.
a = 3, b = 7, c = -1
Discriminant: 49 - 4(3)(-1) = 49 + 12 = 61
x = (-7 ± √61) / 6
Solutions: x = (-7 + √61)/6 and x = (-7 - √61)/6
Avoiding Common Calculation Errors
The quadratic formula is powerful but error-prone without careful execution.
Error 1: Sign errors with b. The formula begins with -b, not b. If b = -4, then -b = 4. Students who write -(-4) incorrectly as -4 will get wrong answers. Always explicitly write out the substitution: b = -4, so -b = -(-4) = 4.
Error 2: Forgetting to take the square root of the entire discriminant. The formula is (-b ± √(b² - 4ac))/(2a), not (-b ± b² - 4ac)/(2a). Parentheses under the radical include the entire discriminant.
Error 3: Dividing by 2a incorrectly. The denominator 2a divides the entire numerator (-b ± √(b² - 4ac)), not just the ±√ part. A common error is writing (-b)/(2a) ± √(b² - 4ac) instead of the correct (-b ± √(b² - 4ac))/(2a).
Error 4: Arithmetic errors in the discriminant. The discriminant is b² - 4ac. Students frequently make errors in calculating 4ac or forget the negative sign when c is negative (which makes -4ac positive). Write out each step explicitly.
Completing the Square
Completing the square converts a quadratic from standard form (ax² + bx + c) to vertex form (a(x - h)² + k). This technique is essential for finding the vertex, solving equations with irrational roots, and deriving the quadratic formula itself.
The Completing the Square Procedure
For ax² + bx + c = 0 with a = 1:
Step 1: Move the constant to the right side: x² + bx = -c
Step 2: Add (b/2)² to both sides: x² + bx + (b/2)² = -c + (b/2)²
Step 3: Factor the left side as a perfect square: (x + b/2)² = -c + (b/2)²
Step 4: Take the square root of both sides (using ±): x + b/2 = ±√(-c + (b/2)²)
Step 5: Solve for x: x = -b/2 ± √(-c + (b/2)²)
For ax² + bx + c with a ≠ 1: first divide every term by a, then proceed as above.
Example 1 (Medium): Solve x² + 8x + 7 = 0 by completing the square.
Step 1: x² + 8x = -7 Step 2: Add (8/2)² = 16 to both sides: x² + 8x + 16 = -7 + 16 = 9 Step 3: (x + 4)² = 9 Step 4: x + 4 = ±3 Step 5: x = -4 + 3 = -1 or x = -4 - 3 = -7
Check: This factors as (x + 1)(x + 7) = 0, confirming x = -1 and x = -7. ✓
Example 2 (Medium): Solve x² - 6x + 4 = 0 by completing the square.
Step 1: x² - 6x = -4 Step 2: Add (-6/2)² = 9 to both sides: x² - 6x + 9 = -4 + 9 = 5 Step 3: (x - 3)² = 5 Step 4: x - 3 = ±√5 Step 5: x = 3 ± √5
Example 3 (Hard): Rewrite 2x² - 12x + 11 in vertex form by completing the square.
Step 1: Factor out the leading coefficient from the first two terms: 2(x² - 6x) + 11
Step 2: Complete the square inside the parentheses: (x² - 6x + 9) - 9. Add 9 inside and subtract 2(9) = 18 outside: 2(x² - 6x + 9) + 11 - 18
Step 3: 2(x - 3)² - 7
Vertex form: 2(x - 3)² - 7. Vertex is at (3, -7).
When Completing the Square Is the Best Method
Completing the square is most useful when:
- Converting standard form to vertex form to find the vertex
- The SAT question specifically asks for vertex form
- The quadratic does not factor and completing the square leads to a cleaner expression than the quadratic formula would
For most equation-solving purposes, the quadratic formula is slightly more mechanical and less error-prone than completing the square, so use completing the square primarily for conversion to vertex form rather than for root-finding.
The Discriminant
The discriminant is the expression b² - 4ac from within the quadratic formula. It tells you the nature of the solutions to ax² + bx + c = 0 without requiring you to fully solve the equation.
What the Discriminant Reveals
Discriminant > 0: Two distinct real roots. The parabola crosses the x-axis at two points.
Discriminant = 0: Exactly one real root (a repeated root). The parabola is tangent to the x-axis at exactly one point, which is the vertex.
Discriminant < 0: No real roots. The parabola does not cross the x-axis. (The equation has two complex roots, which are not tested on the SAT.)
How the SAT Tests the Discriminant
The SAT tests the discriminant in several ways: asking how many solutions an equation has, asking for what value(s) of a constant the equation has no solution, one solution, or two solutions, and asking questions about the graph of a quadratic (does the parabola cross the x-axis, and how many times?).
Example 1 (Easy): How many solutions does the equation x² - 4x + 4 = 0 have?
Discriminant: (-4)² - 4(1)(4) = 16 - 16 = 0
Exactly one real solution. The parabola y = x² - 4x + 4 = (x - 2)² touches the x-axis at one point.
Example 2 (Medium): For what values of k does the equation x² + kx + 9 = 0 have exactly one solution?
For one solution: discriminant = 0
k² - 4(1)(9) = 0 → k² = 36 → k = ±6
The equation has exactly one solution when k = 6 or k = -6.
Example 3 (Hard): For what values of m does the equation 2x² - 3x + m = 0 have two distinct real solutions?
For two solutions: discriminant > 0
(-3)² - 4(2)(m) > 0 → 9 - 8m > 0 → m < 9/8
The equation has two distinct real solutions when m < 9/8.
Example 4 (Hard): A parabola given by y = x² + bx + c does not intersect the x-axis. What can be said about the discriminant?
If the parabola does not intersect the x-axis, the equation x² + bx + c = 0 has no real solutions. Therefore, the discriminant b² - 4c < 0.
Vertex Form of a Parabola
The vertex form of a quadratic is y = a(x - h)² + k, where (h, k) is the vertex of the parabola and a determines the direction and width of opening.
Reading Vertex and Axis of Symmetry
From vertex form, reading the vertex is immediate: the vertex is (h, k). The axis of symmetry is the vertical line x = h.
Critical sign note: In y = a(x - h)² + k, the x-coordinate of the vertex is h, but it appears as (x - h). If the expression inside is (x + 3), write it as (x - (-3)) to see that h = -3. The vertex is at x = -3, not x = 3.
Example 1 (Easy): Identify the vertex and axis of symmetry of y = 2(x - 5)² + 3.
Vertex: (5, 3). Axis of symmetry: x = 5.
Example 2 (Medium): Identify the vertex of y = -3(x + 2)² - 7.
Rewrite as y = -3(x - (-2))² + (-7). Vertex: (-2, -7). The parabola opens downward (a = -3 < 0) and has its maximum at (-2, -7).
Example 3 (Hard): A parabola has vertex at (3, -4) and passes through (5, 8). Write its equation in vertex form.
Start with y = a(x - 3)² - 4. Substitute the point (5, 8):
8 = a(5 - 3)² - 4 → 8 = 4a - 4 → 12 = 4a → a = 3
Equation: y = 3(x - 3)² - 4
Converting Standard Form to Vertex Form
Conversion uses completing the square, as demonstrated earlier. The vertex of y = ax² + bx + c can also be found directly without completing the square:
The x-coordinate of the vertex is h = -b/(2a). Substitute h into the original equation to find k.
Example: Find the vertex of y = x² - 8x + 15 without completing the square.
h = -(-8)/(2 times 1) = 8/2 = 4
k = (4)² - 8(4) + 15 = 16 - 32 + 15 = -1
Vertex: (4, -1). Axis of symmetry: x = 4.
This shortcut, h = -b/(2a), is faster than completing the square for vertex-finding and should be memorized.
Converting Vertex Form to Standard Form
Expand and simplify.
Example: Convert y = 2(x - 3)² + 1 to standard form.
y = 2(x² - 6x + 9) + 1 = 2x² - 12x + 18 + 1 = 2x² - 12x + 19
Graphing Parabolas
A parabola y = ax² + bx + c has several key features that the SAT tests: direction of opening, vertex, y-intercept, x-intercepts, and axis of symmetry. Mastery of all five features and the ability to find them quickly from any quadratic form is essential for the graphing questions that appear consistently on the SAT.
Direction of Opening
If a > 0, the parabola opens upward (U shape), has a minimum at the vertex, and extends to positive infinity as x moves away from the vertex in either direction.
If a < 0, the parabola opens downward (inverted U shape), has a maximum at the vertex, and extends to negative infinity as x moves away from the vertex in either direction.
| The magnitude of a controls the width: when | a | is large, the parabola is narrow (steep sides). When | a | is small (close to zero), the parabola is wide (gradual slopes). |
Vertex
Vertex at (h, k) where h = -b/(2a) and k = f(h). The vertex represents the turning point of the parabola, the single point where the parabola transitions from decreasing to increasing (for a > 0) or from increasing to decreasing (for a < 0).
Y-Intercept
Set x = 0: y = a(0)² + b(0) + c = c. The y-intercept is always (0, c) in standard form. This is a one-step reading from the equation and is often the quickest way to eliminate incorrect answer choices in a matching question.
X-Intercepts (Roots)
Set y = 0 and solve the resulting quadratic equation using the most efficient method for the specific coefficients.
Axis of Symmetry
The axis of symmetry is the vertical line x = h = -b/(2a). The parabola is perfectly symmetric about this line. This symmetry means: if one x-intercept is at x = r, and the vertex is at x = h, the other x-intercept is at x = 2h - r (the mirror of r across h). This symmetry property allows finding one x-intercept from the other without solving the full quadratic.
Example 1 (Easy): Identify all key features of y = x² - 4x + 3.
Direction: a = 1 > 0, opens upward, minimum at vertex. Vertex: h = -(-4)/(2) = 2, k = 4 - 8 + 3 = -1. Vertex: (2, -1). Y-intercept: (0, 3) (reading c = 3 directly). X-intercepts: x² - 4x + 3 = 0 → (x - 1)(x - 3) = 0 → x = 1 and x = 3. Axis of symmetry: x = 2. Check: average of x-intercepts = (1 + 3)/2 = 2 ✓.
Example 2 (Medium): The parabola y = ax² + bx + c has vertex at (1, 5) and y-intercept at (0, 3). Find a, b, and c.
From vertex form: y = a(x - 1)² + 5. Substitute (0, 3): 3 = a(0 - 1)² + 5 = a + 5 → a = -2.
Expand: y = -2(x - 1)² + 5 = -2(x² - 2x + 1) + 5 = -2x² + 4x - 2 + 5 = -2x² + 4x + 3.
So a = -2, b = 4, c = 3.
Example 3 (Hard): A parabola has x-intercepts at (-2, 0) and (6, 0) and passes through (0, -24). Find its equation.
Using the intercept form y = a(x + 2)(x - 6):
At (0, -24): -24 = a(0 + 2)(0 - 6) = a(2)(-6) = -12a → a = 2.
Equation: y = 2(x + 2)(x - 6) = 2(x² - 4x - 12) = 2x² - 8x - 24.
Verification: Vertex at x = (−2 + 6)/2 = 2 (using symmetry of roots). y(2) = 2(4) - 8(2) - 24 = 8 - 16 - 24 = -32. The parabola opens upward with vertex at (2, -32), confirming it reaches below the x-axis and has two positive x-intercepts.
Example 4 (Hard): A parabola y = ax² + bx + c has a vertex at (-3, 7), passes through (-1, 3), and has the axis of symmetry x = -3. Find the equation and determine where the parabola crosses the x-axis, if at all.
From vertex form: y = a(x + 3)² + 7. At (-1, 3): 3 = a(-1 + 3)² + 7 = 4a + 7 → 4a = -4 → a = -1.
Equation: y = -(x + 3)² + 7 = -(x² + 6x + 9) + 7 = -x² - 6x - 2.
Discriminant: (-6)² - 4(-1)(-2) = 36 - 8 = 28 > 0. Two x-intercepts.
x = (6 ± √28)/(-2) = (6 ± 2√7)/(-2) = -3 ∓ √7.
The parabola crosses the x-axis at x = -3 + √7 ≈ -0.35 and x = -3 - √7 ≈ -5.65.
Common SAT question type: Given the graph of a parabola, identify which equation from among four choices matches it. Check: direction of opening (sign of a), vertex location from graph (use vertex formula to verify), y-intercept (plug in x = 0 for each choice), and x-intercepts (roots, visible from graph). Usually checking the vertex and y-intercept alone is sufficient to identify the correct equation from standard choices.
The Relationship Between Zeros, Roots, and Factors
The zeros of a function f(x) are the values of x for which f(x) = 0. For a quadratic f(x) = ax² + bx + c, the zeros are the solutions to ax² + bx + c = 0, also called the roots of the equation. Graphically, the zeros are the x-intercepts of the parabola. These zeros have a direct algebraic relationship to the factors of the quadratic through the Factor Theorem.
The Factor Theorem for Quadratics
If r is a zero of f(x), then (x - r) is a factor of f(x). Equivalently, if (x - r) is a factor of f(x), then f(r) = 0.
This bidirectional relationship is the foundation of both factoring and root analysis: knowing the roots tells you the factors, and knowing the factors tells you the roots.
Example 1 (Easy): The zeros of f(x) = x² - 5x + 6 are x = 2 and x = 3. Express f(x) in factored form.
From zeros 2 and 3, the factors are (x - 2) and (x - 3). Leading coefficient is 1.
f(x) = (x - 2)(x - 3)
Verify: (x - 2)(x - 3) = x² - 3x - 2x + 6 = x² - 5x + 6 ✓
Example 2 (Medium): If f(x) = ax² + bx + c has zeros at x = -1 and x = 4, and f(0) = -8, find a, b, and c.
From the zeros: f(x) = a(x + 1)(x - 4).
At f(0) = -8: a(0 + 1)(0 - 4) = a(1)(-4) = -4a = -8 → a = 2.
f(x) = 2(x + 1)(x - 4) = 2(x² - 3x - 4) = 2x² - 6x - 8.
So a = 2, b = -6, c = -8.
Example 3 (Hard): If x = 3 is a zero of f(x) = kx² - 7x + 3, find k and the other zero.
Since x = 3 is a zero: f(3) = 0.
k(9) - 7(3) + 3 = 0 → 9k - 21 + 3 = 0 → 9k = 18 → k = 2.
f(x) = 2x² - 7x + 3. Using Vieta’s: product of roots = c/a = 3/2. If one root is 3, the other is (3/2)/3 = 1/2.
Verification: f(1/2) = 2(1/4) - 7(1/2) + 3 = 1/2 - 7/2 + 6/2 = 0 ✓
Example 4 (Hard): A quadratic f(x) has zeros at x = r and x = s. The function also satisfies f(2) = 6 and f(-1) = 0. Find r, s, and the equation of f(x) if the leading coefficient is 1.
Since f(-1) = 0, one zero is x = -1. So either r = -1 or s = -1.
Let s = -1. Then f(x) = (x - r)(x + 1).
At f(2) = 6: (2 - r)(2 + 1) = 6 → (2 - r)(3) = 6 → 2 - r = 2 → r = 0.
So f(x) = x(x + 1) = x² + x. The zeros are r = 0 and s = -1.
Verify: f(2) = 4 + 2 = 6 ✓ and f(-1) = 1 - 1 = 0 ✓.
SAT Applications of the Zero-Factor Relationship
The SAT asks students to identify which factored form corresponds to given zeros, find the value of a constant given that a specific value is a zero (substitute and solve), and determine the sum or product of zeros from the equation’s coefficients using Vieta’s formulas.
Vieta’s Formulas: For ax² + bx + c = 0 with roots r₁ and r₂:
Sum of roots: r₁ + r₂ = -b/a
Product of roots: r₁ times r₂ = c/a
Example: If the solutions to x² - px + q = 0 are r and s, find r + s and rs in terms of p and q.
r + s = -(-p)/1 = p and rs = q/1 = q. These relationships hold for any values of p and q.
Systems: One Linear and One Quadratic Equation
Systems where one equation is linear and one is quadratic typically have zero, one, or two solutions, corresponding to the line intersecting the parabola at zero, one, or two points. The graphical interpretation (where does the line meet the curve?) is useful for understanding, but algebraic methods are needed for finding exact solutions.
Solving by Substitution
The standard approach: from the linear equation, express one variable in terms of the other, substitute into the quadratic equation, rearrange the result into standard quadratic form (setting equal to zero), and solve using the most appropriate method.
Example 1 (Easy): Solve the system: y = x² and y = 2x + 3.
Substitute the linear equation into the quadratic equation:
x² = 2x + 3 → x² - 2x - 3 = 0 → (x - 3)(x + 1) = 0 → x = 3 or x = -1.
At x = 3: y = 9. At x = -1: y = 1.
Solutions: (3, 9) and (-1, 1).
Verify (3, 9): 9 = 3² ✓ and 9 = 2(3) + 3 = 9 ✓.
Example 2 (Medium): Solve the system: y = x² - 4x + 1 and y = 2x - 7.
Set equal: x² - 4x + 1 = 2x - 7 → x² - 6x + 8 = 0 → (x - 2)(x - 4) = 0 → x = 2 or x = 4.
At x = 2: y = 2(2) - 7 = -3. At x = 4: y = 2(4) - 7 = 1.
Solutions: (2, -3) and (4, 1).
Example 3 (Hard): Find all values of k for which the system y = x² - 3x + 5 and y = kx has exactly one solution.
Set equal: x² - 3x + 5 = kx → x² - (3 + k)x + 5 = 0.
For exactly one solution, discriminant = 0:
(3 + k)² - 4(1)(5) = 0 → 9 + 6k + k² - 20 = 0 → k² + 6k - 11 = 0.
Using the quadratic formula: k = (-6 ± √(36 + 44))/2 = (-6 ± √80)/2 = (-6 ± 4√5)/2 = -3 ± 2√5.
Two values of k produce exactly one solution: k = -3 + 2√5 and k = -3 - 2√5.
Checking the Number of Intersections Graphically via Desmos
For complex systems, graph both equations in Desmos and count the intersection points visually. Then verify algebraically for the exact coordinates. This two-step approach (visual verification followed by algebraic computation) is efficient and reliable on the SAT.
Quadratic Word Problems
Quadratic word problems on the SAT fall into several recognizable categories. Understanding the setup structure for each category allows efficient translation from words to equations.
Projectile Motion
Projectile motion problems model height as a function of time using a quadratic: h(t) = -16t² + v₀t + h₀ (in feet, using US standard gravity approximation) or h(t) = -4.9t² + v₀t + h₀ (in meters). The SAT typically provides the specific equation rather than asking students to derive it.
Example 1 (Easy): The height of a ball thrown upward is given by h(t) = -16t² + 64t + 5, where h is in feet and t is in seconds. What is the initial height of the ball?
Initial height is h(0) = -16(0)² + 64(0) + 5 = 5 feet.
Example 2 (Medium): Using h(t) = -16t² + 64t + 5, when does the ball reach its maximum height, and what is that height?
Maximum height occurs at the vertex. t at vertex = -b/(2a) = -64/(2(-16)) = -64/(-32) = 2 seconds.
h(2) = -16(4) + 64(2) + 5 = -64 + 128 + 5 = 69 feet.
Example 3 (Hard): Using h(t) = -16t² + 64t + 5, when does the ball hit the ground?
Set h(t) = 0: -16t² + 64t + 5 = 0. Using the quadratic formula with a = -16, b = 64, c = 5:
Discriminant: 64² - 4(-16)(5) = 4096 + 320 = 4416
t = (-64 ± √4416) / (2 times -16) = (-64 ± √4416) / (-32)
√4416 ≈ 66.45
t = (-64 + 66.45)/(-32) ≈ -0.076 (negative, not physical) or t = (-64 - 66.45)/(-32) ≈ 4.08 seconds.
The ball hits the ground at approximately 4.08 seconds.
Area and Dimension Problems
Example 1 (Medium): A rectangular garden has a length 3 meters more than its width. The area is 40 square meters. Find the dimensions.
Let w = width, l = w + 3.
Area: w(w + 3) = 40 → w² + 3w - 40 = 0 → (w + 8)(w - 5) = 0 → w = 5 (taking positive value).
Dimensions: 5 meters by 8 meters.
Example 2 (Hard): A square piece of cardboard has side length s. Squares with side length x are cut from each corner, and the sides are folded up to form an open box. If the volume of the box is 54 cubic inches when x = 1, find s.
Volume = length times width times height = (s - 2x)(s - 2x)(x) = (s - 2)² times 1 = 54 when x = 1.
(s - 2)² = 54 → s - 2 = ±√54 = ±3√6
Since s must be positive and greater than 2: s = 2 + 3√6 ≈ 9.35 inches.
Revenue and Profit Problems
Revenue problems involve price and quantity: Revenue = Price times Quantity. When quantity demanded depends on price (typically decreasing as price increases), a quadratic model results.
Example (Hard): A company sells widgets at price p dollars each. At this price, the number of widgets sold is (120 - 2p). Write the revenue function R(p) and find the price that maximizes revenue.
R(p) = p(120 - 2p) = 120p - 2p²
This is a downward-opening parabola (a = -2 < 0) with maximum at:
p = -b/(2a) = -120/(2 times -2) = -120/(-4) = 30
At p = $30: R(30) = 120(30) - 2(900) = 3600 - 1800 = $1800.
Equivalent Expressions Involving Quadratics
The SAT frequently asks which of four expressions is equivalent to a given quadratic expression. These questions require expanding, factoring, or completing the square to transform the expression and comparing to the choices.
Example 1 (Easy): Which expression is equivalent to (x + 3)²?
Expand: (x + 3)² = x² + 6x + 9
Example 2 (Medium): Which expression is equivalent to x² + 6x + 5?
Factor: x² + 6x + 5 = (x + 1)(x + 5)
Example 3 (Hard): The expression 2x² - 8x + 9 can be written in the form 2(x - a)² + b. Find a and b.
Complete the square: 2(x² - 4x) + 9 = 2(x² - 4x + 4 - 4) + 9 = 2(x - 2)² - 8 + 9 = 2(x - 2)² + 1.
So a = 2 and b = 1.
Example 4 (Hard): The expression 3x² + 12x + 7 equals c(x + d)² + e for all values of x. Find the values of c, d, and e.
Complete the square: 3(x² + 4x) + 7 = 3(x² + 4x + 4 - 4) + 7 = 3(x + 2)² - 12 + 7 = 3(x + 2)² - 5.
So c = 3, d = 2, e = -5.
Using Desmos for Quadratic Equations
The Desmos calculator in the Bluebook app is a powerful tool for quadratic questions. Used strategically, it can verify answers, find vertices, identify roots, and solve systems that would take significant algebraic time.
Graphing Quadratics in Desmos
Type any quadratic equation or function directly into Desmos. Standard form, vertex form, and factored form are all accepted. Desmos immediately displays the parabola with its vertex, axis of symmetry, and y-intercept visible.
Finding the vertex: Click on the parabola near its vertex. Desmos displays the coordinates of the vertex directly. Alternatively, for y = ax² + bx + c, Desmos will highlight the minimum or maximum point when you click near it.
Finding x-intercepts: Click on the parabola where it crosses the x-axis. Desmos displays the x-intercept coordinates. This is the fastest method for finding roots when the quadratic does not factor easily.
Solving Quadratic Equations Using Desmos
To find solutions to f(x) = 0, graph y = f(x) and find the x-intercepts. To find solutions to f(x) = g(x), graph both functions and find the intersection points.
Example: Solve x² - 3x - 1 = 0.
Graph y = x² - 3x - 1. Click on each x-intercept. Desmos shows the values approximately: x ≈ 3.303 and x ≈ -0.303. These correspond to the exact values x = (3 ± √13)/2.
For grid-in questions requiring exact answers, use the algebraic formula after Desmos confirms there are two real roots.
Finding Vertex Coordinates in Desmos
For questions asking about the vertex directly, graphing and clicking is often faster than using the vertex formula h = -b/(2a).
Example: Find the vertex of y = -2x² + 12x - 5.
Graph in Desmos, click near the maximum. Desmos shows the vertex at (3, 13). Verify: h = -12/(2 times -2) = -12/(-4) = 3. k = -2(9) + 12(3) - 5 = -18 + 36 - 5 = 13. Confirmed.
Solving Systems with Desmos
For systems involving one linear and one quadratic equation, graph both in Desmos and click the intersection points. The coordinates appear immediately.
Example: Find the intersections of y = x² - 2x and y = 3x - 4.
Graph both. Desmos shows intersections at (1, -1) and (4, 8). Verify algebraically: x² - 2x = 3x - 4 → x² - 5x + 4 = 0 → (x - 1)(x - 4) = 0 ✓.
Desmos Strategy: When to Use It vs. When to Use Algebra
Use Desmos for: verifying answers when algebraic work is done, finding approximate values for estimation questions, solving complex systems graphically, identifying features of parabolas from their equations visually.
Prefer algebra for: questions requiring exact symbolic answers, questions about equivalent expressions where graphical comparison may not distinguish between similar expressions, and when computation time for algebra is comparable to or faster than graphing.
Decision Framework: Choosing the Best Solution Method
When you encounter a quadratic equation on the SAT, use this framework to choose the most efficient method:
Step 1: Is the equation already in vertex form?
If yes (y = a(x - h)² + k), read the vertex directly and determine roots by setting to zero and solving.
Step 2: Can it be factored quickly?
For x² + bx + c = 0, ask: can I find two integers that multiply to c and add to b in under ten seconds? If yes, factor.
For ax² + bx + c = 0 with a ≠ 1, ask: can I apply the AC method quickly? If the numbers are small and the factoring is not obvious, move to the next step.
Factoring is the fastest method when it works. Use it first.
Step 3: Does the question ask for the vertex or vertex form?
If yes, complete the square to convert to vertex form, or use h = -b/(2a) directly.
Step 4: Does the equation not factor easily?
Use the quadratic formula. Calculate b² - 4ac first to assess whether roots will be rational (perfect square discriminant) or irrational (non-perfect-square discriminant), then proceed.
Step 5: Is the question multiple-choice with numerical roots?
Consider back-substitution: plug each answer choice into the equation and check. This is often the fastest approach for multiple-choice questions with specific numerical answer choices.
Step 6: Is there a complex expression to evaluate?
Consider Desmos: for complicated expressions where computing roots algebraically would take more than ninety seconds, using Desmos to find the answer graphically may be faster.
Summary Decision Table
Equation factors easily: Use factoring. Finding vertex or converting forms: Use completing the square or vertex formula h = -b/(2a). Equation does not factor: Use quadratic formula. Multiple-choice with clean answer choices: Try back-substitution first. Complex system or need to verify: Use Desmos.
Frequently Asked Questions
1. How often do quadratic equations appear on the SAT?
Quadratic equations and functions appear consistently across SAT Math, typically in three to six questions per test across both Math modules. They appear at all difficulty levels. At easy and medium difficulty, questions focus on factoring, basic vertex identification, and simple root-finding. At hard difficulty, questions involve the discriminant, equivalent expressions, systems, and contextual applications. Because quadratics appear broadly and at high difficulty, mastering every quadratic method is particularly high-value for students targeting scores above 680 in the Math section.
2. Which factoring method is most important to master for the SAT?
Standard trinomial factoring for monic quadratics (x² + bx + c) is the most important, as it appears most frequently. Difference of squares is the second most important because it appears in both factoring questions and rational expression simplification. Perfect square trinomial recognition is third. AC method factoring for non-monic quadratics (ax² + bx + c) appears less often but is still tested. Master all four methods; the SAT will use each of them.
3. Do I need to memorize the quadratic formula?
Yes. The quadratic formula x = (-b ± √(b² - 4ac))/(2a) must be memorized. Unlike some other formulas, the quadratic formula is not provided in the SAT Math reference sheet. It appears in the Digital SAT’s reference sheet only as a formula sheet addition for some administrations; verify this directly with the College Board. Because it may not be available as a reference, treat it as requiring memorization. Practice writing it from memory multiple times until the formula is completely automatic.
4. What is the fastest way to find the vertex of a parabola?
The fastest method depends on the form of the equation. In vertex form y = a(x - h)² + k, read (h, k) directly. In standard form y = ax² + bx + c, use the vertex formula h = -b/(2a), then substitute h back to find k. Completing the square is slower than the vertex formula for simple vertex-finding. On the SAT specifically, the vertex formula is the fastest algebraic method, and Desmos is the fastest overall method (graph the parabola and click the vertex).
5. When should I use the discriminant instead of fully solving the quadratic?
Use the discriminant when the question asks about the NUMBER of solutions rather than the solutions themselves, when the question asks what value of a constant produces a specific number of solutions, or when the question asks whether the parabola intersects the x-axis and how many times. Computing b² - 4ac and assessing its sign is substantially faster than finding the actual roots, and for these question types it provides exactly the information needed without the additional work of the quadratic formula.
6. What is the most common error students make when using the quadratic formula?
The most common error is a sign error with the -b term. If b is negative (for example, b = -6), then -b = 6, and students sometimes write -6 instead of 6 in the formula. The second most common error is computing the discriminant incorrectly, particularly when c is negative (because -4ac becomes positive when c is negative and students may forget the sign change). Always write out the substitution step explicitly: identify a, b, and c separately, write -b, write b², write 4ac, and compute carefully.
7. Can I use Desmos to factor a quadratic?
Indirectly, yes. If you graph y = ax² + bx + c in Desmos and find the x-intercepts are r and s, then the factored form is a(x - r)(x - s). If the x-intercepts are integers or simple fractions, this gives you the exact factored form immediately. If the x-intercepts are irrational, you can write the factored form using the radical expressions. This approach is valid on the SAT and can save time when factoring by inspection is not immediate.
8. How does the sign of a affect the graph of a parabola?
| The sign of a (the leading coefficient) determines the direction of opening. When a > 0, the parabola opens upward, has a minimum at the vertex, and extends upward to positive infinity on both sides. When a < 0, the parabola opens downward, has a maximum at the vertex, and extends downward to negative infinity on both sides. The magnitude of a affects the width: larger | a | means narrower parabola, smaller | a | means wider parabola. |
9. What is completing the square and when do I need it on the SAT?
Completing the square is a method of rewriting ax² + bx + c by adding and subtracting a perfect square to create an equivalent expression in vertex form a(x - h)² + k. On the SAT, you need completing the square primarily for questions that ask you to convert standard form to vertex form, questions that give vertex form and ask for standard form coefficients, and occasionally for solving quadratics that do not factor and where you prefer completing the square to the quadratic formula. For most solving purposes, the quadratic formula is more mechanical and less error-prone than completing the square.
10. What does it mean if a quadratic has no real solutions?
A quadratic with no real solutions has a negative discriminant (b² - 4ac < 0). Graphically, the parabola does not cross or touch the x-axis: if a > 0 (opens upward), the entire parabola sits above the x-axis; if a < 0 (opens downward), the entire parabola sits below the x-axis. The SAT tests this concept by asking about the relationship between the discriminant and the graph, and by asking for conditions on constants that produce no real solutions.
11. How do I know if a system of linear and quadratic equations has zero, one, or two solutions?
Substitute the linear equation into the quadratic to get a single quadratic equation. Compute the discriminant of that resulting quadratic. If discriminant > 0: two intersection points. If discriminant = 0: one intersection point (line is tangent to parabola). If discriminant < 0: no intersection points (line does not reach the parabola).
12. What is the relationship between the zeros of a function and its factored form?
If r is a zero of f(x), then (x - r) is a factor of f(x). The quadratic f(x) = ax² + bx + c with zeros r and s can be written as f(x) = a(x - r)(x - s). This relationship allows you to write a factored form from known zeros and to find zeros from a factored form. On the SAT, this relationship is tested in both directions: given zeros to write the factored form, and given factored form to identify zeros.
13. What are Vieta’s formulas and how does the SAT test them?
For a quadratic equation ax² + bx + c = 0 with roots r and s, Vieta’s formulas give the sum of roots r + s = -b/a and the product of roots r times s = c/a. The SAT tests these in questions that ask for the sum or product of the solutions without requiring you to find the solutions individually. For example: “If x and y are the two solutions to x² - 7x + 10 = 0, what is the value of x + y?” Answer: -(-7)/1 = 7. This is much faster than solving x² - 7x + 10 = (x - 2)(x - 5) = 0 and adding 2 + 5.
14. How should I check my quadratic equation solutions?
Substitute each solution back into the original equation and verify that both sides are equal. This catches arithmetic errors, sign errors, and extraneous solutions. For factored-form equations, also verify that each factor evaluates to zero at its corresponding root. For word problems, verify that the solution makes sense in context: negative dimensions, times before an event started, or quantities that exceed physical bounds indicate errors.
15. What is the fastest approach for quadratic questions on the SAT overall?
The fastest overall approach combines three strategies based on question type. For solving quadratic equations, use factoring when the equation factors in under fifteen seconds, back-substitution from answer choices for multiple-choice questions, and the quadratic formula for everything else. For questions about the parabola graph, use Desmos to see the graph immediately, then read off the features the question asks about. For questions about equivalent expressions, carefully expand or factor and compare to choices, using Desmos to verify if any choices look similar. The ability to switch efficiently between algebraic and graphical methods based on what each specific question requires is what distinguishes high scorers from average scorers on quadratic questions.
16. How do I handle the case where completing the square gives a negative constant under the square root?
If completing the square leads to (x - h)² = negative number, then there are no real solutions. The square of any real number is non-negative, so (x - h)² cannot equal a negative number. This is equivalent to having a negative discriminant. On the SAT, this outcome in a solving question indicates either that there is no real solution (and the question is testing discriminant understanding) or that you made an error in your calculation (verify by computing the discriminant separately).
17. What is the best study approach for mastering SAT quadratics?
Begin with factoring: practice factoring all types (monic trinomials, non-monic trinomials, difference of squares, perfect square trinomials) until each can be done in under twenty seconds. Then practice solving quadratic equations using all four methods (factoring, quadratic formula, completing the square, Desmos) to build fluency in each. Then practice discriminant analysis, vertex finding, and graph interpretation. Finally, practice word problems, equivalent expressions, and linear-quadratic systems. For each area, use the College Board’s Question Bank filtered to quadratic skill areas, starting at easy and medium difficulty and advancing to hard only after accuracy above eighty percent is achieved. Consistent practice with official questions and thorough explanation review is the most reliable path to quadratic mastery.
Advanced Quadratic Patterns and SAT-Specific Strategies
Beyond the core methods, several advanced patterns appear regularly at hard difficulty on the SAT’s quadratic questions. Recognizing these patterns allows faster identification of the correct approach and reduces the time spent on questions that otherwise appear more complex than they are.
The “Sum and Product of Roots” Shortcut
When an SAT question provides a quadratic equation and asks for the sum or product of its solutions, never solve the equation. Use Vieta’s formulas directly:
For ax² + bx + c = 0 with roots r and s:
- r + s = -b/a
- r times s = c/a
Example 1 (Medium): If p and q are the solutions to 3x² - 15x + 12 = 0, find p + q and pq.
p + q = -(-15)/3 = 5 and pq = 12/3 = 4.
This takes five seconds. Solving the equation fully would take thirty seconds and provide more information than the question needs.
Example 2 (Hard): The solutions to x² - 6x + k = 0 have a sum of 6 and a product that equals three times their sum. Find k.
Product = 3 times sum = 3 times 6 = 18.
From Vieta’s: product = k/1 = k. So k = 18.
Verification: discriminant = 36 - 4(18) = 36 - 72 = -36 < 0. No real solutions, which means the problem has an inconsistency (real solutions would need real p and q for the sum to be 6). This illustrates that checking the discriminant matters even when using Vieta’s.
Example 3 (Hard): If r and s are the roots of 2x² + 8x - 10 = 0, what is the value of (r + 1)(s + 1)?
Expand: (r + 1)(s + 1) = rs + r + s + 1.
From Vieta’s: r + s = -8/2 = -4 and rs = -10/2 = -5.
(r + 1)(s + 1) = -5 + (-4) + 1 = -8.
This shortcut eliminates the need to find r and s individually (which would require the quadratic formula and produce irrational numbers).
Recognizing When the SAT Rewards NOT Solving
Many hard quadratic questions are structured so that the direct approach (fully solving for all variables) is significantly slower than a pattern-based approach. Patterns to recognize:
The “evaluate the expression” pattern: When asked for an expression involving the roots rather than the roots themselves, Vieta’s formulas are almost always faster.
The “how many solutions” pattern: When asked how many solutions exist, compute the discriminant rather than finding the solutions.
The “constant for specific outcome” pattern: When asked for what value of k produces a specific number of solutions, set the discriminant condition (= 0 for one solution, > 0 for two, < 0 for none) and solve for k.
The “matching equivalent expressions” pattern: When asked which of four expressions is equivalent to a given quadratic, try substituting a simple value (like x = 0 or x = 1) into both the given expression and each choice, eliminating any that give different values. This is often faster than full algebraic manipulation.
Factoring as the Fastest Tool When It Applies
The highest-scoring SAT students do not default to the quadratic formula for every quadratic. They assess the equation first and use factoring whenever possible because it is faster and produces exact answers without calculator arithmetic.
The factoring assessment should happen in under five seconds:
For x² + bx + c: scan the factor pairs of c. Do any pair of factors sum to b? If yes in five seconds, factor. If no, move to another method.
For ax² + bx + c with a ≠ 1: is the AC product manageable (under 100)? Can you find factors mentally? If so in about ten seconds, factor. If not, use the quadratic formula.
Students who practice factoring with speed drills (factoring twenty trinomials under time pressure) develop the pattern recognition that makes the five-second assessment reliable.
Completing the Square for Equation Understanding
While the quadratic formula is faster for most root-finding, completing the square reveals the structure of a quadratic in a way the formula does not. Understanding that x² + 6x + 10 = (x + 3)² + 1 shows immediately that the minimum value of this expression is 1 (achieved at x = -3) and that the expression is always positive (no real zeros). This structural insight is what SAT hard questions test.
Example: Without solving for the zeros, determine whether x² + 4x + 5 has any real zeros.
Complete the square: x² + 4x + 5 = (x + 2)² + 1. Since (x + 2)² ≥ 0 for all real x, the expression equals at least 1 for all real x. It is never zero. No real zeros.
This approach, completing the square to reveal the minimum or maximum value and assess whether the quadratic reaches zero, is the conceptual foundation behind the discriminant and appears in hard SAT questions about the range of quadratic expressions.
Quadratic Expressions in Rational Expressions
The SAT tests simplification of rational expressions where both numerator and denominator are polynomials, often with a quadratic in one or both.
Example 1 (Medium): Simplify (x² - x - 6)/(x + 2) for x ≠ -2.
Factor the numerator: x² - x - 6 = (x - 3)(x + 2).
(x - 3)(x + 2)/(x + 2) = x - 3 for x ≠ -2.
Example 2 (Hard): Simplify (2x² + 5x - 12)/(2x - 3) for x ≠ 3/2.
Factor the numerator: 2x² + 5x - 12. AC = -24. Numbers that multiply to -24 and add to 5: 8 and -3.
2x² + 8x - 3x - 12 = 2x(x + 4) - 3(x + 4) = (2x - 3)(x + 4).
(2x - 3)(x + 4)/(2x - 3) = x + 4 for x ≠ 3/2.
SAT tip: When a rational expression question appears, factor the numerator first. If it shares a factor with the denominator, that factor cancels, simplifying the expression. The canceled factor’s zero value represents a restriction (x cannot equal the value that makes the canceled factor zero).
The Role of the Vertex in SAT Questions
Beyond its use in graphing and vertex form, the vertex concept enables several specific SAT question types:
Maximum or minimum value: The vertex gives the maximum (for downward-opening) or minimum (for upward-opening) value of the quadratic. Questions asking “for what value of x is the expression maximized?” are vertex questions.
Range of a quadratic function: For f(x) = a(x - h)² + k with a > 0, the range is y ≥ k. For a < 0, the range is y ≤ k. The vertex gives the boundary of the range.
Symmetry applications: The parabola is symmetric about x = h. If two x-values produce the same y-value, they are symmetric about the axis of symmetry. Their average equals h.
Example: A parabola has vertex at x = 3. If the parabola passes through (1, 5), through what other x-value does it also pass at height 5?
The other point is the mirror image across x = 3. Mirror of x = 1 across x = 3: 2(3) - 1 = 5. The point (5, 5) is also on the parabola.
Modeling Real Situations with Quadratic Functions
Beyond the standard projectile and area problems, the SAT models other real situations with quadratics.
Profit models: Profit = Revenue - Cost. When revenue is linear and cost has both fixed and variable components, profit may be quadratic.
Population models with quadratic growth phases: Some scenarios model temporary quadratic growth before a different model applies.
Curve fitting: When a table of values shows a constant second difference (the differences of the differences are constant), a quadratic model is appropriate.
Identifying quadratic from a table: Check first differences (differences between consecutive y-values), then check second differences. If second differences are constant, the data is quadratic.
Example: A table shows: x = 0, 1, 2, 3 with y = 3, 5, 9, 15. Is this relationship quadratic?
First differences: 2, 4, 6. Second differences: 2, 2. Constant second differences confirm a quadratic relationship.
Find the quadratic: using three points (0, 3), (1, 5), (2, 9):
y = ax² + bx + c. At x = 0: c = 3. At x = 1: a + b + 3 = 5 → a + b = 2. At x = 2: 4a + 2b + 3 = 9 → 4a + 2b = 6 → 2a + b = 3.
Subtracting: a = 1, then b = 1. Equation: y = x² + x + 3.
Check at x = 3: 9 + 3 + 3 = 15 ✓.
The Quadratic Mastery Checklist
Before test day, verify that you can perform each of the following without hesitation:
Factoring: Factor any monic trinomial by inspection in under fifteen seconds. Factor any difference of squares immediately. Recognize perfect square trinomials. Apply the AC method for non-monic trinomials. Simplify rational expressions by factoring and canceling common factors.
Solving equations: Solve by factoring, using the Zero Product Property correctly (equation set to zero before applying). Apply the quadratic formula from memory. Complete the square to convert to vertex form or solve. Use Desmos to find roots graphically and verify algebraically.
Discriminant: Compute b² - 4ac and interpret the sign. Find values of constants that produce zero, one, or two real solutions. Connect discriminant sign to number of x-intercepts on a graph.
Vertex and forms: Convert from standard form to vertex form by completing the square. Find the vertex using h = -b/(2a) and k = f(h). Read vertex directly from vertex form. Convert vertex form to standard form by expanding.
Graphing: Identify direction of opening, vertex, y-intercept, x-intercepts, and axis of symmetry from any quadratic equation. Sketch the parabola using these features. Match equations to graphs using key features.
Roots and factors: Apply the Factor Theorem in both directions: given zeros find factors, given factors find zeros. Use Vieta’s formulas for sum and product of roots without solving. Apply the intercept form y = a(x - r)(x - s) when zeros and a third point are known.
Systems: Solve linear-quadratic systems by substitution. Determine the number of intersections from the discriminant of the resulting quadratic.
Word problems: Set up and solve projectile motion, area, revenue, and optimization problems. Identify the vertex as the maximum or minimum in optimization contexts. Interpret the y-intercept as initial value and zeros as specific event times.
Desmos: Graph any quadratic form, find vertex by clicking, find roots by clicking x-intercepts, find intersection of linear and quadratic equations by clicking intersection points, and verify algebraic answers graphically.
Connecting Quadratic Concepts: The Complete Picture
The individual quadratic topics in this guide are not isolated skills but deeply interconnected concepts that reinforce and extend each other. Understanding these connections produces the kind of flexible, transferable quadratic knowledge that hard SAT questions demand.
Standard Form, Vertex Form, and Factored Form: Three Windows on the Same Parabola
Every quadratic can be written in three equivalent forms:
Standard form: y = ax² + bx + c. Reveals: y-intercept (c), direction of opening (sign of a), axis of symmetry and vertex formula (-b/2a).
Vertex form: y = a(x - h)² + k. Reveals: vertex (h, k), axis of symmetry (x = h), direction of opening and width (a).
Factored form: y = a(x - r)(x - s). Reveals: zeros/x-intercepts (r and s), axis of symmetry (average of r and s), direction of opening and width (a).
Fluency in converting among these forms, and knowing which form reveals which information most directly, is the mark of complete quadratic mastery.
How the Discriminant Connects Algebra and Geometry
The discriminant b² - 4ac is not just a computational tool; it is a bridge between the algebraic representation of a quadratic and its geometric behavior. A positive discriminant means two distinct x-intercepts (the parabola crosses the x-axis twice). A zero discriminant means one x-intercept (the vertex is on the x-axis). A negative discriminant means no x-intercepts (the parabola is entirely above or below the x-axis).
This connection appears in SAT questions that combine graphical and algebraic information: “The graph of a parabola does not touch the x-axis. Which of the following must be true?” The answer involves the discriminant.
Factoring as the Foundation of All Quadratic Methods
Every quadratic solution method ultimately relies on factoring, at least conceptually. The quadratic formula is derived by completing the square, which is itself a method of expressing the quadratic as a perfect square plus a constant. Completing the square produces a factored-like structure. Even the discriminant tells you about the factorability of the quadratic over the real numbers.
Students who understand factoring deeply, including why the Zero Product Property works and why factors are directly related to zeros, understand quadratics at a deeper level than those who treat each method as a disconnected procedure. This deeper understanding is what allows flexible problem-solving when a question presents a quadratic in an unexpected context.
Preparing for Hard Quadratic Questions
Hard SAT quadratic questions are designed to be answered quickly by students who recognize the appropriate shortcut and slowly (or incorrectly) by students who use only the standard approach. The shortcuts to know:
Vieta’s formulas when asked for sum or product of roots. Vertex formula (h = -b/2a) when asked for the x-coordinate of the vertex. Discriminant assessment when asked about number of solutions. Intercept form y = a(x - r)(x - s) when given zeros and one other point. Completing the square to reveal vertex form without computing both h and k separately. Back-substitution of answer choices when algebraic manipulation would be lengthy.
Practice recognizing which shortcut applies to which question type by working through official hard difficulty quadratic questions from the College Board Question Bank, filtering specifically to the Advanced Math domain at hard difficulty.
The Role of Quadratic Functions in the Broader SAT Math Context
Quadratic equations do not appear in isolation on the SAT; they connect to other topics tested in the same Math modules. Understanding these cross-topic connections allows you to recognize quadratic structure in questions that may not immediately appear to be quadratic questions.
Linear-quadratic connections: when a quadratic is set equal to a linear expression, or when a system contains one linear and one quadratic equation, the intersection of the two graphs is the solution to the system. This bridges the linear equations mastery described in the previous article with the quadratic skills in this one.
Function notation connections: quadratic functions f(x) = ax² + bx + c use function notation that appears throughout the SAT Math section. Understanding that f(r) = 0 means r is a zero, that f(0) = c gives the y-intercept, and that f(h) gives the vertex height connects quadratic-specific knowledge to the general function concept the SAT tests across all function types.
Equivalent expressions: the SAT frequently tests whether students can recognize that two algebraically different-looking expressions represent the same quadratic. The ability to expand, factor, and complete the square fluently is what makes equivalent expression recognition possible. This skill transfers directly to questions involving polynomials, rational expressions, and other algebraic structures beyond pure quadratics.
Building Lasting Quadratic Competence
The quadratic mastery built through systematic study of this guide’s content does not expire after the SAT. The factoring skills, equation-solving methods, graphical interpretation abilities, and algebraic manipulation techniques developed here apply directly to college mathematics, standardized tests beyond the SAT (including the GRE and the mathematics sections of professional qualifying examinations), and any quantitative field of study or work that involves polynomial modeling, optimization, or algebraic analysis.
Students who invest thoroughly in quadratic mastery are not preparing narrowly for a single test; they are building a permanent mathematical capability that will serve them throughout academic and professional contexts where quantitative reasoning matters. The SAT is the immediate motivation, but the skills developed in achieving quadratic mastery have a value that extends well beyond test day.
Use this guide as the primary reference for your quadratic preparation, supplement it with extensive official practice from the College Board’s Question Bank and Bluebook practice tests, and track your progress through error analysis and accuracy trends. The combination of conceptual understanding, procedural fluency, and strategic pattern recognition that this guide has developed is the complete foundation for quadratic excellence on the SAT and beyond.
Published by Insight Crunch Team. All SAT preparation content on InsightCrunch is designed to be evergreen, practical, and strategy-focused. Practice quadratic equations using the College Board’s official Question Bank and Bluebook practice tests for the most authentic preparation available.
The most effective preparation strategy for SAT quadratic equations combines three activities: building procedural fluency through repeated practice of each method (factoring, quadratic formula, completing the square, and vertex identification) until each is automatic, developing pattern recognition through extensive practice with official questions at all difficulty levels, and building conceptual understanding by studying the connections between the three quadratic forms and the relationship between algebraic features and graphical behavior.
Students who invest in all three aspects of quadratic preparation, not just procedural fluency, consistently demonstrate the flexibility that hard SAT questions require. When a quadratic question presents information in an unexpected way or asks for an unexpected output, the student with deep conceptual understanding can navigate to the answer because they understand why the methods work, not just what the methods are. That level of understanding, built through the comprehensive approach this guide has described, is the foundation of top performance on the SAT Math section.
Begin applying this guide’s methods to official practice questions today. Use the College Board’s Question Bank, filter to the Advanced Math domain, and work through quadratic questions at easy difficulty first, then medium, then hard. For each wrong answer, review the explanation thoroughly, identify the specific method that would have produced the answer efficiently, and practice that method specifically before returning to the full Question Bank. The systematic and patient application of this approach to every quadratic topic in this guide is the path to complete SAT quadratic mastery. Every worked example, every method in the decision framework, and every FAQ answer in this guide represents a specific skill that the SAT tests, a specific mistake that students commonly make, or a specific insight that separates efficient problem-solvers from those who struggle under time pressure. Use this guide as the foundation of your quadratic preparation, and measure your progress through official practice test performance. The results, tracked systematically over a preparation period of several months, will demonstrate that comprehensive quadratic mastery is both achievable and directly reflected in SAT Math scores. The work is well-defined, the path is clear, and the resources are available. Begin the quadratic preparation process with the confidence that complete mastery is within reach. The student who masters quadratics thoroughly, across every method and every question type described in this guide, has addressed one of the two largest single sources of available points in SAT Math, and has built the algebraic foundation that supports performance across the broader Advanced Math domain of the test. That foundation, built deliberately and systematically using the methods and examples in this guide, is the practical goal of every hour invested in SAT quadratic preparation. Invest those hours well, apply the knowledge consistently to official practice questions, and the score improvement that results will reflect the depth and quality of the preparation this guide has made possible. Quadratic mastery is not a distant goal; it is an achievable one, built question by question, method by method, through the kind of systematic preparation this guide has described from first principles to advanced strategy. Begin the work, maintain the discipline, and the mastery will follow. The tools are in place, the examples are worked, the strategies are clear, and the path from today’s preparation to test day’s performance runs directly through consistent, deliberate practice of every quadratic method and question type this guide has covered. Take the first step, practice with purpose, and trust the process that has helped countless students achieve their SAT Math goals through complete, systematic quadratic mastery. That is the full promise of the preparation this guide enables: not just a higher SAT score, but a deeper and more durable mathematical competence that serves every goal that score is meant to unlock. Master quadratics completely, and a meaningful part of the SAT Math section becomes familiar territory rather than uncertain ground. The preparation is thorough, the tools are available, and the mastery is achievable for every student who commits to the work this guide describes. Approach every quadratic question on the SAT with the confidence that comes from genuine preparation, apply the method that is most efficient for the specific question in front of you, verify your answer before moving on, and let the systematic mastery this guide has built carry you to the score your preparation deserves.