How to find inverse. f(x)=(5000/x)+7 and g(x)=x^2+1?

how do you find the inverse of (f of g)(x)??

LiveLaughLuv48942010-09-30T18:14:04Z

Favorite Answer

first, you have to find (f of g)(x), so you plug g(x) into x for f(x)
f(g(x))= (5000/(x^2+1))+7
you can't really simplify that, so then you take the inverse by switching y and x
x=(5000/(y^2+1))+7
then, you want to isolate the y
x-7=5000/(y^2+1)
(x-7)(y^2+1)=5000
y^2+1=5000/(x-7)
y^2=(5000/(x-7))-1
y=√ [(5000/(x-7))-1]