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

Functions and Their Graphs: 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

Relation
A set of ordered pairs (x,y)(x, y), which an equation names by carving out the points satisfying it. A function pairs each input with exactly one output, so being a function belongs to a curve plus a choice of input, never to the curve alone.
Natural domain, declared domain
The natural domain is the largest set on which the formula returns a real number, assumed when none is stated. A declared domain travels with the function and overrides it.
Range, codomain
The outputs actually produced, against the set they were declared to live in. The range sits inside the codomain and can be strictly smaller.
One-to-one
Different inputs always give different outputs: f(a)=f(b)f(a) = f(b) forces a=ba = b. No horizontal line meets the graph twice.
Inside, outside
In y=af(b(xh))+ky = a\,f(b(x - h)) + k: the inside (bb, hh) acts before ff and moves only the first coordinate, the outside (aa, kk) after ff and only the second.

Formulas and theorems

  • The two line tests

    vertical: reads x as the inputhorizontal: reads y as the input\begin{gathered} \text{vertical: reads } x \text{ as the input} \\ \text{horizontal: reads } y \text{ as the input} \end{gathered}
    One curve can pass the vertical line test and fail the horizontal oneA U-shaped curve opening upward, labelled with its equation y equals x squared. A vertical line drawn to the right of the curve's lowest point crosses it at a single marked point, labelled once. A horizontal line drawn above the lowest point crosses the curve at two marked points, one on each arm, labelled twice.twiceoncehorizontalverticaly = x²
    Text description

    The upward opening parabola y equals x squared, labelled with that equation. A vertical line meets it at one point, so this curve passes the vertical line test, and a horizontal line meets it at two points, one on each arm, so it fails the horizontal one. That is the opposite verdict from the worked example, which is about the sideways curve x equals y squared.

    Use when One test asked about two different variables: the curve passes whichever reading gives each input exactly one output, and it can pass one and fail the other. Swapping the two is exactly what inverting does.

    e.g. x=y2x = y^2 fails the vertical test (x=4x = 4 gives y=±2y = \pm 2) and passes the horizontal one.

  • Function equality

    f=g    same domain,same codomain, same values\begin{gathered} f = g \iff \text{same domain,} \\ \text{same codomain, same values} \end{gathered}

    Use when All three, not the formula alone. x2x\dfrac{x^2}{x} and xx agree for x0x \neq 0, but 00 lies in only one domain, so they differ.

  • Additivity and scaling

    in general:f(a+b)f(a)+f(b)f(kx)kf(x)\begin{gathered} \text{in general:} \\ f(a + b) \neq f(a) + f(b) \\ f(kx) \neq k\,f(x) \end{gathered}

    Use when Only f(x)=mxf(x) = mx satisfies both. Even f(x)=mx+cf(x) = mx + c with c0c \neq 0 fails.

    e.g. f(x)=x2f(x) = x^2: f(2+3)=25f(2 + 3) = 25, while f(2)+f(3)=13f(2) + f(3) = 13.

  • Difference quotient

    f(x+h)f(x)h\frac{f(x + h) - f(x)}{h}

    Use when h0h \neq 0, with xx and x+hx + h in the domain. Cancelling the hh widens the domain, so the simplified form and the original agree only for h0h \neq 0. It is the secant slope from xx to x+hx + h.

    e.g. f(x)=x25xf(x) = x^2 - 5x gives 2x+h52x + h - 5.

  • A finite table underdetermines a function

    g(x)=f(x)+c(xx1)(xx2)(xxn)\begin{gathered} g(x) = f(x) \\ +\, c\,(x - x_1)(x - x_2)\cdots(x - x_n) \end{gathered}

    Use when Any constant cc, any sampled inputs x1,,xnx_1, \dots, x_n. Each factor vanishes at its own sample, so infinitely many functions fit one finite table. Join plotted points only after proving the features between them.

    e.g. xx and x+(x1)(x2)(x3)x + (x - 1)(x - 2)(x - 3) agree at 1,2,31, 2, 3, yet give 00 and 6-6 at x=0x = 0.

  • Sign of a factored form

    f(x)=a(xr1)k1(xr2)k2f(x) = a\,(x - r_1)^{k_1}(x - r_2)^{k_2}\cdots

    Use when Needs a fully factored rule. The sign of ff on each interval is the product of its factor signs; a factor with no real root (x2+1x^2 + 1) keeps one sign throughout, the sign of its leading coefficient. Odd multiplicity kik_i flips the sign at rir_i and the graph crosses; even kik_i keeps it and the graph touches.

  • Even and odd

    even: f(x)=f(x)odd: f(x)=f(x)\begin{gathered} \text{even: } f(-x) = f(x) \\ \text{odd: } f(-x) = -f(x) \end{gathered}

    Use when Both need a domain holding x-x whenever it holds xx. Even: fixed by reflection across the yy-axis. Odd: fixed by a 180180^\circ rotation about the origin, with f(0)=0f(0) = 0 whenever 00 is in its domain. Exponent parity decides it only when every term shares one parity.

    e.g. x54xx^5 - 4x is odd; x2+xx^2 + x is neither, as f(x)=x2xf(-x) = x^2 - x.

  • End behavior

    anxn++a0=xn(an+an1x++a0xn)\begin{gathered} a_n x^n + \cdots + a_0 \\ = x^n\left(a_n + \frac{a_{n-1}}{x} + \cdots + \frac{a_0}{x^n}\right) \end{gathered}

    Use when Polynomials, an0a_n \neq 0. Both ends track anxna_n x^n: signs matching for even nn, opposite for odd nn, all flipped when an<0a_n < 0.

    e.g. 2x3+x=x3(2+1x2)-2x^3 + x = x^3\left(-2 + \tfrac{1}{x^2}\right) falls right and rises left.

  • Transformation master formula

    y=af(b(xh))+k(u,v)(ub+h, av+k)\begin{gathered} y = a\,f\big(b(x - h)\big) + k \\ (u, v) \longmapsto \left(\frac{u}{b} + h,\ av + k\right) \end{gathered}

    Use when b0b \neq 0, with (u,v)(u, v) on the graph of ff. The halves never mix, and a negative aa or bb swaps that interval's endpoints. Outside moves run in arithmetic order (scale, then shift), inside moves in reverse.

    e.g. (6,2)(6, -2) on ff lands at (5,10)(5, 10) on y=3f(x+1)+4y = -3f(x + 1) + 4.

  • Factoring a compound inside

    f(bxc)=f ⁣(b(xcb))f(bx - c) = f\!\left(b\left(x - \frac{c}{b}\right)\right)

    Use when b0b \neq 0. Pull bb out before reading the shift: it is cb\tfrac{c}{b}, never cc.

  • Composition

    (gf)(x)=g(f(x))(g \circ f)(x) = g(f(x))

    Use when Reads right to left: ff acts first. Associative, with id(x)=x\operatorname{id}(x) = x neutral on either side, but NOT always commutative. Every transformation is a composition.

    e.g. f(x)=x+1f(x) = x + 1, g(x)=x2g(x) = x^2: (gf)(x)=(x+1)2x2+1=(fg)(x)(g \circ f)(x) = (x + 1)^2 \neq x^2 + 1 = (f \circ g)(x).

  • Domain of a composition

    dom(gf)={xdomf:f(x)domg}\begin{gathered} \operatorname{dom}(g \circ f) \\ = \{\, x \in \operatorname{dom} f : f(x) \in \operatorname{dom} g \,\} \end{gathered}

    Use when NOT domfdomg\operatorname{dom} f \cap \operatorname{dom} g. The second condition constrains an OUTPUT, so the range of ff settles it.

  • Inverse: the two-sided test

    gf=iddomf,fg=iddomgg \circ f = \operatorname{id}_{\operatorname{dom} f}, \qquad f \circ g = \operatorname{id}_{\operatorname{dom} g}

    Use when Both, each on its own domain, and those domains can differ. A two-sided inverse is unique, which licenses the name f1f^{-1}.

  • Inverse: existence, sets, and graph

    f invertible    f one-to-onedomf1=rangefrangef1=domf\begin{gathered} f \text{ invertible} \iff f \text{ one-to-one} \\ \operatorname{dom} f^{-1} = \operatorname{range} f \\ \operatorname{range} f^{-1} = \operatorname{dom} f \end{gathered}
    The graph of f inverse is the graph of f reflected across the line y = xA pair of axes with a dashed diagonal line y equals x. Above the diagonal a curve labelled f leaves the vertical axis going straight up and bends to the right. Below the diagonal its mirror image, labelled f inverse, leaves the horizontal axis going right and bends upward. A marked point on each curve is joined by a dashed segment meeting the diagonal at right angles, with its midpoint on the diagonal.ff−1y = xxy
    Text description

    A curve and its inverse, mirror images across the line y = x.

    Use when Needs the codomain taken to be the range. Restricting a domain to earn one-to-oneness yields a different function. The graph of f1f^{-1} is the reflection across y=xy = x, a function exactly when ff is one-to-one.

    e.g. x2x^2 inverts to x\sqrt{x} on x0x \ge 0 and to x-\sqrt{x} on x0x \le 0.

