Problem of the Week

Updated at Jan 16, 2017 1:47 PM

How can we solve for the derivative of 9xcosx9x\cos{x}?

Below is the solution.



ddx9xcosx\frac{d}{dx} 9x\cos{x}

1
Use Constant Factor Rule: ddxcf(x)=c(ddxf(x))\frac{d}{dx} cf(x)=c(\frac{d}{dx} f(x)).
9(ddxxcosx)9(\frac{d}{dx} x\cos{x})

2
Use Product Rule to find the derivative of xcosxx\cos{x}. The product rule states that (fg)=fg+fg(fg)'=f'g+fg'.
9((ddxx)cosx+x(ddxcosx))9((\frac{d}{dx} x)\cos{x}+x(\frac{d}{dx} \cos{x}))

3
Use Power Rule: ddxxn=nxn1\frac{d}{dx} {x}^{n}=n{x}^{n-1}.
9(cosx+x(ddxcosx))9(\cos{x}+x(\frac{d}{dx} \cos{x}))

4
Use Trigonometric Differentiation: the derivative of cosx\cos{x} is sinx-\sin{x}.
9(cosxxsinx)9(\cos{x}-x\sin{x})

Done