How do you differentiate #f(x)=((18sin(x))/(4+x^(-2)))# using the quotient rule?

1 Answer
Apr 1, 2016

Quotient rule states that if #f(x) = g(x)/(h(x))#, then #f'(x) = (g'(x)h(x) - g(x)h'(x))/(h^2(x))#

#g'(x) = d/dx 18sin(x) = 18cos(x)# from trig identities and derivatives. You should have those memorised.

#h'(x) = d/dx (4 + x^-2) = 0 -2x^-3#
#=-2x^-3# or # = -2/x^3#

I got this above value from simple differentiation and laws of indices.

#h^2(x) = (4 + x^-2)^2#
# = 16 + 8x^-2 + x^4#

From expanding brackets and laws of indices.

Make sure you understand how I arrived at all of these values first before going on. I've tried to make it straightforward, but it's not the clearest thing in the world.

Putting all of these values together in the equation at the top, you should get:

#f'(x) = (g'(x)h(x) - g(x)h'(x))/(h^2(x)) = (18cos(x)*(4 + x^-2) + 2x^-3*18sin(x))/(16 + 8x^-2 + x^4) #

From there and using some algebra and expanding brackets you can simplify the answer and change it around how you like.

Hope that makes sense.