Let f and g be functions from R to R defined by the followin
Let f and g be functions from R to R defined by the following formulas:
f (x) =1/(x2 + 2) , g(x) = 2x ? 1.
Find formulas for ( f ? g)(x) and (g ? f )(x)
Solution
a) ( f g)(x)= f(g(x))
=1/((2x-1)^2 +2) =2+ 1/(2x-1)^2
b) (g f )(x)=g(f(x))
=2*1/(x^2+2) -1 = -x^2/(x^2+2)
