How do you differentiate #f(x)= (2 x^2 - x - 6 )/ (x sinx )# using the quotient rule?
1 Answer
Jan 29, 2016
Explanation:
The quotient rule states that
#d/dx[(g(x))/(h(x))]=(g'(x)h(x)-h'(x)g(x))/[h(x)]^2#
Here, we have
#g(x)=2x^2-x-6#
#h(x)=xsinx#
To differentiate
#g'(x)=4x-1#
To differentiate
#h'(x)=sinx+xcosx#
Plug these into the original quotient rule expression.
#f'(x)=((4x-1)(xsinx)-(sinx+xcosx)(2x^2-x-6))/(x^2sin^2x)#
We can distribute and simplify, but the answer can't really get much prettier.
#f'(x)=(4x^2sinx-xsinx-2x^2sinx+xsinx+6sinx-2x^3cosx+x^2cosx+6xcosx)/(x^2sin^2x)#
#f'(x)=((2x^2+6)sinx-(2x^3-x^2-6x)cosx)/(x^2sin^2x)#