7 Differentiation — coverage pack

6 specification leaves · notes, questions, answers and worked methods

7.1 · Derivative of f(x) as tangent gradient and as a limit; rate of change; sketch the gradient function; first-principles differentiation for small integer powers of x, sin x, cos x; second derivatives; convexity, concavity, inflection.

  • The derivative f(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to0}\frac{f(x+h)-f(x)}{h} is the tangent gradient and instantaneous rate of change. For sinx\sin x and cosx\cos x, expand the compound angle and use limh0sinhh=1\lim_{h\to0}\frac{\sin h}{h}=1 and limh0cosh1h=0\lim_{h\to0}\frac{\cos h-1}{h}=0.
  • To sketch ff', record where ff rises or falls, where its tangents are horizontal, and how steep those tangents are; the zeros of ff' occur at stationary points of ff.
  • The second derivative is the rate of change of the gradient: f(x)>0f''(x)>0 indicates a convex section and f(x)<0f''(x)<0 a concave section. At an inflection point, ff'' changes sign.
  • A common error is to declare an inflection point from f(x)=0f''(x)=0 alone; a sign change of concavity must be checked.

Tier 1 · Easy

  1. 1. For f(x)=x23xf(x)=x^2-3x, use the limit definition of the derivative to find f(x)f'(x).[4 marks]

    Answer

    • f(x)=2x3f'(x)=2x-3

    Method: f(x+h)f(x)=(x+h)23(x+h)(x23x)=2xh+h23hf(x+h)-f(x)=(x+h)^2-3(x+h)-(x^2-3x)=2xh+h^2-3h. Hence f(x+h)f(x)h=2x+h3\frac{f(x+h)-f(x)}{h}=2x+h-3. Taking the limit as h0h\to0 gives f(x)=2x3f'(x)=2x-3.

Tier 2 · Standard

  1. 1. For f(x)=x33xf(x)=x^3-3x, sketch the gradient function y=f(x)y=f'(x), marking its intercepts and turning point. Hence state where the graph of ff is convex and concave.[6 marks]

    Answer

    • The upward parabola y=3x23y=3x^2-3, with zeros (1,0)(-1,0) and (1,0)(1,0) and minimum (0,3)(0,-3)
    • ff is concave for x<0x<0 and convex for x>0x>0

    Method: Differentiate to obtain f(x)=3x23=3(x1)(x+1)f'(x)=3x^2-3=3(x-1)(x+1). Its graph is an upward parabola crossing the xx-axis at x=1,1x=-1,1, with minimum (0,3)(0,-3). Since f(x)=6xf''(x)=6x, the original graph is concave for x<0x<0 and convex for x>0x>0.

Tier 3 · Hard

  1. 1. Using first principles and compound-angle identities, prove that ddx(sinx)=cosx\frac{\mathrm d}{\mathrm dx}(\sin x)=\cos x and ddx(cosx)=sinx\frac{\mathrm d}{\mathrm dx}(\cos x)=-\sin x. You may use limh0sinhh=1\lim_{h\to0}\frac{\sin h}{h}=1 and limh0cosh1h=0\lim_{h\to0}\frac{\cos h-1}{h}=0.[8 marks]

    Answer

    • ddx(sinx)=cosx\frac{\mathrm d}{\mathrm dx}(\sin x)=\cos x
    • ddx(cosx)=sinx\frac{\mathrm d}{\mathrm dx}(\cos x)=-\sin x

    Method: For sine, sin(x+h)sinxh=sinxcosh1h+cosxsinhh\frac{\sin(x+h)-\sin x}{h}=\sin x\frac{\cos h-1}{h}+\cos x\frac{\sin h}{h}, whose limit is cosx\cos x. For cosine, cos(x+h)cosxh=cosxcosh1hsinxsinhh\frac{\cos(x+h)-\cos x}{h}=\cos x\frac{\cos h-1}{h}-\sin x\frac{\sin h}{h}, whose limit is sinx-\sin x.

