← Hub FP2 · 10 · Differentiation 0%
Paper 2 · Further Pure 2 ✦

Differentiation Extended

New functions to differentiate, second derivatives when y is only defined implicitly or through a parameter, and Maclaurin's series — a polynomial that imitates any function near the origin.

Syllabus 2.3Derivative table given by MF19No general term needed

What the examiner expects you to do

§1 Differentiating hyperbolic functions

◆ The three on the formula sheet MF19
ddxsinhx=coshx,ddxcoshx=sinhx,ddxtanhx=sech2x.

Note the missing minus. ddxcosx=sinx, but ddxcoshx=+sinhx. Differentiating twice returns you to where you started, rather than flipping the sign — which is exactly why y=coshx satisfies y=y while y=cosx satisfies y=y.

Where they come from (one line each)
ddx(exex2)=ex+ex2=coshx,ddx(ex+ex2)=exex2=sinhx.

The minus sign from ex does the work in both. For tanh, the quotient rule gives

ddxsinhxcoshx=cosh2xsinh2xcosh2x=1cosh2x=sech2x,

using cosh2xsinh2x1.

◇ The reciprocal three not on MF19
ddxsechx=sechxtanhx,ddxcosechx=cosechxcothx,ddxcothx=cosech2x.

Each is one chain rule away — for instance sechx=(coshx)1, so its derivative is (coshx)2sinhx=sechxtanhx. Rebuild them rather than memorising, and note that all three carry a minus sign.

§2 Inverse trigonometric and inverse hyperbolic derivatives

◆ The table all on MF19
f(x)f(x)f(x)f(x)
sin1x11x2sinh1x11+x2
cos1x11x2cosh1x1x21
tan1x11+x2tanh1x11x2

Read the pattern: the trigonometric inverses give 1x2 and 1+x2; the hyperbolic ones swap those signs over, giving 1+x2, x21 and 1x2.

Deriving them — one method, five functions

Every one uses the same three steps: invert, differentiate implicitly, convert back to x.

y=sin1x: then x=siny, so 1=cosydydx and

dydx=1cosy=11sin2y=11x2.

The positive square root is correct because the principal range is π2yπ2, where cosy0.

y=sinh1x: then x=sinhy, so 1=coshyy and y=1coshy=11+sinh2y=11+x2, using cosh2sinh2=1. No sign worry here: coshy>0 for every y.

y=cosh1x: x=coshy gives y=1sinhy=1cosh2y1=1x21, positive because the principal branch has y0.

y=tanh1x: x=tanhy gives 1=sech2yy, so y=1sech2y=11tanh2y=11x2.

★ A* tip — the chain rule versions you will actually meet

Questions rarely give you a bare x. With the chain rule,

ddxsin1xa=1a2x2,ddxsinh1xa=1a2+x2,ddxtan1xa=aa2+x2.

Each drops out of 1a times the basic derivative evaluated at x/a. These are exactly the shapes that reappear as standard integrals in Topic 11, run backwards.

§3 The second derivative when y is implicit

◆ Two routes — the second is usually cleaner
  1. Differentiate, rearrange, differentiate again. Get dydx explicitly, then differentiate that expression with the quotient rule, substituting dydx back in wherever it appears.
  2. Differentiate the whole equation twice. Do not rearrange at all — just differentiate the first-derivative equation again, then substitute numbers at the end. This avoids the quotient rule entirely and is far less error-prone.
✎ Worked example — route 1 on a circle

For x2+y2=25, find d2ydx2 in terms of y.

Differentiating: 2x+2ydydx=0, so dydx=xy. Now differentiate that with the quotient rule:

d2ydx2=y1xdydxy2=yx(xy)y2=y2+x2yy2=x2+y2y3=25y3,

using the original equation at the last step. Substituting dydx back in is the step candidates forget — leaving dydx in the final answer scores nothing.

✎ Worked example — route 2 with a product term

The curve x2+xy+y2=3 passes through (1,1). Find dydx and d2ydx2 there.

Differentiate once, writing y for dydx and using the product rule on xy:

2x+y+xy+2yy=0.()

At (1,1): 2+1+y+2y=0, so y=1.

Now differentiate () again — without rearranging it:

2+y+(y+xy)+2((y)2+yy)=0  2+2y+2(y)2+(x+2y)y=0.

At (1,1) with y=1:  22+2+3y=0, so d2ydx2=23.

