This site is a work in progress. New lessons are added regularly. Contact us
Chapter Review · a rapid pre-test review (speedrun)

Quadratic Functions and Equations: Chapter Review

A rapid review before the test: the chapter's vocabulary and notation, every formula with the conditions to use it, the standard problem types step by step, and the traps that cost points.

Vocabulary and notation

Quadratic function
f(x)=ax2+bx+cf(x) = ax^2 + bx + c with a0a \neq 0; domain all reals, graph a parabola. With a=0a = 0 it is linear and nothing here applies.
Parent parabola
y=x2y = x^2: even, vertex (0,0)(0, 0), range [0,)[0, \infty), the shape every parabola is a scaled shift of.
Vertex, axis of symmetry
The turning point, and the vertical mirror through it. Inputs sharing an output are mirror partners, so the axis is their midpoint.
Zero, root, xx-intercept
Three names for one set of numbers: where f(x)=0f(x) = 0, where the equation holds, where the graph meets the xx-axis.
Repeated (double) root
A factor appearing twice, f(x)=a(xr)2f(x) = a(x - r)^2: solution set {r}\{r\}, and the parabola tangent to the xx-axis at its vertex (r,0)(r, 0), touching without a sign change.
Factors over Q\mathbb{Q}, factors over R\mathbb{R}
A factoring claim means nothing until a coefficient system is named: x22x^2 - 2 does not factor over Q\mathbb{Q} but does over R\mathbb{R}.
Discriminant Δ\Delta
Standard notation for the number b24acb^2 - 4ac built from the coefficients of ax2+bx+cax^2 + bx + c, a0a \neq 0.
Symmetric function of the roots
Unchanged when r1r_1 and r2r_2 are swapped, such as r12+r22r_1^2 + r_2^2. Only these are fixed by the coefficients; r1r2r_1 - r_2 flips sign, so its sign is unrecoverable.

