Math ClubMath Club
v1 · padrão canônico

Lesson 5 — Composition and inverse functions

Composition f∘g as sequential operations. Inverse f⁻¹ undoing the operation. Conditions for invertibility: bijection or domain restriction.

Used in: 1.º ano do EM (15 anos) · Math I japonês cap. 3 · Klasse 10 alemã — Funktionen

(fg)(x)=f(g(x)),f1(f(x))=x(f \circ g)(x) = f(g(x)), \quad f^{-1}(f(x)) = x

Composition chains two functions — the output of gg becomes the input of ff. Inverse undoes the operation: f1f^{-1} exists if and only if f is bijective (or the domain is restricted). The identity f1(f(x))=xf^{-1}(f(x)) = x is the universal verification.

Choose your door

Rigorous notation, full derivation, hypotheses

Rigorous definition

Composition of functions

"When we combine functions such that the output of one function becomes the input of another, we create a composition of functions. The resulting function is called a composite function." — OpenStax College Algebra 2e, §3.4

AxBg(x)Cf(g(x))gff ∘ g

Composition: each solid arrow is a function; the dashed arrow below is the composite fg — a shortcut that "skips" the intermediate set B.

Inverse function

"In order for a function to have an inverse function, it needs to be a one-to-one function. A function is one-to-one if each output value corresponds to exactly one input value." — Stitz–Zeager Precalculus, §5.2

y = xf(x)f ⁻¹(x)

f and its inverse are symmetric with respect to the line y = x. Reflecting the graph of f across that diagonal gives the graph of f⁻¹.

