What Is The Formula Of Quadratic Function? | Stop Guessing The Parabola

A quadratic function is written as f(x)=ax2+bx+c (a≠0), a three-term rule that graphs as a parabola.

A lot of math stress comes from one moment: you spot a U-shaped graph, or a second-degree expression, and you’re not sure which “version” of the rule you’re meant to use. The good news is that all the common versions are the same idea in different outfits. Once you know the core formula and what each letter does, you can switch forms on purpose instead of by luck.

This article pins down the formula, shows what the pieces mean, and gives you a clean path for turning a quadratic into the form you need for graphing, solving, or classwork that asks for a specific feature.

Formula Of Quadratic Function In Standard Form

The most common formula is the standard (general) form:

f(x)=ax2+bx+c, where a≠0.

If you see a polynomial where the highest power is 2, you’re in quadratic territory. From there, your job is to read the coefficients (a, b, c) and use them to pull out graph features like the opening direction, the turning point, and the intercepts.

What The Letters Mean In f(x)=ax²+bx+c

Those three letters aren’t random. They tell you how the parabola behaves before you draw a single point.

What “a” controls

a sets the opening direction and the “width.”

  • If a>0, the parabola opens up and the turning point is a lowest point.
  • If a<0, the parabola opens down and the turning point is a highest point.
  • If |a| gets larger, the curve looks narrower. If |a| is closer to 0 (but not 0), the curve looks wider.

What “b” influences

b works with a to set where the parabola turns left or right. You’ll see it most cleanly in the axis of symmetry:

x = −b / (2a)

That vertical line runs through the vertex and splits the parabola into mirror halves.

What “c” tells you right away

c is the y-intercept. Set x=0 and you get:

f(0)=c

So the graph crosses the y-axis at (0, c).

Other Forms You’ll See And When To Use Them

Standard form is great for quick coefficient reading. Other forms make certain features show up faster. Many textbooks teach these side by side, and OpenStax lists the same forms and the vertex relationship in its quadratic functions section. OpenStax “Quadratic Functions” is a clean reference when you want the definitions in one place.

Vertex form

f(x)=a(x−h)2+k

In this form, the vertex is visible: (h, k). If you need the turning point or the max/min value fast, vertex form is the friendliest format.

Factored form

f(x)=a(x−r1)(x−r2)

Here the x-intercepts are visible: x=r1 and x=r2. If you’re solving f(x)=0, factored form can turn the problem into two quick one-step equations.

Repeated-root form

If both roots are the same number, factored form collapses into:

f(x)=a(x−r)2

That tells you the parabola just touches the x-axis at x=r and turns back.

How To Pick The Right Form Fast

When a problem feels fuzzy, scan the prompt for the feature it wants.

  • If it says vertex, maximum, or minimum, vertex form pays off.
  • If it says zeros, roots, or x-intercepts, factored form pays off.
  • If it says rewrite in standard form, or it sets you up to use the quadratic formula, stick with ax2+bx+c.

Switching Forms Without Getting Lost

You usually switch in one of two directions:

  • Standard → Vertex by completing the square.
  • Standard → Factored by factoring, or by finding roots first and rebuilding the product.

Standard To Vertex By Completing The Square

Start with ax2+bx+c. If a isn’t 1, factor it from the x-terms first. Then build a square inside parentheses.

  1. Factor a from the x-terms: a(x2+(b/a)x)+c.
  2. Take half of (b/a), square it, then add and subtract it inside: a(x2+(b/a)x+(b/2a)2−(b/2a)2)+c.
  3. Rewrite the first three terms as a square: a(x+(b/2a))2 − a(b/2a)2 + c.
  4. Combine the constants to get a(x−h)2+k.

A Short Walkthrough You Can Copy

Take g(x)=x2+6x+1. Half of 6 is 3, and 3 squared is 9. Add and subtract 9:

g(x)=(x2+6x+9)−9+1

The trinomial is a square:

g(x)=(x+3)2−8

Now the vertex is sitting there: (−3, −8).

Standard To Factored

If the quadratic factors nicely with integers, go straight to factoring. If it doesn’t, find the roots with the quadratic formula, then write a(x−r1)(x−r2). That way you still reach factored form, even when the numbers aren’t “friendly.”

Form name Formula Best use
Standard (general) f(x)=ax2+bx+c Read a, b, c fast; set up algebra steps
Vertex f(x)=a(x−h)2+k See the vertex (h, k) right away
Factored f(x)=a(x−r1)(x−r2) See roots; solve f(x)=0 quickly
Repeated-root f(x)=a(x−r)2 Spot a “touch and turn” x-intercept
Solving setup ax2+bx+c=0 Use factoring, completing the square, or quadratic formula
Axis-of-symmetry rule x=−b/(2a) Find the center line for graphing
Vertex from standard h=−b/(2a), k=f(h) Compute the turning point without rewriting first
Y-intercept (0, c) Plot a fast anchor point on the y-axis

Finding The Vertex, Intercepts, And Axis From The Formula

