A-level Mathematics/CIE/Pure Mathematics 2/Differentiation

From testwiki
Jump to navigation Jump to search

Differentiating Logarithmic and Exponential functions

The function y=ex is its own derivative: ddxex=ex. The constant e is defined such that this is true.

An exponential function with a different base can be converted into a function of the form ekx using logarithms, e.g. 2x=eln2x. The derivative of such an expression can be found using the chain rule: ddx2x=ddxeln2x=ln2 eln2x=2xln2.

ddxef(x)=f(x)ef(x)

The derivative of a logarithm is ddxlnx=1x. Applying the chain rule to this produces the result:

ddxln(f(x))=f(x)f(x)

It is important to know how these rules interact with other expressions.

e.g. ddxex2+ln1x=ex2+ln1x(ddxx2+ln1x)=ex2+ln1x(2x+x21/x)=ex2+ln1x(2xx1)

Differentiating Trigonometric Functions

Template:Sidenote

The trigonometric functions have the following derivatives:

  • ddxsinx=cosx
  • ddxcosx=sinx
  • ddxtanx=sec2x
  • ddxtan1x=11+x2

The Product Rule

Template:Sidenote

The product rule states that:

ddxf(x)g(x)=f(x)g(x)+g(x)f(x)

e.g. ddxxex=xddxex+exddxx=xex+ex=ex(x+1)

The Quotient Rule

The quotient rule is a special case of the product rule when one of the terms in the product is a reciprocal.

e.g. Evaluate ddx2x+3x+4

ddx2x+3x+4=ddx(2x+3)1x+4=(2x+3)ddx(1x+4)+1x+4ddx(2x+3)=(2x+3)(x+4)2+1x+4(2)=(2x+3)(x+4)2+2x+4=(2x+3)(x+4)2+2x+8(x+4)2=2x+82x3(x+4)2=5(x+4)2

In general:

ddxuv=uddx1v+1vdudx=u(v)2dvdx+vv2dudx=udvdx+vdudxv2=vdudxudvdxv2

Implicit Differentiation

Implicit differentiation is where we differentiate a function which is not defined explicitly, with y as the subject. To do this, it is sensible to use the chain rule.

e.g. Find an expression for dydx when x2+y2=1.

x2+y2=1ddxx2+y2=ddx12x+dy2dx=02x+dy2dydydx=0Use the chain rule2x+2ydydx=02ydydx=2xdydx=2x2y=xy

Sometimes, we need to use the product rule too.

e.g. Find an expression for dydx when x2+6xy+y2=1.

x2+6xy+y2=1ddxx2+6xy+y2=ddx12x+ddx6xy+ddxy2=02x+6xdydx+yddx6x+dy2dydydx=02x+6xdydx+6y+2ydydx=02x+6y+(6x+2y)dydx=0(6x+2y)dydx=2x6ydydx=2x6y6x+2ydydx=x3y3x+y

Parametric Differentiation

A parametric function is where instead of y being defined by x, y and x are both linked to a third parameter, t. e.g. x=3t,y=t2

To find dydx when y and x are defined parametrically, we need to use the chain rule:

dydx=dydt×dtdx=dydt÷dxdt

So for the example x=3t,y=t2, dxdt=3 and dydt=2t, thus dydx=dydt÷dxdt=2t÷3=2t3

Template:Chapnav

Template:BookCat