Express the following function, F(x) as a composition of two functions and f and g.

f(x)= x^2/(x^2+4)

1 answer

how about we let
f(x) = x^2
g(x) = x/(x+4)

then g(f(x))
g(x^2)
= x^2/(x^2 + 4)