Find the inverse functions of each one-to-one function:
A. f(x)=(x−3)3
B. g(x)=x2−2x+5, where x≥1
C. h(x)=2cos(2x)−3, where 0≤x≤π
D. f(x)=3x−3+2
I'll work through checking one answer and leave you to check the rest.
f(f−1(x))=([3x+3]−3)3
=[3x+3]3−9[3x+3]2+27[3x+3]−27
=[9x2/3+27x1/3+x+27]−[9x2/3+54x1/3+81]+[27x1/3+81]−27
=9x2/3+27x1/3+x+27−9x2/3−54x1/3−81+27x1/3+81−27
=x
Okay, that's good.
Well, it is A logically valid way for it to be done, but somewhat slower and more error prone than your way.No, ksdhart2, that is not how the first one is to be done. It's on the same level of complexity as the work for f−1(f(x)) that you showed below it.
f(f−1(x))=((3x+3)−3)3
=(3x+3−3)3
=(3x)3
=x
My answers differ, but not by much.For B I got f^-1(x) = square root (x-6) + 1
For C I got f^-1(x) = cos^-1 [(x+3)/4]
For D I got f^-1(x) = ln (x-2)/ln 3