Integration by partial fraction problem (∫dx/x(x^2 + 4)^2)

Bimpo
Messages
9
Reaction score
0

Homework Statement



I came across a problem that I can't solve
and it is ∫dx/x(x^2 + 4)^2

Homework Equations



None

The Attempt at a Solution


So I'm pretty sure this is to be solved by partial fraction since I am on a chapter on
Integration by partial fraction.

so I started with A/x + (Bx+C/x^2+4) + [Dx+E/(x^2 +4)^2]

and I get a reeeeaallllyy loooonnngg equation once I go around that
Am I on the right track? Or did I make a mistake? is this even to be solved by partial fraction?
 
Physics news on Phys.org
First rewrite as \int\frac{1}{x(x^2 + 4)^2} dx

Then turn into partial fractions (lets ignore the integral part for now and focus on the fraction): \frac{A}{x} + \frac{B}{(x^2 + 4)^2} = \frac{1}{x(x^2 + 4)^2}

A (x^2 + 4)^2 + Bx = 1

Solve for A and B and plug back in.
 
Last edited:
Bimpo said:

Homework Statement



I came across a problem that I can't solve
and it is ∫dx/x(x^2 + 4)^2

Homework Equations



None

The Attempt at a Solution


So I'm pretty sure this is to be solved by partial fraction since I am on a chapter on
Integration by partial fraction.

so I started with A/x + (Bx+C/x^2+4) + [Dx+E/(x^2 +4)^2]

and I get a reeeeaallllyy loooonnngg equation once I go around that
Am I on the right track? Or did I make a mistake? is this even to be solved by partial fraction?
First try the substitution u = x2 .

You will still get to work with partial fractions, but they won't be quite as complicated.

I assume your problem is actually \displaystyle \int\ \frac{dx}{x(x^2+4)^2}\,.

Parentheses are important.
 
Bimpo said:
so I started with A/x + (Bx+C/x^2+4) + [Dx+E/(x^2 +4)^2]

and I get a reeeeaallllyy loooonnngg equation once I go around that
Am I on the right track? Or did I make a mistake? is this even to be solved by partial fraction?
You should have written A/x + (Bx+C)/(x^2+4) + (Dx+E)/(x^2+4)^2. As SammyS said, parentheses are important.

Your expansion is fine. If you stick with this approach, you should find A=1/16, B=-1/16, C=0, D=-1/4, and E=0.
 
sorry for late response but thanks for the replies
 
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