
William W. answered 07/21/22
Math and science made easy - learn from a retired engineer
If you graph this function:
you can see that although it is one-to-one, it is always decreasing (never non-decreasing). Based on that it sounds like that's all you need to say.
The function does however have an inverse. To find it start with replacing "f(x)" with "y":
y = 4 - 2x3
Then swap the places of "x" and "y":
x = 4 - 2y3
The solve for "y":
2y3 + x = 4
2y3 = 4 - x
y3 = (4 - x)/2
y = cuberoot((4 - x)/2) or y = 3√[(4 - x)/2]
Then change "y" to f-1(x):
f-1(x) = 3√[(4 - x)/2]