SOLUTION: Find functions f and g so that the composition of f and g is H. H(x) = |4 - 3x^2|

Algebra ->  Functions -> SOLUTION: Find functions f and g so that the composition of f and g is H. H(x) = |4 - 3x^2|       Log On


   



Question 1005859: Find functions f and g so that the composition of f and g is H.
H(x) = |4 - 3x^2|

Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
The outer function can be absolute value function.

f%28x%29=abs%28x%29 and g%28x%29=4-3x%5E2;

f%28g%28x%29%29=abs%28g%28x%29%29=abs%284-3x%5E2%29