What is the chain rule?

The chain rule is a rule that is used when calculating the derivative of a function. If you have a function within a function, i.e. f(g(x)), then the derivative is calculated as follows: df/dx = (df/dg)(dg/dx). It's easiest understood with an example: let's try to differentiate f(x)=sin(2x2). Here, g=2x2 , and f(x) can be written in the form f(g)=sin(g). df/dg= cos(g), and dg/dx = 4x, using the power rule. So overall, df/dx = (df/dg)(dg/dx) = cos(g)4x= 4xcos(2x2), using the fact that g=2x2 . The process can be repeated for multiple nested functions, i.e. for something like f(g(h(x))), df/dx=(df/dg)(dg/dh)*(dh/dx)

AK

Related Maths A Level answers

All answers ▸

Show that the volume of the solid formed by the curve y=cos(x/2), as it is rotated 360° around the x-axis between x= π/4 and x=3π/4, is of the form π^2/a. Find the constant a.


What is the gradient of this curve y=5x^3+6x^2+7x+8 at point x=3?


Differentiate f(x) = 2xlnx.


Integrate ln(x) by parts then differentiate to prove the result is correct