Chapter 7: Problem 51
(a) Complete the square, make an appropriate \(u\) -substitution, and then use the End paper Integral Table to evaluate the integral. (b) If you have a CAS, use it to evaluate the integral (no substitution or square completion), and then confirm that the result is equivalent to that in part (a). $$\int \frac{x}{\sqrt{5+4 x-x^{2}}} d x$$
Short Answer
Step by step solution
Complete the Square
Substitute to Simplify the Integral
Evaluate Each Integral Using Integral Table
Back-Substitute to Original Variable
Use CAS to Verify
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
When given a quadratic expression like \(5 + 4x - x^2\), you want to rearrange it to make it a perfect square plus or minus a constant. First, rewrite the expression as \(-x^2 + 4x + 5\).
Factor out the negative sign from the quadratic part:\
- \(-1(x^2 - 4x) + 5\)
Calculate \( \left(\frac{-4}{2}\right)^2 = 4 \) and adjust the expression to form a square:
- \( (x - 2)^2 - 4 \)
Completing the square is instrumental in preparing the expression for further manipulation like substitution.
U-substitution
In the current scenario, after completing the square, set \( u = x - 2 \). This translates to \( x = u + 2 \). Additionally, the differential translates as \( dx = du \).
When substituting these into the integral \( \int \frac{x}{\sqrt{9 - (x-2)^2}} \, dx \), it becomes:
- \( \int \frac{u+2}{\sqrt{9 - u^2}} \, du \)
- \( \int \frac{u}{\sqrt{9-u^2}} \, du \)
- \( 2 \int \frac{1}{\sqrt{9-u^2}} \, du \)
Integral Table
- \( \int \frac{u}{\sqrt{a^2 - u^2}} \, du \) maps to \( -\sqrt{a^2 - u^2} + C \)
- \( \int \frac{1}{\sqrt{a^2 - u^2}} \, du \) maps to \( \arcsin\left(\frac{u}{a}\right) + C \)
So, the evaluation of our integral results in \(-\sqrt{9-u^2} + 2 \arcsin\left(\frac{u}{3}\right) + C\).
Integral tables are powerful tools in calculus that help quickly solve reoccurring integration problems, saving time and effort.
Arcsine Function
In simplifying our expression, the part \(2 \int \frac{1}{\sqrt{9-u^2}} \, du\) results in:\
- \(2 \arcsin\left(\frac{u}{3}\right) + C \)
- \(2 \arcsin\left(\frac{x-2}{3}\right) + C \)