What is the inverse of the following function

45 Views Asked by At

what is the inverse of

$$G(x):=\exp(-\exp(-x))?$$

2

There are 2 best solutions below

0
On

$$y=\exp(-\exp(-x))$$ $$\ln(y)=-\exp(-x)$$ $$-\ln(y)=\exp(-x)$$ $$\ln(-\ln(y))=-x$$ $$-\ln(-\ln(y))=x$$

So the inverse function is $$G^{-1}(x)=-\ln(-\ln(x))$$

0
On

Let $y=e^{-e^{-x}}$ then $\ln y=-e^{-x}\implies -\ln y= e^{-x}\implies \ln((-\ln y))=-x\implies x=-\ln((-\ln y))$