(b) Find the coordinates of the stationary point of the curve, and use dx2d2y 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=4. [3]
Show worked solutionHide worked solution
Worked solution
Part (a): Finding dxdy
Rewrite the curve as a sum of powers of x:
y=x2+16x−1
Differentiating term by term:
dxdy=2x+16×(−1)x−2=2x−16x−2=2x−x216
Recomputing independently: dxd(x2)=2x, and dxd(16x−1) brings down the power −1 as a coefficient, giving 16×(−1)x−2=−16x−2. Adding these confirms
dxdy=2x−x216.
Part (b): Stationary point and its nature
Stationary points occur where dxdy=0:
2x−x216=0
Multiply through by x2 (valid since x=0):
2x3−16=0⟹x3=8⟹x=2
(This is the only real cube root of 8.)
Substitute back into y=x2+x16:
y=22+216=4+8=12
So the stationary point is (2,12).
Differentiate again to classify it:
dx2d2y=2+32x−3=2+x332
At x=2:
dx2d2y=2+832=2+4=6>0
so (2,12) is a minimum point.
Independent check using a sign test either side of x=2. At x=1: dxdy=2(1)−16=−14<0 (curve decreasing just before x=2). At x=3: dxdy=2(3)−916=6−1.78…=4.22…>0 (curve increasing just after x=2). The gradient changes from negative to positive at x=2, confirming a minimum, consistent with the second-derivative test.
Part (c): Tangent at x=4
The y-coordinate at x=4:
y=42+416=16+4=20
so the point is (4,20).
The gradient at x=4:
dxdyx=4=2(4)−4216=8−1=7
The tangent at (4,20) with gradient 7:
y−20=7(x−4)⟹y=7x−28+20=7x−8
Check: substituting x=4 back in, y=7(4)−8=28−8=20 ✓, matching the point (4,20).