Integrating x/(1-4x-2x2)1/2: Different Approaches

  • Thread starter Thread starter gaobo9109
  • Start date Start date
  • Tags Tags
    Integration
gaobo9109
Messages
68
Reaction score
0

Homework Statement


How do you integrate x/(1-4x-2x2)1/2


Homework Equations





The Attempt at a Solution


I tried to solve it using by-part method, but it turned out to be very complicated, and my answer doesn't match the answer given. Is there any other way to approach this question?
 
Physics news on Phys.org
gaobo9109 said:

Homework Statement


How do you integrate x/(1-4x-2x2)1/2

I tried to solve it using by-part method, but it turned out to be very complicated, and my answer doesn't match the answer given. Is there any other way to approach this question?

If you let u = 1 - 4x -2x2 then du would be -4 - 4x. So what I would try first is to build that into the numerator because it has an x already:

\int \frac x {\sqrt{1-4x-2x^2}}\,dx =-\frac 1 4 \int \frac {-4x}{\sqrt{1-4x-2x^2}}\, dx<br /> <br /> =-\frac 1 4 \int \frac {-4x - 4 + 4}{\sqrt{1-4x-2x^2}}\, dx<br /> <br /> =-\frac 1 4 \int \frac {-4x-4}{\sqrt{1-4x-2x^2}} +\frac 4 {\sqrt{1-4x-2x^2}}\, dx

Then I would do the u-substitution on the first and for the second I would try completing the square under the integral looking for an arcsine form.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top