1

I want to know how to find the components of a non linear composite function. I know how to find the components of some linear composite functions but when it comes to non linear composite functions i cant wrap my head around it. For example if i have $g \circ h$ $=$ $e^{-x^3}$ then how do I find $h(x)$ and $g(x)$. Is there a method to do so? If there is are there some exceptions to which i cant find the components?

1 Answers1

1

Think of what you'd do to a specific input: say $5$. First you would compute $-5^3$, and then put that result into the exponentiation function to get $e^{-5^3}$.

This suggests that taking $h(x)=-x^3$ and $g(x)=e^x$, which gives $g\circ h (x)=g(-x^3)=e^{-x^3}$, the desired function.

paw88789
  • 40,402