If y = exp(x^2), find dy/dx

Recall that the derivative of exp(x) is exp(x), but notice this question is slightly more complex due to the x^2 term. This is example of differentiationg composite functions, and so the chain rule is required. To begin, we'll set u = x^2, and then compute du/dx = 2x. Furthermore, we observe that y = exp(u) and dy/du = exp(u). Then, by the chain rule, we have dy/dx = dy/du * du/dx = exp(u) * 2x = exp(x^2) * 2x.

SB

Related Maths A Level answers

All answers ▸

Integrate 3x^2+cos(x) with respect to x


Compute the integral of f(x)=x^3/x^4+1


The height (h) of water flowing out of a tank decreases at a rate proportional to the square root of the height of water still in the tank. If h=9 at t=0 and h=4 at t=5, what is the water’s height at t=15? What is the physical interpretation of this?


What are the advantages of using numerical integration (Trapezium rule, Simpson's rule and so on) over direct integration?