I've been sitting on this problem for a while, hopefully you guys could give me a lead on what the hell is going on :)
Let $f(x) = e^x + x$
Find the tangent line to $f^{-1}(y)$ (the inverse function) at $y=2$
Now I know that the derivative of the inverse at some $x$ is equal to the reciprocal of the derivative of the original function with the inverse function value at $x$ (hard explaining it, proves I don't understand it will enough huh? :) )
So I thought that finding what $f(x)=2$ is equal to and then move on from there...But I can't quite solve it either.
Any tips?? Thanks~
$(e^x)'=e^x\iff\ln'x=\dfrac1{e^{\ln x}}=\dfrac1x \\ \sin'x=+\cos x=+\sqrt{1-\sin^2x}\iff\arcsin'x=+\dfrac1{\sqrt{1-\sin^2(\arcsin x)}}=+\dfrac1{\sqrt{1-x^2}} \\ \cos'x=-\sin x=-\sqrt{1-\cos^2x}\iff\arccos'x=-\dfrac1{\sqrt{1-\cos^2(\arccos x)}}=-\dfrac1{\sqrt{1-x^2}} \\ \tan'x=1+\tan^2x\iff\arctan'x=\dfrac1{1+\tan^2(\arctan x)}=\dfrac1{1+x^2}$
$$f'(a)=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}=\lim_{x\to a}\frac{f(x)-f(a)}{f^{-1}\Big(f(x)\Big)-f^{-1}\Big(f(a)\Big)}=\lim_{x\to a}\frac1{\dfrac{f^{-1}\Big(f(x)\Big)-f^{-1}\Big(f(a)\Big)}{f(x)-f(a)}}$$
$$=\frac1{\lim_{x\to a}\dfrac{f^{-1}\Big(f(x)\Big)-f^{-1}\Big(f(a)\Big)}{f(x)-f(a)}}=\frac1{\Big[f^{-1}\Big]'\Big(f(a)\Big)}$$
$f(2)=e^2+2$. — I assume you rather meant $\Big[f^{-1}\Big]'\Big(f(2)\Big)$. In which case, the answer is $\dfrac1{f'(2)}$ $=\dfrac1{\big(e^x+x\big)'_{x=2}}=\dfrac1{\big(e^x+1\big)_{x=2}}=\dfrac1{e^2+1}$