Quadratics: Master the 3 Main Quadratic Forms (and When to Use Them)

Master the 3 Main Quadratic Forms (and When to Use Them)

Every SAT quadratic is just the same object wearing a different outfit. If you understand
standard form, factored form, and vertex form — and know when each is useful — you can read graphs, solve equations, and answer word problems much faster.

1. Big Picture: Same Parabola, Different Forms

A quadratic function can be written in three main forms. They all describe the same parabola, but each form makes different information pop out instantly.

📘 Standard Form

y = ax² + bx + c

Good for: using the quadratic formula, discriminant, y-intercept, sum/product of roots.

🧩 Factored Form

y = a(x – r₁)(x – r₂)

Good for: roots/zeros, x-intercepts, sign charts, quick graph sketches.

🎯 Vertex Form

y = a(x – h)² + k

Good for: vertex, max/min, transformations, axis of symmetry.

Key idea for the SAT: don’t just “solve the equation.” Ask:
“Which form makes this question almost obvious?”

2. Standard Form: y = ax² + bx + c

Standard form is the most “algebra-looking” version. It’s usually where you start, because most equations and word problems naturally expand to this form.

What standard form tells you quickly

  • y-intercept: plug in x = 0 → y = c. So the graph crosses the y-axis at (0, c).
  • Sum/product of roots: if roots are r₁ and r₂:

    sum = -b / a, product = c / a.
  • Direction: if a > 0, opens up (smile); if a < 0, opens down (frown).
  • Vertex x-coordinate: x = -b / (2a) (useful for max/min questions).
Example (reading info from standard form)
Given y = 2x² – 8x + 3:

  • y-intercept: c = 3 → point (0, 3).
  • Vertex x-coordinate: x = -(-8) / (2 · 2) = 8 / 4 = 2.
  • Opens up because a = 2 > 0.
  • Sum of roots: -b/a = 8 / 2 = 4.

On the SAT, standard form is often your “home base” for using the quadratic formula, checking discriminants, and doing quick algebra.

3. Factored Form: y = a(x – r₁)(x – r₂)

Factored form is the best when a question cares about where the graph crosses the x-axis or where the function equals zero.

What factored form tells you quickly

  • Roots / zeros / x-intercepts: x = r₁ and x = r₂.
  • Axis of symmetry: halfway between the roots:

    x = (r₁ + r₂) / 2.
  • Relative width / direction: same “a” as in standard form (positive = opens up, negative = opens down).
Example (factored form to graph features)
y = (x – 1)(x – 5)

  • Roots: x = 1 and x = 5 → crosses x-axis at (1, 0) and (5, 0).
  • Axis of symmetry: x = (1 + 5) / 2 = 3.
  • Vertex x-coordinate: 3 (you could plug x = 3 back in to get y).
  • Since a = 1 > 0, parabola opens up.

On the SAT, if they give you a graph and ask for the equation, factored form is often the easiest way to write it, especially when you can read off the x-intercepts.

4. Vertex Form: y = a(x – h)² + k

Vertex form shines when the question is about the maximum or minimum value, the vertex, or how the graph shifts from the basic parabola y = x².

What vertex form tells you quickly

  • Vertex: (h, k).
  • Max/min value:

    • If a > 0, vertex is a minimum, y-min = k.
    • If a < 0, vertex is a maximum, y-max = k.
  • Axis of symmetry: x = h.
  • Transformations: you can see shifts, stretches, and reflections of y = x² directly.
Example (reading from vertex form)
y = -2(x – 4)² + 7

  • Vertex at (4, 7).
  • Opens down (a = -2 < 0).
  • Maximum value of y is 7 (at x = 4).
  • Axis of symmetry: x = 4.

Word problems about profit, height of a projectile, or area often hide a quadratic whose maximum/minimum is easiest to see in vertex form or by using the vertex formula from standard form.

5. Converting Between Forms

On the SAT, you often start in one form but need information that’s easier to see in another form. Being able to switch quickly is a huge advantage.

A. Standard ↔ Factored

To go from ax² + bx + c to a(x – r₁)(x – r₂), you factor.

Example: Standard → Factored
y = x² – 5x + 6

