Given function:
$$f(x) = e^{\sin(x^2)}$$
Find the derivative of the above function where '$e$' stands for some constant.
I assume the correct answer is $e^{\sin(x^2)}\cdot \cos(x^2)\cdot 2x$, which method is best to solve like a question this?? Please help out to resolve this problem
Use the chain rule, $$(f(g(x))'=f'(g(x))g'(x)$$
For three functions, $$(f(g(h(x))))'=f'(g(h(x)))g'(h(x))h'(x)$$
Set $f(x) = e^x, g(x) = \sin{x}, h(x)=x^2$ to arrive at the desired answer.
Calculations: $f'(x)=e^x, g'(x)=\cos{x}, h'(x)=2x$, thus, the result is $$e^{\sin{x^2}}\cdot \cos{x^2}\cdot 2x$$