Inverse Function Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
If f(x)=2xf(x) = 2^x, find fโˆ’1(x)f^{-1}(x). Then verify by showing that f(fโˆ’1(8))=8f(f^{-1}(8)) = 8.

Solution

  1. 1
    Set y=2xy = 2^x. To find the inverse, swap xx and yy: x=2yx = 2^y. Solve for yy: y=logโก2xy = \log_2 x.
  2. 2
    So fโˆ’1(x)=logโก2xf^{-1}(x) = \log_2 x.
  3. 3
    Verify: fโˆ’1(8)=logโก28=3f^{-1}(8) = \log_2 8 = 3. Then f(3)=23=8f(3) = 2^3 = 8. โœ“

Answer

fโˆ’1(x)=logโก2xf^{-1}(x) = \log_2 x
Exponential and logarithmic functions are inverses of each other. The composition f(fโˆ’1(x))=xf(f^{-1}(x)) = x always holds for inverse functions โ€” this is the defining property.

About Inverse Function

The inverse of a function ff is a function fโˆ’1f^{-1} that reverses ff: if f(a)=bf(a) = b then fโˆ’1(b)=af^{-1}(b) = a. It exists only when ff is one-to-one.

Learn more about Inverse Function โ†’

More Inverse Function Examples