Formulas and theorems

  • The three forms, and what each gives free

    ax2+bx+c=a(xh)2+k=a(xr1)(xr2)\begin{gathered} ax^2 + bx + c \\ = a(x - h)^2 + k \\ = a(x - r_1)(x - r_2) \end{gathered}

    Use when a0a \neq 0, the same aa in all three. Standard gives c=f(0)c = f(0) and the end behavior, arms up for a>0a > 0, down for a<0a < 0. Vertex gives (h,k)(h, k), axis x=hx = h, and range [k,)[k, \infty) or (,k](-\infty, k] by that same sign, inside signs reversed, so x+4x + 4 means h=4h = -4. Factored gives the zeros, and exists over R\mathbb{R} only when real zeros do.

  • Axis and vertex from standard form

    x=b2a,y=cb24a=Δ4ax = -\frac{b}{2a}, \qquad y = c - \frac{b^2}{4a} = -\frac{\Delta}{4a}

    Use when a0a \neq 0. Coefficients keep their own signs, so a negative bb meets the formula's minus. Valid whether or not the parabola reaches the xx-axis.

  • Zero Product Property

    uv=0    u=0  or  v=0uv = 0 \iff u = 0 \ \text{ or } \ v = 0

    Use when Real numbers, and the other side must be exactly 00: a product equal to any other number constrains neither factor.

  • One zero buys one factor

    f(r)=0 ax2+bx+c=(xr)(ax+b+ar)\begin{gathered} f(r) = 0 \\ \Longrightarrow \ ax^2 + bx + c \\ = (x - r)(ax + b + ar) \end{gathered}

    Use when a0a \neq 0 and f(r)=0f(r) = 0. So a quadratic factors over R\mathbb{R} exactly when it has a real zero, and over Q\mathbb{Q} exactly when it has a rational zero.

    e.g. 3x214x+83x^2 - 14x + 8 at r=4r = 4 gives (x4)(3x2)(x - 4)(3x - 2).

  • Completing the square

    x2+bx+(b2)2=(x+b2)2x^2 + bx + \left(\frac{b}{2}\right)^2 = \left(x + \frac{b}{2}\right)^2

    Use when For ax2+bx+cax^2 + bx + c with a0a \neq 0, factor aa out of the first two terms and complete the square inside, landing on a(x+b2a)2+cb24aa\left(x + \frac{b}{2a}\right)^2 + c - \frac{b^2}{4a}. Half of bb THEN squared, never negative, added and subtracted in the same line so the value is untouched. Unlike factoring, no step can fail.

  • Square roots and the ±\pm

    (x+p)2=k  x=p±k(x + p)^2 = k \ \Longrightarrow \ x = -p \pm \sqrt{k}

    Use when Two real solutions when k>0k > 0, one when k=0k = 0, none over R\mathbb{R} when k<0k < 0. k\sqrt{k} names only the nonnegative root, so the ±\pm is the second solution, not decoration.

    e.g. (x+1)2=9(x + 1)^2 = 9: x=2x = 2 or x=4x = -4.

  • Quadratic formula

    x=b±b24ac2a=b2a±Δ2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = -\frac{b}{2a} \pm \frac{\sqrt{\Delta}}{2a}

    Use when a0a \neq 0, and Δ0\Delta \ge 0 for real roots. The 2a2a sits under the whole numerator. The right-hand split shows the roots as a mirror pair about the axis.

    e.g. x24x1=0x^2 - 4x - 1 = 0: Δ=20\Delta = 20, so x=2±5x = 2 \pm \sqrt{5}.

  • The discriminant classifies the REAL roots

    Δ>0    two distinct realΔ=0    one repeatedΔ<0    none real\begin{gathered} \Delta > 0 \iff \text{two distinct real} \\ \Delta = 0 \iff \text{one repeated} \\ \Delta < 0 \iff \text{none real} \end{gathered}
    The discriminant slides the parabola, so it meets the axis twice, once, or not at allOne long horizontal line runs across the picture. Three identical upward parabolas sit on it at different heights. The first has its lowest point below the line and crosses it at two highlighted dots. The second has its lowest point exactly on the line, at one highlighted dot. The third has its lowest point above the line and carries no dots. Each is labelled with its sign of Delta and its number of real roots.Δ > 0Δ = 0Δ < 0two rootsone repeatednone real
    Text description

    Three parabolas on one axis: the first crosses it twice, the second touches it once, the third stays entirely above it.

    Use when Any real a0a \neq 0, bb, cc, rational or not; all three run both ways. Δ<0\Delta < 0 denies REAL roots only. Equivalently Δ\Delta puts the vertex below, on, or above the xx-axis.

    e.g. 3x22x+53x^2 - 2x + 5: Δ=56\Delta = -56, so no real roots.

  • Perfect-square test for factoring over Q\mathbb{Q}

    factors over Q    Δ is a perfect square\begin{gathered} \text{factors over } \mathbb{Q} \\ \iff \Delta \ \text{is a perfect square} \end{gathered}

    Use when RATIONAL coefficients only; with irrational ones it says nothing. It demands strictly more than Δ>0\Delta > 0: 3x2+5x13x^2 + 5x - 1 has Δ=37\Delta = 37, two real roots, no rational factorization, and "perfect square" means the square of a RATIONAL: 12x2+12x3\tfrac12 x^2 + \tfrac12 x - 3 has Δ=254\Delta = \tfrac{25}{4} and factors as 12(x2)(x+3)\tfrac12(x - 2)(x + 3).

    e.g. 2x2+7x+32x^2 + 7x + 3: Δ=25\Delta = 25, so (2x+1)(x+3)(2x + 1)(x + 3).

  • Sum and product of the roots, and what they build

    r1+r2=ba,r1r2=car12+r22=(r1+r2)22r1r2(r1r2)2=Δa2\begin{gathered} r_1 + r_2 = -\frac{b}{a}, \quad r_1 r_2 = \frac{c}{a} \\ r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2 r_1 r_2 \\ (r_1 - r_2)^2 = \frac{\Delta}{a^2} \end{gathered}

    Use when Any a0a \neq 0: the first two hold when Δ0\Delta \ge 0 and for the non-real pair too. Only the sum takes the extra minus, and both divide by aa. The MONIC quadratic with these roots is x2(r1+r2)x+r1r2x^2 - (r_1 + r_2)x + r_1 r_2, fixed by them only up to a nonzero scalar. A real pair with sum ss and product pp exists exactly when s24p0s^2 - 4p \ge 0; 1r1+1r2=r1+r2r1r2\frac{1}{r_1} + \frac{1}{r_2} = \frac{r_1 + r_2}{r_1 r_2} needs c0c \neq 0.

    e.g. 3x2+7x63x^2 + 7x - 6: sum 73-\tfrac{7}{3}, product 2-2.

  • Pinning the leading coefficient

    y=a(xr1)(xr2)or  y=a(xh)2+k\begin{gathered} y = a(x - r_1)(x - r_2) \\ \text{or} \ \ y = a(x - h)^2 + k \end{gathered}

    Use when The zeros, or the vertex, fix every parabola through them except its aa, so one further point is needed; substitute it and solve the linear equation in aa. That point must not be a zero or the vertex itself, which collapse to 0=00 = 0 and determine nothing.

    e.g. Vertex (3,4)(3, -4) through (0,5)(0, 5): 5=9a45 = 9a - 4, so a=1a = 1.

  • Where a quadratic is positive or negative

    a>0:f<0 strictly between the rootsf>0 outside them\begin{gathered} a > 0: \\ f < 0 \ \text{strictly between the roots} \\ f > 0 \ \text{outside them} \end{gathered}
    An upward parabola is negative strictly between its roots and positive outside themA U-shaped curve opening upward meets a horizontal line at two points. Between those points the curve dips below the line and a minus sign sits in that dip, while the highlighted piece of line joining them ends in an open circle at each root, showing the endpoints are excluded. Left of the first root and right of the second the curve lies above the line, and a plus sign sits in each of those outer regions.++r1r2
    Text description

    An upward parabola meeting the axis at two roots, negative only on the open interval between them and positive on both outer rays.

    Use when Two distinct real roots (Δ>0\Delta > 0), everything on one side first; a<0a < 0 reverses both. A quadratic changes sign only at a root, so a repeated root or no real root means no sign change at all.

    e.g. (x3)(x+2)(x - 3)(x + 2) is negative exactly on (2,3)(-2, 3).

