C Calculus — coverage pack

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

C1 · Know that the gradient function dy/dx gives the gradient of the curve and measures the rate of change of y with respect to x

  • The derivative dydx\frac{dy}{dx} is the gradient function of a curve y=f(x)y=f(x).
  • At a chosen value of xx, substitute into dydx\frac{dy}{dx} to find the instantaneous rate of change of yy with respect to xx.
  • A positive derivative means yy is increasing locally; a negative derivative means yy is decreasing locally.
  • Do not substitute into yy when the question asks for a rate of change; substitute into the derivative.

Tier 1 · Easy

  1. 1. At x=2x=2, a curve has dydx=6\frac{dy}{dx}=6. State its instantaneous rate at this point.[1 mark]

    Answer

    • Rate of change =6=6

    Method: dydx\frac{dy}{dx} directly gives the rate of change of yy with respect to xx. Its value at the point is 66.

Tier 2 · Standard

  1. 1. For y=3x25xy=3x^2-5x, calculate dydx\frac{dy}{dx} when x=2x=2.[2 marks]

    Answer

    • dydx=7\dfrac{dy}{dx}=7

    Method: Differentiate: dydx=6x5\frac{dy}{dx}=6x-5. At x=2x=2, dydx=6(2)5=7\frac{dy}{dx}=6(2)-5=7.

Tier 3 · Hard

  1. 1. A curve has gradient function dydx=3x212x+5\frac{dy}{dx}=3x^2-12x+5. Find the value of xx at which the rate of change is 7-7.[3 marks]

    Answer

    • x=2x=2

    Method: Set the gradient function equal to the required rate: 3x212x+5=73x^2-12x+5=-7. Then 3x212x+12=03x^2-12x+12=0, so x24x+4=0x^2-4x+4=0. Since (x2)2=0(x-2)^2=0, x=2x=2.

C2 · Know that the gradient of a function is the gradient of the tangent at that point

  • At a point on a curve, f(x)f'(x) is the gradient of the tangent at that point.
  • Differentiate first, then substitute the point's xx-coordinate into the derivative.
  • The tangent touches the curve locally and has the same instantaneous gradient there.
  • A common error is to substitute into the original function and report the yy-coordinate as the gradient.

Tier 1 · Easy

  1. 1. For a function ff, f(3)=2f'(3)=-2. State the gradient of the tangent to y=f(x)y=f(x) where x=3x=3.[1 mark]

    Answer

    • Tangent gradient =2=-2

    Method: f(3)f'(3) is the gradient of the tangent at x=3x=3, so the required gradient is 2-2.

Tier 2 · Standard

  1. 1. Work out the gradient of the tangent to y=x24x+1y=x^2-4x+1 at the point where x=1x=1.[2 marks]

    Answer

    • Tangent gradient =2=-2

    Method: Differentiate to get dydx=2x4\frac{dy}{dx}=2x-4. At x=1x=1, the tangent gradient is 2(1)4=22(1)-4=-2.

Tier 3 · Hard

  1. 1. Work out the coordinates of every point on y=x33x2+2y=x^3-3x^2+2 where the tangent has gradient 99.[4 marks]

    Answer

    • (1,2)(-1,-2) and (3,2)(3,2)

    Method: dydx=3x26x\frac{dy}{dx}=3x^2-6x. Set this equal to 99: 3x26x9=03x^2-6x-9=0, so x22x3=0x^2-2x-3=0 and (x3)(x+1)=0(x-3)(x+1)=0. Thus x=3x=3 or x=1x=-1. Substitution into the curve gives y=2y=2 at x=3x=3 and y=2y=-2 at x=1x=-1.

C3 · Differentiation of kx^n where n is an integer, and the sum of such functions

  • Use the power rule ddx(kxn)=knxn1\frac{d}{dx}(kx^n)=knx^{n-1} for integer nn.
  • Differentiate a sum term by term, keeping each sign and coefficient.
  • A constant differentiates to 00, and negative powers follow the same power rule.
  • A common error is to multiply by the power but forget to reduce the power by 11.

