Indefinite Integrals and u-Substitution
Indefinite Integrals and u-Substitution
Find the indefinite integral.
Example 1: ∫(3x−4)5dx
- Let u=3x−4
- Then dxdu=3
- So, dx=3du
- Substitute:
∫u53du=31∫u5du - Integrate:
31⋅6u6+C=18u6+C - Substitute back:
18(3x−4)6+C
Example 2: ∫6x2(x3+4)5dx
- Let u=x3+4
- Then dxdu=3x2
- So, dx=3x2du
- Substitute:
∫6x2u53x2du=∫2u5du - Integrate:
2⋅6u6+C=31u6+C - Substitute back:
31(x3+4)6+C
Example 3: ∫x−1dx
- Let u=x−1
- Then dxdu=2x1
- So, dx=2xdu
- Since u=x−1, then x=u+1, and dx=2(u+1)du
- Substitute:
∫u⋅2(u+1)du=2∫(u+1)u1/2du=2∫(u3/2+u1/2)du - Integrate:
2[5/2u5/2+3/2u3/2]+C=2[52u5/2+32u3/2]+C=54u5/2+34u3/2+C - Substitute back:
54(x−1)5/2+34(x−1)3/2+C
Example 4: ∫sin(x)ecos(x)dx
- Let u=cos(x)
- Then dxdu=−sin(x)
- So, dx=−sin(x)du
- Substitute:
∫sin(x)eu−sin(x)du=−∫eudu - Integrate:
−eu+C - Substitute back:
−ecos(x)+C
Example 5: ∫cot(3x)dx
- Let u=3x
- Then dxdu=3
- So, dx=3du
- Substitute:
∫cot(u)3du=31∫cot(u)du=31∫sin(u)cos(u)du - Let w=sin(u)
- Then dudw=cos(u)
- So, du=cos(u)dw
- Substitute:
31∫wcos(u)cos(u)dw=31∫w1dw - Integrate:
31ln∣w∣+C - Substitute back:
31ln∣sin(u)∣+C=31ln∣sin(3x)∣+C
Some Tricky Examples
U-sub is used, but you must solve for x.
Example 6: ∫x+1dx
- Let u=x+1
- Then x=u−1 and dxdu=1
- So, dx=du
- Substitute:
∫udu=∫u1/2du - Integrate:
3/2u3/2+C=32u3/2+C - Substitute back:
32(x+1)3/2+C
∫x+1xdx=∫uu−1du=∫(u1/2−u−1/2)du
=32u3/2−2u1/2+C=32(x+1)3/2−2(x+1)1/2+C
Inverse Trig Can Be Confused With u-Sub
Example 7: ∫1−4x21dx
- ∫1−(2x)21dx
- Let u=2x
- Then dxdu=2
- So, dx=2du
- Substitute:
∫1−u212du=21∫1−u21du - Integrate:
21arcsin(u)+C - Substitute back:
21arcsin(2x)+C