Problem types, step by step

Read a parabola's features from a given form

  1. Vertex form: read (h,k)(h, k), flipping the inside sign. Standard: x=b2ax = -\frac{b}{2a}, then evaluate there. Factored: average the zeros, then evaluate.
  2. The sign of aa gives the opening direction, the range, and the end behavior; the yy-intercept is f(0)f(0), and zeros come free only from factored form or Δ\Delta.
  3. For an applied largest or smallest value the vertex is the answer: b2a-\frac{b}{2a} says WHERE, the value there HOW MUCH. Discard anything outside the model's domain, such as a negative time.

e.g. y=2(x+3)2+8y = -2(x + 3)^2 + 8: vertex (3,8)(-3, 8), maximum 88, range (,8](-\infty, 8]; and h=16t2+64th = -16t^2 + 64t peaks at (2,64)(2, 64).

Convert standard form to vertex form by completing the square

  1. Factor aa out of the x2x^2 and xx terms only; the constant stays outside.
  2. Inside, halve the new coefficient of xx, square it, and add and subtract it.
  3. Write the square, then distribute aa across BOTH it and the constant subtracted inside.
  4. Combine the constants, then expand to confirm the original.

e.g. 3x212x+5=3((x2)24)+5=3(x2)273x^2 - 12x + 5 = 3\big((x - 2)^2 - 4\big) + 5 = 3(x - 2)^2 - 7, vertex (2,7)(2, -7).

Solve a quadratic equation

  1. Move every term to one side against 00, expanding first if it arrives as a product equal to a nonzero number.
  2. Pull out any common factor, a bare xx included, rather than dividing by it.
  3. Factor if it splits on sight, a difference of squares x2k2=(xk)(x+k)x^2 - k^2 = (x - k)(x + k) or a perfect square included; take roots with a ±\pm if already a square; otherwise use the formula.
  4. Simplify the radical, cancel any common factor of the whole fraction, and substitute each root into the ORIGINAL equation.

e.g. (x1)(x2)=6(x - 1)(x - 2) = 6 becomes (x4)(x+1)=0(x - 4)(x + 1) = 0, so x=4x = 4 or x=1x = -1.

Count the real roots, or force a count

  1. Standard form first, reading aa, bb, cc with their signs, substituting in parentheses.
  2. Compute Δ=b24ac\Delta = b^2 - 4ac: positive gives two roots, zero one repeated, negative none over R\mathbb{R}.
  3. To design a count, impose that condition on Δ\Delta and solve for the unknown coefficient.
  4. For a factoring question with integer coefficients, ask separately whether Δ\Delta is a perfect square.