7.2 · Differentiate xⁿ for rational n, and related sums, differences and constant multiples; differentiate e^(kx), a^(kx), sin kx, cos kx, tan kx; understand and use the derivative of ln x.

  • For rational nn, ddx(xn)=nxn1\frac{\mathrm d}{\mathrm dx}(x^n)=nx^{n-1} wherever the original expression and derivative are defined.
  • The standard exponential results are ddx(ekx)=kekx\frac{\mathrm d}{\mathrm dx}(e^{kx})=ke^{kx} and ddx(akx)=k(lna)akx\frac{\mathrm d}{\mathrm dx}(a^{kx})=k(\ln a)a^{kx}.
  • For angles in radians, ddx(sinkx)=kcoskx\frac{\mathrm d}{\mathrm dx}(\sin kx)=k\cos kx, ddx(coskx)=ksinkx\frac{\mathrm d}{\mathrm dx}(\cos kx)=-k\sin kx, ddx(tankx)=ksec2kx\frac{\mathrm d}{\mathrm dx}(\tan kx)=k\sec^2kx, and ddx(lnx)=1x\frac{\mathrm d}{\mathrm dx}(\ln x)=\frac1x.
  • A common error is to omit the factor kk created by the inner function, or the factor lna\ln a when differentiating akxa^{kx}.

Tier 1 · Easy

  1. 1. Differentiate y=5x3/22x1/2y=5x^{3/2}-2x^{-1/2} with respect to xx.[3 marks]

    Answer

    • dydx=152x1/2+x3/2\frac{\mathrm dy}{\mathrm dx}=\frac{15}{2}x^{1/2}+x^{-3/2}

    Method: Apply the power rule term by term: 5×32x1/22×(12)x3/2=152x1/2+x3/25\times\frac32x^{1/2}-2\times(-\frac12)x^{-3/2}=\frac{15}{2}x^{1/2}+x^{-3/2}.

Tier 2 · Standard

  1. 1. Differentiate y=4e3x+5sin(2x)3lnxy=4e^{3x}+5\sin(2x)-3\ln x.[4 marks]

    Answer

    • dydx=12e3x+10cos(2x)3x\frac{\mathrm dy}{\mathrm dx}=12e^{3x}+10\cos(2x)-\frac3x

    Method: Differentiate each term and include each inner derivative: 4(3e3x)+5(2cos(2x))3(1/x)4(3e^{3x})+5(2\cos(2x))-3(1/x). Therefore dydx=12e3x+10cos(2x)3x\frac{\mathrm dy}{\mathrm dx}=12e^{3x}+10\cos(2x)-\frac3x.

Tier 3 · Hard

  1. 1. Given f(x)=32x+tan(5x)2cos(3x)f(x)=3^{2x}+\tan(5x)-2\cos(3x), find f(x)f'(x) and hence find the exact value of f(0)f'(0).[5 marks]

    Answer

    • f(x)=2(ln3)32x+5sec2(5x)+6sin(3x)f'(x)=2(\ln3)3^{2x}+5\sec^2(5x)+6\sin(3x)
    • f(0)=2ln3+5f'(0)=2\ln3+5

    Method: Use the exponential and trigonometric derivatives: f(x)=2(ln3)32x+5sec2(5x)+6sin(3x)f'(x)=2(\ln3)3^{2x}+5\sec^2(5x)+6\sin(3x). At x=0x=0, 30=13^0=1, sec20=1\sec^20=1 and sin0=0\sin0=0, giving f(0)=2ln3+5f'(0)=2\ln3+5.

7.3 · Apply differentiation to find gradients, tangents and normals, maxima and minima and stationary points, points of inflection; identify where functions are increasing or decreasing.

  • At x=ax=a, the tangent gradient is f(a)f'(a) and a non-vertical normal has gradient 1/f(a)-1/f'(a); use the point on the curve in point-gradient form.
  • Stationary points solve f(x)=0f'(x)=0. Classify them by a sign change in ff' or, when decisive, by f(x)>0f''(x)>0 for a minimum and f(x)<0f''(x)<0 for a maximum.
  • A function is increasing where f(x)>0f'(x)>0 and decreasing where f(x)<0f'(x)<0. For a constrained optimisation problem, include endpoints or domain restrictions in the comparison.
  • A common error is to assume every solution of f(x)=0f'(x)=0 is a maximum or minimum; a stationary point can instead be an inflection point.

