Q. 43

Question

Use the differentiation rules developed in this section to find the derivatives of the functions in Exercises 35-64. Note that it may be necessary to do some preliminary algebra before differentiating.  

f(x)=(3x+2)3

Step-by-Step Solution

Verified
Answer

The derivative of the function is f'(x)=81x2+108x+36.

1Step 1. Given Information

The given function is f(x)=(3x+2)3.

2Step 2. Simplify the function

Use the algebraic identity, (a+b)3=a3+b3+3a2b+3ab2 to simplify the given function.

f(x)=(3x)3+23+3(3x)2(2)+3(3x)(2)2 =27x3+8+54x2+36x

3Step 3. Find the derivative
  • Apply the sum rule of derivative, (f+g)'(x)=f'(x)+g'(x).

f'(x)=ddx(27x3)+ddx(8)+ddx(54x2)+ddx(36x)

  • Apply the constant multiple rule, f'(kx)=kf'(x) and the constant derivative function rule, f'(k)=0 in the derived equation.

f'(x)=27ddx(x3)+(0)+54ddx(x2)+36ddx(x)=27ddx(x3)+54ddx(x2)+36ddx(x)

  • Apply the power rule of derivative, f'(xn)=nxn-1.

f'(x)=27(3x2)+54(2x1)+36(1)=81x2+108x+36