Worked examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 18Understanding 9Modeling 6Challenge 4Proof 3
  1. Ex. 5.1Understanding

    How do you determine the domain of the quotient of two functions, f/gf/g?

    Select the correct option
    Select an option first
    Show solution
    The domain of f/gf/g includes all values where both functions are defined, excluding the points where the denominator g(x)g(x) is zero.
    Show step-by-step (with the why)
    1. 1. Determine the domain of ff and the domain of gg separately.
    2. 2. Take the intersection of those two domains.
    3. 3. Exclude from the intersection all xx such that g(x)=0g(x) = 0.
    4. 4. The resulting set is the domain of f/gf/g.
  2. Ex. 5.2UnderstandingAnswer key

    What is the composition of two functions, fgf \circ g?

    Select the correct option
    Select an option first
    Show solution
    By definition, (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)): evaluate gg first, and pass the result to ff.
    Show step-by-step (with the why)
    1. 1. Evaluate gg at the point xx.
    2. 2. Use that result as the argument of ff.
    3. 3. The final value is (fg)(x)(f \circ g)(x).
  3. Ex. 5.3Understanding

    If the order is reversed when composing two functions, can the result be the same as in the original order? If so, give an example.

    Select the correct option
    Select an option first
    Show solution
    In general fggff \circ g \neq g \circ f, but for equal functions the compositions coincide. Example: f(x)=2xf(x) = 2x and g(x)=2xg(x) = 2x give (fg)(x)=4x=(gf)(x)(f \circ g)(x) = 4x = (g \circ f)(x).
  4. Ex. 5.4UnderstandingAnswer key

    How do you determine the domain of the composition fgf \circ g?

    Select the correct option
    Select an option first
    Show solution
    For f(g(x))f(g(x)) to make sense, xx must be in the domain of gg and additionally g(x)g(x) must fall within the domain of ff.
    Show step-by-step (with the why)
    1. 1. Write the domain of gg.
    2. 2. For each xx in that domain, compute g(x)g(x) and check whether it belongs to the domain of ff.
    3. 3. Keep only the xx that satisfy both conditions.
  5. Ex. 5.5Application

    With f(x)=2x2+1f(x) = 2x^2 + 1 and g(x)=3x+5g(x) = 3x + 5, compute f(g(2))f(g(2)) and find f(g(x))f(g(x)).

    Select the correct option
    Select an option first
    Show solution
    g(2)=3(2)+5=11g(2) = 3(2)+5 = 11; f(11)=2(121)+1=243f(11) = 2(121)+1 = 243. For the general formula: f(g(x))=2(3x+5)2+1f(g(x)) = 2(3x+5)^2+1.
    Show step-by-step (with the why)
    1. 1. Compute g(2)=32+5=11g(2) = 3 \cdot 2 + 5 = 11.
    2. 2. Compute f(11)=2112+1=2121+1=243f(11) = 2 \cdot 11^2 + 1 = 2 \cdot 121 + 1 = 243.
    3. 3. For the general formula: substitute g(x)=3x+5g(x) = 3x+5 into ff: f(g(x))=2(3x+5)2+1f(g(x)) = 2(3x+5)^2 + 1.
  6. Ex. 5.6Application

    With f(x)=2x2+1f(x) = 2x^2 + 1 and g(x)=3x+5g(x) = 3x + 5, compute g(f(3))g(f(-3)).

    Select the correct option
    Select an option first
    Show solution
    f(3)=2(3)2+1=29+1=19f(-3) = 2(-3)^2+1 = 2 \cdot 9+1 = 19; then g(19)=3(19)+5=62g(19) = 3(19)+5 = 62.
    Show step-by-step (with the why)
    1. 1. Compute f(3)=2(3)2+1=18+1=19f(-3) = 2(-3)^2+1 = 18+1 = 19.
    2. 2. Compute g(19)=319+5=57+5=62g(19) = 3 \cdot 19+5 = 57+5 = 62.
  7. Ex. 5.7Application

    With g(x)=3x+5g(x) = 3x + 5, find (gg)(x)(g \circ g)(x).

    Select the correct option
    Select an option first
    Show solution
    (gg)(x)=g(g(x))=g(3x+5)=3(3x+5)+5=9x+15+5=9x+20(g \circ g)(x) = g(g(x)) = g(3x+5) = 3(3x+5)+5 = 9x+15+5 = 9x+20.
  8. Ex. 5.8Application

    With f(x)=4x+8f(x) = 4x + 8 and g(x)=7x2g(x) = 7 - x^2, compute f(g(0))f(g(0)) and g(f(0))g(f(0)).

    Select the correct option
    Select an option first
    Show solution
    g(0)=7g(0) = 7, so f(g(0))=4(7)+8=36f(g(0)) = 4(7)+8 = 36. On the other hand, f(0)=8f(0) = 8, so g(f(0))=782=764=57g(f(0)) = 7-8^2 = 7-64 = -57.
    Show step-by-step (with the why)
    1. 1. Compute g(0)=702=7g(0) = 7 - 0^2 = 7.
    2. 2. Compute f(7)=4(7)+8=36f(7) = 4(7)+8 = 36.
    3. 3. Compute f(0)=4(0)+8=8f(0) = 4(0)+8 = 8.
    4. 4. Compute g(8)=764=57g(8) = 7 - 64 = -57.
  9. Ex. 5.9Application

    With f(x)=5x+7f(x) = 5x + 7 and g(x)=42x2g(x) = 4 - 2x^2, compute f(g(0))f(g(0)) and g(f(0))g(f(0)). (Ans: 27 and 94-94)

    Select the correct option
    Select an option first
    Show solution
    g(0)=4g(0) = 4, so f(4)=5(4)+7=27f(4) = 5(4)+7 = 27. Also f(0)=7f(0) = 7 and g(7)=42(49)=498=94g(7) = 4 - 2(49) = 4-98 = -94. (Ans: f(g(0))=27f(g(0))=27, g(f(0))=94g(f(0))=-94)
  10. Ex. 5.10Application

    With f(x)=x+4f(x) = x + 4 and g(x)=12x3g(x) = 12 - x^3, compute f(g(0))f(g(0)) and g(f(0))g(f(0)). (Ans: 16 and 52-52)

    Select the correct option
    Select an option first
    Show solution
    g(0)=120=12g(0) = 12 - 0 = 12, so f(12)=12+4=16f(12) = 12+4 = 16. Also f(0)=4f(0) = 4 and g(4)=1243=1264=52g(4) = 12 - 4^3 = 12-64 = -52. (Ans: 16 and 52-52)
  11. Ex. 5.11Application

    With f(x)=1x+2f(x) = \frac{1}{x+2} and g(x)=4x+3g(x) = 4x + 3, compute f(g(0))f(g(0)) and g(f(0))g(f(0)). (Ans: 15\frac{1}{5} and 55)

    Select the correct option
    Select an option first
    Show solution
    g(0)=4(0)+3=3g(0) = 4(0)+3 = 3 and f(3)=13+2=15f(3) = \frac{1}{3+2} = \frac{1}{5}. (Ans: f(g(0))=1/5f(g(0)) = 1/5)
  12. Ex. 5.12UnderstandingAnswer key

    With f(x)=x3+1f(x) = x^3 + 1 and g(x)=x13g(x) = \sqrt[3]{x-1}, compute (fg)(x)(f \circ g)(x) and (gf)(x)(g \circ f)(x) and compare the results.

    Select the correct option
    Select an option first
    Show solution
    With f(x)=x3+1f(x) = x^3+1 and g(x)=x13g(x) = \sqrt[3]{x-1}: (fg)(x)=(x13)3+1=x(f \circ g)(x) = (\sqrt[3]{x-1})^3+1 = x and (gf)(x)=x3+113=x(g \circ f)(x) = \sqrt[3]{x^3+1-1} = x. Both are the identity, confirming that g=f1g = f^{-1}.
    Show step-by-step (with the why)
    1. 1. Compute f(g(x))=f(x13)=(x13)3+1=x1+1=xf(g(x)) = f(\sqrt[3]{x-1}) = (\sqrt[3]{x-1})^3+1 = x-1+1 = x.
    2. 2. Compute g(f(x))=g(x3+1)=x3+113=x33=xg(f(x)) = g(x^3+1) = \sqrt[3]{x^3+1-1} = \sqrt[3]{x^3} = x.
    3. 3. Conclude: both compositions give xx, so ff and gg are inverses of each other.
  13. Ex. 5.13Application

    With f(x)=x3+1f(x) = x^3 + 1 and g(x)=x13g(x) = \sqrt[3]{x-1}, compute (fg)(2)(f \circ g)(2) and (gf)(2)(g \circ f)(2).

    Select the correct option
    Select an option first
    Show solution
    g(2)=213=1g(2) = \sqrt[3]{2-1} = 1, so f(1)=1+1=2f(1) = 1+1 = 2. Also f(2)=9f(2) = 9 and g(9)=83=2g(9) = \sqrt[3]{8} = 2. Both yield 2.
  14. Ex. 5.14Understanding

    With f(x)=x3+1f(x) = x^3 + 1 and g(x)=x13g(x) = \sqrt[3]{x-1}, what is the domain of (gf)(x)(g \circ f)(x)?

    Select the correct option
    Select an option first
    Show solution
    (gf)(x)=x33(g \circ f)(x) = \sqrt[3]{x^3}, and the cube root is defined for all reals. Therefore the domain is R\mathbb{R}.
  15. Ex. 5.15Challenge

    Let F(x)=(x+1)5F(x) = (x+1)^5, f(x)=x5f(x) = x^5 and g(x)=x+1g(x) = x+1. True or false: (fg)(x)=F(x)(f \circ g)(x) = F(x)?

    Select the correct option
    Select an option first
    Show solution
    (fg)(x)=f(g(x))=f(x+1)=(x+1)5=F(x)(f \circ g)(x) = f(g(x)) = f(x+1) = (x+1)^5 = F(x). True.
  16. Ex. 5.16Challenge

    With f(x)=x2+2f(x) = x^2 + 2 (for x0x \geq 0) and g(x)=x2g(x) = \sqrt{x-2}, compute (fg)(6)(f \circ g)(6) and (gf)(6)(g \circ f)(6).

    Select the correct option
    Select an option first
    Show solution
    For f(x)=x2+2f(x) = x^2+2 (x0x \geq 0) and g(x)=x2g(x) = \sqrt{x-2}: g(6)=2g(6) = 2, f(2)=6f(2) = 6; and f(6)=38f(6) = 38, g(38)=6g(38) = 6. Both yield 6.
    Show step-by-step (with the why)
    1. 1. g(6)=62=4=2g(6) = \sqrt{6-2} = \sqrt{4} = 2.
    2. 2. f(2)=4+2=6f(2) = 4+2 = 6. Therefore (fg)(6)=6(f \circ g)(6) = 6.
    3. 3. f(6)=36+2=38f(6) = 36+2 = 38.
    4. 4. g(38)=382=36=6g(38) = \sqrt{38-2} = \sqrt{36} = 6. Therefore (gf)(6)=6(g \circ f)(6) = 6.
  17. Ex. 5.17Modeling

    The function D(p)D(p) gives the number of items demanded when the price is pp. The function C(x)C(x) is the cost of producing xx items. To determine the production cost when the price is 6, which composition would you evaluate?

    Select the correct option
    Select an option first
    Show solution
    To find the production cost when the price is 6, first determine how many items will be demanded — D(6)D(6) — then compute the cost of producing that quantity: C(D(6))C(D(6)).
  18. Ex. 5.18Modeling

    The function A(d)A(d) gives the pain level (0–10) with dd mg of analgesic. The amount of drug after tt minutes is m(t)m(t). What would you do to find when the patient will have pain level 4?

    Select the correct option
    Select an option first
    Show solution
    Pain is a function of dose, which is a function of time: A(m(t))A(m(t)) gives the pain level as a function of time. To find when pain reaches 4, solve A(m(t))=4A(m(t)) = 4.
  19. Ex. 5.19Modeling

    A store offers 30% off the price xx of selected items, then an additional 15% off at checkout. Write the final price function P(x)P(x) using composition.

    Select the correct option
    Select an option first
    Show solution
    First apply the 30% discount: d(x)=0.7xd(x) = 0.7x. Then the additional 15% discount at checkout: P(x)=0.85d(x)=0.850.7x=0.595xP(x) = 0.85 \cdot d(x) = 0.85 \cdot 0.7x = 0.595x.
    Show step-by-step (with the why)
    1. 1. 30% discount: price becomes d(x)=0.7xd(x) = 0.7x.
    2. 2. Additional 15% discount: P(x)=0.850.7xP(x) = 0.85 \cdot 0.7x.
    3. 3. Multiply: 0.85×0.7=0.5950.85 \times 0.7 = 0.595.
  20. Ex. 5.20ModelingAnswer key

    A raindrop creates a circular ripple. The radius (in inches) grows with time (in minutes) as r(t)=25t+2r(t) = 25\sqrt{t}+2. Express the area of the ripple as a function of time and evaluate it at t=2t=2.

    Select the correct option
    Select an option first
    Show solution
    The radius grows as r(t)=25t+2r(t) = 25\sqrt{t}+2. The area is A=πr2A = \pi r^2, so the composition gives A(t)=π(25t+2)2A(t) = \pi(25\sqrt{t}+2)^2. At t=2t=2: r=252+237.36r = 25\sqrt{2}+2 \approx 37.36, Aπ(37.36)24384A \approx \pi(37.36)^2 \approx 4384 sq in.
  21. Ex. 5.21ChallengeAnswer key

    The number of bacteria in a food is N(T)=23T256T+1N(T) = 23T^2 - 56T + 1 (with 3<T<333 < T < 33 °C). The temperature after tt hours out of the refrigerator is T(t)=5t+1.5T(t) = 5t + 1.5. Find the composite function N(T(t))N(T(t)).

    Select the correct option
    Select an option first
    Show solution
    Substitute T(t)=5t+1.5T(t) = 5t+1.5 into N(T)=23T256T+1N(T) = 23T^2 - 56T+1: N(T(t))=23(5t+1.5)256(5t+1.5)+1N(T(t)) = 23(5t+1.5)^2 - 56(5t+1.5)+1.
  22. Ex. 5.22Understanding

    Why is the horizontal line test effective for determining whether a function is injective (one-to-one)?

    Select the correct option
    Select an option first
    Show solution
    A function is injective (one-to-one) if and only if no horizontal line crosses its graph more than once. The horizontal line test checks precisely this condition visually.
  23. Ex. 5.23Understanding

    Why do we restrict the domain of f(x)=x2f(x) = x^2 to find its inverse function?

    Select the correct option
    Select an option first
    Show solution
    For a global inverse to exist, ff must be bijective. Since f(2)=f(2)=4f(2) = f(-2) = 4, the function is not injective on R\mathbb{R}. Restricting to [0,+)[0, +\infty), it becomes injective and invertible, with f1(x)=xf^{-1}(x) = \sqrt{x}.
  24. Ex. 5.24ProofAnswer key

    Can a function be its own inverse? Explain and give an example.

    Select the correct option
    Select an option first
    Show solution
    A function is its own inverse if f(f(x))=xf(f(x)) = x for all xx. Examples: f(x)=xf(x) = x (identity), f(x)=1/xf(x) = 1/x (for x0x \neq 0), and f(x)=axf(x) = a - x for any constant aa.
  25. Ex. 5.25Understanding

    How do you find the inverse of a function algebraically?

    Select the correct option
    Select an option first
    Show solution
    Standard algorithm: (1) write y=f(x)y = f(x); (2) swap xyx \leftrightarrow y obtaining x=f(y)x = f(y); (3) isolate yy — the result is f1(x)f^{-1}(x). Always verify with f(f1(x))=xf(f^{-1}(x)) = x.
  26. Ex. 5.26Application

    Find f1(x)f^{-1}(x) for f(x)=x+3f(x) = x + 3.

    Select the correct option
    Select an option first
    Show solution
    Swap y=x+3y = x+3 to x=y+3x = y+3, isolate: y=x3y = x-3. Therefore f1(x)=x3f^{-1}(x) = x-3.
  27. Ex. 5.27Application

    Find f1(x)f^{-1}(x) for f(x)=2xf(x) = 2 - x.

    Select the correct option
    Select an option first
    Show solution
    Swap y=2xy = 2-x to x=2yx = 2-y, isolate: y=2xy = 2-x. Therefore f1(x)=2xf^{-1}(x) = 2-x — the function is its own inverse!
  28. Ex. 5.28Application

    Find f1(x)f^{-1}(x) for f(x)=xx+2f(x) = \frac{x}{x+2}.

    Select the correct option
    Select an option first
    Show solution
    Swap: x=yy+2x = \frac{y}{y+2}. Solve: x(y+2)=yx(y+2) = y, xy+2x=yxy+2x = y, 2x=yxy=y(1x)2x = y - xy = y(1-x), therefore y=2x1xy = \frac{2x}{1-x}.
    Show step-by-step (with the why)
    1. 1. Write y=xx+2y = \frac{x}{x+2} and swap xyx \leftrightarrow y: x=yy+2x = \frac{y}{y+2}.
    2. 2. Multiply both sides by (y+2)(y+2): x(y+2)=yx(y+2) = y.
    3. 3. Expand: xy+2x=yxy + 2x = y.
    4. 4. Isolate yy: 2x=y(1x)2x = y(1-x), therefore f1(x)=2x1xf^{-1}(x) = \frac{2x}{1-x}.
  29. Ex. 5.29Application

    Find f1(x)f^{-1}(x) for f(x)=2x+35x+4f(x) = \frac{2x+3}{5x+4}.

    Select the correct option
    Select an option first
    Show solution
    Swap: x=2y+35y+4x = \frac{2y+3}{5y+4}. Solve: x(5y+4)=2y+3x(5y+4) = 2y+3, 5xy+4x=2y+35xy+4x = 2y+3, 5xy2y=34x5xy-2y = 3-4x, y(5x2)=34xy(5x-2) = 3-4x. Therefore f1(x)=34x5x2=4x325xf^{-1}(x) = \frac{3-4x}{5x-2} = \frac{4x-3}{2-5x}.
  30. Ex. 5.30Application

    Find a domain where f(x)=(x+7)2f(x) = (x+7)^2 is injective and non-decreasing. Then find f1f^{-1} restricted to that domain.

    Select the correct option
    Select an option first
    Show solution
    Restrict to [7,+)[-7, +\infty) where ff is increasing. Swap: x=(y+7)2x = (y+7)^2, isolate: y=x7y = \sqrt{x}-7. Therefore f1(x)=x7f^{-1}(x) = \sqrt{x}-7, domain [0,+)[0,+\infty).
  31. Ex. 5.31ApplicationAnswer key

    Find a domain where f(x)=x25f(x) = x^2 - 5 is injective and non-decreasing, then determine f1f^{-1} on that domain.

    Select the correct option
    Select an option first
    Show solution
    On [0,+)[0, +\infty), f(x)=x25f(x) = x^2-5 is increasing. Swap: x=y25x = y^2-5, isolate: y=x+5y = \sqrt{x+5}. Therefore f1(x)=x+5f^{-1}(x) = \sqrt{x+5}, domain [5,+)[-5, +\infty).
    Show step-by-step (with the why)
    1. 1. Restrict to [0,+)[0, +\infty) (the branch where ff is increasing).
    2. 2. Write y=x25y = x^2-5 and swap: x=y25x = y^2-5.
    3. 3. Isolate yy: y2=x+5y^2 = x+5, y=x+5y = \sqrt{x+5} (positive since y0y \geq 0).
  32. Ex. 5.32Proof

    Use function composition to verify that f(x)=x13f(x) = \sqrt[3]{x-1} and g(x)=x3+1g(x) = x^3 + 1 are inverses of each other.

    Select the correct option
    Select an option first
    Show solution
    f(g(x))=f(x13)=(x13)3+1=xf(g(x)) = f(\sqrt[3]{x-1}) = (\sqrt[3]{x-1})^3+1 = x. And g(f(x))=g(x3+1)=x33=xg(f(x)) = g(x^3+1) = \sqrt[3]{x^3} = x. Both compositions are the identity, confirming they are inverses.
  33. Ex. 5.33ProofAnswer key

    Use composition to verify that f(x)=3x+5f(x) = -3x+5 and g(x)=x53g(x) = \frac{x-5}{-3} are inverses of each other.

    Select the correct option
    Select an option first
    Show solution
    f(g(x))=f ⁣(x53)=3x53+5=(x5)+5=xf(g(x)) = f\!\left(\frac{x-5}{-3}\right) = -3 \cdot \frac{x-5}{-3}+5 = (x-5)+5 = x. And g(f(x))=g(3x+5)=3x+553=3x3=xg(f(x)) = g(-3x+5) = \frac{-3x+5-5}{-3} = \frac{-3x}{-3} = x.
  34. Ex. 5.34Application

    The Celsius-to-Fahrenheit conversion is f(x)=95x+32f(x) = \frac{9}{5}x + 32. Find the inverse function and explain its meaning.

    Select the correct option
    Select an option first
    Show solution
    Swap: x=95y+32x = \frac{9}{5}y+32. Isolate: x32=95yx-32 = \frac{9}{5}y, therefore y=59(x32)y = \frac{5}{9}(x-32). The inverse converts Fahrenheit to Celsius.
    Show step-by-step (with the why)
    1. 1. Start from y=95x+32y = \frac{9}{5}x+32 and swap xyx \leftrightarrow y: x=95y+32x = \frac{9}{5}y+32.
    2. 2. Subtract 32: x32=95yx-32 = \frac{9}{5}y.
    3. 3. Multiply by 59\frac{5}{9}: y=59(x32)y = \frac{5}{9}(x-32).
    4. 4. Interpret: given a value in °F, the formula returns °C.
  35. Ex. 5.35ModelingAnswer key

    The circumference of a circle is C(r)=2πrC(r) = 2\pi r. Express the radius as a function of the circumference, call it r(C)r(C), and compute r(36π)r(36\pi).

    Select the correct option
    Select an option first
    Show solution
    From the formula C=2πrC = 2\pi r, isolate r=C/(2π)r = C/(2\pi). Therefore r(C)=C/(2π)r(C) = C/(2\pi). For C=36πC = 36\pi: r=36π/(2π)=18r = 36\pi/(2\pi) = 18.
  36. Ex. 5.36ModelingAnswer key

    A car at 50 mph travels d(t)=50td(t) = 50t miles in tt hours. Express the time as a function of distance, call it t(d)t(d), and compute t(180)t(180).

    Select the correct option
    Select an option first
    Show solution
    From d=50td = 50t, isolate t=d/50t = d/50. For d=180d = 180: t=180/50=3.6t = 180/50 = 3.6 hours. Interpretation: it takes 3.6 hours to travel 180 miles at 50 mph.
  37. Ex. 5.37Application

    With f(x)=xf(x) = \sqrt{x} and g(x)=x2+1g(x) = x^2 + 1, determine (fg)(x)(f \circ g)(x) and its domain.

    Select the correct option
    Select an option first
    Show solution
    Substituting g(x)=x2+1g(x) = x^2+1 into f(u)=uf(u) = \sqrt{u}: (fg)(x)=x2+1(f \circ g)(x) = \sqrt{x^2+1}. Since x2+11>0x^2+1 \geq 1 > 0 for all xx, the domain is R\mathbb{R}.
  38. Ex. 5.38Application

    Find f1(x)f^{-1}(x) for f(x)=x5f(x) = x - 5.

    Select the correct option
    Select an option first
    Show solution
    Swap: x=y5x = y-5 gives y=x+5y = x+5. Therefore f1(x)=x+5f^{-1}(x) = x+5. Verification: f(f1(x))=(x+5)5=xf(f^{-1}(x)) = (x+5)-5 = x.
  39. Ex. 5.39Application

    Find f1(x)f^{-1}(x) for f(x)=3xf(x) = 3 - x and verify that ff is its own inverse.

    Select the correct option
    Select an option first
    Show solution
    Swap: x=3yx = 3-y, isolate: y=3xy = 3-x. Therefore f1(x)=3xf^{-1}(x) = 3-x, which is the function itself (self-inverse).
  40. Ex. 5.40Challenge

    Show that f(x)=axf(x) = a - x is its own inverse for every real number aa.

    Select the correct option
    Select an option first
    Show solution
    Compute f(f(x))=f(ax)=a(ax)=aa+x=xf(f(x)) = f(a-x) = a-(a-x) = a-a+x = x. Since f(f(x))=xf(f(x)) = x for any aa, the function is its own inverse for all real aa.
    Show step-by-step (with the why)
    1. 1. Apply ff once: f(x)=axf(x) = a-x.
    2. 2. Apply ff again to the result: f(ax)=a(ax)f(a-x) = a-(a-x).
    3. 3. Simplify: aa+x=xa-a+x = x. Therefore ff=idf \circ f = \mathrm{id} for any aa.

Sources

Only books that directly fed the text and exercises. Full catalog at /livros.

  • OpenStax College Algebra 2e — Jay Abramson et al. · 2022, 2nd ed · EN · CC-BY 4.0 · §3.4 (composition) and §5.7 (inverse). Primary source for blocks A and C.
  • Stitz–Zeager Precalculus — Carl Stitz, Jeff Zeager · 2013, v3 · EN · CC-BY-NC-SA · §5.1 (composition and domain) and §5.2 (inverses). Primary source for block B.
  • Yoshiwara — Modeling, Functions, and Graphs — Katherine Yoshiwara · 2020 · EN · free · ch. 4 (inverse in unit modeling). Primary source for block D.
  • Hammack — Book of Proof (3rd ed) — Richard Hammack · 2018 · EN · free · ch. 12 (composition, inverse, bijection, proofs). Primary source for block E.
  • Active Calculus 2.0 — Matt Boelkins · 2024 · EN · CC-BY-NC-SA · §1.5 (composition as anticipation of the chain rule).

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.