Math
functionsmedium~22 min

Quadratics, Parabolas, and the Discriminant

You will be able to choose the right form of a quadratic for the question being asked, find the vertex and axis of symmetry three different ways, complete the square reliably, use the discriminant to count real solutions without solving, and set up maximum and minimum word problems.

Introduction

A quadratic is any function whose highest power of the variable is two, and its graph is always a parabola: a single smooth curve with one turning point and perfect left-right symmetry about a vertical line through that turning point. Every quadratic question you will see is a question about one of four features, namely the direction it opens, where it turns, where it crosses the x-axis, and where it crosses the y-axis.

The SAT tests quadratics constantly in the Advanced Math domain, usually by writing the same function in a form that hides the feature you need and asking you to reveal it. A question about the minimum value of a profit function will hand you standard form. A question about the x-intercepts will hand you vertex form. Recognizing that the work is a form conversion, not a new technique, is most of the battle. The ACT covers the same ground and adds more direct algebra: factoring, the quadratic formula, and the number of real solutions of an equation.

The most common way students lose points here is by memorizing three unconnected procedures. Standard form, vertex form, and factored form are the same function; they differ only in what they display for free. Once you can say what each form gives away instantly, you stop guessing which method to start with, and questions that look unfamiliar become routine.

Game plan

How to attack these questions on test day.
  1. 1

    Name the form before you touch the algebra

    Standard form y = ax² + bx + c hands you the y-intercept, vertex form y = a(x - h)² + k hands you the vertex, and factored form y = a(x - r)(x - s) hands you the x-intercepts. Say which form you have and which feature the question wants. If they match, read the answer off; if they do not, the whole problem is one conversion.

  2. 2

    Translate the last line of the prompt into h, k, or the roots

    "When does it reach its maximum" asks for h. "What is the maximum" asks for k. "Where does it cross the x-axis" asks for the roots. "Exactly one solution" and "tangent to the x-axis" both mean the discriminant is zero. Decide which of these you are being asked for before you compute anything, and write it down.

  3. 3

    Use symmetry to skip the formula

    The axis of symmetry sits exactly halfway between the two x-intercepts, so h = (r + s) / 2. Any two points with the same y-value are the same distance from the axis. If you can see both roots, averaging them is faster and less error-prone than -b / (2a).

  4. 4

    Spend ten seconds checking

    After completing the square, expand your answer and confirm it matches the original. After finding a vertex, substitute x = 0 and confirm you get c. On a maximum question, confirm that a is negative, or your vertex is a minimum and the question has no maximum.

  5. 5

    On the digital SAT, let the built-in calculator draw it

    The digital SAT includes a graphing calculator. Type the function in, and the graph shows the vertex, the intercepts, and which way it opens. Use it to confirm an algebraic answer or to read a feature directly when the algebra is long. The ACT allows your own calculator, so the same tactic applies if yours can graph.

Theory

A quadratic function in standard form is y = ax² + bx + c with a not equal to zero. The sign of a decides which way the parabola opens: when a > 0 the curve opens upward and the turning point is a minimum, and when a < 0 it opens downward and the turning point is a maximum. The size of a controls how narrow the curve is, because multiplying the squared term by a larger number makes the outputs climb faster for the same input. The constant c is the y-intercept, since substituting x = 0 wipes out the first two terms and leaves y = c.

Every parabola is symmetric about a vertical line called the axis of symmetry, and in standard form that line is x=b2ax = -\frac{b}{2a}. The reason is visible in the quadratic formula, x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: the two solutions sit the same distance, b24ac2a\frac{\sqrt{b^2 - 4ac}}{2a}, on either side of the number -b / (2a). That center point is the x-coordinate of the vertex whether or not the parabola actually crosses the axis. To get the y-coordinate of the vertex, substitute that x back into the function. This is the fastest route to a maximum or minimum in any word problem that hands you standard form.

