Problem 37

Question

Evaluate the given integral. $$ \int \frac{x^{2}+1}{\left(9-x^{2}\right)^{3 / 2}} d x $$

Step-by-Step Solution

Verified
Answer
\( \frac{10}{9} \cdot \frac{x}{\sqrt{9-x^2}} - \arcsin\left(\frac{x}{3}\right) + C \)
1Step 1: Identify the Integral Type
Identify that the integral involves a rational function with a square root term in the denominator. This suggests that a trigonometric substitution might simplify the integral.
2Step 2: Choose an Appropriate Trigonometric Substitution
Use the substitution \( x = 3\sin\theta \), which means \( dx = 3\cos\theta \, d\theta \). This substitution simplifies \( 9 - x^2 = 9(1-\sin^2\theta) = 9\cos^2\theta \).
3Step 3: Substitute and Simplify the Integral
Substitute \( x = 3\sin\theta \) and \( dx = 3\cos\theta \, d\theta \) into the integral:\[ \int \frac{(3\sin\theta)^2 + 1}{(9 - (3\sin\theta)^2)^{3/2}} \cdot 3\cos\theta \, d\theta \]This becomes:\[ \int \frac{9\sin^2\theta + 1}{9^{3/2}\cos^3\theta} \cdot 3\cos\theta \, d\theta \]Simplify to:\[ \int \frac{(9\sin^2\theta + 1) \cdot 3}{27\cos^2\theta} \, d\theta \]
4Step 4: Further Simplify
The expression simplifies to:\[ \int \frac{9\sin^2\theta + 1}{9\cos^2\theta} \, d\theta = \int \left( \frac{\sin^2\theta}{\cos^2\theta} + \frac{1}{9\cos^2\theta} \right) \, d\theta \]Further simplify \( \frac{\sin^2\theta}{\cos^2\theta} \) to \( \tan^2\theta \):\[ \int \tan^2\theta \, d\theta + \frac{1}{9} \int \sec^2\theta \, d\theta \]
5Step 5: Integrate Each Component
Integrate \( \tan^2\theta \) by recognizing it as \( \sec^2\theta - 1 \):\[ \int \tan^2\theta \, d\theta = \int (\sec^2\theta - 1) \, d\theta = \int \sec^2\theta \, d\theta - \int 1 \, d\theta \]Which results in:\[ \tan\theta - \theta + C_1 \]Integrate \( \sec^2\theta \):\[ \frac{1}{9} \int \sec^2\theta \, d\theta = \frac{1}{9} \tan\theta + C_2 \]
6Step 6: Substitute Back and Complete the Integration
Recall the substitution \( x = 3\sin\theta \), so \( \sin\theta = \frac{x}{3} \) and \( \tan\theta = \frac{x}{\sqrt{9-x^2}} \). Substitute back:\[ \left(\frac{x}{\sqrt{9-x^2}}\right) - \arcsin\left(\frac{x}{3}\right) + \frac{1}{9} \left(\frac{x}{\sqrt{9-x^2}}\right) + C \]
7Step 7: Combine Results and Simplify
Combine like terms:\[ \frac{10}{9} \cdot \frac{x}{\sqrt{9-x^2}} - \arcsin\left(\frac{x}{3}\right) + C \]

Key Concepts

Integral Calculus
Integral Calculus
Integral calculus is an essential part of calculus focused on the concept of integration, which is the process of finding the integral of a function. It essentially helps in determining the area under a curve, among other things. The integral \( \int \, f(x) \, dx \) can be thought of as the reverse operation of differentiation.When performing integration, one of the starting points is to identify the type of function you are dealing with. Is it polynomial, rational, trigonometric, or transcendental? Each function type might require a different technique for integration. For example, in this exercise, we are dealing with a rational function that includes a square root term in the denominator. This indicates that a trigonometric substitution could simplify the integral.Integral calculus is not only used for area calculations but also in physics for computing quantities like volume, mass, and electric charge, wherever summing up small quantities is needed."},{