Tier 1 · Easy

  1. 1. Differentiate 5x45x^4 with respect to xx.[1 mark]

    Answer

    • 20x320x^3

    Method: Multiply the coefficient by the power and reduce the power by 11: ddx(5x4)=5×4x3=20x3\frac{d}{dx}(5x^4)=5\times4x^3=20x^3.

Tier 2 · Standard

  1. 1. Given y=4x33x2+7x9y=4x^3-3x^2+7x-9, find dydx\frac{dy}{dx}.[3 marks]

    Answer

    • dydx=12x26x+7\frac{dy}{dx}=12x^2-6x+7

    Method: Differentiate term by term: 4x34x^3 gives 12x212x^2, 3x2-3x^2 gives 6x-6x, 7x7x gives 77, and the constant 9-9 gives 00. Therefore dydx=12x26x+7\frac{dy}{dx}=12x^2-6x+7.

Tier 3 · Hard

  1. 1. For y=2x53x2+4xy=2x^5-\frac{3}{x^2}+4x, find dydx\frac{dy}{dx} and hence find its value at x=1x=1.[4 marks]

    Answer

    • dydx=10x4+6x3+4\frac{dy}{dx}=10x^4+\frac{6}{x^3}+4
    • dydx=20\dfrac{dy}{dx}=20 when x=1x=1

    Method: Write 3x2-\frac{3}{x^2} as 3x2-3x^{-2}. Differentiating gives 10x4+6x3+4=10x4+6x3+410x^4+6x^{-3}+4=10x^4+\frac{6}{x^3}+4. At x=1x=1, the value is 10+6+4=2010+6+4=20.

C4 · The equation of a tangent and normal at any point on a curve

  • Differentiate the curve and substitute the point's xx-coordinate to find the tangent gradient.
  • The normal is perpendicular to the tangent, so its gradient is the negative reciprocal when both gradients are defined.
  • Use the point on the curve in yy1=m(xx1)y-y_1=m(x-x_1) for either line.
  • If only an xx-coordinate is given, first substitute into the curve to find the corresponding yy-coordinate.

Tier 1 · Easy

  1. 1. The curve y=x2y=x^2 passes through (2,4)(2,4). State the gradients of the tangent and the normal at this point.[2 marks]

    Answer

    • Tangent gradient =4=4
    • Normal gradient =14=-\frac{1}{4}

    Method: dydx=2x\frac{dy}{dx}=2x, so at x=2x=2 the tangent gradient is 44. The normal gradient is the negative reciprocal, 14-\frac{1}{4}.

Tier 2 · Standard

  1. 1. Work out the equation of the tangent to y=x2+3x1y=x^2+3x-1 at the point where x=1x=1.[3 marks]

    Answer

    • y=5x2y=5x-2

    Method: At x=1x=1, y=1+31=3y=1+3-1=3, so the point is (1,3)(1,3). Also dydx=2x+3\frac{dy}{dx}=2x+3, giving tangent gradient 55. Thus y3=5(x1)y-3=5(x-1), so y=5x2y=5x-2.

Tier 3 · Hard

  1. 1. The normal to y=x3xy=x^3-x at the point where x=2x=2 meets the xx-axis at RR. Find the coordinates of RR.[4 marks]

    Answer

    • R=(68,0)R=(68,0)

    Method: At x=2x=2, y=232=6y=2^3-2=6, so the point is (2,6)(2,6). Since dydx=3x21\frac{dy}{dx}=3x^2-1, the tangent gradient is 1111 and the normal gradient is 111-\frac{1}{11}. The normal is y6=111(x2)y-6=-\frac{1}{11}(x-2). At the xx-axis y=0y=0, so 6=111(x2)-6=-\frac{1}{11}(x-2), giving 66=x266=x-2 and x=68x=68.

C5 · Increasing and decreasing functions

  • A differentiable function is increasing where dydx>0\frac{dy}{dx}>0 and decreasing where dydx<0\frac{dy}{dx}<0.
  • Find boundary values by solving dydx=0\frac{dy}{dx}=0, then test the sign of the derivative in each interval.
  • Values where the derivative is 00 are stationary candidates or interval boundaries; determine increasing and decreasing intervals from the derivative's sign on either side.
  • A common error is to inspect whether yy is positive or negative instead of checking the sign of the derivative.

