A cubic function of the form \( f(x) = a(px + q)^3 + r \) has an inverse that can be found by solving for \( x \) in terms of \( y \).
The inverse function is given by:
\( f^{-1}(x) = \frac{1}{p} \left( \sqrt[3]{\frac{x - r}{a}} - q \right) \)
All coefficients are kept as exact fractions and cube roots are simplified when possible.
Enter coefficients for f(x) = a(px + q)³ + r
\( f(x) = \) \( 2(x - 2)^3 + 3 \)
\( y = 2(x - 2)^3 + 3 \)
\( y - 3 = 2(x - 2)^3 \)
\( \frac{y - 3}{2} = (x - 2)^3 \)
\( \sqrt[3]{\frac{y - 3}{2}} = x - 2 \)
\( x = \sqrt[3]{\frac{y - 3}{2}} + 2 \)