You can put this solution on YOUR website! f(x)= 1/(x-1); g(x)= √x
-------
find f(g(g)) and g(f(g)).
f[g(sqrt(x))]
= f[x^(1/4)]
---
= 1/[x^(1/4) - 1]
-----------------------
Domain of f[g(g(x)] is all non-negative Real Numbers.
--------------------------------------------------------
find g[f(g)]
g[f(sqrt(x)]
= g[1/(sqrt(x)-1]
---
= sqrt[1/(sqrt(x)-1]
-----------------------
Domain of g[f(g)] = is all non-negative Real Numbers.
========================================
Cheers,
Stan H.