How do you differentiate #f(x)=csc(1/x^2-x) # using the chain rule?
1 Answer
Mar 19, 2016
Explanation:
The derivative of
#d/dxcsc(x)=-csc(x)cot(x)#
The chain rule states that when differentiating a function inside another function, differentiate the outside function while leaving the inside function intact, and then multiply that by the derivative of the inside function.
When applied to
#d/dxcsc(u)=-csc(u)cot(u)*u'#
Here,
#u=x^-2-x" "=>" "u'=-2x^-3-1#
#u'=-2/x^3-1#
Thus,
#d/dxcsc(1/x^2-x)=-csc(1/x^2-x)cot(1/x^2-x)*(-2/x^3-1)#
Distributing the negative,
#=(2/x^3+1)csc(1/x^2-x)cot(1/x^2-x)#