πŸŽ“ BookMCQ
← Back to 1. Basics before calculus

πŸ“ How to find inverse of a function (15 MCQs)

πŸ“– From Calculus β€’ 1. Basics before calculus β€’ 15 questions available

What is How to find inverse of a function?

Definition:
To find the inverse of a function y=f(x)y = f(x), swap xx and yy, then solve for yy in terms of xx, resulting in y=fβˆ’1(x)y = f^{-1}(x), provided the original function is one-to-one.

Example:
For f(x)=xβˆ’1f(x) = \sqrt{x-1} with domain xβ‰₯1x \geq 1, set y=xβˆ’1y = \sqrt{x-1}, swap to x=yβˆ’1x = \sqrt{y-1}, solve: x2=yβˆ’1β‡’y=x2+1x^2 = y-1 \Rightarrow y = x^2+1, so fβˆ’1(x)=x2+1f^{-1}(x) = x^2+1 with domain xβ‰₯0x \geq 0.

Reason:
This algebraic method provides a systematic way to reverse mappings, useful for solving equations and understanding symmetry.

5
Easy
7
Medium
3
Hard

πŸ“ All How to find inverse of a function MCQs

Q1. What is the first step in the standard procedure for finding the inverse of a function?

A.Write the equation y=f(x)y = f(x). βœ…
B.Solve the equation for xx in terms of yy.
C.Interchange xx and yy in the resulting expression.
D.State the domain of the inverse function.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: The procedure begins by expressing the function as an equation with yy on the left side, y=f(x)y = f(x). This step makes the relationship explicit and prepares the equation for subsequent algebraic manipulation. Without this initial statement, the later steps of solving for xx and swapping variables cannot be carried out correctly.

Q2. Given f(x)=x3+1f(x)=x^{3}+1 and its inverse fβˆ’1(x)=xβˆ’13f^{-1}(x)=\sqrt[3]{x-1}, which statement must be true for all xx in the domain of ff?

A.f(fβˆ’1(x))=xf(f^{-1}(x)) = x for all xx.
B.fβˆ’1(f(x))=xf^{-1}(f(x)) = x only for positive xx.
C.Both compositions f(fβˆ’1(x))f(f^{-1}(x)) and fβˆ’1(f(x))f^{-1}(f(x)) equal xx. βœ…
D.The inverse does not satisfy any composition identity.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: By definition of inverse functions, applying the original function to its inverse and vice‑versa returns the original input. Therefore both compositions f(fβˆ’1(x))f(f^{-1}(x)) and fβˆ’1(f(x))f^{-1}(f(x)) must equal xx for every xx in the appropriate domains. This property guarantees that the two functions truly undo each other.

Q3. Which of the following describes the method that produces an inverse formula with xx as the independent variable without a final swapping step?

A.Solve y=f(x)y = f(x) for xx and then replace yy by xx.
B.Reverse the roles of xx and yy at the outset and solve x=f(y)x = f(y) for yy. βœ…
C.Differentiate ff and integrate the result.
D.Apply the theorem directly without solving.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: If we start by interchanging the symbols, we write x=f(y)x = f(y) and then solve directly for yy. The solution yields yy expressed in terms of the original xx, so the independent variable is already xx. This avoids a later swapping step, producing the inverse function in the desired form.

Q4. For f(x)=3xβˆ’2f(x)=\sqrt{3x-2}, the inverse is fβˆ’1(x)=13(x2+2)f^{-1}(x)=\frac{1}{3}(x^{2}+2). What is the correct domain of fβˆ’1f^{-1} and why does it differ from the natural domain of the formula?

A.All real numbers, because the formula is defined everywhere.
B.x≀0x\le 0, because the square root restricts the range.
C.xβ‰₯0x\ge 0, because the range of ff is [0,∞)[0,\infty). βœ…
D.No domain restriction, the inverse is defined for any xx.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The original function ff yields only non‑negative outputs, so its range is [0,∞)[0,\infty). That range becomes the domain of the inverse function. Although the algebraic expression 13(x2+2)\frac{1}{3}(x^{2}+2) is defined for all real xx, the inverse is only meaningful for xx values that actually arise from ff, namely xβ‰₯0x\ge 0.

Q5. If a function is not one‑to‑one on its whole domain, can the procedure described in the theorem still produce an inverse function?

A.Yes, the procedure always yields an inverse.
B.No, an inverse does not exist unless the function is restricted to a one‑to‑one subset. βœ…
C.Only if the function is linear.
D.The procedure works but gives a multivalued relation.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: An inverse function requires each output to correspond to exactly one input, i.e., the function must be one‑to‑one. When the original function fails this condition, no single‑valued inverse exists on the full domain. The theorem’s procedure can still be applied after restricting the domain to a region where the function becomes one‑to‑one, thereby producing a valid inverse.

Q6. Given f(x)=2x+5f(x)=2x+5 and g(x)=xβˆ’52g(x)=\frac{x-5}{2}, which statement correctly identifies the inverse relationship?

A.gg is the inverse of ff. βœ…
B.ff is the inverse of gg.
C.Neither is an inverse of the other.
D.Both are inverses of each other.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Substituting gg into ff gives f(g(x))=2(xβˆ’52)+5=xf(g(x))=2\left(\frac{x-5}{2}\right)+5=x. Similarly, g(f(x))=(2x+5)βˆ’52=xg(f(x))=\frac{(2x+5)-5}{2}=x. Both compositions return the original input, confirming that gg undoes ff and vice versa, so gg is indeed the inverse of ff.

Q7. Find the inverse of f(x)=xβˆ’1x+2f(x)=\frac{x-1}{x+2} and select the correct expression.

