12 multiple-choice questions, progressively harder.
The statement 'f is invertible if and only if f is one-to-one' is precise only when:
Solution
Correct answer: B
If the codomain is larger than the range, a one-to-one function can still miss some declared outputs, so no inverse exists there.
f∘g=id fails at any b with b∉rangeff \circ g = \operatorname{id} \text{ fails at any } b \text{ with } b \notin \operatorname{range} ff∘g=id fails at any b with b∈/rangef
Taking the codomain to be the range makes 'onto' automatic, leaving one-to-one as the exact condition.
f(x)=(x−2)2f(x) = (x - 2)^2f(x)=(x−2)2 with domain x≥2x \ge 2x≥2. Find f−1(x)f^{-1}(x)f−1(x).
On x≥2x \ge 2x≥2 the base x−2x - 2x−2 is nonnegative, so the square root recovers it.
y=(x−2)2 ⇒ y=x−2 ⇒ x=y+2y = (x - 2)^2 \;\Rightarrow\; \sqrt{y} = x - 2 \;\Rightarrow\; x = \sqrt{y} + 2y=(x−2)2⇒y=x−2⇒x=y+2
So f−1(x)=x+2f^{-1}(x) = \sqrt{x} + 2f−1(x)=x+2.
f(x)=x+2x−1f(x) = \dfrac{x + 2}{x - 1}f(x)=x−1x+2 (on x≠1x \ne 1x=1). Find f−1(x)f^{-1}(x)f−1(x).
Correct answer: D
Solve y=x+2x−1y = \frac{x + 2}{x - 1}y=x−1x+2 for xxx.
y(x−1)=x+2 ⇒ x(y−1)=y+2 ⇒ x=y+2y−1y(x - 1) = x + 2 \;\Rightarrow\; x(y - 1) = y + 2 \;\Rightarrow\; x = \frac{y + 2}{y - 1}y(x−1)=x+2⇒x(y−1)=y+2⇒x=y−1y+2
So f−1(x)=x+2x−1=f(x)f^{-1}(x) = \frac{x + 2}{x - 1} = f(x)f−1(x)=x−1x+2=f(x): this function is its own inverse.
A one-to-one function fff has f(a)=af(a) = af(a)=a only at a=2a = 2a=2. Which point must lie on both the graph of fff and the graph of f−1f^{-1}f−1?
A fixed point f(a)=af(a) = af(a)=a gives (a,a)(a, a)(a,a) on fff, and f−1(a)=af^{-1}(a) = af−1(a)=a puts it on f−1f^{-1}f−1 too.
f(2)=2 ⇒ (2,2) lies on both graphsf(2) = 2 \;\Rightarrow\; (2, 2) \text{ lies on both graphs}f(2)=2⇒(2,2) lies on both graphs
The other points are not fixed points, so nothing forces them onto both graphs.
If f(x)=1xf(x) = \dfrac{1}{x}f(x)=x1, what is (f(x))−1(f(x))^{-1}(f(x))−1, the reciprocal of the output?
Correct answer: A
The notation (f(x))−1(f(x))^{-1}(f(x))−1 means the reciprocal of the value, not the inverse function.
(f(x))−1=1 1/x =x(f(x))^{-1} = \frac{1}{\,1/x\,} = x(f(x))−1=1/x1=x
Here the compositional inverse f−1(x)=1xf^{-1}(x) = \frac{1}{x}f−1(x)=x1 happens to look the same as fff, but (f(x))−1=x(f(x))^{-1} = x(f(x))−1=x is a separate computation.
For f(x)=−x3f(x) = -x^3f(x)=−x3 with inverse f−1(x)=−x3f^{-1}(x) = -\sqrt[3]{x}f−1(x)=−3x, how many points do the two graphs share in total?
Correct answer: C
Setting f(x)=f−1(x)f(x) = f^{-1}(x)f(x)=f−1(x) leads to x9=xx^9 = xx9=x.
x9−x=x(x8−1)=0 ⇒ x∈{−1,0,1}x^9 - x = x(x^8 - 1) = 0 \;\Rightarrow\; x \in \{-1, 0, 1\}x9−x=x(x8−1)=0⇒x∈{−1,0,1}
These give (0,0)(0, 0)(0,0) on y=xy = xy=x, plus (1,−1)(1, -1)(1,−1) and (−1,1)(-1, 1)(−1,1) off it, for three shared points.
Which statement is always true for a one-to-one function fff and its inverse?
Inverting swaps the two sets a function lives between.
domf−1=rangef,rangef−1=domf\operatorname{dom} f^{-1} = \operatorname{range} f, \qquad \operatorname{range} f^{-1} = \operatorname{dom} fdomf−1=rangef,rangef−1=domf
So the range of f−1f^{-1}f−1 is the domain of fff. Equal graphs happen only for self-inverse functions, not in general.
f(x)=2x−8f(x) = 2x - 8f(x)=2x−8. Where does the graph of fff cross the graph of f−1f^{-1}f−1?
Because fff is increasing, any crossing with f−1f^{-1}f−1 lies on y=xy = xy=x, so solve f(x)=xf(x) = xf(x)=x.
2x−8=x ⇒ x=82x - 8 = x \;\Rightarrow\; x = 82x−8=x⇒x=8
So the graphs meet at (8,8)(8, 8)(8,8), which is on y=xy = xy=x.
If ggg and hhh are both two-sided inverses of the same function fff, then:
Chain the two inverse properties through associativity.
g=g∘(f∘h)=(g∘f)∘h=hg = g \circ (f \circ h) = (g \circ f) \circ h = hg=g∘(f∘h)=(g∘f)∘h=h
So any two inverses coincide, which is why f−1f^{-1}f−1 is well defined.
Which function is NOT invertible on all of R\mathbb{R}R, even with codomain taken as its range?
A quadratic turns around, so it repeats outputs.
x2−4x=(x−2)2−4,so f(0)=f(4)=0x^2 - 4x = (x - 2)^2 - 4, \quad \text{so } f(0) = f(4) = 0x2−4x=(x−2)2−4,so f(0)=f(4)=0
With two inputs sharing an output, x2−4xx^2 - 4xx2−4x is not one-to-one on R\mathbb{R}R; the line and the two increasing cubics are.
A function and its inverse are reflections across y=xy = xy=x. If fff is increasing, its inverse is:
Start from two points in the range of fff, which is the domain of f−1f^{-1}f−1. Take u<vu < vu<v in the range, and write u=f(a)u = f(a)u=f(a) and v=f(b)v = f(b)v=f(b), so a=f−1(u)a = f^{-1}(u)a=f−1(u) and b=f−1(v)b = f^{-1}(v)b=f−1(v). Suppose a≥ba \ge ba≥b; because fff is increasing, that forces f(a)≥f(b)f(a) \ge f(b)f(a)≥f(b).
a≥b ⇒ u=f(a)≥f(b)=va \ge b \;\Rightarrow\; u = f(a) \ge f(b) = va≥b⇒u=f(a)≥f(b)=v
That contradicts u<vu < vu<v, so instead a<ba < ba<b, which says f−1(u)<f−1(v)f^{-1}(u) < f^{-1}(v)f−1(u)<f−1(v). Hence the inverse of an increasing one-to-one function is increasing.
f(x)=5x−1f(x) = \dfrac{5}{x} - 1f(x)=x5−1 on x≠0x \ne 0x=0. Find f−1(x)f^{-1}(x)f−1(x).
Solve y=5x−1y = \frac{5}{x} - 1y=x5−1 for xxx.
y+1=5x ⇒ x=5y+1y + 1 = \frac{5}{x} \;\Rightarrow\; x = \frac{5}{y + 1}y+1=x5⇒x=y+15
So f−1(x)=5x+1f^{-1}(x) = \frac{5}{x + 1}f−1(x)=x+15.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.