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

Functions: 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

Function
A rule that assigns to each input exactly one output, so one input can never yield two different results.
Function notation f(x)f(x)
ff names the rule, xx records the input, and the whole symbol is the output: f(3)=7f(3) = 7 says the input 33 gave the output 77.
Domain
The set of inputs a function is allowed to take.
Range
The set of outputs it actually produces: what comes out, where the domain is what may go in.
Composition fgf \circ g
Feeding one function's output straight into another, read "ff after gg". The ring is neither multiplication nor the letter o.
Inner and outer function
In f(g(x))f(g(x)), gg is inner and runs first on the raw input; ff is outer and runs last, so it decides what kind of answer comes out.
Inverse function f1f^{-1}
The function that reverses ff, sending each output back to the input it came from. It swaps every pair: (5,8)(5, 8) becomes (8,5)(8, 5).
One-to-one function
A function whose different inputs always give different outputs, so no two inputs share an output.
Binary operation
A rule taking two inputs to one output: ordinary ++, or an invented symbol such as \star, \diamond, or \oplus given a defining formula.
Commutative operation
One with ab=baa \star b = b \star a for every aa and bb, so the two inputs may trade places freely.
Associative operation
One where the grouping never matters: (ab)c=a(bc)(a \star b) \star c = a \star (b \star c) always.

Formulas and theorems

  • Vertical line test

    A graph represents a function exactly when no vertical line crosses it more than once.

    A vertical line meeting a graph twice means one input has two outputsAxes with a curve opening to the right from the origin. A highlighted dashed vertical line stands at x equals 4 and crosses the curve at two highlighted dots. A dotted guide runs from each dot back to the vertical axis, one reaching 2 and one reaching negative 2, so the single input 4 returns two different outputs.2−2x = 4x = y2
    Text description

    The curve x equals y squared, with a dashed vertical line at x equals 4 crossing it twice, at the outputs 2 and negative 2.

    Use when Input on the horizontal axis. A line that misses the graph is fine, since an input outside the domain has no point above it.

    e.g. x=y2x = y^2 fails: at x=4x = 4 both 22 and 2-2 appear.

  • Arithmetic combinations of two functions

    (f+g)(x)=f(x)+g(x)(fg)(x)=f(x)g(x)(fg)(x)=f(x)g(x)(fg)(x)=f(x)g(x)\begin{gathered} (f + g)(x) = f(x) + g(x) \\ (f - g)(x) = f(x) - g(x) \\ (fg)(x) = f(x) \cdot g(x) \\ \left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)} \end{gathered}

    Use when Defined wherever both ff and gg are. The quotient also needs g(x)0g(x) \neq 0, even where ff is happy.

  • Composition

    (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x))
    The inner function runs first, the outer function runs lastAn input x flows along an arrow into a highlighted rounded box labelled g, marked inner, first. Its output, labelled g of x, flows along a second arrow into another rounded box labelled f, marked outer, last, and the arrow leaving that box carries f of g of x.xgg(x)ff(g(x))inner: firstouter: last
    Text description

    A chain: x enters the inner function g first, and the output g of x then enters the outer function f, giving f of g of x.

    Use when The inner function gg runs first on the raw input; ff runs second on its output, so fgf \circ g is read right to left, not left to right.

    e.g. f(x)=x2f(x) = x^2, g(x)=x+4g(x) = x + 4: (fg)(x)=(x+4)2=x2+8x+16(f \circ g)(x) = (x + 4)^2 = x^2 + 8x + 16.

  • Composition is not commutative

    In general fgf \circ g and gfg \circ f are different functions.

    Use when "In general" is exact: particular pairs can agree, as a function and its inverse do. Never assume the swap is free.

    e.g. f(x)=x2f(x) = x^2, g(x)=x+4g(x) = x + 4: f(g(3))=49f(g(3)) = 49 but g(f(3))=13g(f(3)) = 13.

  • Domain of a composition

    An input is in the domain of fgf \circ g exactly when it is allowed into gg AND the output g(x)g(x) is allowed into ff.

    Use when Both tests, always. The second can bar an input the inner function accepts, so the domain is neither function's by itself.

  • Defining property of an inverse

    f1(f(x))=xf(f1(x))=x\begin{gathered} f^{-1}(f(x)) = x \\ f(f^{-1}(x)) = x \end{gathered}
    The inverse sends every output back to the input it came fromTwo ovals side by side, labelled domain of f and range of f. A dot in the left oval is labelled x and a dot in the right oval is labelled f of x. An arc labelled f runs above them, from x to f of x. A highlighted arc labelled f inverse runs below them, from f of x back to x.xf(x)ff−1domain of frange of f
    Text description

    Two ovals: an arrow labelled f carries x across to f of x, and a return arrow labelled f inverse carries it back to x.

    Use when The first holds on the domain of ff, the second on the domain of f1f^{-1}. The raised 1-1 names the inverse under composition, never a reciprocal.

  • Domain and range trade places

    The domain of f1f^{-1} is the range of ff, and its range is the domain of ff.

    Use when Whenever f1f^{-1} exists. It follows from swapping every pair, so the forbidden inputs swap as well.

    e.g. f(x)=1x3f(x) = \dfrac{1}{x - 3} bans 33; f1(x)=1x+3f^{-1}(x) = \dfrac{1}{x} + 3 bans 00.

  • One-to-one, and the horizontal line test

    A function has an inverse function exactly when it is one-to-one, which on a graph means no horizontal line crosses it more than once.

    Use when Algebraically, set f(a)=f(b)f(a) = f(b) and check that a=ba = b follows. A rule that fails can often be repaired by shrinking the domain to a one-to-one piece, and that restriction travels with the inverse.

    e.g. f(x)=x2f(x) = x^2 fails (33 and 3-3 both give 99); on x0x \ge 0 its inverse is x\sqrt{x}.

  • Evaluating a defined operation

    Substitute the first input for every aa and the second for every bb in the defining rule, then simplify.

    Use when The symbol carries no meaning of its own; only the rule does.

    e.g. With ab=2a+b1a \star b = 2a + b - 1: 35=2(3)+51=103 \star 5 = 2(3) + 5 - 1 = 10.

  • Identity element of an operation

    ae=aea=a\begin{gathered} a \star e = a \\ e \star a = a \end{gathered}

    Use when One fixed number ee must satisfy both, for EVERY aa. Both sides, since the operation need not be commutative; some operations have no identity.

    e.g. ab=a+b+aba \oplus b = a + b + ab has identity 00; ab=2a+b1a \star b = 2a + b - 1 has none.