Vertex form is y = a(x - h)² + k, and it displays the vertex (h, k) directly. It works because (x - h)² is a square, so it is never negative and equals zero only when x = h. If a is positive, the smallest possible value of a(x - h)² is zero, so the smallest possible y is k, achieved exactly at x = h. If a is negative, the same reasoning runs the other way and k is the maximum. Watch the sign convention: y = (x + 5)² - 18 has vertex (-5, -18), because x + 5 is x - (-5).

Factored form is y = a(x - r)(x - s), and it displays the x-intercepts, r and s, because a product equals zero exactly when one of its factors equals zero. This zero product property is the reason factoring solves equations at all. Factored form also gives the vertex almost for free: by symmetry the axis must sit exactly halfway between the two roots, so h=r+s2h = \frac{r + s}{2}. That shortcut is worth memorizing, because reading roots off a factored expression and averaging them is much faster than expanding and using -b / (2a).

Completing the square is the bridge from standard form to vertex form. Given y = x² + bx + c, take half of b, square it, and add and subtract that number so nothing changes: y=(x2+bx+(b2)2)(b2)2+cy = \left(x^2 + bx + \left(\tfrac{b}{2}\right)^2\right) - \left(\tfrac{b}{2}\right)^2 + c, and the parenthesized part is exactly (x+b2)2\left(x + \tfrac{b}{2}\right)^2. The reason half of b is the magic number is that expanding (x + p)² produces x² + 2px + p², so matching the linear terms forces 2p = b, that is p = b / 2. When the leading coefficient is not 1, factor it out of the first two terms first, and remember that anything you add inside those parentheses gets multiplied by that factor when you compensate outside.

The discriminant is the expression under the radical in the quadratic formula, D = b² - 4ac, and it counts real solutions without requiring you to find them. If D > 0 the square root is a positive real number and there are two distinct real solutions, so the parabola crosses the x-axis twice. If D = 0 the plus-or-minus adds nothing and there is exactly one real solution, a repeated root, so the parabola touches the axis at its vertex. If D < 0 there is no real square root and there are no real solutions, so the parabola misses the x-axis entirely. Question types to recognize: any prompt containing the phrases exactly one solution, no real solutions, or the graph is tangent to the x-axis is a discriminant question in disguise, and any prompt asking for a greatest value, least value, maximum height, or maximum revenue is a vertex question.

In the interactive graph below, drag a to see the parabola open upward or downward and get narrower or wider, and notice that the y-intercept never moves while you do it. Drag c and watch the whole curve slide vertically until it stops crossing the x-axis, which is the moment the discriminant readout turns negative and the two x-intercept markers disappear. Drag b and track how the vertex marker slides along, since its x-coordinate is always -b / (2a).

Worked figures

One function, three forms, three different giveaways

All three expressions are the same parabola. Notice that no algebra is needed to read the y-intercept from standard form, the vertex from vertex form, or the x-intercepts from factored form: choose the form that already contains what the question asks for.

Table 1
FormExpressionWhat it reveals with no work
Standardy = x² - 6x + 5y-intercept at (0, 5)
Vertexy = (x - 3)² - 4vertex (3, -4), axis x = 3, minimum -4
Factoredy = (x - 1)(x - 5)x-intercepts at x = 1 and x = 5

Symmetry about the axis x = 3

Points at equal distances from the axis have equal heights: x = 2 and x = 4 both give y = -3, and x = 1 and x = 5 both give y = 0. The vertex sits on the axis, exactly halfway between the two x-intercepts, and the y-intercept (0, 5) has a mirror image at (6, 5).

Figure 1
-6-4-2024681012-2-1012345678axis x = 3vertex (3, -4)(1, 0)(5, 0)(0, 5)(6, 5)(2, -3)(4, -3)xy
  • y = x² - 6x + 5

The discriminant counts real solutions

These three equations share the same a and b and differ only in c. As c grows the parabola lifts, the discriminant falls from positive to zero to negative, and the number of x-intercepts drops from two to one to none.

