...
Then f(-1/x) = [-x^-1 - 1]^-1
=-1/(1/x + 1)
=x/(x+1)
For x=!-1, x=!0.
...
hmmm. Not being critical, but you've got some misplaced negatives in your work (easy to do when typing math problems on messageboards

).
Assuming g(x) = x/(x-1) and f(x) = 1/(x+1)
Your first line should be:
Then g(f(x) = [1/(x+1)]/[1/(x+1)
- 1], not "+". You end up fixing it in your next line, so your final answer for g(f(x)) is still correct
(-1/x)
But in the first line of your second portion that sneaky negative comes back.
Shouldn't f(-1/x) be [-x^-1
+ 1]^-1 , not "-" in this case.
I didn't use the negative exponents and instead wrote it as:
1 / [ (-1/x) + 1 ]
= 1 / [ (-1/x) + (x/x) ]
= 1 / [ (-1 + x) /x ]
= x/ (-1 + x)
or
f(g(f(x))) = x / (x-1)
(which can be confirmed graphically and by evaluating select points).
As for f(g(x+h))
g(x+h) = (x+h)/(x + h -1)
Then f(g(x+h)) = 1/[ (x+h)/(x + h -1) +1 ]
=1 / [ (x+h)/(x + h -1) + (x + h - 1)/(x + h -1) ]
=1 / [ (2x + 2h - 1)/(x + h -1) ]
= (x + h -1) / (2x + 2h - 1)
And it's too late for me to think of anything fancier to do with this answer... at first glance I don't see it reducing or simplifying any more. It's a curious problem, seems like there's a calculus extension being asked (using the definition of derivatives and limits). Good times