No quotient rule anywhere. When a question asks for the second derivative at a point, this route is almost always faster.

★ A* tip — the syllabus's own trick

Sometimes a rearrangement makes repeated differentiation trivial. For y=tanx,

dydx=sec2x=1+tan2x=1+y2.

Now every further derivative is pure algebra: y=2yy, then y=2(y)2+2yy, and so on — no trigonometry at all. This is exactly how the Maclaurin series of tanx is built in §5.

§4 The second derivative when x and y are parametric

◆ The formula — and the trap inside it
dydx=dy/dtdx/dt, d2ydx2=ddx(dydx)=ddt(dydx)dxdt 

Differentiate dydx with respect to t, then divide by dxdt. The chain rule demands it: ddx=ddt×dtdx, and dtdx is the reciprocal of dxdt.

⚠ It is not d2y/dt2d2x/dt2

That looks plausible and is wrong. Test it on x=t2, y=t3: the fake formula gives 6t2=3t, while the true answer is 34t — not even the same shape. Differentiating a quotient is not the quotient of the derivatives.

✎ Worked example

For x=t2, y=t3 find d2ydx2.

dxdt=2t and dydt=3t2, so dydx=3t22t=3t2. Then

d2ydx2=ddt(3t2)dxdt=322t=34t.

Check by eliminating t: y2=x3, so for t>0, y=x3/2 and d2ydx2=34x1/2=34t ✓ since x1/2=t.

✎ Worked example — a messier parameter

For x=t+1t, y=t1t, show that d2ydx2=4t3(t21)3.

dxdt=11t2=t21t2 and dydt=1+1t2=t2+1t2, so

dydx=t2+1t21.

By the quotient rule, ddt(t2+1t21)=2t(t21)(t2+1)(2t)(t21)2=4t(t21)2. Dividing by dxdt means multiplying by t2t21:

d2ydx2=4t(t21)2×t2t21=4t3(t21)3. 

§5 Maclaurin's series

◆ The series MF19
f(x)=f(0)+xf(0)+x22!f(0)++xrr!f(r)(0)+

Each coefficient is a derivative evaluated at zero, divided by a factorial. MF19 also prints the standard expansions of ex, ln(1+x), sinx, cosx, tan1x, sinhx, coshx and tanh1x, with their ranges of validity — so quote those rather than re-deriving them.

◇ The method for a series you are not given
  1. Differentiate repeatedly. If the derivatives get ugly, look for a rearrangement that expresses y in terms of y — then keep differentiating that.
  2. Substitute x=0 into each derivative in turn.
  3. Assemble f(0)+f(0)x+f(0)2!x2+, stopping at the power the question asks for.

You are never asked for the general term — only "the first few terms" or "as far as xn".

✎ Worked example — tanx as far as x5

Direct differentiation of sec2x gets horrible fast, so use y=1+y2 from §3 and differentiate that repeatedly:

y=1+y2,y=2yy,y=2(y)2+2yy,y(4)=6yy+2yy,y(5)=6(y)2+8yy+2yy(4).

Now evaluate at x=0, where y=tan0=0, carrying each value forward:

y(0)y(0)y(0)y(0)y(4)(0)y(5)(0)
01+0=12(0)(1)=02(1)2+0=26(1)(0)+0=00+8(1)(2)+0=16

So

tanx=x+23!x3+165!x5+=x+x33+2x515+

The even derivatives all vanish at 0, which they must: tan is an odd function, so only odd powers can appear. That parity check is free and catches a slip immediately.

✎ Worked example — ln(1+sinx) as far as x3

Let y=ln(1+sinx), so y(0)=ln1=0. Then

y=cosx1+sinx  y(0)=11=1.

By the quotient rule, and using sin2x+cos2x=1 to simplify the numerator:

y=sinx(1+sinx)cos2x(1+sinx)2=sinxsin2xcos2x(1+sinx)2=(1+sinx)(1+sinx)2=11+sinx,

so y(0)=1. That tidy form makes the next step easy:

y=cosx(1+sinx)2  y(0)=1.

Hence

ln(1+sinx)=0+xx22!+x33!+=xx22+x36+

Numerical check at x=0.1: the series gives 0.10.005+0.000167=0.095167, and ln(1+sin0.1)=0.095161. ✓ The tiny gap is the x4 term.

