Question 1092039: Find f(x) and g(x) so that the function can be described as y = f(g(x)).
y = 4/x^2 + 9 Found 2 solutions by ikleyn, greenestamps:Answer by ikleyn(52805) (Show Source):
In both of those examples, one of the functions does nothing to the input and the other does everything. But in both cases you get the right result:
To get a meaningful way to get the expression as the composition of two functions, think about how you would go about evaluating the expression for a given value of x. Probably, you would first divide 4 by the square of the input; and then you would add 9. So make those two operations your two functions:
and
That would give you
While it is far less likely, you might notice that 4/x^2 is (2/x)^2; so you could define the two functions as
and
That would give you
And there are probably other less obvious and more complicated ways to get the desired function as a composition of two functions.