Tier 1 · Easy

  1. 1. The curve y=x2+3xy=x^2+3x is considered at the point where x=1x=1. Find the equations of the tangent and the normal.[4 marks]

    Answer

    • Tangent y=5x1y=5x-1
    • Normal y4=15(x1)y-4=-\frac15(x-1)

    Method: At x=1x=1, y=1+3=4y=1+3=4. Since dydx=2x+3\frac{\mathrm dy}{\mathrm dx}=2x+3, the tangent gradient is 55, giving y4=5(x1)y-4=5(x-1) and hence y=5x1y=5x-1. The normal gradient is 15-\frac15, so y4=15(x1)y-4=-\frac15(x-1).

Tier 2 · Standard

  1. 1. For f(x)=x36x2+9x+2f(x)=x^3-6x^2+9x+2, find and classify every stationary point. State the intervals on which ff is increasing.[7 marks]

    Answer

    • Local maximum (1,6)(1,6) and local minimum (3,2)(3,2)
    • Increasing for x<1x<1 and x>3x>3

    Method: f(x)=3x212x+9=3(x1)(x3)f'(x)=3x^2-12x+9=3(x-1)(x-3), so the stationary values are x=1,3x=1,3. The coordinates are f(1)=6f(1)=6 and f(3)=2f(3)=2. Also f(x)=6x12f''(x)=6x-12, so f(1)=6f''(1)=-6 gives a local maximum and f(3)=6f''(3)=6 gives a local minimum. The factorised derivative is positive outside the roots, so ff is increasing for x<1x<1 and x>3x>3.

Tier 3 · Hard

  1. 1. A model for the volume of an open container is V=x(12x)2V=x(12-x)^2 for 0<x<120<x<12, where VV is measured in cm3\text{cm}^3. Use calculus to find the maximum possible volume.[7 marks]

    Answer

    • Maximum volume 256cm3256\,\text{cm}^3, attained when x=4x=4

    Method: Differentiate the product: V=(12x)22x(12x)=(12x)(123x)V'=(12-x)^2-2x(12-x)=(12-x)(12-3x). The interior stationary point is x=4x=4; x=12x=12 is outside the open domain as a stationary endpoint factor. Since VV' changes from positive to negative at x=4x=4, this is a maximum. Thus V(4)=4(8)2=256cm3V(4)=4(8)^2=256\,\text{cm}^3. Also VV tends to 00 at both ends of the domain, confirming the global maximum.

7.4 · Differentiate using the product rule, the quotient rule and the chain rule, including problems involving connected rates of change and inverse functions.

  • Use (uv)=uv+uv(uv)'=u'v+uv' for products and (uv)=uvuvv2\left(\frac uv\right)'=\frac{u'v-uv'}{v^2} for quotients; brackets help preserve the order in the quotient numerator.
  • For a composite function, differentiate the outer function and multiply by the inner derivative. Also ddx(secx)=secxtanx\frac{\mathrm d}{\mathrm dx}(\sec x)=\sec x\tan x, ddx(cosecx)=cosecxcotx\frac{\mathrm d}{\mathrm dx}(\cosec x)=-\cosec x\cot x and ddx(cotx)=cosec2x\frac{\mathrm d}{\mathrm dx}(\cot x)=-\cosec^2x.
  • Connected rates use a shared variable, for example dVdt=dVdrdrdt\frac{\mathrm dV}{\mathrm dt}=\frac{\mathrm dV}{\mathrm dr}\frac{\mathrm dr}{\mathrm dt}. For an inverse g=f1g=f^{-1}, g(y)=1/f(x)g'(y)=1/f'(x) when y=f(x)y=f(x) and f(x)0f'(x)\ne0.
  • A common error is to substitute numerical values before differentiating, which can erase the changing relationship between the variables.

Tier 1 · Easy

  1. 1. Differentiate y=x2e3xy=x^2e^{3x}.[3 marks]

    Answer

    • dydx=e3x(2x+3x2)\frac{\mathrm dy}{\mathrm dx}=e^{3x}(2x+3x^2)

    Method: Apply the product rule: dydx=(2x)e3x+x2(3e3x)=e3x(2x+3x2)\frac{\mathrm dy}{\mathrm dx}=(2x)e^{3x}+x^2(3e^{3x})=e^{3x}(2x+3x^2).