Tier 1 · Easy

  1. 1. A function has derivative f(x)=2x6f'(x)=2x-6. State the values of xx for which the function is increasing.[2 marks]

    Answer

    • x>3x>3

    Method: The function is increasing when f(x)>0f'(x)>0. Solve 2x6>02x-6>0: 2x>62x>6, so x>3x>3.

Tier 2 · Standard

  1. 1. Work out where y=x28x+1y=x^2-8x+1 is decreasing and where it is increasing.[3 marks]

    Answer

    • Decreasing for x<4x<4
    • Increasing for x>4x>4

    Method: dydx=2x8=2(x4)\frac{dy}{dx}=2x-8=2(x-4). This derivative is negative when x<4x<4 and positive when x>4x>4. Therefore the curve decreases before x=4x=4 and increases after x=4x=4.

Tier 3 · Hard

  1. 1. Work out the intervals on which f(x)=x33x29x+4f(x)=x^3-3x^2-9x+4 is increasing and the interval on which it is decreasing.[4 marks]

    Answer

    • Increasing for x<1x<-1 and x>3x>3
    • Decreasing for 1<x<3-1<x<3

    Method: f(x)=3x26x9=3(x3)(x+1)f'(x)=3x^2-6x-9=3(x-3)(x+1). The derivative is 00 at x=1x=-1 and x=3x=3. It is positive outside these roots and negative between them, so ff increases for x<1x<-1 and x>3x>3, and decreases for 1<x<3-1<x<3.

C6 · Understand and use the notation d2y/dx2; know that it measures the rate of change of the gradient function

  • d2ydx2\frac{d^2y}{dx^2} is the derivative of dydx\frac{dy}{dx}, so it measures how the gradient changes as xx changes.
  • Differentiate the original function twice, simplifying negative or fractional powers before or after differentiating as convenient.
  • At a point, d2ydx2>0\frac{d^2y}{dx^2}>0 means the gradient is increasing and d2ydx2<0\frac{d^2y}{dx^2}<0 means the gradient is decreasing.
  • A common error is to square dydx\frac{dy}{dx}; the superscript 22 records a second differentiation, not a square.

Tier 1 · Easy

  1. 1. For y=3x45x2+7y=3x^4-5x^2+7, work out d2ydx2\frac{d^2y}{dx^2}.[2 marks]

    Answer

    • d2ydx2=36x210\frac{d^2y}{dx^2}=36x^2-10

    Method: Differentiate once: dydx=12x310x\frac{dy}{dx}=12x^3-10x. Differentiate again: d2ydx2=36x210\frac{d^2y}{dx^2}=36x^2-10.

Tier 2 · Standard

  1. 1. A curve has dydx=6x24x\frac{dy}{dx}=6x^2-4x. Work out the value of xx at which the gradient is changing at a rate of 2020, given x>0x>0.[3 marks]

    Answer

    • x=2x=2

    Method: The rate of change of the gradient is d2ydx2\frac{d^2y}{dx^2}. Differentiate again: d2ydx2=12x4\frac{d^2y}{dx^2}=12x-4. Set 12x4=2012x-4=20, so 12x=2412x=24 and x=2x=2 (consistent with x>0x>0).

Tier 3 · Hard

  1. 1. For the curve y=x44x3+2x2y=x^4-4x^3+2x^2, work out the ranges of xx for which the gradient is increasing. Give exact values.[4 marks]

    Answer

    • x<163x<1-\frac{\sqrt{6}}{3} or x>1+63x>1+\frac{\sqrt{6}}{3}

    Method: First dydx=4x312x2+4x\frac{dy}{dx}=4x^3-12x^2+4x, so d2ydx2=12x224x+4=4(3x26x+1)\frac{d^2y}{dx^2}=12x^2-24x+4=4(3x^2-6x+1). The gradient is increasing when 3x26x+1>03x^2-6x+1>0. The boundary values are x=6±36126=1±63x=\frac{6\pm\sqrt{36-12}}{6}=1\pm\frac{\sqrt{6}}{3}. The quadratic opens upwards, so it is positive outside the two roots.