Problem types, step by step

Find the natural domain of a formula

  1. Collect every requirement: nonzero denominators, nonnegative insides for even roots.
  2. An even root in a denominator needs its inside strictly positive, not merely nonnegative.
  3. Intersect the requirements; a declared domain overrides all of it.

e.g. f(x)=15xf(x) = \dfrac{1}{\sqrt{5 - x}} needs 5x>05 - x > 0, so the domain is x<5x < 5.

Find the range of a formula

  1. Bound the rule from the inside out: a square, an even root, and an absolute value are all 0\ge 0.
  2. For each bound decide ATTAINED or only APPROACHED by solving f(x)=f(x) = that bound and checking whether an input in the domain produces it.
  3. Report the set closed at every attained bound and open at every approached one.

e.g. f(x)=1x2+1f(x) = \dfrac{1}{x^2 + 1}: x2+11x^2 + 1 \ge 1, so 0<f(x)10 < f(x) \le 1, with 11 hit at x=0x = 0 and 00 never.

Evaluate at a number, an expression, or a piecewise case

  1. Wrap the whole argument in parentheses, copy it into every xx, then simplify; f(x)f(x) is never ff times xx.
  2. For a piecewise rule, the inequalities say which single case owns the input; apply that one alone. A valid rule covers the domain with no input given two outputs.
  3. To solve f(x)=cf(x) = c, treat it as an ordinary equation in xx.