Tier 2 · Standard

  1. 1. (a) Differentiate y=sin(2x)(x2+1)3y=\frac{\sin(2x)}{(x^2+1)^3}, giving one fraction. (b) Differentiate z=sec(3x)2cotx+cosec(2x)z=\sec(3x)-2\cot x+\cosec(2x).[9 marks]

    Answer

    • (a) dydx=2(x2+1)cos(2x)6xsin(2x)(x2+1)4\frac{\mathrm dy}{\mathrm dx}=\frac{2(x^2+1)\cos(2x)-6x\sin(2x)}{(x^2+1)^4}
    • (b) dzdx=3sec(3x)tan(3x)+2cosec2x2cosec(2x)cot(2x)\frac{\mathrm dz}{\mathrm dx}=3\sec(3x)\tan(3x)+2\cosec^2x-2\cosec(2x)\cot(2x)

    Method: (a) Take u=sin(2x)u=\sin(2x) and v=(x2+1)3v=(x^2+1)^3. Then u=2cos(2x)u'=2\cos(2x) and v=6x(x2+1)2v'=6x(x^2+1)^2. The quotient rule and cancellation of (x2+1)2(x^2+1)^2 give the stated fraction. (b) Apply the three standard derivatives and the chain rule: the terms give 3sec(3x)tan(3x)3\sec(3x)\tan(3x), 2cosec2x2\cosec^2x and 2cosec(2x)cot(2x)-2\cosec(2x)\cot(2x) respectively.

Tier 3 · Hard

  1. 1. (a) A sphere has radius rr cm and volume V=43πr3V=\frac43\pi r^3. At an instant when r=3r=3, its volume is increasing at 24πcm3s124\pi\,\text{cm}^3\text{s}^{-1}. Find drdt\frac{\mathrm dr}{\mathrm dt}. (b) The function f(x)=x3+x+1f(x)=x^3+x+1 has inverse gg. Given that g(3)=1g(3)=1, find g(3)g'(3).[7 marks]

    Answer

    • (a) drdt=23cm s1\frac{\mathrm dr}{\mathrm dt}=\frac23\,\text{cm s}^{-1}
    • (b) g(3)=14g'(3)=\frac14

    Method: (a) Differentiate with respect to time: dVdt=4πr2drdt\frac{\mathrm dV}{\mathrm dt}=4\pi r^2\frac{\mathrm dr}{\mathrm dt}. At r=3r=3, 24π=36πdrdt24\pi=36\pi\frac{\mathrm dr}{\mathrm dt}, so drdt=23cm s1\frac{\mathrm dr}{\mathrm dt}=\frac23\,\text{cm s}^{-1}. (b) Since g=f1g=f^{-1}, g(3)=1/f(g(3))g'(3)=1/f'(g(3)). Now f(x)=3x2+1f'(x)=3x^2+1 and g(3)=1g(3)=1, so g(3)=1/f(1)=14g'(3)=1/f'(1)=\frac14.

7.5 · Differentiate simple functions and relations defined implicitly or parametrically, for first derivative only.

  • For an implicit relation, differentiate every term with respect to xx and attach a factor dydx\frac{\mathrm dy}{\mathrm dx} whenever a differentiated term contains yy.
  • For parametric equations x=x(t)x=x(t) and y=y(t)y=y(t), use dydx=dy/dtdx/dt\frac{\mathrm dy}{\mathrm dx}=\frac{\mathrm dy/\mathrm dt}{\mathrm dx/\mathrm dt} where dx/dt0\mathrm dx/\mathrm dt\ne0.
  • After finding the gradient, use the parameter or relation to obtain the actual point before writing a tangent or normal equation.
  • A common error in implicit differentiation is to write ddx(xy)=y+x\frac{\mathrm d}{\mathrm dx}(xy)=y+x instead of y+xdydxy+x\frac{\mathrm dy}{\mathrm dx}.

Tier 1 · Easy

  1. 1. The curve obeys x2+y2=25x^2+y^2=25. By implicit differentiation, obtain its gradient at a general point (x,y)(x,y).[3 marks]

    Answer

    • dydx=xy\frac{\mathrm dy}{\mathrm dx}=-\frac{x}{y} for y0y\ne0

    Method: Differentiate both sides with respect to xx: 2x+2ydydx=02x+2y\frac{\mathrm dy}{\mathrm dx}=0. For y0y\ne0, rearranging gives dydx=xy\frac{\mathrm dy}{\mathrm dx}=-\frac{x}{y}. At y=0y=0 the curve instead has a vertical tangent.

