Standard Form of Quadratic Functions- Complete Guide

What Is the Standard Form of a Quadratic Function?

The standard form of a quadratic function is:

f(x) = ax² + bx + c

where a, b, and c are constants, and a ≠ 0. If a equals zero, you have a linear function, not a quadratic. That's the deal.

This is the most common way to write quadratics. You see it in textbooks, on tests, and in most math problems you'll encounter.

The Three Coefficients Explained

Each coefficient controls something specific about your parabola.

The "a" Value — Direction and Width

a determines two things:

That's it. Nothing complicated.

The "b" Value — Horizontal Position

b shifts the parabola horizontally. It works with "a" to determine where the vertex sits. You can't read the vertex position directly from b alone—you need to combine it with a.

The "c" Value — The Y-Intercept

c is the y-intercept. Set x = 0, and you get f(0) = c. Simple. The parabola crosses the y-axis at (0, c).

How to Find the Vertex from Standard Form

The vertex isn't obvious in standard form. You need to convert or use the vertex formula. Here's the formula:

x-coordinate of vertex: x = -b/(2a)

Once you have the x-value, plug it back into f(x) to get the y-coordinate.

Example

Find the vertex of f(x) = 2x² + 8x + 3

Step 1: Identify a = 2, b = 8

Step 2: x = -8/(2×2) = -8/4 = -2

Step 3: f(-2) = 2(4) + 8(-2) + 3 = 8 - 16 + 3 = -5

Vertex is at (-2, -5).

Since a = 2 > 0, the parabola opens upward. That vertex is a minimum point.

Converting Standard Form to Vertex Form

Vertex form is f(x) = a(x - h)² + k, where (h, k) is the vertex. Sometimes you need this form.

Method 1: Completing the Square

Convert f(x) = x² + 6x + 8 to vertex form.

Step 1: Group the x-terms: (x² + 6x) + 8

Step 2: Take half of the x-coefficient, square it: (6/2)² = 9

Step 3: Add and subtract 9 inside the parentheses:

(x² + 6x + 9) - 9 + 8

Step 4: Factor the perfect square: (x + 3)² - 1

Vertex form: f(x) = (x + 3)² - 1

Vertex is at (-3, -1).

Method 2: Vertex Formula (Quicker)

Use x = -b/(2a) to find h, then calculate k = f(h). Done.

For f(x) = x² + 6x + 8:

h = -6/(2×1) = -3

k = f(-3) = 9 - 18 + 8 = -1

Vertex form: f(x) = (x + 3)² - 1

Converting Standard Form to Factored Form

Factored form is f(x) = a(x - r₁)(x - r₂), where r₁ and r₂ are the roots.

You find the roots using the quadratic formula:

x = (-b ± √(b² - 4ac)) / 2a

Example

Find the factored form of f(x) = x² + 5x + 6

Find roots: x = (-5 ± √(25 - 24)) / 2 = (-5 ± 1) / 2

x = -2 or x = -3

Factored form: f(x) = (x + 2)(x + 3)

Comparing the Three Forms

Form Equation What It Shows Directly Best For
Standard ax² + bx + c y-intercept (c) Evaluating at any x-value
Vertex a(x - h)² + k Vertex (h, k) Finding minimum/maximum
Factored a(x - r₁)(x - r₂) X-intercepts (roots) Finding where function = 0

Graphing from Standard Form — Quick Method

You don't need to convert every time. Graph directly using:

Usually 5 points gets you a solid graph. The vertex, the y-intercept, and two points on each side.

Common Mistakes to Avoid

Practical Applications

Quadratics show up in real problems:

The standard form is useful when you have data points and need to build the equation. Plug in your x and y values, solve for a, b, and c using systems of equations.

Quick Reference

That's everything you need. Practice converting between forms until it's automatic. The vertex formula will save you time on tests. Memorize it.