Differentiation: Question 2

Syllabus 1.7

Structured AS 8 marks

A curve CC has equation y=(2x3)3y = (2x - 3)^3.

(a) Use the chain rule to find dydx\dfrac{dy}{dx}. [2]

(b) Find the gradient of CC, and the equation of the tangent to CC, at the point where x=2x = 2. [3]

(c) Find the equation of the normal to CC at the point where x=2x = 2, giving your answer in the form ax+by=cax + by = c, where aa, bb and cc are integers. [3]

Show worked solution Hide worked solution

Worked solution

Part (a): Differentiating with the chain rule

Let u=2x3u = 2x - 3, so y=u3y = u^3.

dydu=3u2,dudx=2\frac{dy}{du} = 3u^2, \qquad \frac{du}{dx} = 2

By the chain rule,

dydx=dydu×dudx=3u2×2=6u2=6(2x3)2\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} = 3u^2 \times 2 = 6u^2 = 6(2x-3)^2

Independent check, expand and differentiate directly. Using (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3 with a=2xa=2x, b=3b=3:

(2x3)3=8x336x2+54x27(2x-3)^3 = 8x^3 - 36x^2 + 54x - 27

Differentiating term by term:

dydx=24x272x+54\frac{dy}{dx} = 24x^2 - 72x + 54

Expanding the chain-rule answer to compare: 6(2x3)2=6(4x212x+9)=24x272x+546(2x-3)^2 = 6(4x^2 - 12x + 9) = 24x^2 - 72x + 54. The two methods agree exactly, confirming

dydx=6(2x3)2.\frac{dy}{dx} = 6(2x-3)^2.

Part (b): Gradient and tangent at x=2x = 2

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

y=(2(2)3)3=(43)3=13=1y = (2(2) - 3)^3 = (4-3)^3 = 1^3 = 1

so the point is (2,1)(2, 1).

The gradient at x=2x=2:

dydxx=2=6(2(2)3)2=6(1)2=6\frac{dy}{dx}\bigg|_{x=2} = 6(2(2)-3)^2 = 6(1)^2 = 6

Check using the expanded form from Part (a): 24(2)272(2)+54=96144+54=624(2)^2 - 72(2) + 54 = 96 - 144 + 54 = 6. This matches, confirming the gradient is 66.

The tangent at (2,1)(2,1) with gradient 66:

y1=6(x2)    y=6x12+1=6x11y - 1 = 6(x - 2) \implies y = 6x - 12 + 1 = 6x - 11

Part (c): Normal at x=2x = 2

The normal is perpendicular to the tangent, so its gradient is the negative reciprocal of 66:

mnormal=16m_{\text{normal}} = -\frac{1}{6}

Using the point (2,1)(2,1):

y1=16(x2)y - 1 = -\frac{1}{6}(x - 2)

Multiply both sides by 66 to clear the fraction:

6y6=(x2)=x+26y - 6 = -(x - 2) = -x + 2

x+6y=8x + 6y = 8

Check: substituting the point (2,1)(2,1) back in, 2+6(1)=82 + 6(1) = 8 ✓. Also, the product of the tangent and normal gradients is 6×(16)=16 \times \left(-\tfrac16\right) = -1, confirming they are indeed perpendicular.

Final answers

  • (a) dydx=6(2x3)2\dfrac{dy}{dx} = \boxed{6(2x-3)^2}
  • (b) Gradient =6= 6 at (2,1)(2,1); tangent: y=6x11\boxed{y = 6x - 11}
  • (c) Normal: x+6y=8\boxed{x + 6y = 8}