A rational function which I forget how to integrate

Damascus Road
Messages
117
Reaction score
0
Hey all!

It's been a while since I've done this, how do you integrate a rational function, where the denominator cannot be factored, again?

For example, \int \frac{x}{x^{4}-1} dx


Thanks, in advance!
 
Physics news on Phys.org
The denominator can be factored, though. The method you're probably thinking of is called Partial Fraction Decomposition.

You want to rewrite x/(x^4 - 1) as A/(x - 1) + B/(x + 1) + (Cx + D)/(x^2 + 1).
Solve for A, B, C, and D.
 
That's not a very good example:smile:...the denominator can be factored.

edit Mark beat me to it :cry:
 
I should've seen that... my bad. However,
can you explain why you placed Cx + D above the irreducible part, instead of just "C"?

Thanks!
 
Damascus Road said:
I should've seen that... my bad. However,
can you explain why you placed Cx + D above the irreducible part, instead of just "C"?

Thanks!

For the method of partial fraction decomposition, in general, the numerator of each term must be of degree one less than the degree of the corresponding denominator. The last term has a 2nd degree polynomial for the denominator, so you ,in general, require a first degree polynomial for the numerator.

P.S. the reason I wrote "in general" in the above statement, is that sometimes you will find C=0.
 
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