Integration by Parts and Substitution
Choosing and applying two core integration techniques
Integration by Parts and Substitution
Choosing and applying two core integration techniques
Math - Grade 9-12
- 1
Evaluate ∫ 2x cos(x^2) dx using substitution.
Choose u to be the expression inside the cosine function.
Let u = x^2, so du = 2x dx. The integral becomes ∫ cos(u) du, which equals sin(u) + C. Substituting back gives sin(x^2) + C. - 2
Evaluate ∫ 3x^2/(x^3 + 5) dx using substitution.
Let u = x^3 + 5, so du = 3x^2 dx. The integral becomes ∫ 1/u du, which equals ln|u| + C. Substituting back gives ln|x^3 + 5| + C. - 3
Evaluate ∫ x e^x dx using integration by parts.
Use the formula ∫ u dv = uv - ∫ v du.
Use u = x and dv = e^x dx. Then du = dx and v = e^x. By integration by parts, ∫ x e^x dx = x e^x - ∫ e^x dx = x e^x - e^x + C. The answer is e^x(x - 1) + C. - 4
Evaluate ∫ ln(x) dx for x > 0 using integration by parts.
Use u = ln(x) and dv = dx. Then du = 1/x dx and v = x. By integration by parts, ∫ ln(x) dx = x ln(x) - ∫ 1 dx = x ln(x) - x + C. - 5
Evaluate the definite integral ∫ from 0 to 1 of 4x(2x^2 + 1)^3 dx.
Remember to change the limits when using substitution in a definite integral.
Let u = 2x^2 + 1, so du = 4x dx. When x = 0, u = 1. When x = 1, u = 3. The integral becomes ∫ from 1 to 3 of u^3 du = u^4/4 from 1 to 3 = (81 - 1)/4 = 20. - 6
Evaluate ∫ x sin(3x) dx using integration by parts.
First find an antiderivative of sin(3x).
Use u = x and dv = sin(3x) dx. Then du = dx and v = -cos(3x)/3. The integral is -x cos(3x)/3 + ∫ cos(3x)/3 dx, which equals -x cos(3x)/3 + sin(3x)/9 + C. - 7
Choose the better method, substitution or integration by parts, and evaluate ∫ x/(x^2 + 9) dx.
Substitution is the better method because the derivative of x^2 + 9 is 2x. Let u = x^2 + 9, so du = 2x dx and x dx = du/2. The integral becomes 1/2 ∫ 1/u du = 1/2 ln|u| + C. The answer is 1/2 ln(x^2 + 9) + C. - 8
Evaluate ∫ e^(2x) sin(e^(2x)) dx using substitution.
The inside function e^(2x) has a derivative that is a constant multiple of e^(2x).
Let u = e^(2x), so du = 2e^(2x) dx and e^(2x) dx = du/2. The integral becomes 1/2 ∫ sin(u) du = -1/2 cos(u) + C. Substituting back gives -1/2 cos(e^(2x)) + C. - 9
Evaluate the definite integral ∫ from 1 to e of ln(x) dx. Interpret the result as an area.
Using integration by parts, an antiderivative of ln(x) is x ln(x) - x. Evaluating from 1 to e gives (e ln(e) - e) - (1 ln(1) - 1) = (e - e) - (0 - 1) = 1. The area under y = ln(x) from x = 1 to x = e is 1 square unit. - 10
Evaluate ∫ x^2 e^x dx using integration by parts twice.
After the first integration by parts, apply the same method to the remaining ∫ 2x e^x dx.
First use u = x^2 and dv = e^x dx. Then du = 2x dx and v = e^x, so the integral is x^2e^x - ∫ 2x e^x dx. For ∫ 2x e^x dx, use integration by parts to get 2(xe^x - e^x). Therefore, the original integral is x^2e^x - 2xe^x + 2e^x + C = e^x(x^2 - 2x + 2) + C. - 11
Evaluate ∫ cos(√x)/√x dx using substitution.
Let u = √x. Then du = 1/(2√x) dx, so dx/√x = 2 du. The integral becomes 2 ∫ cos(u) du = 2 sin(u) + C. Substituting back gives 2 sin(√x) + C. - 12
Evaluate ∫ x ln(x^2) dx for x > 0 using integration by parts.
Let the logarithm be u because its derivative becomes simpler.
Use u = ln(x^2) and dv = x dx. Then du = 2/x dx and v = x^2/2. By integration by parts, the integral is (x^2/2)ln(x^2) - ∫ (x^2/2)(2/x) dx. This simplifies to (x^2/2)ln(x^2) - ∫ x dx = (x^2/2)ln(x^2) - x^2/2 + C.