Chapter 7: Problem 48
Use a computer algebra system to evaluate the following indefinite integrals. Assume that a is a positive real number. $$\int \sqrt{4 x^{2}+36} d x$$
Short Answer
Expert verified
Question: Evaluate the indefinite integral: $$\int \sqrt{4 x^{2}+36} d x$$
Answer: $$\frac{9}{2}\arcsin\left(\frac{x}{3}\right) + \frac{1}{2}x\sqrt{9-x^2} + C$$
Step by step solution
01
Choose the appropriate trigonometric substitution.
We have a sum of squares, so we choose the substitution $$x = a \sin(\theta)$$, where $$a = 3$$ in this case. This means the differential is $$d x = 3 \cos(\theta) d\theta$$. Thus, our substitution becomes $$x = 3\sin(\theta)$$.
02
Substitute and simplify the integral.
Now we substitute for $$x$$ and $$d x$$ in the integral to get:
$$\int \sqrt{4 (3\sin(\theta))^2 + 36} (3 \cos(\theta)) d\theta = 3\int \sqrt{36\sin^2(\theta) + 36} \cos(\theta) d\theta$$
Factor out the constant term from inside the square root:
$$= 3 \int \sqrt{36 (\sin^2(\theta) + 1)} \cos(\theta) d\theta$$
Now, based on the Pythagorean identity, $$\sin^2(\theta) + 1 = \cos^2(\theta)$$:
$$= 3 \int \sqrt{36 \cos^2(\theta)} \cos(\theta) d\theta$$
Take the square root of $$\cos^2(\theta)$$ to obtain $$\cos(\theta)$$, and the integral simplifies to:
$$= 3 \int 6 \cos(\theta) \cos(\theta) d\theta$$
03
Evaluate the simplified integral.
Integrate the simplified expression:
$$= 3 \int 6 \cos^2(\theta) d\theta$$
Now, we use the double angle identity for $$\cos^2(\theta)$$: $$\cos^2(\theta) = \frac{1 + \cos(2\theta)}{2}$$:
$$= 3 \int 6 \frac{1 + \cos(2\theta)}{2} d\theta = 9 \int \left(\frac{1}{2} + \frac{\cos(2\theta)}{2}\right) d\theta$$
Integrate each term separately:
$$= 9 \left[ \frac{1}{2}\int{1\, d\theta} + \frac{1}{2}\int{\cos(2\theta) d\theta} \right]$$
$$= 9\left[\frac{1}{2}(\theta + \frac{1}{2} \frac{\sin(2\theta)}{2})\right] + C$$
where $$C$$ is the constant of integration.
04
Convert back from trigonometric function to the variable x.
Recall that $$x = 3\sin(\theta)$$. So, $$\theta = \arcsin\left(\frac{x}{3}\right)$$. Also, we need to compute $$\sin(2\theta)$$, we can use the double angle formula: $$\sin(2\theta) = 2\sin(\theta)\cos(\theta)$$.
Since $$\sin(\theta) = \frac{x}{3}$$, we can use the Pythagorean identity to find $$\cos(\theta) = \sqrt{1 - \sin^2(\theta)} = \sqrt{1 - (\frac{x}{3})^2} = \frac{\sqrt{9-x^2}}{3}$$.
Now we compute $$\sin(2\theta) = 2\sin(\theta)\cos(\theta) = 2\cdot\frac{x}{3}\cdot\frac{\sqrt{9-x^2}}{3} = \frac{2x\sqrt{9-x^2}}{9}$$.
Plugging these values back into our result, we get:
$$\int \sqrt{4 x^{2}+36} d x = 9\left[\frac{1}{2}\arcsin\left(\frac{x}{3}\right) + \frac{1}{4} \frac{2x\sqrt{9-x^2}}{9}\right] + C$$
Simplifying the expression:
$$= \frac{9}{2}\arcsin\left(\frac{x}{3}\right) + \frac{1}{2}x\sqrt{9-x^2} + C$$
This is the final result for the indefinite integral of $$\sqrt{4 x^{2}+36}$$.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Trigonometric Substitution
Trigonometric substitution is a technique used to simplify integrals involving square roots by using trigonometric identities. In this context, when dealing with an expression like \( \sqrt{a^2 + x^2} \), one common approach is to let \( x = a \sin(\theta) \). This substitution hinges on the identity \( 1 - \sin^2(\theta) = \cos^2(\theta) \), simplifying the expression under the square root to \( a \cos(\theta) \).
- This approach transforms a complicated square root into a simpler form that involves trigonometric functions, which are often easier to integrate.
- The substitution also converts the variable \( x \) into \( \theta \), which changes the integration variable.
Pythagorean Identity
The Pythagorean identity is one of the most fundamental identities in trigonometry, expressing a relationship between sine and cosine. It states that:\[ \sin^2(\theta) + \cos^2(\theta) = 1 \]This identity is incredibly helpful in simplifying expressions during trigonometric substitution. In our specific problem, when simplifying the expression \( \sin^2(\theta) + 1 \), we recognized that using the Pythagorean identity allowed us to transform it directly into \( \cos^2(\theta) \).
- This transformation simplifies the square root containing these terms, often turning it into a more manageable expression that involves only \( \cos(\theta) \).
- It's crucial for rearranging and reducing complex trigonometric expressions in integrals.
Double Angle Identity
The double angle identity forms a key tool in simplifying integrals involving powers of trigonometric functions. For cosine, the double angle identity is given by:\[ \cos^2(\theta) = \frac{1 + \cos(2\theta)}{2} \]This formula is particularly valuable when integrating expressions like \( \cos^2(\theta) \), as it breaks the square into manageable components: a constant and a simpler trigonometric function.
- When confronting powers of cosine or sine, employing the double angle identity breaks them into terms that are significantly easier to integrate.
- The identity transforms the power of cosine into a linear function of \( \theta \), allowing straightforward integration of each component separately.
- Each integral can then be computed, yielding parts of the solution that ultimately add back together after integration.