C7 · Use of differentiation to find maxima and minima points on a curve

  • At a stationary point, dydx=0\frac{dy}{dx}=0; solve this equation and substitute each xx-value into the original curve to obtain coordinates.
  • If d2ydx2<0\frac{d^2y}{dx^2}<0 at a stationary point it is a local maximum; if d2ydx2>0\frac{d^2y}{dx^2}>0 it is a local minimum.
  • A change of gradient from positive to negative also proves a maximum, while negative to positive proves a minimum.
  • Always give the full coordinates when a question asks for points, and state their nature rather than stopping at the stationary xx-values.

Tier 1 · Easy

  1. 1. The curve y=x33x2+2y=x^3-3x^2+2 has a stationary point where x=2x=2. Use d2ydx2\frac{d^2y}{dx^2} to determine its nature.[2 marks]

    Answer

    • The stationary point is a minimum.

    Method: dydx=3x26x\frac{dy}{dx}=3x^2-6x, so d2ydx2=6x6\frac{d^2y}{dx^2}=6x-6. At x=2x=2, d2ydx2=6>0\frac{d^2y}{dx^2}=6>0, so the stationary point is a minimum.

Tier 2 · Standard

  1. 1. The curve y=x36x2+9x+1y=x^3-6x^2+9x+1 has stationary points where x=1x=1 and x=3x=3. Work out their coordinates and determine their nature.[3 marks]

    Answer

    • (1,5)(1,5) is a maximum.
    • (3,1)(3,1) is a minimum.

    Method: Substitution gives y(1)=16+9+1=5y(1)=1-6+9+1=5 and y(3)=2754+27+1=1y(3)=27-54+27+1=1. Also d2ydx2=6x12\frac{d^2y}{dx^2}=6x-12. This is 6-6 at x=1x=1, giving a maximum, and 66 at x=3x=3, giving a minimum.

Tier 3 · Hard

  1. 1. Work out the coordinates and nature of every stationary point of y=2x416x2+3y=2x^4-16x^2+3.[4 marks]

    Answer

    • (2,29)(-2,-29) is a minimum.
    • (0,3)(0,3) is a maximum.
    • (2,29)(2,-29) is a minimum.

    Method: dydx=8x332x=8x(x2)(x+2)\frac{dy}{dx}=8x^3-32x=8x(x-2)(x+2), so x=2,0,2x=-2,0,2. Substitution gives y=29,3,29y=-29,3,-29 respectively. Since d2ydx2=24x232\frac{d^2y}{dx^2}=24x^2-32, its values are 64,32,6464,-32,64. Positive values give minima at (2,29)(-2,-29) and (2,29)(2,-29); the negative value gives a maximum at (0,3)(0,3).

C8 · Using calculus to find maxima and minima in simple problems

  • Define the quantity to be optimised as a function of one variable, using any length, perimeter or other constraint to remove extra variables.
  • Differentiate the resulting function and solve dAdx=0\frac{dA}{dx}=0, or the corresponding derivative for the quantity in the question.
  • Check that the stationary value is the required maximum or minimum, using d2Adx2\frac{d^2A}{dx^2}, a sign change or the shape of a quadratic.
  • Return to the requested quantity: a stationary input value is not the final answer when the question asks for a maximum area or volume.
  • Reject values that are impossible in the context, such as negative lengths or values outside the stated domain.

Tier 1 · Easy

  1. 1. A quantity is modelled by P=x(14x)P=x(14-x) for 0<x<140<x<14. Find the greatest possible value of PP by differentiating.[2 marks]

    Answer

    • The maximum value of PP is 4949.

    Method: P=14xx2P=14x-x^2, so dPdx=142x\frac{dP}{dx}=14-2x. Setting this to zero gives x=7x=7. Then P(7)=7(147)=49P(7)=7(14-7)=49; the negative x2x^2 coefficient confirms a maximum.