e.g. f(x)=x2+1f(x) = x^2 + 1 gives f(2x)=4x2+1f(2x) = 4x^2 + 1, not 2x2+12x^2 + 1.

Simplify a difference quotient

  1. Substitute x+hx + h into the whole rule and expand; for a fractional rule, combine over a common denominator instead.
  2. Subtract f(x)f(x). Every surviving term must carry a factor of hh, which checks the expansion.
  3. Divide by hh and record h0h \neq 0 beside the answer.

e.g. f(x)=1xf(x) = \dfrac{1}{x}: the numerator is hx(x+h)\dfrac{-h}{x(x + h)}, so the quotient is 1x(x+h)\dfrac{-1}{x(x + h)}.

Decide function of which variable, and one-to-oneness

  1. Name the input variable; the question is incomplete without it.
  2. Solve for the output. A surviving ±\pm means one input has two outputs, so it is not a function of that variable.
  3. For one-to-oneness, hunt for two inputs sharing an output, or show f(a)=f(b)f(a) = f(b) forces a=ba = b.

e.g. x=y2x = y^2 is a function of yy but not of xx, since x=4x = 4 gives y=±2y = \pm 2.

Read a polynomial graph off its factored form

  1. Factor fully; the roots are the zeros and the xx-intercepts.
  2. Mark the roots on a line and multiply the factor signs on each interval between consecutive roots.
  3. Apply each root's multiplicity to decide crossing or touching.
  4. Factor out the highest power to settle both ends, then fit a curve to those features.

e.g. (x+1)(x3)2(x + 1)(x - 3)^2: negative on x<1x < -1, positive on both sides of 33, so it crosses at 1-1 and touches at 33.

Locate a hole

  1. Only the inputs the denominator rejects are candidates.
  2. Factor and cancel. A rejected input whose factor cancels leaves a hole; one whose factor survives gives a vertical asymptote.
  3. Evaluate the simplified rule at the cancelled input for the hole's height.

e.g. x29x23x=x+3x\dfrac{x^2 - 9}{x^2 - 3x} = \dfrac{x + 3}{x} for x3x \neq 3: hole at (3,2)(3, 2), asymptote at x=0x = 0.

Transform a point, a domain, or a range

  1. Factor the inside into b(xh)b(x - h) so bb and hh are visible; read aa and kk off the outside.
  2. Send (u,v)(u, v) to (ub+h, av+k)\left(\tfrac{u}{b} + h,\ av + k\right), and each endpoint of the domain and range the same way.
  3. Check by putting the new input into the transformed rule and confirming the old height returns.

e.g. y=f(3x+6)=f(3(x+2))y = f(3x + 6) = f(3(x + 2)): the point at input 99 moves to input 932=1\tfrac{9}{3} - 2 = 1.