Tier 2 · Standard

  1. 1. A curve has parametric equations x=t2+1x=t^2+1 and y=t33ty=t^3-3t. Find the equation of its tangent when t=2t=2.[5 marks]

    Answer

    • y2=94(x5)y-2=\frac94(x-5)

    Method: dxdt=2t\frac{\mathrm dx}{\mathrm dt}=2t and dydt=3t23\frac{\mathrm dy}{\mathrm dt}=3t^2-3, so dydx=3t232t\frac{\mathrm dy}{\mathrm dx}=\frac{3t^2-3}{2t}. At t=2t=2, the gradient is 94\frac94. The point is (5,2)(5,2), so the tangent is y2=94(x5)y-2=\frac94(x-5).

Tier 3 · Hard

  1. 1. The curve has parametric equations x=t+1tx=t+\frac1t and y=t1ty=t-\frac1t, where t>0t>0. Find the exact equations of the tangent and normal at t=2t=2.[7 marks]

    Answer

    • Tangent y32=53(x52)y-\frac32=\frac53\left(x-\frac52\right)
    • Normal y32=35(x52)y-\frac32=-\frac35\left(x-\frac52\right)

    Method: dxdt=11t2\frac{\mathrm dx}{\mathrm dt}=1-\frac1{t^2} and dydt=1+1t2\frac{\mathrm dy}{\mathrm dt}=1+\frac1{t^2}. At t=2t=2, these are 34\frac34 and 54\frac54, so the tangent gradient is 53\frac53 and the normal gradient is 35-\frac35. The point is (52,32)(\frac52,\frac32), giving the two stated equations.

7.6 · Construct simple differential equations in pure mathematics and in context (contexts may include kinematics, population growth and modelling the relationship between price and demand).

  • Translate a rate statement into derivative notation after defining the dependent and independent variables, including their units where relevant.
  • Phrases such as 'proportional to' introduce a positive constant kk; words such as 'decreases' or 'decays' determine whether a minus sign is needed.
  • A limiting or equilibrium value often appears as a difference, for example growth towards a capacity KK can be modelled by dPdt=k(KP)\frac{\mathrm dP}{\mathrm dt}=k(K-P).
  • A common error is to solve the differential equation when only its construction is requested, while failing to state or determine the proportionality constant.

Tier 1 · Easy

  1. 1. The acceleration of a particle is proportional to its speed vv and acts opposite to the motion. Write down a differential equation for vv in terms of time tt.[2 marks]

    Answer

    • dvdt=kv\frac{\mathrm dv}{\mathrm dt}=-kv, where k>0k>0

    Method: Acceleration is dvdt\frac{\mathrm dv}{\mathrm dt}. Proportionality to vv gives magnitude kvkv with k>0k>0, and opposition to the motion supplies the minus sign: dvdt=kv\frac{\mathrm dv}{\mathrm dt}=-kv.

Tier 2 · Standard

  1. 1. A population PP grows at a rate proportional to the difference between 12001200 and the current population. When P=800P=800, the population is increasing at 5050 individuals per year. Construct the differential equation, including the value of the constant of proportionality.[4 marks]

    Answer

    • dPdt=18(1200P)\frac{\mathrm dP}{\mathrm dt}=\frac18(1200-P)

    Method: Write dPdt=k(1200P)\frac{\mathrm dP}{\mathrm dt}=k(1200-P). Using P=800P=800 and rate 5050 gives 50=k(400)50=k(400), so k=18k=\frac18. Therefore dPdt=18(1200P)\frac{\mathrm dP}{\mathrm dt}=\frac18(1200-P).

Tier 3 · Hard

  1. 1. Demand DD is modelled as a function of price pp. The rate of decrease of demand with respect to price is proportional to DD and inversely proportional to p2p^2. When p=5p=5 and D=800D=800, dDdp=64\frac{\mathrm dD}{\mathrm dp}=-64. Construct the differential equation, determining its constant.[5 marks]

    Answer

    • dDdp=2Dp2\frac{\mathrm dD}{\mathrm dp}=-\frac{2D}{p^2}

    Method: The description gives dDdp=kDp2\frac{\mathrm dD}{\mathrm dp}=-\frac{kD}{p^2} with k>0k>0. Substitute the data: 64=k(800)25=32k-64=-\frac{k(800)}{25}=-32k, so k=2k=2. Hence dDdp=2Dp2\frac{\mathrm dD}{\mathrm dp}=-\frac{2D}{p^2}.