Problem types, step by step

Evaluate a function

  1. Replace every xx in the rule with the given input, wrapped in parentheses so signs survive.
  2. Simplify, squaring and multiplying before adding, and record the pair as f(input)=outputf(\text{input}) = \text{output}.

e.g. f(x)=x22f(x) = x^2 - 2: f(3)=(3)22=7f(-3) = (-3)^2 - 2 = 7.

Decide whether a relationship is a function

  1. From pairs or a table, look for one input listed twice with different outputs.
  2. From a graph, apply the vertical line test.
  3. From an equation, pick an input, solve for the output, and see whether two values come back.

e.g. {(4,1),(4,2),(5,3)}\{(4, 1), (4, 2), (5, 3)\} fails: the input 44 has both 11 and 22.

Find a domain and a range

  1. Set every denominator equal to zero and exclude the inputs you find.
  2. Require anything under a square root to be 0\ge 0; through this chapter those two are the only exclusions, so otherwise the domain is all numbers.
  3. For the range, ask what the rule can actually reach: a square is never negative.

e.g. f(x)=1x3f(x) = \dfrac{1}{x - 3} has domain all numbers except 33; g(x)=x2+1g(x) = x^2 + 1 has range all numbers 1\ge 1.

Combine two functions by arithmetic

  1. Substitute both rules and simplify, bracketing the second rule before a subtraction.
  2. For a quotient, solve g(x)=0g(x) = 0 and exclude every solution.

e.g. f(x)=3xf(x) = 3x, g(x)=x+2g(x) = x + 2: (fg)(x)=3x(x+2)=2x2(f - g)(x) = 3x - (x + 2) = 2x - 2.

Compose two functions

  1. Read the nesting: the inner function is the one whose parentheses hold the input.
  2. At a number, evaluate the inner function first, then run the outer on that output.
  3. For a formula, drop the ENTIRE inner rule into the outer wherever it expects its input.
  4. Expand and simplify, keeping the middle term of any squared binomial.

e.g. f(x)=x2f(x) = x^2, g(x)=x1g(x) = x - 1: f(g(4))=f(3)=9f(g(4)) = f(3) = 9.

Find the domain of a composition

  1. Exclude every input the inner function rejects.
  2. Set the inner rule equal to each value the outer function rejects, and exclude those solutions too.
  3. Report what survived both, not what the simplified formula seems to allow.

e.g. f(x)=1xf(x) = \dfrac{1}{x}, g(x)=x7g(x) = x - 7: g(7)=0g(7) = 0, so exclude 77.

Model a two-step process as a composition

  1. Name each step as its own function and decide which acts on the raw input first.
  2. Write the model with the second step on the outside, so the first step sits inside its parentheses.
  3. Substitute, simplify, and evaluate at the value asked for.

e.g. A discount d(p)=0.8pd(p) = 0.8p then a 55 fee s(x)=x+5s(x) = x + 5: s(d(40))=0.8(40)+5=37s(d(40)) = 0.8(40) + 5 = 37.

Find the inverse of a function

  1. Write y=f(x)y = f(x).
  2. Swap xx and yy; a domain restriction described the input, so it moves to yy.
  3. Solve for yy, using that restriction where a square root offers two values.
  4. Rename it f1(x)f^{-1}(x) and confirm both compositions collapse to xx.

e.g. f(x)=5x2f(x) = 5x - 2: from x=5y2x = 5y - 2, f1(x)=x+25f^{-1}(x) = \dfrac{x + 2}{5}.

