This site is a work in progress. New lessons are added regularly. Contact us

Introduction to Quadratics

Learning goals

  • Recognize ax2+bx+c=0ax^2 + bx + c = 0 with a0a \ne 0 as quadratic
  • Verify a root by substituting it back
  • Apply the zero-product property to a factored equation
  • Solve x2=kx^2 = k as x=±kx = \pm\sqrt{k}, never dropping the sign
  • Extend the square-root method to a squared group
  • Count 00, 11 or 22 crossings where the parabola meets the axis

What makes an equation quadratic

A quadratic equation is one that can be written in the form

ax2+bx+c=0,ax^2 + bx + c = 0,

where aa, bb, and cc are fixed numbers and a0a \ne 0. This is called standard form. Every term is moved to one side so the other side is 00, and the terms are written in order of decreasing power, the squared term first. The three numbers have names. We call aa the leading coefficient, bb the coefficient of the xx term, and cc the constant term.

The one requirement you cannot drop is a0a \ne 0. The word quadratic comes from quadratus, the Latin for “squared,” and it is the ax2ax^2 term that makes an equation quadratic. If aa were 00, that term would vanish and leave bx+c=0bx + c = 0, an ordinary linear equation of the kind you already solve. So a0a \ne 0 is exactly what separates a genuine quadratic from a linear equation. There is no such rule for bb or cc: either or both may be zero, and the equation is still quadratic as long as the x2x^2 term survives.

Many quadratics do not arrive in standard form. Part of the skill is recognizing one however it is dressed up, then rearranging it. To do that, move every term to the left with the same balancing steps you used on linear equations. Then collect like terms until the right side reads 00.

EquationQuadratic?aa, bb, cc
x25x+6=0x^2 - 5x + 6 = 0yesa=1, b=5, c=6a = 1,\ b = -5,\ c = 6
2x2=82x^2 = 8yesa=2, b=0, c=8a = 2,\ b = 0,\ c = -8
x2=7xx^2 = 7xyesa=1, b=7, c=0a = 1,\ b = -7,\ c = 0
3x+4=03x + 4 = 0no (linear)a=0a = 0

The middle two rows look incomplete, yet both are quadratic. Rewriting 2x2=82x^2 = 8 as 2x28=02x^2 - 8 = 0 shows b=0b = 0, and rewriting x2=7xx^2 = 7x as x27x=0x^2 - 7x = 0 shows c=0c = 0. A missing xx term or a missing constant is fine; a missing x2x^2 term is not.

Worked example 1 Put 3x25=x3x^2 - 5 = x in standard form

The equation has an x2x^2 term, so it should be quadratic once it is tidied up. Move every term to the left so the right side becomes 00. Subtract xx from both sides:

3x25x=0.3x^2 - 5 - x = 0.

Now write the terms in order of decreasing power, the squared term first, then the xx term, then the constant:

3x2x5=0.3x^2 - x - 5 = 0.

Reading off the coefficients gives a=3a = 3, b=1b = -1, and c=5c = -5. Because a=30a = 3 \ne 0, the equation is genuinely quadratic.

What it means to be a solution

A solution of an equation, also called a root, is a value of the variable that makes the equation true. For a quadratic in standard form, a root is a number you can put in place of xx so that ax2+bx+cax^2 + bx + c works out to exactly 00. Nothing about that idea is new; it is the same meaning of “solution” you have used since your first linear equation. What is new is how many solutions to expect.

A linear equation like 3x+5=203x + 5 = 20 has exactly one solution. A quadratic can have two solutions, one solution, or no real solution at all. You will see why once you have a method in hand, but hold on to the possibility from the start. Finding one root does not mean you are done, because a second one may be waiting. The surest way to test a candidate is to substitute it and check.

Worked example 2 Check whether 3-3 and 11 are roots of x2+x6=0x^2 + x - 6 = 0

To test a value, substitute it for xx and see whether the left side lands on 00.

Start with x=3x = -3. Squaring a negative gives a positive, so (3)2=9(-3)^2 = 9:

(3)2+(3)6=936=0.(-3)^2 + (-3) - 6 = 9 - 3 - 6 = 0.

The result is 00, so x=3x = -3 is a root. Now test x=1x = 1:

(1)2+(1)6=1+16=4.(1)^2 + (1) - 6 = 1 + 1 - 6 = -4.

That is not 00, so x=1x = 1 is not a root. The other root of this equation is x=2x = 2, since 22+26=02^2 + 2 - 6 = 0, which shows the quadratic really does have its two solutions, 3-3 and 22.

Check your understanding

Which value is a solution of x22x8=0x^2 - 2x - 8 = 0?

Answer choices

The zero-product property

