
Robert R. answered 09/28/15
Tutor
5
(2)
Let's Get It!
You can do this two ways:
1. Use Product Rule and Chain Rule. Split into two functions: f(x) = 3x2-5x, g(x) = ex.
Derivative of f(x)g(x) = f'(x)g(x) + f(x)g'(x).
If f(x) = 3x2-5x, then f'(x) = 6x-5. If g(x) = ex, then g'(x) = ex.
Putting it together, the derivative of f(x)g(x) = (6x-5)(ex) + (3x2-5x)(ex).
= ex(6x-5+3x2-5x)
= ex(3x2+x-5)
2. Distribute ex to (3x2-5x) to get 3x2ex - 5xex. Then use the Chain Rule. Answer should be the same as in 1. above.