Verify that two functions are inverses

  1. Build f(g(x))f(g(x)) by substituting the whole rule for gg into ff, and simplify.
  2. Build g(f(x))g(f(x)) the same way.
  3. Both must reduce to xx; if either does not, the pair are not inverses.

Test a defined operation for commutativity or associativity

  1. For commutativity, compute aba \star b and bab \star a on one concrete pair; different values settle it, one counterexample being enough.
  2. Equal values settle nothing, so argue from the rule: one that treats its two slots identically is commutative always.
  3. For associativity, compare (ab)c(a \star b) \star c with a(bc)a \star (b \star c), each worked from the inside out; one unequal triple disproves it, while equal values again settle nothing.

e.g. ab=a2ba \diamond b = a^2 - b: 31=83 \diamond 1 = 8 but 13=21 \diamond 3 = -2.

Find an identity element, or show there is none

  1. Write ae=aa \star e = a with the defining rule substituted in, and solve for ee.
  2. If the value of ee depends on aa, no single number works and the operation has no identity.
  3. If ee is one fixed number, confirm ea=ae \star a = a as well before claiming it.

Solve an equation containing a defined operation

  1. Substitute the definition, placing the unknown in whichever slot it occupies.
  2. Solve the ordinary equation that remains, keeping both roots when a square gave two.
  3. Check by running the original operation on your answer.

e.g. x3=22x \diamond 3 = 22 with ab=a2ba \diamond b = a^2 - b: x2=25x^2 = 25, so x=5x = 5 or x=5x = -5.

Exam traps

  • Trap Reading f1f^{-1} as a reciprocal: for f(x)=x+3f(x) = x + 3, calling f1(5)f^{-1}(5) the value 1f(5)=18\dfrac{1}{f(5)} = \dfrac{1}{8}.

    Fix The raised 1-1 names the inverse under composition, never 1f\dfrac{1}{f}. Here f1(x)=x3f^{-1}(x) = x - 3, so f1(5)=2f^{-1}(5) = 2, the input that ff sends to 55.

  • Trap Reading f(3)f(3) as "ff times 33": for f(x)=2x+1f(x) = 2x + 1, writing f(3)=3(2x+1)=6x+3f(3) = 3(2x + 1) = 6x + 3.

    Fix The parentheses are an instruction to apply the rule, not a multiplication sign. Substitute instead: f(3)=2(3)+1=7f(3) = 2(3) + 1 = 7.

  • Trap Substituting only the variable: for f(x)=x2f(x) = x^2 and g(x)=x+4g(x) = x + 4, writing f(g(x))=x2+4f(g(x)) = x^2 + 4.

    Fix The entire inner rule goes in: f(g(x))=(x+4)2=x2+8x+16f(g(x)) = (x + 4)^2 = x^2 + 8x + 16. The answer x2+4x^2 + 4 is really g(f(x))g(f(x)), the other order.

  • Trap Answering "which input gives an output of 77?" by computing f(7)f(7).

    Fix f(7)f(7) evaluates AT the input 77; finding the input that yields 77 means solving f(x)=7f(x) = 7. For f(x)=2x+1f(x) = 2x + 1 that is x=3x = 3, not f(7)=15f(7) = 15.

  • Trap Calling {(1,5),(2,5),(3,5)}\{(1, 5), (2, 5), (3, 5)\} not a function because the output 55 repeats, or rejecting f(x)=x2f(x) = x^2 because a horizontal line meets its graph twice.

    Fix Repeated outputs are legal; only one input with two outputs is banned. Vertical crossings decide whether a graph is a function, horizontal crossings only whether it is one-to-one.

  • Trap Reading the domain of fgf \circ g off the simplified formula: with f(x)=x2f(x) = x^2 and g(x)=xg(x) = \sqrt{x}, (x)2=x\left(\sqrt{x}\right)^2 = x looks defined everywhere.

    Fix The inner function must accept the input first. Since gg rejects every negative, the domain is x0x \ge 0, though the simplified rule shows no trace of the root.

  • Trap Declaring two functions inverses after checking one direction only.

    Fix One direction can hold while the other fails. For f(x)=x2f(x) = x^2 on all numbers and g(x)=xg(x) = \sqrt{x}: f(g(x))=xf(g(x)) = x, but g(f(3))=9=3g(f(-3)) = \sqrt{9} = 3, not 3-3.

  • Trap Letting the invented symbol override the order of operations: reading 353 \star 5 with ab=2a+b1a \star b = 2a + b - 1 as 2(3+5)1=152(3 + 5) - 1 = 15.

    Fix Substitution changes nothing about how the expression is read. Only aa is doubled: 2(3)+51=102(3) + 5 - 1 = 10.

  • Trap Substituting only part of an expression input: with ab=a2ba \diamond b = a^2 - b, writing (k+1)4=k2+14=k23(k + 1) \diamond 4 = k^2 + 1 - 4 = k^2 - 3.

    Fix The whole expression drops into the slot as one block: (k+1)24=k2+2k3(k + 1)^2 - 4 = k^2 + 2k - 3. The middle term 2k2k is exactly what dropping the parentheses loses.

Chapter test Questions from across the chapter