Problem 75
Question
Sometimes an integral requires two or more integrations by parts. As an example, we apply integration by parts to the integral \(\int x^{2} e^{x} d x\). \(\int \underbrace{x^{2} e^{x} d x}=x^{2} e^{x}-\int_{u} \underbrace{e^{x} 2 x d x}=x^{2} e^{x}-2 \int x e^{x} d x\) \(\left[\begin{array}{cc}u=x^{2} & d v=e^{x} d x \\ d u=2 x d x & v=\int e^{x} d x=e^{x}\end{array}\right]\) The new integral \(\int x e^{x} d x\) is solved by a second integration by parts. Continuing with the previous solution, we choose new \(u\) and \(d u\) : \(=x^{2} e^{x}-2\left(\int x e^{x} d x\right) \quad\left[\begin{array}{c}u=x \quad d v=e^{x} d x \\ d u=d x \quad v=e^{x}\end{array}\right]\) \(=x^{2} e^{x}-2\left(x e^{x}-\int e^{x} d x\right)\) \(=x^{2} e^{x}-2\left(x e^{x}-e^{x}\right)+C\) \(=x^{2} e^{x}-2 x e^{x}+2 e^{x}+C\) After reading the preceding explanation, find each integral by repeated integration by parts. \(\int x^{2} e^{-x} d x\)
Step-by-Step Solution
VerifiedKey Concepts
Definite Integration
To solve a definite integral, follow these steps:
- Evaluate the indefinite integral of the function to find the antiderivative.
- Calculate the value of the antiderivative at the upper limit of the integral.
- Calculate the value of the antiderivative at the lower limit of the integral.
- Subtract the value at the lower limit from the value at the upper limit.
Indefinite Integration
The notation for indefinite integration is simply to omit the limits, as seen with:
- \( \int f(x) \, dx \)
- The integration produces a function plus a constant: \( F(x) + C \)
Calculus Techniques
- \( \int u \, dv = uv - \int v \, du \)
- Select appropriate functions for \( u \) and \( dv \) that make \( \int v \, du \) easier to evaluate.
- Differentiate \( u \) to find \( du \) and integrate \( dv \) to find \( v \).
- Substitute these into the formula to simplify the integral.
- If necessary, perform integration by parts more than once to solve complex integrals, as shown in the given example.