★ A* tip — simplify each derivative before differentiating again

In the example above, spotting that y collapses to 11+sinx turned a fearsome third differentiation into a one-liner. If a derivative looks unmanageable, it is usually a signal that an identity will collapse it — look for sin2+cos2, cosh2sinh2, or a common factor.

§6 Interactive: watch a Maclaurin series close in

Add terms one at a time and see the polynomial grip the curve near the origin, then peel away. The strip underneath checks every derivative formula in §1 and §2 against a numerical derivative — independent evidence that the table is right.

the function Maclaurin polynomial

Every derivative formula above, checked numerically

add another term ✎

§7 Examiner traps & A* checklist

⚠ The eight most common mark-losers
  • Writing ddxcoshx=sinhx. There is no minus — that is the trigonometric version.
  • Using d2y/dt2d2x/dt2 for a parametric second derivative. You must divide ddt(dydx) by dxdt.
  • Leaving dydx in an answer for d2ydx2 — substitute it back in.
  • Forgetting the factorials in Maclaurin. The coefficient of xr is f(r)(0)r!, not f(r)(0).
  • Evaluating the derivatives at the general x instead of at 0.
  • Mixing up 11x2, 11+x2 and 1x21 — they are all on MF19, so look them up rather than guessing.
  • Producing even powers in the series of an odd function (or vice versa). Check the parity before you write the answer down.
  • Dropping the product rule on a term like xy when differentiating implicitly.
★ Before you turn the page
  • Does my series have the right parity, and does substituting a small x roughly reproduce the function?
  • Did I look the derivative up on MF19 rather than trusting memory?
  • For an implicit second derivative at a point, did I try differentiating the equation twice instead of quotient-ruling?

§8 Video explainers (curated)

§9 Check yourself

Score 0 / 5
Q1 · hyperbolic derivative

ddx(coshx) equals:

Solution

ddxex+ex2=exex2=sinhx. The minus belongs to cos, not cosh — which is why y=coshx satisfies y=y rather than y=y.

Q2 · inverse hyperbolic derivative

ddx(sinh1x) equals:

Solution

From x=sinhy: 1=coshyy, so y=1coshy=11+sinh2y=11+x2. The distractors are ddxsin1x, ddxcosh1x and ddxtan1x — all four are printed on MF19, so look rather than guess.

Q3 · parametric second derivative

For x=t2, y=t3, the value of d2ydx2 is:

Solution

dydx=3t22t=3t2 (which is the third option — the first derivative, a common misread). Then d2ydx2=3/22t=34t. The last option, 3t, is what the incorrect d2y/dt2d2x/dt2=6t2 would give.

Q4 · Maclaurin

The Maclaurin series of tanx, as far as the term in x3, is:

Solution

With y=1+y2: y(0)=0, y(0)=1, y(0)=0, y(0)=2, so the x3 coefficient is 23!=13. Sanity check at x=0.5: tan0.5=0.5463 and 0.5+0.1253=0.5417 — close, and correctly above x. The option xx36 is sinx.

Q5 · full method — try it on paper first

Let y=ln(1+sinx).

(i) Show that d2ydx2=11+sinx.

(ii) Hence find the Maclaurin series for ln(1+sinx) as far as the term in x3.

Solution

(i) By the chain rule, dydx=cosx1+sinx. Differentiating again with the quotient rule:

d2ydx2=(sinx)(1+sinx)(cosx)(cosx)(1+sinx)2=sinxsin2xcos2x(1+sinx)2.

Since sin2x+cos2x=1, the numerator is sinx1=(1+sinx), and one factor cancels:

d2ydx2=(1+sinx)(1+sinx)2=11+sinx. 

(ii) Part (i) makes the third derivative easy — differentiate (1+sinx)1:

d3ydx3=(1+sinx)2cosx=cosx(1+sinx)2.

Now evaluate everything at x=0, where sin0=0 and cos0=1:

y(0)=ln1=0,y(0)=11=1,y(0)=11=1,y(0)=11=1.

Substituting into f(0)+f(0)x+f(0)2!x2+f(0)3!x3:

ln(1+sinx)=xx22+x36+

Check at x=0.1: the series gives 0.10.005+0.0001667=0.0951667, and ln(1+sin0.1)=0.0951611 — agreeing to five decimal places, with the discrepancy the size of the missing x4 term. ✓

FP2 · Topic 10 · Differentiation