Question Statement
Find the derivative of y=(3x−1)4(−2x+9)5 with respect to x.
Background and Explanation
This problem involves differentiating a product of two composite functions. You will need to apply the product rule to handle the multiplication, and the chain rule to differentiate the powers of linear expressions.
Solution
Begin by identifying the two functions being multiplied: let u=(3x−1)4 and v=(−2x+9)5.
Apply the product rule dxd(uv)=u′v+uv′:
dxdy=dxd(3x−1)4⋅(−2x+9)5+(3x−1)4⋅dxd(−2x+9)5
Now apply the chain rule to each derivative. For the first term, differentiate the outer power function and multiply by the derivative of the inner linear function. Do the same for the second term:
dxdy=4(3x−1)3⋅dxd(3x−1)⋅(−2x+9)5+(3x−1)4⋅5(−2x+9)4⋅dxd(−2x+9)=4(3x−1)3(3−0)(−2x+9)5+(3x−1)4⋅5(−2x+9)4(−2+0)=12(3x−1)3(−2x+9)5−10(3x−1)4(−2x+9)4
Factor out the greatest common factor 2(3x−1)3(−2x+9)4 from both terms. Note that the first term retains a factor of (−2x+9) and coefficient 6 (since 12/2=6), while the second term retains a factor of (3x−1) and coefficient −5 (since −10/2=−5):
dxdy=2(3x−1)3(−2x+9)4[6(−2x+9)−5(3x−1)]=2(3x−1)3(−2x+9)4(−12x+54−15x+5)=2(3x−1)3(−2x+9)4(−27x+59)
- Product Rule: dxd[f(x)g(x)]=f′(x)g(x)+f(x)g′(x)
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Power Rule: dxd[xn]=nxn−1
Summary of Steps
- Identify the two functions in the product: (3x−1)4 and (−2x+9)5
- Apply the product rule: dxd(uv)=u′v+uv′
- Apply the chain rule to differentiate each composite function, yielding 4(3x−1)3(3) and 5(−2x+9)4(−2)
- Simplify to obtain 12(3x−1)3(−2x+9)5−10(3x−1)4(−2x+9)4
- Factor out the common term 2(3x−1)3(−2x+9)4
- Simplify the expression inside the brackets: 6(−2x+9)−5(3x−1)=−27x+59
- State the final answer: 2(3x−1)3(−2x+9)4(−27x+59)