Substitution tells you whether a guess is a root, but it will not hand you the roots to begin with. For that you need a method, and the first one rests on a single fact about 00 so familiar you may never have said it out loud. That fact is this: if a product of numbers equals 00, then at least one of the numbers must be 00. This is the zero-product property. Multiplying by 00 always gives 00, and nothing else does, so two nonzero numbers can never multiply to 00. Here is the reason in full.

Why a product is zero only when a factor is zero#

Suppose AA and BB are numbers with AB=0A \cdot B = 0, and suppose the first factor is not zero, so A0A \ne 0. Because A0A \ne 0, it has a reciprocal 1A\tfrac{1}{A}. Multiply both sides of the equation AB=0A \cdot B = 0 by that reciprocal:

1A(AB)=1A0.\tfrac{1}{A} \cdot (A \cdot B) = \tfrac{1}{A} \cdot 0.

On the left, 1AA=1\tfrac{1}{A} \cdot A = 1, so the left side simplifies to BB. On the right, anything times 00 is 00. So the equation collapses to B=0B = 0. In words, if the first factor is not zero, the second one is forced to be zero. Running the same argument with the roles of AA and BB swapped shows that if B0B \ne 0 then A=0A = 0. Either way at least one factor is 00, which is the claim. The reverse direction needs no work: if one factor is already 00, the product is 00 no matter what the other factor is.

The property turns a factored quadratic into two easy linear equations. Suppose an equation arrives already broken into a product of factors set equal to zero, such as

(x2)(x+3)=0.(x - 2)(x + 3) = 0.

The left side is a product of the two factors x2x - 2 and x+3x + 3. By the zero-product property that product is 00 exactly when one of the factors is 00, so the equation splits into two:

x2=0orx+3=0.x - 2 = 0 \qquad \text{or} \qquad x + 3 = 0.

Each piece is a linear equation you can solve at a glance, giving x=2x = 2 or x=3x = -3. Those are the two roots. Notice how to read a root straight off a factor: the factor x2x - 2 is zero when x=2x = 2, and the factor x+3x + 3, which is x(3)x - (-3), is zero when x=3x = -3. The number shown in the factor and the root have opposite signs, and that sign flip is the most common place to slip.

These two forms, the factored (x2)(x+3)=0(x - 2)(x + 3) = 0 and the standard form, are the same equation wearing different clothes. Expanding the product the way you did in the chapter on expanding and factoring,

(x2)(x+3)=x2+3x2x6=x2+x6,(x - 2)(x + 3) = x^2 + 3x - 2x - 6 = x^2 + x - 6,

so (x2)(x+3)=0(x - 2)(x + 3) = 0 is just x2+x6=0x^2 + x - 6 = 0 rewritten. The factored form is the useful one, because it puts the roots on display, while the expanded standard form hides them. Turning a standard-form quadratic back into a product of factors is the subject of the next few lessons. Here you are handed the factored form and asked only to finish the job.

Worked example 3 Solve (2x1)(x+4)=0(2x - 1)(x + 4) = 0

The left side is already a product of two factors, so apply the zero-product property and set each factor to 00:

2x1=0orx+4=0.2x - 1 = 0 \qquad \text{or} \qquad x + 4 = 0.

Solve the first as a one-step linear equation: 2x=12x = 1, so x=12x = \tfrac{1}{2}. The second gives x=4x = -4. The two roots are

x=12orx=4.x = \tfrac{1}{2} \qquad \text{or} \qquad x = -4.

A factor with a coefficient, like 2x12x - 1, still produces a single root; you just solve for xx as usual. Check the first root: 2(12)1=02(\tfrac{1}{2}) - 1 = 0, so the whole product is 00, as required.

Check your understanding

Solve (x5)(x+2)=0(x - 5)(x + 2) = 0.

Answer choices

Solving by taking square roots

The zero-product property needs a factored form. A second method handles quadratics with no middle bxbx term directly. Consider

x2=kx^2 = k

for some number kk. You are looking for every number whose square is kk. Square roots almost answer this, but there is a subtlety that trips up nearly everyone, and it comes from a fact about squaring you already know. A negative times a negative is positive, so a number and its opposite have the same square. For instance 32=93^2 = 9, and (3)2=9(-3)^2 = 9 as well.

That means x2=9x^2 = 9 has two solutions, x=3x = 3 and x=3x = -3, not just the positive one. We record both at once by writing

x=±k,x = \pm\sqrt{k},

read ”xx equals plus or minus the square root of kk.” The ±\pm is not decoration; it captures the second root that a plain square root would hide. How many solutions you actually get depends on the sign of kk. When kk is positive, there are two real square roots, k\sqrt{k} and k-\sqrt{k}, so the equation has two solutions. When kk is zero, the only number whose square is 00 is 00 itself, so there is exactly one solution, x=0x = 0. In that case the two roots have merged into a single repeated one. When kk is negative, there is no real solution at all. That is because squaring any real number, positive or negative, gives a result that is zero or positive and never negative. (Numbers whose square is negative do exist, but they are not real numbers, and they wait for a later chapter.) This is the first place you can see all three possibilities the definition promised: two roots, one root, or none.