Table 2
Equationb² - 4acReal solutionsGraph behavior
x² - 6x + 5 = 036 - 20 = 162 distinctcrosses the x-axis twice
x² - 6x + 9 = 036 - 36 = 01 repeatedtouches the x-axis at the vertex
x² - 6x + 13 = 036 - 52 = -160 realnever reaches the x-axis

The same three cases, drawn

All three curves have their vertex on the line x = 3 and identical shape; only the vertical position changes. The vertex heights are -4, 0, and 4, which is precisely why the first crosses the axis, the second grazes it, and the third clears it.

Figure 2
-6-4-202468101214-101234567x = 3(3, -4)(3, 0)(3, 4)xy
  • y = x² - 6x + 5 (D > 0)
  • y = x² - 6x + 9 (D = 0)
  • y = x² - 6x + 13 (D < 0)

Try it yourself

(3, -4)
a (opens up or down)1
b (linear term)-6
c (y-intercept)5
Equation
y = x² - 6x + 5
Vertex
(3, -4)
Discriminant b² − 4ac
16 → 2 real roots
x-intercepts
x = 1, x = 5

Worked examples

Try each one before opening the solution.

Example 1: Complete the square to find the vertex

Rewrite y = x² + 10x + 7 in vertex form and state the minimum value of the function.

y = (x + 5)² - 18
-20-15-10-50510-12-10-8-6-4-202x = -5vertex (-5, -18)(0, 7)xy
  • y = x² + 10x + 7
Show solution
  1. Take half of the x-coefficient: half of 10 is 5. Square it: 5² = 25.

    Half of b is the number whose square completes the pattern x² + 2px + p² = (x + p)².

  2. Add and subtract 25 so the function does not change: y = (x² + 10x + 25) - 25 + 7.

    Adding 25 and subtracting 25 is adding zero. The grouping is the whole trick.

  3. Factor the grouped part as a perfect square: x² + 10x + 25 = (x + 5)², so y = (x + 5)² - 18.
  4. Read off the vertex from y = a(x - h)² + k: x + 5 is x - (-5), so h = -5 and k = -18. The vertex is (-5, -18) and the axis of symmetry is x = -5.

    The sign flips: a plus inside the parentheses means a negative h.

  5. The leading coefficient is 1, which is positive, so the parabola opens upward and -18 is the minimum value.

    For a maximum question you would need a negative a.

  6. Check by expanding: (x + 5)² - 18 = x² + 10x + 25 - 18 = x² + 10x + 7, which is the original.

Answer: y = (x + 5)² - 18, with minimum value -18 at x = -5

Example 2: Use the discriminant to solve for a parameter

For what values of k does the equation 2x² + kx + 8 = 0 have exactly one real solution?

Show solution
  1. Translate the phrase: exactly one real solution means the discriminant is zero, b² - 4ac = 0.

    Two solutions would be D > 0 and none would be D < 0. Decide this before any arithmetic.

  2. Identify the coefficients: a = 2, b = k, c = 8.
  3. Substitute: k² - 4(2)(8) = 0, so k² - 64 = 0.
  4. Solve: k² = 64, so k = 8 or k = -8.

    A square equal to 64 has two square roots. Dropping the negative one is the classic error here.

  5. Check both: k = 8 gives 2x² + 8x + 8 = 2(x + 2)² and k = -8 gives 2x² - 8x + 8 = 2(x - 2)². Each is a perfect square with one repeated root.

Answer: k = 8 or k = -8

Example 3: A maximum word problem

A ball is launched upward, and its height in feet after t seconds is h = -16t² + 80t + 6. Find the maximum height and the time at which it occurs.

h = -16t² + 80t + 6
02040608010012000.511.522.533.544.555.5t = 2.5maximum 106 ft at t = 2.5 slaunch height 6 ftt (seconds)height (feet)
  • h = -16t² + 80t + 6
