SOLUTION: Given the one-to-one function f(x) = sqrt[3]{x} - 8; find the f^{-1}(x).

Algebra ->  Functions -> SOLUTION: Given the one-to-one function f(x) = sqrt[3]{x} - 8; find the f^{-1}(x).      Log On


   



Question 959113: Given the one-to-one function f(x) = sqrt[3]{x} - 8; find the f^{-1}(x).
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given the one-to-one function f(x) = sqrt[3]{x} - 8;
I'm going to assume you mean the following::
f(x) = x^(1/3) - 8
------------------------------
find the f^{-1}(x).
-----
1st: Interchange x and y::
x = y^(1/3) - 8
------
2nd: Solve for "y":
y^(1/3) = x+8
---
y = (x+8)^3
----------------
Cheers,
Stan H.
--------------