Tier 2 · Standard

  1. 1. A rectangle has side lengths (x+2)(x+2) cm and (10x)(10-x) cm, where 0<x<100<x<10. Use calculus to work out its maximum area.[3 marks]

    Answer

    • The maximum area is 36 cm236\text{ cm}^2.

    Method: A=(x+2)(10x)=x2+8x+20A=(x+2)(10-x)=-x^2+8x+20. Hence dAdx=2x+8\frac{dA}{dx}=-2x+8, so the stationary value is at x=4x=4. The second derivative is 2<0-2<0, so this is a maximum. A(4)=6×6=36 cm2A(4)=6\times6=36\text{ cm}^2.

Tier 3 · Hard

  1. 1. The upper corners of a rectangle lie on y=12x2y=12-x^2 at (x,y)(x,y) and (x,y)(-x,y), where x>0x>0. The lower corners lie on the xx-axis. Use calculus to work out the maximum area of the rectangle.[4 marks]

    Answer

    • The maximum area is 3232 square units.

    Method: The width is 2x2x and the height is 12x212-x^2, so A=2x(12x2)=24x2x3A=2x(12-x^2)=24x-2x^3. Then dAdx=246x2\frac{dA}{dx}=24-6x^2. Setting this to zero and using x>0x>0 gives x=2x=2. Also d2Adx2=12x=24<0\frac{d^2A}{dx^2}=-12x=-24<0, so this is a maximum. A(2)=4(124)=32A(2)=4(12-4)=32.

C9 · Sketch/interpret a curve with known maximum and minimum points

  • A local maximum is a turning point where the curve changes from increasing to decreasing; a local minimum changes from decreasing to increasing.
  • On a sketch, plot and label the known turning points and intercepts before joining them with a smooth curve.
  • Use the sign of the gradient to decide which sections rise or fall as xx increases.
  • A sketch shows the required shape and key features; it does not need an exact scale, but it must not introduce extra turning points or intercepts.

Tier 1 · Easy

  1. 1. A smooth curve has a local maximum at x=2x=-2 and a local minimum at x=1x=1, with no other stationary points. State where the curve is decreasing.[1 mark]

    Answer

    • The curve is decreasing for 2<x<1-2<x<1.

    Method: After a local maximum the curve falls, and it continues to fall until the local minimum. Therefore it is decreasing between the two stationary xx-values.

Tier 2 · Standard

  1. 1. Sketch the cubic y=2x33x212x+2y=2x^3-3x^2-12x+2, which has local maximum L=(1,9)L=(-1,9) and local minimum M=(2,18)M=(2,-18). Label LL, MM and the yy-intercept NN.[3 marks]

    Answer

    • A smooth cubic rising to L=(1,9)L=(-1,9), falling through N=(0,2)N=(0,2) to M=(2,18)M=(2,-18), then rising again.

    Method: At x=0x=0, y=2y=2, so N=(0,2)N=(0,2). Plot LL, MM and NN. The positive-leading cubic comes from the lower left and rises to LL, decreases through NN to MM, then rises towards the upper right. Join the points smoothly with horizontal tangents at LL and MM.

Tier 3 · Hard

  1. 1. A continuous smooth curve y=f(x)y=f(x) has roots x=4x=-4, x=1x=1 and x=5x=5. It has a local maximum at (2,5)(-2,5) and a local minimum at (3,4)(3,-4), with no other turning points. Sketch a possible curve, labelling all five given points.[4 marks]

    Answer

    • A smooth curve crossing at (4,0)(-4,0), rising to (2,5)(-2,5), crossing at (1,0)(1,0), falling to (3,4)(3,-4), then crossing at (5,0)(5,0) and rising.

    Method: Place the three roots on the xx-axis and the maximum and minimum at their stated coordinates. The order in xx is 4,2,1,3,5-4,-2,1,3,5. Draw one smooth curve that crosses each root, turns at the maximum and minimum only, and has horizontal tangents at those turning points.