A.1βˆ’2xx+1\frac{1-2x}{x+1}
B.2xβˆ’1xβˆ’1\frac{2x-1}{x-1}
C.1+2x1βˆ’x\frac{1+2x}{1-x} βœ…
D.x+11βˆ’2x\frac{x+1}{1-2x}
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Starting with y=xβˆ’1x+2y=\frac{x-1}{x+2}, cross‑multiply to obtain y(x+2)=xβˆ’1y(x+2)=x-1. Rearranging gives yx+2y=xβˆ’1yx+2y=x-1 β†’ x(yβˆ’1)=βˆ’(1+2y)x(y-1)=-(1+2y). Solving for xx yields x=1+2y1βˆ’yx=\frac{1+2y}{1-y}. Replacing yy with xx gives the inverse fβˆ’1(x)=1+2x1βˆ’xf^{-1}(x)=\frac{1+2x}{1-x}.

Q8. Suppose hh is strictly increasing on its domain and has an inverse hβˆ’1h^{-1}. Which of the following must be true about hβˆ’1h^{-1}?

A.It is strictly decreasing. βœ…
B.It is constant.
C.It is also strictly increasing.
D.It has no monotonic behavior.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: A strictly increasing function preserves order: if a<ba<b then h(a)<h(b)h(a)<h(b). Applying the inverse to both sides yields hβˆ’1(h(a))=ah^{-1}(h(a))=a and hβˆ’1(h(b))=bh^{-1}(h(b))=b, so the order of inputs is maintained. Consequently, the inverse function must also be strictly increasing, mirroring the monotonicity of the original function.

Q9. In the inverse‑finding procedure, which step guarantees that the final formula uses xx as the independent variable?

A.Writing y=f(x)y = f(x).
B.Interchanging xx and yy after solving for xx. βœ…
C.Checking the domain of the original function.
D.Differentiating the obtained expression.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: After solving the original equation for xx in terms of yy, the resulting expression still treats yy as the independent variable. Swapping the symbols xx and yy converts the dependent variable to the independent position, producing a formula y=fβˆ’1(x)y = f^{-1}(x) where xx is now the input variable.

Q10. Why is the domain of fβˆ’1f^{-1} equal to the range of ff in the inverse‑function theorem?

A.Because the output of ff becomes the input of fβˆ’1f^{-1} by definition. βœ…
B.Because both functions share the same formula.
C.Because the domain of ff is always [0,∞)[0,\infty).
D.Because the inverse swaps the roles of coefficients.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: By definition, an inverse function reverses the mapping of the original function: each output value of ff serves as an input for fβˆ’1f^{-1}. Therefore, the set of all possible outputs of ff (its range) precisely forms the set of allowable inputs for fβˆ’1f^{-1}, establishing equality of the two sets.

Q11. Let f(x)=x2f(x)=x^{2} with domain xβ‰₯0x\ge 0. What is fβˆ’1(x)f^{-1}(x)?

A.βˆ’x-\sqrt{x}
B.2x2\sqrt{x}
C.x2x^{2}
D.x\sqrt{x} βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: When the domain of ff is restricted to non‑negative numbers, the function becomes one‑to‑one, allowing an inverse. Solving y=x2y = x^{2} for xx yields x=yx = \sqrt{y}. Replacing yy with the independent variable gives fβˆ’1(x)=xf^{-1}(x)=\sqrt{x}, which is defined for xβ‰₯0x\ge 0.

Q12. For f(x)=3x+12xβˆ’5f(x)=\frac{3x+1}{2x-5}, the inverse is fβˆ’1(x)=5x+12xβˆ’3f^{-1}(x)=\frac{5x+1}{2x-3}. What is the domain of fβˆ’1f^{-1}?

A.All real numbers.
B.All real numbers except x=5/2x=5/2.
C.All real numbers except x=3/2x=3/2. βœ…
D.Only non‑negative numbers.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: The inverse formula contains the denominator 2xβˆ’32x-3; it is undefined when 2xβˆ’3=02x-3=0, i.e., x=3/2x=3/2. This value also corresponds to the horizontal asymptote of the original function, which is excluded from its range. Consequently, the domain of the inverse consists of all real numbers except x=3/2x=3/2.

Q13. Which statement best describes the relationship between a function and its inverse?

A.They have identical graphs.
B.They exchange the roles of inputs and outputs. βœ…
C.One is always a translation of the other.
D.The inverse is the derivative of the original function.
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: An inverse function reverses the mapping of the original: every ordered pair (a,b)(a,b) in the function becomes (b,a)(b,a) in the inverse. This exchange of inputs and outputs is the defining characteristic of inverse functions, and it is reflected graphically by reflecting the original graph across the line y=xy=x.

Q14. If after solving y=f(x)y = f(x) for xx you forget to interchange xx and yy, what is the most likely result?

A.The expression represents fβˆ’1f^{-1} with the wrong independent variable, causing domain confusion. βœ…
B.You obtain the original function again.
C.The formula becomes undefined for all xx.
D.The inverse will be identical to the original function.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Solving for xx yields a formula x=g(y)x = g(y) where yy is still the independent variable. Without swapping the symbols, the expression cannot be used as a function of xx; its domain will correspond to the range of the original function, leading to mismatched variables and potential confusion when applying the inverse.

Q15. If ff and gg are inverse functions, which identity must hold for every xx in the domain of ff?

A.f(x)+g(x)=0f(x)+g(x)=0
B.f(g(x))=xf(g(x))=x
C.g(f(x))=xg(f(x))=x
D.Both B and C. βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: By definition of inverses, composing one function with the other in either order returns the original input: f(g(x))=xf(g(x))=x and g(f(x))=xg(f(x))=x. Both identities are required for the functions to truly be inverses of each other, ensuring that each undoes the effect of the other.

πŸ”— Related Topics (MCQs)