Worked example 4 Solve x2=49x^2 = 49, then x2=0x^2 = 0 and x2=9x^2 = -9

For x2=49x^2 = 49, take the square root of both sides and keep both signs:

x=±49=±7,x = \pm\sqrt{49} = \pm 7,

so x=7x = 7 or x=7x = -7. Both check out, since 72=497^2 = 49 and (7)2=49(-7)^2 = 49.

For x2=0x^2 = 0, the only number whose square is 00 is 00, so there is a single solution, x=0x = 0.

For x2=9x^2 = -9, there is no real solution, because no real number squared can equal 9-9; every real square is 00 or positive. Three equations that look almost identical have two roots, one root, and none.

When the square sits on a group

The same move works when the thing being squared is not xx alone but a whole expression. An equation like

(xh)2=k(x - h)^2 = k

is solved by taking square roots of both sides, again keeping the ±\pm:

xh=±k.x - h = \pm\sqrt{k}.

Now xhx - h is pinned down to two values, and a single balancing step finishes the job: x=h±kx = h \pm\sqrt{k}. The reasoning is exactly the same as before. Whatever sits inside the square, treat it as one quantity, and that quantity has to be one of the two numbers whose square is kk.

Worked example 5 Solve (x3)2=16(x - 3)^2 = 16

Take the square root of both sides, keeping both signs:

x3=±16=±4.x - 3 = \pm\sqrt{16} = \pm 4.

That splits into two linear equations, x3=4x - 3 = 4 and x3=4x - 3 = -4. Add 33 to both sides of each:

x=7orx=1.x = 7 \qquad \text{or} \qquad x = -1.

Check both against the original: (73)2=42=16(7 - 3)^2 = 4^2 = 16 and (13)2=(4)2=16(-1 - 3)^2 = (-4)^2 = 16. The negative root x=1x = -1 is easy to lose if you forget the ±\pm, so write it down first, before you simplify.

Check your understanding

Solve (x+1)2=25(x + 1)^2 = 25.

Answer choices

A first look at the graph

Every quadratic has a picture, and it explains at a glance why the number of solutions can be two, one, or none. Take the expression ax2+bx+cax^2 + bx + c, and for each value of xx plot the point whose height yy equals that expression. The points trace a smooth U-shaped curve called a parabola. Solving ax2+bx+c=0ax^2 + bx + c = 0 means finding the xx values where y=0y = 0, and y=0y = 0 is the horizontal axis. So the real roots of a quadratic are exactly the points where its parabola crosses the xx-axis.

The parabola y = x squared minus 4 and its two rootsAn upward U-shaped curve with vertex at (0, -4) crossing the horizontal axis at x = -2 and x = 2; the two crossings are the real roots.xyy = x² - 4x = -2x = 2
The parabola y = x² - 4 opens upward and crosses the x-axis at x = -2 and x = 2. Those two crossings are the real roots of the equation x² - 4 = 0.

A parabola can meet the xx-axis in two places, giving two roots, or just touch the axis at its lowest (or highest) point, giving one repeated root. The parabola can also float entirely above or below the axis, giving no real roots. That is the same three-way split you met with x2=kx^2 = k, now drawn as a picture. The curve above is y=x24y = x^2 - 4, and it crosses the axis at x=2x = -2 and x=2x = 2, the two roots of x24=0x^2 - 4 = 0. Drawing parabolas carefully, locating the lowest point, and reading off their features is the work of a later chapter. For now the picture is only here to make the count of solutions something you can see rather than only trust.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

A scribe in Egypt once set down a puzzle about two squares.

His papyrus is nearly four thousand years old, and a museum in Berlin keeps it today. The puzzle runs to three lines. A square of area 100100 is to be broken into two smaller squares. The side of one of them is three quarters of the side of the other. Find both sides.

Ask why that puzzle is difficult and you arrive at the definition this lesson opened with. An area is a side multiplied by itself. So the moment you reach for the larger side, you have reached for a number that gets squared. Squaring is just what the balancing steps of earlier chapters cannot undo. The two sides are 88 and 66, and the arithmetic confirms it, since 6464 and 3636 do make 100100.

Nobody has yet uncovered an older problem of this kind. It is a quadratic, although it is told entirely as a story about squares. It was recorded thousands of years before anyone had the shape ax2+bx+c=0ax^2 + bx + c = 0 to pour it into.

That shape is the tool you gained today. It lets a question about sides, or seconds, or dollars arrive looking like every other one. And it puts a single test ahead of everything else: is there a squared term that refuses to go away?