Lecture 28 Notes: Integration by Substitution with Inverse Trigonometric Functions✅
Integration by Substitution: Indefinite Integrals & Inverse Trigonometric Functions
Revisiting Integration by Substitution
- If we have an integral of the form: I=∫f′(g(x))g′(x)dx, it equals f(g(x))+c.
- This is because differentiating f(g(x)) yields f′(g(x))g′(x).
Integrals Involving Powers of Trigonometric Functions
- Consider integrands involving products of powers of cos and sin, or tan and sec.
- Define a new variable u as one of these trigonometric functions.
- Utilize identities like sin2(x)+cos2(x)=1 or tan2(x)+1=sec2(x).
Example: Integrating sin3(x)cos2(x)
- Aim: Evaluate ∫sin3(x)cos2(x)dx
- Express sin3(x) as sin(x)sin2(x)
- Rewrite the integral as: ∫sin(x)sin2(x)cos2(x)dx
- Note that cos2(x) means (cos(x))2 and sin2(x) means (sin(x))2
- Let u=cos(x). Then dxdu=−sin(x), so du=−sin(x)dx.
- Express sin2(x) as 1−cos2(x) using the trigonometric identity.
- Rewrite the integral: ∫sin(x)(1−cos2(x))cos2(x)dx
- Substitute u=cos(x). The integral becomes: ∫(1−u2)u2(−du)
- Simplify: −∫(u2−u4)du
- Integrate: −(3u3−5u5)+c
- Substitute back u=cos(x) to get: −3cos3(x)+5cos5(x)+c
Integrals Involving a2−x2
- Consider integrals with expressions like a2±x2, where a is a positive constant.
- For a2−x2, substitute x=asin(u).
- Then, a2−x2=a2−a2sin2(u)=a2(1−sin2(u))=acos2(u)=a∣cos(u)∣
Example: Definite Integral with 1−x2
- Evaluate ∫011−x2x3dx
- Let x=sin(u). Then dx=cos(u)du.
- When x=0, u=arcsin(0)=0. When x=1, u=arcsin(1)=2π.
- Substitute in the integral to get: ∫<em>02π1−sin2(u)sin3(u)cos(u)du=∫</em>02πsin3(u)cos(u)∣cos(u)∣1du
- Since cos(u) is positive on [0,2π], we have: ∫02πsin3(u)cos(u)du
- Use the antiderivative found above, F(u)=−3cos3(u)+5cos5(u).
- Evaluate at the limits: F(2π)−F(0)=(−3cos3(2π)+5cos5(2π))−(−3cos3(0)+5cos5(0))=0−(−31+51)=152
- Alternative: Substitute back u=arcsin(x) and use original limits but it's more complex.
Integrals Involving a2+x2
- If the integrand contains a2+x2 (without a square root), use the substitution x=atan(u).
- Recall the identity: 1+tan2(x)=sec2(x). Multiplying by a2 gives: a2+a2tan2(x)=a2sec2(x).
- Specifically, consider ∫a2+x21dx
- Let x=atan(u). Then dx=asec2(u)du.
- Substitute to get: ∫a2+a2tan2(u)1asec2(u)du
- Simplify: ∫a2sec2(u)asec2(u)du=a1∫du=a1u+c
- Since x=atan(u), then u=arctan(ax). Therefore the integral becomes: a1arctan(ax)+c
- So, ∫1+x21dx=arctan(x)+c
Suggested Exercises
- Evaluate ∫0211−x2x3dx using x=sin(u).
- Evaluate ∫a2−x21dx by letting x=asin(u).