
Patrick B. answered 10/20/20
Math and computer tutor/teacher
f comp f_inv =
cube_root ( (x^3 - 1) + 1 ) = cube_root ( x^3) = x
f_inv comp f =
(cube_root(x+1))^3-1 =
x+1-1 =x
Since both compositions of f and the inverse
result in the identity function y=x, the inverse
is correct