Show solution
  1. Check the sign of the leading coefficient: -16 is negative, so the parabola opens downward and the vertex is a maximum.

    If a were positive the vertex would be a minimum and there would be no maximum height to find.

  2. Find the time of the vertex with t = -b / (2a) = -80 / (2 times -16) = -80 / -32 = 2.5 seconds.

    This answers "when". Keep going, because the question also asks "what".

  3. Substitute t = 2.5 to get the height: h = -16(2.5)² + 80(2.5) + 6 = -16(6.25) + 200 + 6.
  4. Finish the arithmetic: -100 + 200 + 6 = 106 feet.
  5. Sanity check: at t = 0 the height is 6 feet, the launch height, which is below 106, as a maximum must be.

    Choice-style distractors often offer the launch height or the coefficient 80 as the maximum.

Answer: The maximum height is 106 feet, reached 2.5 seconds after launch.

Example 4: Sketch a parabola from standard form without a calculator

Describe the graph of y = -3x² + 2x - 1: which way it opens, its y-intercept, its vertex, and whether it crosses the x-axis.

Show solution
  1. Direction: a = -3 is negative, so the parabola opens downward and its vertex is a maximum.
  2. y-intercept: substitute x = 0 to get y = -1, so the graph passes through (0, -1).

    The constant term is always the y-intercept in standard form.

  3. Axis of symmetry: x = -b / (2a) = -2 / (2 times -3) = -2 / -6 = 1/3.
  4. Vertex height: y = -3(1/3)² + 2(1/3) - 1 = -3(1/9) + 2/3 - 1 = -1/3 + 2/3 - 1 = -2/3. The vertex is (1/3, -2/3).

    Keep the fractions exact; converting to decimals here invites rounding errors.

  5. Discriminant: b² - 4ac = 4 - 4(-3)(-1) = 4 - 12 = -8, which is negative, so there are no x-intercepts.

    This agrees with the picture: a downward parabola whose highest point, -2/3, is already below the x-axis can never reach it.

Answer: Opens downward, y-intercept (0, -1), vertex (1/3, -2/3), and it never crosses the x-axis.

Practice

Check your understanding 1

What is the vertex of the graph of y = 2x² - 12x + 7?

Check your understanding 2

For what value of c does the equation x² + 8x + c = 0 have exactly one real solution?

Check your understanding 3

A rocket is launched from a platform, and its height in feet after t seconds is h = -16t² + 64t + 5. What is the greatest height the rocket reaches?

Check your understanding 4

The graph of y = (x + 2)(x - 6) is a parabola in the xy-plane. What is the equation of its axis of symmetry?

Check your understanding 5

The function y = 5x² - 2x + 7 is graphed in the xy-plane. Which statement about the graph is true?

Common mistakes

Reading the vertex with the wrong sign from vertex form. In y = a(x - h)² + k the vertex is (h, k), so y = 2(x + 3)² - 5 has vertex (-3, -5), not (3, -5). Rewrite the plus as a minus of a negative in your head before you read off h, and confirm by checking that your h makes the squared term equal zero.

Forgetting the 2a in the axis of symmetry. The axis is x = -b / (2a), not x = -b / a. When a is 1 the two formulas agree, which is exactly why the error survives practice and then costs points on a problem where a is 2 or -16. Write the formula out with the parentheses every time.

Stopping at the x-coordinate of the vertex. A question asking for the maximum height, the minimum cost, or the greatest value wants the output, k, but -b / (2a) gives only the input, h. You must substitute back. If a question asks when the maximum occurs, it wants h; if it asks what the maximum is, it wants k. Reread the last line of the prompt before choosing.

Misreading the discriminant for a tangent graph. When a problem says a parabola is tangent to the x-axis, or touches it at exactly one point, the discriminant is zero, not positive. Students often set b² - 4ac > 0 out of habit. Translate the phrase into a count of real solutions first, then pick the sign.

Dropping the leading coefficient while completing the square. In y = 3x² + 12x + 1, factoring gives y = 3(x² + 4x) + 1, and adding 4 inside the parentheses actually adds 3 times 4, so you must subtract 12 outside, giving y = 3(x + 2)² - 11. Compensating with 4 instead of 12 is the single most common completing-the-square error; always expand your final answer to check it matches the original.