What is the derivative of #sinx/(x^3-2x)#?

1 Answer
Jul 28, 2015

#y^' = 1/(x^3-2x) * cosx - (3x^2 - 2)/(x^3 - 2x)^2 * sinx#

Explanation:

The first important thing to notice here is that your function is actually the quotient of two other functions, which means that you can use the quotient rule to differentiate it.

More specifically, these two functions are

#{( f(x) = sinx), (g(x) = x^3 - 2x) :}#

Your function can thus be written as

#y = f(x)/g(x)#

The quotient rule tells you that you can differentiate a function that is the quitient of two other functions by

#d/dx(y) = (f^'(x) * g(x) - f(x) * g^'(x))/([g(x)]^2#, where #g(x) !=0#

Another important thing to remember is that

#d/dx(sinx) = cosx#

So, the derivative of your function #y# will look like this

#y^' = ((d/dx(sinx)) * (x^3 - 2x) - sinx * d/dx(x^3 - 2x))/(x^3 - 2x)^2#

#y^' = (cosx * (x^3 - 2x) - sinx * (3x^2 - 2))/(x^3 - 2x)^2#

This is equivalent to

#y^' = (cosx * color(red)(cancel(color(black)((x^3 - 2x)))))/(x^3 - 2x)^color(red)(cancel(color(black)(2))) - (sinx * (3x^2 - 2))/(x^3 - 2x)^2#

#y^' = color(green)(1/(x^3 - 2x) * cosx - (3x^2 - 2)/(x^3 - 2x)^2 * sinx)#