Difficult Integration - Apostol Section 6.25 #40

process91
Messages
105
Reaction score
0

Homework Statement


\int\frac{\sqrt{2-x-x^2}}{x^2}dx

Hint: multiply the numerator and denominator by \sqrt{2-x-x^2}


Homework Equations


This is in the Integration using Partial Fractions section, but the last few have not been using Partial Fractions.


The Attempt at a Solution


Well, initially I thought that I would just complete the square on the top and then use a substitution such as x+\frac{1}{2} = \frac{3}{2}\sin u, but that became pretty complex. Then I took the author's suggestion and multiplied the numerator and denominator by \sqrt{2-x-x^2}. I split the resulting integral into three, two of which were easy and the first which is still very difficult:

\int \frac{2}{x^2 \sqrt{2-x-x^2}} dx

The substitution I mentioned earlier still looks most promising, but leads to this:

\frac{9}{4} \int \frac{\cos^2 u}{(\frac{3}{2}\sin u + \frac{1}{2})^2} du

This looks like it needs something like z=\tan \frac{u}{2}, but that also becomes extremely tortuous. It leads to a degree 6 polynomial on the bottom, and a degree 4 polynomial on the top which can then be solved with partial fractions, but the resulting equations are quite cumbersome.

Any other suggestions/hints?
 
Physics news on Phys.org
Try integration by parts:

9\int \frac{\cos^2 u}{(3\sin u + 1)^2} du=\int (\frac{3\cos u}{(3\sin u+1)^2}) (3 \cos u) du

ehild
 
That does look much better, thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top