e.g. x2+kx+9=0x^2 + kx + 9 = 0 has exactly one real solution when k236=0k^2 - 36 = 0, so k=±6k = \pm 6.

Solve a quadratic inequality

  1. Move everything to one side against 00, threshold questions ("at least", "at most") included; if a<0a < 0, multiply by 1-1 and REVERSE the symbol.
  2. Find the roots, the only places the sign can turn: an upward parabola is negative between two of them and positive outside, so keep the pieces the symbol asks for, or confirm with a test point strictly inside a piece, never a root.
  3. Degenerate cases: Δ=0\Delta = 0 leaves a(xr)2a(x - r)^2, zero at rr and positive elsewhere; Δ<0\Delta < 0 leaves it positive everywhere.
  4. Answer as a set: brackets for ,\le, \ge, parentheses for <,><, >, pieces joined by \cup.

e.g. x2x60x^2 - x - 6 \ge 0 has roots 2-2 and 33, so the solution set is (,2][3,)(-\infty, -2] \cup [3, \infty).

Work with the roots without solving

  1. Write s=bas = -\frac{b}{a} and p=cap = \frac{c}{a}.
  2. Given one root, subtract it from ss or divide it into pp for the other; doing both checks it.
  3. Rewrite a symmetric expression in ss and pp before substituting numbers.
  4. To build a quadratic from roots, use x2sx+px^2 - sx + p, then scale to clear fractions.

e.g. One root of 2x27x+3=02x^2 - 7x + 3 = 0 is 33 and s=72s = \tfrac{7}{2}, so the other is 12\tfrac{1}{2}.

Exam traps

  • Trap Distributing the factored-out aa to the square but not to the constant subtracted inside: 2((x+3)29)+72\big((x + 3)^2 - 9\big) + 7 finished as 2(x+3)222(x + 3)^2 - 2.

    Fix That 9-9 is inside, so it doubles to 18-18: 2x2+12x+7=2(x+3)2112x^2 + 12x + 7 = 2(x + 3)^2 - 11. Expand the finished form back.

  • Trap Splitting a product equal to something other than zero: (x1)(x2)=6(x - 1)(x - 2) = 6 read as x=7x = 7 or x=8x = 8.

    Fix Neither works (65=306 \cdot 5 = 30); only 00 pins a factor down. Expand, subtract 66, refactor: x=4x = 4 or x=1x = -1.

  • Trap Reading Δ0\Delta \ge 0 as "so it factors".

    Fix x22x^2 - 2 has Δ=8\Delta = 8 and two real roots yet no rational factorization: that needs rational coefficients AND a perfect-square Δ\Delta.

  • Trap Reporting Δ<0\Delta < 0 as "no roots", or as an automatically empty answer to an inequality.

    Fix Say no REAL roots. With a>0a > 0, Δ<0\Delta < 0 makes f(x)<0f(x) < 0 empty but f(x)>0f(x) > 0 all of R\mathbb{R}: emptiness turns on the sign of aa and the symbol.

  • Trap Collapsing an outside-the-roots answer into one interval, writing [2,3][-2, 3] for x2x60x^2 - x - 6 \ge 0.

    Fix That is the exact complement. Two rays need a union: (,2][3,)(-\infty, -2] \cup [3, \infty).

  • Trap Multiplying an inequality by 1-1 and keeping the symbol.

    Fix x2+2x+30-x^2 + 2x + 3 \ge 0 becomes x22x30x^2 - 2x - 3 \le 0, never 0\ge 0. Reverse it, or read the downward parabola directly.

  • Trap Treating a repeated root as a sign change, so (x3)2>0(x - 3)^2 > 0 looks like two rays with a negative middle.

    Fix The square is positive everywhere but 33, so the answer only punctures that point: (,3)(3,)(-\infty, 3) \cup (3, \infty).

  • Trap Writing the sum of the roots as ba\frac{b}{a}, or reading off b-b and cc when a1a \neq 1.

    Fix The sum is ba-\frac{b}{a}, the product ca\frac{c}{a}. For 2x27x+32x^2 - 7x + 3 the sum is 72\tfrac{7}{2}, not 77.

  • Trap Evaluating r12+r22r_1^2 + r_2^2 as (r1+r2)2(r_1 + r_2)^2.

    Fix Subtract twice the product: sum 88, product 22 gives 644=6064 - 4 = 60, not 6464.

Chapter test Questions from across the chapter