# Quadratic Expressions - Definition, Forms, Examples

**TL;DR**

A quadratic expression is any expression of the form ax² + bx + c where a ≠ 0, a variable raised to the power two, plus optional lower terms. This article covers its standard form, the parabola it graphs, how to factor it, and the key distinction between a quadratic expression and a quadratic equation.

## What Is a Quadratic Expression?

A quadratic expression is an algebraic expression in which the highest power of the variable is **two**. Its standard form is

ax² + bx + c

where a, b, and c are constants, x is the variable, and — the one non-negotiable condition, a ≠ 0. If a were zero, the x² term would vanish and the expression would be linear, not quadratic.

The three pieces have names: ax² is the **quadratic term**, bx is the **linear term**, and c is the **constant term**. The numbers a and b are the [coefficients](/content/math/algebra/coefficient/index.html). The word _quadratic_ comes from the Latin _quadratus_, "square" — the signature of the expression is that squared variable.

Examples of quadratic expressions:

- 3x² + 2x + 1, all three terms present.
- 2x² + 5, no linear term (b=0).
- −3x² − 9x, no constant term (c=0).

In every case a ≠ 0, so the x² term is genuinely there.

## Is a Quadratic Expression the Same as a Quadratic Equation?

No — and this is the distinction most worth getting right early. A quadratic **expression** is just ax² + bx + c: a phrase, with no equals sign. You can simplify it, factor it, or evaluate it at a number, but you cannot _solve_ it, because there is nothing to solve for — it has no equation to balance.

A [quadratic equation](/content/math/algebra/quadratic-equations/index.html) is what you get when you set the expression equal to something, usually zero:

ax² + bx + c = 0

Now there is a sentence — "this equals zero" — and asking which values of x make it true is a real question with answers (the roots). The expression is the noun; the equation is the full sentence. You factor or evaluate an expression; you _solve_ an equation.

## The Forms of a Quadratic Expression

The same quadratic can be written three ways, each exposing something different.

- **Standard form: ax² + bx + c.** Best for reading off the coefficients and computing the [discriminant](/content/math/algebra/discriminant/index.html).
- **Factored form: a(x−r₁)(x−r₂).** Best for finding the roots r₁, r₂ at a glance — see [factored form](/content/math/algebra/factored-form/index.html).
- **Vertex form: a(x−h)² + k.** Best for reading the vertex (turning point) (h,k) directly — see [standard form to vertex form](/content/math/algebra/standard-form-to-vertex-form/index.html).

Each form is the same expression dressed for a different job. Converting between them — by factoring, expanding, or [completing the square](/content/math/algebra/completing-the-square/index.html) — is much of the work in a quadratics chapter.

## How Do You Graph a Quadratic Expression?

Every quadratic expression graphs as a **parabola** — a symmetric U-shaped curve. The sign of a decides which way it opens: a > 0 opens upward (a valley), a < 0 opens downward (a hill). The turning point is the **vertex**, and the vertical line through it is the [axis of symmetry](/content/math/algebra/axis-of-symmetry/index.html), found at

x = -\frac{b}{2a}

The points where the parabola crosses the x-axis are the values that make the expression zero — the same numbers you would find by solving the matching equation.

### Examples of Quadratic Expressions

#### Example 1

**Identify a, b, and c in the quadratic expression 4x² − 7x + 2.**

Match against the standard form ax² + bx + c:
a = 4, b = −7, c = 2

**Final answer:** a = 4, b = −7, c = 2.

#### Example 2

**Evaluate the quadratic expression x² + 3x − 4 at x = −2.**

(−2)² + 3(−2) − 4 = 4 − 6 − 4 = -6

**Final answer:** the expression equals −6 at x = −2.

#### Example 3

**Factor the quadratic expression x² + 7x + 12.**

x² + 7x + 12 = (x + 3)(x + 4)

**Final answer:** (x + 3)(x + 4).

#### Example 4

**Find the axis of symmetry of the quadratic expression 2x² − 8x + 1.**

Using x = -\dfrac{b}{2a} with a = 2 and b = −8:
x = -\frac{-8}{2(2)} = 2

**Final answer:** the axis of symmetry is x = 2.

#### Example 5

**Write the quadratic expression x² − 6x + 5 in factored form, and state its roots.**

x² − 6x + 5 = (x − 1)(x − 5)

**Final answer:** factored form (x − 1)(x − 5); roots x = 1, 5.

#### Example 6

**Convert the quadratic expression x² + 4x + 7 to vertex form by completing the square.**

x² + 4x + 7 = (x + 2)² + 3

**Final answer:** vertex form (x + 2)² + 3, vertex (−2, 3).

## Why Quadratic Expressions Matter Beyond the Page

A quadratic expression earns its place because the squared term models anything where a quantity depends on the _square_ of another — and that turns out to be a lot of the physical world.

Where the expression shows up:

- **Projectile motion.** The height of anything thrown or launched is a quadratic in time.
- **Area and optimisation.** Maximising a fenced area for a fixed perimeter, or minimising material for a fixed volume involves quadratics.
- **Curves in design.** Satellite dishes and headlight reflectors are parabolic because a parabola focuses signals to a single point.

## Where Students Trip Up on Quadratic Expressions

### Mistake 1: Treating an expression as an equation

**Where it slips in:** When a problem says "factor" or "simplify" and the student tries to "solve."

### Mistake 2: Dropping the a ≠ 0 condition

**Where it slips in:** When deciding whether an expression is quadratic.

### Mistake 3: Sign slips when squaring a negative input

**Where it slips in:** When evaluating the expression at a negative value.

## Conclusion

A **quadratic expression** has the form ax² + bx + c with a ≠ 0; the squared term is its signature.

It can be written in standard, factored, or vertex form,
each useful for a different task.

A quadratic _expression_ has no equals sign and cannot be solved; a quadratic _equation_ sets it to zero and has roots.

Every quadratic expression graphs as a parabola, opening up or down depending on the sign of a.

The most common mistakes are treating an expression as an equation, ignoring the a ≠ 0 rule, and mishandling the sign when squaring a negative.
