Skip to content

9709 · 1.7

Differentiation — practice questions

Practice and worked examples for 9709 Differentiation. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Given the curve f(x)=2x35x2+x+9f(x) = 2x^3 - 5x^2 + x + 9. (a) Find f(x)f'(x). (b) Find the gradient of the curve at the point where x=2x=2.

Show solution outline

(a) Find the derivative f(x)f'(x) We differentiate the function term by term using the power rule. f(x)=2x35x2+1x1+9x0f(x) = 2x^3 - 5x^2 + 1x^1 + 9x^0 f(x)=(3×2)x31(2×5)x21+(1×1)x11+0f'(x) = (3 \times 2)x^{3-1} - (2 \times 5)x^{2-1} + (1 \times 1)x^{1-1} + 0 f(x)=6x210x+1x0f'(x) = 6x^2 - 10x + 1x^0 Since x0=1x^0 = 1, we have: f(x)=6x210x+1f'(x) = 6x^2 - 10x + 1

(b) Find the gradient at x=2x=2 The gradient function f(x)f'(x) tells us the gradient for any value of xx. To find the gradient at x=2x=2, we substitute x=2x=2 into f(x)f'(x). Gradient = f(2)=6(2)210(2)+1f'(2) = 6(2)^2 - 10(2) + 1 =6(4)20+1= 6(4) - 20 + 1 =2420+1= 24 - 20 + 1 =5= 5 So, the gradient of the curve at x=2x=2 is 5.

Worked example 2

Find the equation of the normal to the curve y=x2+8xy = x^2 + \frac{8}{x} at the point where x=2x=2. Give your answer in the form ax+by+c=0ax+by+c=0, where a,ba, b and cc are integers.

Show solution outline

The solution requires several steps:

1. Find the coordinates of the point. We are given x=2x=2. Substitute this into the original equation to find yy. y=(2)2+82=4+4=8y = (2)^2 + \frac{8}{2} = 4 + 4 = 8. The point of contact is P(2, 8).

2. Prepare the function for differentiation. Rewrite the equation using indices: y=x2+8x1y = x^2 + 8x^{-1}.

3. Differentiate to find the gradient function. dydx=2x+(1)×8x11\frac{dy}{dx} = 2x + (-1) \times 8x^{-1-1} dydx=2x8x2=2x8x2\frac{dy}{dx} = 2x - 8x^{-2} = 2x - \frac{8}{x^2}.

4. Find the gradient of the tangent at x=2x=2. Substitute x=2x=2 into dydx\frac{dy}{dx}. mtangent=2(2)822=484=42=2m_{\text{tangent}} = 2(2) - \frac{8}{2^2} = 4 - \frac{8}{4} = 4 - 2 = 2.

5. Find the gradient of the normal. The normal is perpendicular to the tangent. mnormal=1mtangent=12m_{\text{normal}} = -\frac{1}{m_{\text{tangent}}} = -\frac{1}{2}.

6. Find the equation of the normal. Using the point P(2, 8) and m=12m = -\frac{1}{2} with the formula yy1=m(xx1)y - y_1 = m(x - x_1). y8=12(x2)y - 8 = -\frac{1}{2}(x - 2) To eliminate the fraction, multiply the entire equation by 2: 2(y8)=1(x2)2(y - 8) = -1(x - 2) 2y16=x+22y - 16 = -x + 2 Rearrange into the form ax+by+c=0ax+by+c=0. x+2y162=0x + 2y - 16 - 2 = 0 x+2y18=0x + 2y - 18 = 0