Lesson 6.6: Integration using partial fractions and trigonometric/hyperbolic substitution
Introduction
Welcome to Lesson 6.6! π Today, we'll explore two powerful techniques in integration: using partial fractions and trigonometric/hyperbolic substitution. By the end of this lesson, you, students, will be able to integrate rational functions via partial fractions, recognize integrals yielding arcsin, arctan, and inverse-hyperbolic results, and apply substitution methods effectively.
Learning Objectives
By the end of this lesson, you should be able to:
- Integrate rational functions via partial fractions.
- Identify standard integrals that result in inverse-trigonometric and inverse-hyperbolic functions.
- Utilize trigonometric and hyperbolic substitutions when dealing with expressions in the form of $\sqrt{a^2 \pm x^2}$.
- Integrate rational functions successfully using partial fraction decomposition.
- Recognize integral forms that yield inverse-trigonometric or inverse-hyperbolic results.
Partial Fraction Decomposition
What is Partial Fraction Decomposition?
Partial fraction decomposition involves breaking down a rational function into simpler fractions that are easier to integrate. A rational function is a fraction where the numerator and denominator are polynomials.
For example, consider the function:
$$\frac{2x + 3}{(x - 1)(x + 2)}$$
We want to express this as:
$$\frac{A}{x - 1} + \frac{B}{x + 2}$$
Example
Let's decompose our function:
- Set up the equation:
$$2x + 3 = A(x + 2) + B(x - 1)$$
- Expand the right side:
$$2x + 3 = Ax + 2A + Bx - B$$
$$= (A + B)x + (2A - B)$$
- Set coefficients equal:
- For $x$: $A + B = 2$
- For constants: $2A - B = 3$
- Solve the system of equations:
From $A + B = 2$, we have $B = 2 - A$. Substituting into the second equation:
$$2A - (2 - A) = 3$$
$$3A - 2 = 3$$
$$3A = 5$$
$$A = \frac{5}{3}$$
Then substituting $A$ back to find $B$:
$$B = 2 - \frac{5}{3} = \frac{6}{3} - \frac{5}{3} = \frac{1}{3}$$
- Final Partial Fraction Decomposition:
$$\frac{2x + 3}{(x - 1)(x + 2)} = \frac{5/3}{x - 1} + \frac{1/3}{x + 2}$$
Integrating with Partial Fractions
Now we can integrate:
$$\int \frac{2x + 3}{(x - 1)(x + 2)} \,dx = \int \left( \frac{5/3}{x - 1} + \frac{1/3}{x + 2} \right) \,dx$$
$$= \frac{5}{3} \ln |x - 1| + \frac{1}{3} \ln |x + 2| + C$$
Trigonometric Substitution
Why Use Trigonometric Substitution?
Sometimes, integrals contain square roots that can be resolved using trigonometric identities. This is especially useful in cases involving $\sqrt{a^2 - x^2}$ or $\sqrt{a^2 + x^2}$. By substituting $x$ with trigonometric functions, we can simplify these integrals.
Example: $\sqrt{1 - x^2}$
Letβs integrate:
$$\int \sqrt{1 - x^2} \,dx$$
- Use substitution: Let $x = \sin(\theta)$, then $dx = \cos(\theta) \,d\theta$. The equation transforms to:
$$\int \sqrt{1 - \sin^2(\theta)} \cos(\theta) \,d\theta$$
- Simplify: Recall that $\sqrt{1 - \sin^2(\theta)} = \cos(\theta)$, so:
$$= \int \cos(\theta) \cos(\theta) \,d\theta = \int \cos^2(\theta) \,d\theta$$
- Use the identity: $\cos^2(\theta) = \frac{1 + \cos(2\theta)}{2}$
$$= \int \frac{1 + \cos(2\theta)}{2} \,d\theta$$
$$= \frac{1}{2} \theta + \frac{1}{4} \sin(2\theta) + C$$
- Back substitute: Recall $\theta = \arcsin(x)$:
$$= \frac{1}{2} \arcsin(x) + \frac{1}{4} \sin(2 \arcsin(x)) + C$$
Inverse Trigonometric Results
You may also encounter integrals like:
$$\int \frac{1}{1 + x^2} \,dx$$
This integral results in:
$$= \arctan(x) + C$$
Hyperbolic Substitution
Similar to trigonometric substitution, we can use hyperbolic functions involving expressions like $\sqrt{a^2 + x^2}$. For example, using $x = a \sinh(t)$ helps with the integral:
$$\int \frac{1}{\sqrt{a^2 + x^2}} \,dx$$
This will convert into a form more suitable for integration that often results in inverse hyperbolic functions.
Conclusion
In this lesson, we covered how to tackle integration problems using partial fractions and trigonometric/hyperbolic substitutions. Learning these techniques adds powerful tools to your math toolkit. Don't forget to practice these methods to strengthen your integration skills!
Study Notes
- Partial fraction decomposition simplifies the integration of rational functions.
- Set up equations based on coefficients to solve for constants.
- Trigonometric substitution is useful for integrals involving $\sqrt{a^2 \pm x^2}$.
- Recognize standard integrals like $\int \frac{1}{1 + x^2} \,dx = \arctan(x) + C$.
- Hyperbolic substitutions can simplify square root integrals similar to trigonometric ones.
