Chapter 7: Problem 19
Use the method of completing the square, along with a trigonometric substitution if needed, to evaluate each integral. $$ \int \frac{3 x}{\sqrt{x^{2}+2 x+5}} d x $$
Short Answer
Expert verified
Integrate using \(x+1 = 2\tan(\theta)\), simplify and back-substitute to get the result.
Step by step solution
01
Identify the Quadratic Expression
First, focus on the expression inside the square root: \(x^2 + 2x + 5\). This expression is a quadratic that we will complete the square for.
02
Complete the Square
To complete the square, take the quadratic expression \(x^2 + 2x + 5\). Find the coefficient of \(x\), which is 2, halve it to get 1, and square it to add and subtract 1 inside the expression. Thus: \(x^2 + 2x + 1 - 1 + 5 = (x+1)^2 + 4\).
03
Rewrite the Integral
Substitute the completed square expression into the integral: \(\int \frac{3x}{\sqrt{(x+1)^2 + 4}} \, dx\). This represents the updated form to work on.
04
Substitute for Trigonometric Function
Use the substitution \(x + 1 = 2\tan(\theta)\) so that \((x+1)^2 + 4 = 4\sec^2(\theta)\) and \(dx = 2\sec^2(\theta)\,d\theta\). This yields the integral: \(\int \frac{3(2\tan(\theta)-1)}{2\sec(\theta)} \cdot 2\sec^2(\theta) \, d\theta\).
05
Simplify the Integral
Simplify the expression inside the integral: \(\int 3\left(2\tan(\theta) - 1\right) \sec(\theta) \, d\theta\). Expand to get \(\int 6\tan(\theta)\sec(\theta) - 3\sec(\theta) \, d\theta\).
06
Integrate Each Term
Integrate the expression: \(\int 6\tan(\theta)\sec(\theta) \, d\theta = 6\sec(\theta) + C_1\) and \(\int -3\sec(\theta) \, d\theta = -3\ln |\sec(\theta) + \tan(\theta)| + C_2\). Combine these to form the integral result.
07
Reverse the Substitution
Using \(x + 1 = 2\tan(\theta)\), solve for \(\tan(\theta)\) as \(\tan(\theta)=\frac{x+1}{2}\). Substitute back to get the final expression \(6\sqrt{\left(\frac{x+1}{2}\right)^2 + 1} - 3\ln \left| \frac{x+1}{2} + \sqrt{\left(\frac{x+1}{2}\right)^2 + 1} \right| + C\).
08
Simplify the Result
Simplify the expression using trigonometric identities, if needed, and ensure the constants are appropriately combined to yield the cleanest form of the result.
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.
Completing the Square
Completing the square is a useful algebraic method used to simplify quadratic expressions, especially when dealing with integrals that include square roots. The goal is to express the quadratic in the form \((x + a)^2 + b\). This can make expressions easier to handle and prepare them for substitution techniques. To complete the square for an expression like \(x^2 + 2x + 5\), follow these steps:
- Identify the linear coefficient: it's 2 in this case.
- Halve this coefficient to get 1, then square it to achieve 1 as well.
- Add and subtract the square (1) within the expression: \(x^2 + 2x + 1 - 1 + 5\).
- Rearrange to achieve a perfect square: \((x+1)^2 + 4\).
Trigonometric Substitution
Trigonometric substitution is a powerful technique used in calculus to simplify integrals, particularly those involving square roots of quadratic expressions. It's especially handy when the expression matches patterns like \(a^2 + x^2\), \(x^2 - a^2\), or \(a^2 - x^2\). For example, in our integral, the form is \((x+1)^2 + 4\), suggesting a substitution related to \(\tan(\theta)\) or \(\sec(\theta)\). Consider the substitution \(x + 1 = 2\tan(\theta)\):
- Use this substitution to rewrite the expression: \((x+1)^2 + 4 = 4\sec^2(\theta)\)
- Differentiate \(x+1 = 2\tan(\theta)\) to find \(dx = 2\sec^2(\theta)\,d\theta\)
Integral Calculus
Integral calculus focuses on finding the integral of functions, which is the process of determining the area under a curve. In this exercise, we've combined completing the square with trigonometric substitution to transform the integral into a form that can be easily evaluated. Once the integral is set up with our substitution, we proceed to integrate each term separately.In the solution, after simplifying, we had to find:
- \(\int 6\tan(\theta)\sec(\theta)\, d\theta\)
- \(\int -3\sec(\theta)\, d\theta\)
- The integral of \(\tan(\theta)\sec(\theta)\) is \(\sec(\theta)+C\).
- The integral of \(-\sec(\theta)\) involves a logarithmic function: \(-3\ln |\sec(\theta) + \tan(\theta)| + C\).