Michael J. answered 02/28/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
We will use the a combination of product, quotient, and chain rule.
Let f(x) = xex and g(x) = sin(2x)
Product rule
d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
Quotient rule
d/dx[f(x) / g(x)] = [f'(x)g(x) - f(x)g'(x)] / g2(x)
Chain rule
derivative of the inside function times the derivative of the outside function evaluated insides
Note that the derivative of and exponential function is itself.
Knowing this, we can derive the original function.
d/dx = [(ex + xex)sin(2x) - (xex)2cos(2x)] / sin2(2x)
d/dx = [(ex + xex)sin(2x) - 2xexcos(2x)] / sin2(2x)
d/dx = [exsin(2x) + xexsin(2x) - 2xexcos(2x)] / sin2(2x)
Now we can simplify the expression by dividing each term by sin2(2x).
d/dx = (ex / sin(2x)) + (xex / sin(2x)) - (2xex cot(2x) / sin(2x))