Coding Exercise on Derivatives

Complete this coding exercise on derivatives.

We'll cover the following...

Problem statement

Given the function f(x)=x2+sin(x1/2)+log(x)+exp(cos(x))f(x) = x^2+ \sin(x^{1/2}) + \log(x) + \exp(\cos(x)) ...