Given f(x)=6/x^2f(x)=6x2 and g(x)=x-3g(x)=x3, how do you find g(f(x))?

1 Answer
Jan 30, 2016

To make a composition of a function you must plug one function into another, or on this case ff into g.

Explanation:

f(x)f(x) = 6/x^26x2

Plug in ff for x in g, since

g(6/x^26x2) = 6/x^26x2 - 3

So, g(f(x))g(f(x)) = 6/x^26x2 - 3

Practice exercises:

  1. Knowing that f(x)f(x) = 2x^22x2 + 15x + 22 and that g(x)g(x) = -5/x5x,
    find:

a) f(g(x))f(g(x))

b) g(f(x))g(f(x))

c) f(g(-2))f(g(2))

d). g(f(7))g(f(7))

Hopefully this helps.