Andrew K. answered 07/27/14
Tutor
5.0
(208)
Expert Math and Physics Tutor - Many successful students!
Hi Antonio,
Surendra's answer is correct, but I will try to show why.
First, csc(x) is the same thing as 1/sin(x), so I will replace it as such - I find the "standard" trig functions (i.e. sin, cos, etc) easier to deal with.
So, the function we are trying to take the derivative of is:
(x*ex)/(sin(x))
The quotient rule for derivatives states that, if we have two functions, one divided by the other ( f(x)/g(x) ), the derivative is equal to:
d f(x) = g(x)*f'(x) - f(x)*g'(x)
dx g(x) (g(x))2
In this case, the numerator is f(x) = x*ex
and the denominator is g(x) = sin(x)
So, using the product rule, f'(x) = x*ex + ex
and g'(x) = cos(x)
The overall derivative is then:
sin(x)*(x*ex + ex) - (x*ex)(cos(x))
(sin(x))2
Distributing and simplifying:
(x)(ex)(sin(x)) + (ex)(sin(x)) - (x)(ex)(cos(x))
(sin(x))2
(x)(ex)(csc(x)) + (ex)(csc(x)) - (x)(ex)(csc(x))(cot(x))
(ex)(csc(x)) * (x + 1 - (x)(cot(x)))
SURENDRA K.
07/27/14