Problem 77
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+1)^{2} e^{x} d x\)
Step-by-Step Solution
VerifiedKey Concepts
Repeated Integration
- Start by choosing the function that simplifies the most upon differentiation as your first part, usually denoted as \( u \).
- The remainder of the product becomes \( dv \), which is integrated to find \( v \).
- Compute new integrals using the formula: \( \int u \, dv = uv - \int v \, du \).
Exponential Integration
- The derivative of \( e^x \) is also \( e^x \), which makes it a natural choice for the \( dv \) term in integration by parts.
- The integral of \( e^x \) simplifies to itself, \( e^x + C \), which can streamline repetitive steps in solving and helps in simplifying calculations.
- Exponential functions retain their form after differentiation and integration, which can lead to elegant and predictable solutions especially when combined with polynomial functions.
Polynomial Integration
- Polynomials, when differentiated, reduce in degree. This property makes them ideal candidates for the \( u \) term during integration by parts.
- Successive differentiations gradually simplify the polynomial, often transforming the integral into a manageable expression or into simpler exponential-integral combinations.
- When the polynomial is an isolated integral, you can directly apply the power rule for integration: \( \int x^n \, dx = \frac{x^{n+1}}{n+1} + C \), simplifying the problem without needing integration by parts.