What is the inverse of f(x)=pi*arccos(x-1)+1?

1 Answer

#y = cos((x-1)/pi) + 1#

Explanation:

#y = pi arccos(x-1) + 1#

To take an inverse, you switch the x and y in this equation and solve for y:

#x = pi arccos(y-1) + 1#

#(x-1)/pi = arccos(y - 1)#

#cos((x-1)/pi) = cos(arccos(y - 1))#

#cos((x-1)/pi) = y - 1#

#y = cos((x-1)/pi) + 1#
Solved!