Find two numbers that multiply to 6 and add to -5 → -2 and -3:

  • y = x² – 5x + 6 = (x – 2)(x – 3).
  • Roots are x = 2 and x = 3.

To go from factored back to standard, just FOIL / expand.

Example: Factored → Standard
y = 2(x + 1)(x – 4)

Expand:

  • (x + 1)(x – 4) = x² – 4x + x – 4 = x² – 3x – 4
  • Multiply by 2: y = 2x² – 6x – 8.

B. Standard ↔ Vertex

To go from standard y = ax² + bx + c to vertex form y = a(x – h)² + k, you can:

  • Complete the square, or
  • Use h = -b / (2a), then plug x = h back in to get k.
Example: Standard → Vertex using vertex formula
y = x² – 4x + 1

  1. Here, a = 1, b = -4, c = 1.
  2. Vertex x-coordinate:
    h = -b / (2a) = -(-4) / (2 · 1) = 4 / 2 = 2.
  3. Find k by plugging x = 2:

    y = (2)² – 4(2) + 1 = 4 – 8 + 1 = -3.
  4. So vertex is (2, -3) and vertex form is:

    y = (x – 2)² – 3.

To go from vertex form back to standard, just expand a(x – h)² + k.

Example: Vertex → Standard
y = 2(x – 3)² + 5

  • (x – 3)² = x² – 6x + 9
  • Multiply by 2: 2x² – 12x + 18
  • Add 5: y = 2x² – 12x + 23

6. SAT-Style Examples: Which Form Helps Most?

For each example, first ask yourself: Which form makes this easiest? Then check the explanation.

Example 1: Roots / x-intercepts

The graph of a quadratic function crosses the x-axis at x = -1 and x = 5, and opens upward. Which equation below best represents this graph?

Show explanation
Since we know the x-intercepts, factored form is best:

Roots r₁ = -1 and r₂ = 5 → factors (x + 1) and (x – 5). With a = 1 for simplicity:

y = (x + 1)(x – 5)

If answer choices are in standard form, expand to get
y = x² – 4x – 5, but factored form is the fastest way to build it.

Example 2: Maximum value

A function models the height of a rocket, in meters, t seconds after launch:

h(t) = -4t² + 16t + 3.

What is the maximum height the rocket reaches?

Show explanation
This is a max-height question → think vertex form / vertex.

Use the vertex x-coordinate formula on standard form:

  • a = -4, b = 16.
  • t = -b / (2a) = -16 / (2 · -4) = -16 / -8 = 2.
  • Plug t = 2 back into h(t):

    h(2) = -4(4) + 16(2) + 3 = -16 + 32 + 3 = 19.

So the maximum height is 19 meters.

You used standard form + vertex idea instead of completing the square fully.

Example 3: Coefficient meaning

A quadratic function is written as y = 2(x – 3)² + 5. Which statement is true about its graph?

Show explanation
This is in vertex form, so read directly:

  • Vertex at (3, 5).
  • a = 2 > 0, so opens up and is narrower than y = x² (vertical stretch).
  • Axis of symmetry is x = 3.

Any statement that matches these facts is correct. No need to expand.

Example 4: Using sum/product of roots

The quadratic equation 2x² – 7x + 3 = 0 has roots r₁ and r₂. What is r₁ + r₂?

Show explanation
You don’t need to solve! In standard form:

For ax² + bx + c = 0, sum of roots = -b / a.

Here, a = 2, b = -7, c = 3:

r₁ + r₂ = -(-7) / 2 = 7/2.

7. How to Practice Until This Becomes Automatic

Your goal isn’t just to “know” the three forms — it’s to see them. Here’s a simple practice routine:

  • Take 10–15 quadratics and rewrite each in all three forms (standard, factored, vertex) when possible.
  • For each form, write 2–3 facts you can read off instantly (roots, vertex, intercepts, max/min, etc.).
  • Mix in SAT questions and, before solving, ask:
    “Which form would make this question easiest if I could snap my fingers and switch to it?”
  • If you chose a slower form the first time, redo that question once using the better form so your brain learns the faster path.

Once you’re comfortable moving between these three forms, many SAT quadratic questions start to feel like pattern recognition instead of heavy algebra.