Compose two functions, or decompose one

  1. To compose gfg \circ f: the right function ff acts first, so substitute its rule into every input slot of gg.
  2. For the domain, impose xdomfx \in \operatorname{dom} f, then solve f(x)domgf(x) \in \operatorname{dom} g; keep that domain even when the formula simplifies away every trace of it.
  3. To decompose hh: peel the outermost operation off as gg, call what it acts on ff, and confirm g(f(x))g(f(x)) rebuilds hh. Any split that composes back is correct.

e.g. f(x)=xf(x) = \sqrt{x}, g(x)=1x3g(x) = \dfrac{1}{x - 3}: (gf)(x)=1x3(g \circ f)(x) = \dfrac{1}{\sqrt{x} - 3} on x0x \ge 0 with x9x \neq 9.

Find an inverse and prove it

  1. Confirm ff is one-to-one, restricting the domain if it is not and recording the restriction taken.
  2. Write y=f(x)y = f(x) and solve for xx: for a linear-fractional rule, clear the denominator, gather the xx terms, factor, divide.
  3. Rename the input to get f1f^{-1}, with domf1=rangef\operatorname{dom} f^{-1} = \operatorname{range} f.
  4. Verify both compositions return xx, each on its own domain.

e.g. f(x)=xx2f(x) = \dfrac{x}{x - 2} gives x(y1)=2yx(y - 1) = 2y, so f1(x)=2xx1f^{-1}(x) = \dfrac{2x}{x - 1}, on x1x \neq 1.

Exam traps

  • Trap Letting a simplified formula overwrite the domain: calling x24x2\dfrac{x^2 - 4}{x - 2} the function x+2x + 2, or calling (gf)(x)=(x)2=x(g \circ f)(x) = (\sqrt{x})^2 = x the identity.

    Fix Both wrong: the first is x+2x + 2 with x=2x = 2 deleted, a hole at (2,4)(2, 4); the second is xx on x0x \ge 0.

  • Trap Reading the shift of y=f(2x3)y = f(2x - 3) as right 33.

    Fix Factor first: 2x3=2(x32)2x - 3 = 2\left(x - \tfrac{3}{2}\right), a compression by 22 and a shift right 32\tfrac{3}{2}. The point at input 44 lands at 72\tfrac{7}{2}, not 77.

  • Trap Taking domfdomg\operatorname{dom} f \cap \operatorname{dom} g as the domain of gfg \circ f.

    Fix For f(x)=xf(x) = \sqrt{x} and g(x)=1x2g(x) = \dfrac{1}{x - 2} that deletes x=2x = 2 and keeps x=4x = 4; the truth is the reverse, since 4=2\sqrt{4} = 2.

  • Trap Declaring g=f1g = f^{-1} on the strength of one composition.

    Fix For f(x)=x2f(x) = x^2 on all reals and g(x)=xg(x) = \sqrt{x}, f(g(x))=xf(g(x)) = x but g(f(x))=xg(f(x)) = \lvert x \rvert, returning 33 at x=3x = -3.

  • Trap Reading a superscript on a function name as arithmetic, so f1f^{-1} becomes 1f\dfrac{1}{f} or f2f^2 becomes (f(x))2(f(x))^2.

    Fix Both mark composition: f2=fff^2 = f \circ f. For f(x)=2x1f(x) = 2x - 1: f2(x)=4x3f^2(x) = 4x - 3, not 4x24x+14x^2 - 4x + 1, and f1(x)=x+12f^{-1}(x) = \tfrac{x + 1}{2}, not 12x1\tfrac{1}{2x - 1}.

  • Trap Claiming the graphs of ff and f1f^{-1} can meet only on the line y=xy = x.

    Fix Reflection makes their shared points symmetric about that line, not confined to it: f(x)=x3f(x) = -x^3 meets f1(x)=x3f^{-1}(x) = -\sqrt[3]{x} at (1,1)(1, -1) and (1,1)(-1, 1). Only f(a)=af(a) = a forces one onto the line.

  • Trap Reordering two moves on the same side of ff and expecting the same graph.

    Fix 2f(x)+32f(x) + 3 (stretch, then shift) and 2(f(x)+3)=2f(x)+62(f(x) + 3) = 2f(x) + 6 (shift, then stretch) sit 33 apart everywhere.

  • Trap Claiming a finished graph names the transformation that made it.

    Fix For f(x)=x2f(x) = x^2, y=4x2y = 4x^2 is both f(2x)f(2x) and 4f(x)4f(x); the coincidence needs a homogeneous power and dies for x2+1x^2 + 1. Describe a transformation, never "the" one.

Chapter test Questions from across the chapter