Key Concepts and Formulas
- Integration by substitution: ∫f(g(x))g′(x)dx=∫f(u)du, where u=g(x).
- Integration by parts: ∫udv=uv−∫vdu.
- The derivative of xn is nxn−1.
Step-by-Step Solution
Step 1: Perform a u-substitution.
We are given the integral ∫x5e−x2dx. To simplify this, we perform the substitution t=x2. This implies dt=2xdx, or xdx=21dt. Since x2=t, then x4=t2, so x5dx=x4⋅xdx=t2⋅21dt. Thus, the integral becomes:
∫x5e−x2dx=∫t2e−t⋅21dt=21∫t2e−tdt
Step 2: Integrate by parts twice.
Now we need to evaluate ∫t2e−tdt. We will use integration by parts twice.
First, let u=t2 and dv=e−tdt. Then du=2tdt and v=−e−t. Using integration by parts, we get:
∫t2e−tdt=−t2e−t−∫(−e−t)(2tdt)=−t2e−t+2∫te−tdt
Now we integrate ∫te−tdt by parts. Let u=t and dv=e−tdt. Then du=dt and v=−e−t. So,
∫te−tdt=−te−t−∫(−e−t)dt=−te−t+∫e−tdt=−te−t−e−t+C1
Substituting this back into the first integration by parts, we get:
∫t2e−tdt=−t2e−t+2(−te−t−e−t)+C2=−t2e−t−2te−t−2e−t+C2
Step 3: Substitute back and simplify.
Now substitute this back into the original expression:
21∫t2e−tdt=21(−t2e−t−2te−t−2e−t)+C=(−21t2−t−1)e−t+C
Finally, substitute t=x2 back into the expression:
∫x5e−x2dx=(−21(x2)2−x2−1)e−x2+C=(−21x4−x2−1)e−x2+C
Step 4: Identify g(x) and evaluate g(-1).
We are given that ∫x5e−x2dx=g(x)e−x2+c. Comparing this with our result, we have:
g(x)=−21x4−x2−1
Now we evaluate g(−1):
g(−1)=−21(−1)4−(−1)2−1=−21(1)−1−1=−21−2=−25
Common Mistakes & Tips
- Carefully apply the integration by parts formula, paying attention to signs.
- Don't forget the constant of integration after performing indefinite integration.
- When performing substitution, make sure to substitute back to the original variable at the end.
Summary
We used u-substitution followed by two applications of integration by parts to evaluate the integral ∫x5e−x2dx. After substituting back to the original variable and identifying g(x), we evaluated g(−1), which yielded −25.
Final Answer
The final answer is \boxed{-5/2}, which corresponds to option (C).