Let #f(x) = (1) / (1-3x) # and #g(x) = (1) / (x^2) # how do you find f(g(x)?
1 Answer
Oct 23, 2015
Put
#f(g(x)) = 1+3/(x^2-3)#
Explanation:
#f(g(x))#
#= 1/(1-3g(x))#
#= 1/(1-3(1/(x^2)))#
#= x^2/(x^2-3)#
#= (x^2-3+3)/(x^2-3)#
#= 1+3/(x^2-3)#
with restriction
The restriction is necessary because