Differentiation: Question 10

Syllabus 1.7

Structured AS 9 marks

A curve has equation y=x2+16xy = x^2 + \dfrac{16}{x}, for x0x \neq 0.

(a) Find dydx\dfrac{dy}{dx}. [2]

(b) Find the coordinates of the stationary point of the curve, and use d2ydx2\dfrac{d^2y}{dx^2} to determine whether it is a maximum or a minimum point. [4]

(c) Find the equation of the tangent to the curve at the point where x=4x = 4. [3]

Show worked solution Hide worked solution

Worked solution

Part (a): Finding dydx\dfrac{dy}{dx}

Rewrite the curve as a sum of powers of xx:

y=x2+16x1y = x^2 + 16x^{-1}

Differentiating term by term:

dydx=2x+16×(1)x2=2x16x2=2x16x2\frac{dy}{dx} = 2x + 16\times(-1)\,x^{-2} = 2x - 16x^{-2} = 2x - \frac{16}{x^2}

Recomputing independently: ddx(x2)=2x\dfrac{d}{dx}(x^2) = 2x, and ddx(16x1)\dfrac{d}{dx}(16x^{-1}) brings down the power 1-1 as a coefficient, giving 16×(1)x2=16x216\times(-1)x^{-2}=-16x^{-2}. Adding these confirms

dydx=2x16x2.\frac{dy}{dx} = 2x - \frac{16}{x^2}.

Part (b): Stationary point and its nature

Stationary points occur where dydx=0\dfrac{dy}{dx} = 0:

2x16x2=02x - \frac{16}{x^2} = 0

Multiply through by x2x^2 (valid since x0x \neq 0):

2x316=0    x3=8    x=22x^3 - 16 = 0 \implies x^3 = 8 \implies x = 2

(This is the only real cube root of 88.)

Substitute back into y=x2+16xy = x^2 + \dfrac{16}{x}:

y=22+162=4+8=12y = 2^2 + \frac{16}{2} = 4 + 8 = 12

So the stationary point is (2,12)(2, 12).

Differentiate again to classify it:

d2ydx2=2+32x3=2+32x3\frac{d^2y}{dx^2} = 2 + 32x^{-3} = 2 + \frac{32}{x^3}

At x=2x = 2:

d2ydx2=2+328=2+4=6>0\frac{d^2y}{dx^2} = 2 + \frac{32}{8} = 2 + 4 = 6 > 0

so (2,12)(2, 12) is a minimum point.

Independent check using a sign test either side of x=2x=2. At x=1x=1: dydx=2(1)16=14<0\dfrac{dy}{dx} = 2(1) - 16 = -14 < 0 (curve decreasing just before x=2x=2). At x=3x=3: dydx=2(3)169=61.78=4.22>0\dfrac{dy}{dx} = 2(3) - \dfrac{16}{9} = 6 - 1.78\ldots = 4.22\ldots > 0 (curve increasing just after x=2x=2). The gradient changes from negative to positive at x=2x=2, confirming a minimum, consistent with the second-derivative test.

Part (c): Tangent at x=4x = 4

The yy-coordinate at x=4x=4:

y=42+164=16+4=20y = 4^2 + \frac{16}{4} = 16 + 4 = 20

so the point is (4,20)(4, 20).

The gradient at x=4x=4:

dydxx=4=2(4)1642=81=7\frac{dy}{dx}\bigg|_{x=4} = 2(4) - \frac{16}{4^2} = 8 - 1 = 7

The tangent at (4,20)(4,20) with gradient 77:

y20=7(x4)    y=7x28+20=7x8y - 20 = 7(x - 4) \implies y = 7x - 28 + 20 = 7x - 8

Check: substituting x=4x=4 back in, y=7(4)8=288=20y = 7(4) - 8 = 28 - 8 = 20 ✓, matching the point (4,20)(4,20).

Final answers

  • (a) dydx=2x16x2\dfrac{dy}{dx} = \boxed{2x - \dfrac{16}{x^2}}
  • (b) Stationary point: (2,12)\boxed{(2, 12)}, a minimum point
  • (c) Tangent: y=7x8\boxed{y = 7x - 8}