Question Statement
Evaluate the integral:
∫x3ex2dx
Background and Explanation
This problem requires combining integration by substitution (to handle the composite function ex2) with integration by parts (to manage the product of polynomial and exponential terms). The key insight is recognizing that x3=x2⋅x, allowing us to use x2 as our substitution variable while the remaining factor x becomes part of the differential.
Solution
We begin by denoting the integral as I:
I=∫x3ex2dx
To prepare for substitution, we factor x3 as x2⋅x. This separates the term that will become our substitution variable (x2) from the term that will become part of the differential (xdx):
I=∫x2⋅x⋅ex2dx
Or equivalently:
I=∫x2ex2⋅xdx
Let us make the substitution:
x2=t
Taking differentials of both sides:
2xdx=dt
Solving for xdx:
xdx=2dt
Substituting t=x2 and xdx=2dt into equation (1):
I=∫t⋅et⋅2dt
Pulling the constant outside:
I=21∫t⋅etdt
We now use integration by parts on ∫tetdt. Recall the formula:
∫udv=uv−∫vdu
Choose:
- u=t (so that dtdu=1)
- dv=etdt (so that v=et)
Applying the formula:
I=21[t⋅∫etdt−∫(∫etdt)dtd(t)dt]
Evaluating the inner integrals:
I=21[t⋅et−∫et⋅1dt]
I=21[tet−∫etdt]
I=21[tet−et]+c
Factor out et:
I=2et(t−1)+c
Now substitute back t=x2:
I=2ex2(x2−1)+c
- Substitution Rule: ∫f(g(x))⋅g′(x)dx=∫f(u)du where u=g(x)
- Differential of Power: d(xn)=nxn−1dx (used to get xdx=2dt)
- Integration by Parts: ∫udv=uv−∫vdu
- Basic Exponential Integral: ∫etdt=et+c
Summary of Steps
- Factor the integrand: Rewrite x3 as x2⋅x to separate the substitution term from the differential term
- Substitute: Let t=x2, which gives xdx=2dt
- Simplify: Transform the integral to 21∫tetdt
- Integrate by parts: Apply ∫udv=uv−∫vdu with u=t and dv=etdt
- Back-substitute: Replace t with x2 to obtain the final answer 2ex2(x2−1)+c