AJ L. answered 06/16/23
Patient and knowledgeable Calculus Tutor committed to student mastery
1) Compute the derivative of f(x) = (x3+2x)ex
Since we have two functions being multiplied, we can use the Product Rule, which states that d/dx f(x)g(x) = f'(x)g(x) + f(x)g'(x). Let f(x) = (x3+2x), f'(x) = 3x2+2, g(x) = g'(x) = ex:
d/dx (x3+2x)ex = (3x2+2)ex + (x3+2x)ex = (3x2+2+x3+2x)ex = (x3+3x2+2x+2)ex
2) Compute the integral ∫ex(4+ex)5 dx
We can use u-substitution here to reduce the number of terms while doing integration. Let u=4+ex and du=exdx:
∫ex(4+ex)5 dx = ∫u5 du = u6/6 + C = (4+ex)6/6 + C
3) Compute the limit lim x→+∞ ((e4x - e-4x)/(e4x + e-4x))
In this problem, we can rewrite the function as follows:
lim x→+∞ ((e4x - e-4x)/(e4x + e-4x))
lim x→+∞ [e4x(1-e-8x)]/[e4x(1+e-8x)]
lim x→+∞ (1-e-8x)/(1+e-8x)
Now it's easy to see as x goes to infinity, e-8x in both the numerator and the denominator go to 0, so the limit becomes:
lim x→+∞ (1-e-8x)/(1+e-8x)
= (1-0)/(1+0)
= 1/1
= 1
I hope these answers and explanations helped!
AJ L.
06/16/23