Quadratic Functions Formula

The Formula

f(x) = ax^2 + bx + c \quad \text{or} \quad f(x) = a(x-h)^2 + k

When to use: The path of a thrown ball β€” rising then falling β€” traces a parabola opening downward.

Quick Example

f(x) = x^2 - 4x + 3 β€” a parabola opening up with vertex at (2, -1).

Notation

a is the leading coefficient (determines opening direction), (h, k) is the vertex, and x = -\frac{b}{2a} is the axis of symmetry.

What This Formula Means

A quadratic function is a polynomial function of degree 2, written as f(x) = ax^2 + bx + c with a \neq 0, whose graph is a U-shaped curve called a parabola that opens upward when a > 0 or downward when a < 0.

The path of a thrown ball β€” rising then falling β€” traces a parabola opening downward.

Formal View

A quadratic function f: \mathbb{R} \to \mathbb{R} has the form f(x) = ax^2 + bx + c with a \neq 0. Its zero set is \{x \in \mathbb{R} \mid ax^2 + bx + c = 0\}, with |\text{zeros}| \in \{0, 1, 2\} determined by \operatorname{sgn}(b^2 - 4ac).

Worked Examples

Example 1

easy
Find the vertex of f(x) = x^2 - 6x + 8.

Solution

  1. 1
    The x-coordinate of the vertex is x = -\frac{b}{2a} = -\frac{-6}{2(1)} = 3.
  2. 2
    The y-coordinate is f(3) = 9 - 18 + 8 = -1.
  3. 3
    The vertex is (3, -1).

Answer

(3, -1)
For a quadratic f(x) = ax^2 + bx + c, the vertex formula x = -\frac{b}{2a} gives the axis of symmetry. Plugging this x back in gives the minimum (if a > 0) or maximum (if a < 0) value.

Example 2

medium
Does the parabola g(x) = -2x^2 + 4x + 1 open upward or downward? Find its maximum value.

Example 3

medium
Find the vertex and axis of symmetry of f(x) = 2x^2 - 8x + 3.

Common Mistakes

  • Sign errors when factoring β€” always double-check by expanding your factors back out
  • Forgetting \pm in the quadratic formula, which causes you to miss one of the two solutions
  • Confusing the vertex coordinates: the vertex x-value is -b/(2a), not b/(2a)

Why This Formula Matters

Quadratic functions model acceleration, projectile motion, and profit optimization in economics. Engineers use them to design parabolic antennas and bridges. They are the simplest nonlinear functions and the gateway to understanding polynomial behavior.

Frequently Asked Questions

What is the Quadratic Functions formula?

A quadratic function is a polynomial function of degree 2, written as f(x) = ax^2 + bx + c with a \neq 0, whose graph is a U-shaped curve called a parabola that opens upward when a > 0 or downward when a < 0.

How do you use the Quadratic Functions formula?

The path of a thrown ball β€” rising then falling β€” traces a parabola opening downward.

What do the symbols mean in the Quadratic Functions formula?

a is the leading coefficient (determines opening direction), (h, k) is the vertex, and x = -\frac{b}{2a} is the axis of symmetry.

Why is the Quadratic Functions formula important in Math?

Quadratic functions model acceleration, projectile motion, and profit optimization in economics. Engineers use them to design parabolic antennas and bridges. They are the simplest nonlinear functions and the gateway to understanding polynomial behavior.

What do students get wrong about Quadratic Functions?

Vertex form vs standard formβ€”each reveals different information.

What should I learn before the Quadratic Functions formula?

Before studying the Quadratic Functions formula, you should understand: linear functions, exponents.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Quadratic Equations: Factoring, Completing the Square, and the Quadratic Formula β†’