Once you’ve got a quadratic in standard form, you can pull out the “headline features” with a short routine. This routine saves time because it stops you from plotting a pile of random points.

Axis Of Symmetry

Use:

x=−b/(2a)

This gives the x-value where the parabola turns.

Vertex Coordinates From Standard Form

The x-coordinate is:

h=−b/(2a)

Then plug that x-value into the function to get the y-coordinate:

k=f(h)

So the vertex is (h, k).

Y-Intercept

Set x=0. You get (0, c).

X-Intercepts And Roots

X-intercepts come from solving ax2+bx+c=0. If factoring is messy, the quadratic formula is the steady fallback.

The quadratic formula is:

x = (−b ± √(b2−4ac)) / (2a)

What The Discriminant Tells You

The expression under the square root, b2−4ac, is called the discriminant. It tells you what kind of roots you’ll get, which also matches what you’ll see on the graph.

Discriminant value Root type What you see on the graph
b2−4ac > 0 Two real roots Parabola crosses the x-axis twice
b2−4ac = 0 One real root (double) Parabola touches the x-axis once
b2−4ac < 0 Two complex roots No x-axis crossing
a > 0 Opens upward Vertex is a lowest point
a < 0 Opens downward Vertex is a highest point

A Fast Workflow For Graphing A Quadratic

If you need a clean sketch, you don’t need dozens of points. Use symmetry and the vertex.

  1. Write the function in standard form or vertex form.
  2. Find the axis: x=−b/(2a) (or use x=h in vertex form).
  3. Find the vertex: compute h, then k=f(h).
  4. Plot the y-intercept (0, c) if you’re in standard form.
  5. Find x-intercepts by factoring or quadratic formula when you need them.
  6. Pick one extra point on one side of the axis, mirror it to the other side, and draw the curve.

This method keeps your graph tidy and makes mistakes easier to spot. If a point doesn’t mirror correctly, you catch it early.

Building A Quadratic From Clues

Some questions don’t hand you the formula. They give you a vertex, a point, or the roots, and ask you to write the function. That can feel like a trap until you match the clue to the form.

Given The Vertex And One Point

If the vertex is (h, k), start with vertex form:

f(x)=a(x−h)2+k

Then plug in the extra point (x, y) to solve for a. Once you have a, you can expand to standard form if the question asks for it.

Given The Roots

If the roots are r1 and r2, start with factored form:

f(x)=a(x−r1)(x−r2)

If the question also gives a point, plug it in to solve for a.

When Standard Form Is Enough And When It Isn’t

Standard form is a great fit when you’re doing algebra steps, reading the y-intercept, or setting up the quadratic formula. Vertex form is nicer when the question asks for a max or min value, or when you’re checking where the turning point sits. Factored form shines when the roots are the main target.

If you’re stuck choosing a form, read the prompt again and circle the word that hints at a feature: “vertex,” “turning point,” “x-intercepts,” “zeros,” “maximum,” “minimum.” One word usually tells you which form will feel the least annoying.

Common Mistakes That Trip People Up

Quadratics aren’t hard because the formulas are secret. They’re hard because small slips stack fast. These are the usual culprits.

  • Forgetting that a can’t be 0. If a=0, the rule is linear, not quadratic.
  • Mixing up −b/(2a). The minus sign belongs to b, not to 2a alone.
  • Dropping parentheses in the quadratic formula. Write (−b ± √(…)) as one numerator.
  • Confusing c with an x-intercept.c is the y-intercept, not a root, unless the function crosses at x=0.
  • Completing the square but not balancing it. If you add a number inside parentheses, you must also subtract it before you simplify.
  • Sign errors when factoring. Check the middle term: the product of the factors must match ac, and their sum must match b.

Mini Practice Prompts With Checks

Try these with scratch paper. When you finish each one, scan the check line to see if your result makes sense.

Prompt 1: Read Features From Standard Form

Let f(x)=2x2−8x+3. Find the axis of symmetry and the vertex.

Check: The axis should be at x=2. The vertex should land at (2, −5).

Prompt 2: Switch To Vertex Form

Rewrite g(x)=x2+6x+1 in vertex form.

Check: You should get g(x)=(x+3)2−8.

Prompt 3: Factor And Find Roots

Solve x2−5x+6=0.

Check: Roots should be x=2 and x=3.

Prompt 4: Use The Discriminant

For h(x)=x2+2x+5, decide how many real roots exist.

Check: The discriminant is negative, so there are no real roots.

A One-Page Cheat Sheet You Can Rewrite From Memory

If you can rewrite this set of lines without peeking, quadratic problems get calmer fast:

  • Standard form: f(x)=ax2+bx+c, a≠0
  • Vertex form: f(x)=a(x−h)2+k
  • Axis: x=−b/(2a)
  • Vertex from standard: h=−b/(2a), k=f(h)
  • Quadratic formula: x=(−b ± √(b2−4ac))/(2a)
  • Discriminant: b2−4ac tells the root type

Write those once a day for a week and you’ll stop freezing when a quadratic shows up. Your brain likes repetition when it’s short and clean.

References & Sources