Integration of an inverse polynomial

Ado
Messages
26
Reaction score
4
Member advised that the homework template must be used
Hello,

I want to integrate this expression :

∫ (x5 + ax4 + bx3 + cx2 + dx)-1

between xmin>0 and xmax>0

a is positive but b, c and d can be positive or negative.

I have no idea to integrate this expression... Do you have methods to do this ?

Thanks in advance !
 
Physics news on Phys.org
You have not written a valid integral. You must reformulate your problem.
 
Ado said:
Hello,

I want to integrate this expression :

∫ (x5 + ax4 + bx3 + cx2 + dx)-1

between xmin>0 and xmax>0

a is positive but b, c and d can be positive or negative.

I have no idea to integrate this expression... Do you have methods to do this ?

Thanks in advance !

You can solve the problem when you are given numerical values of ##a,b,c,d##, by finding the roots of the polynomial using numerical methods, and so write the integrand in partial fractions. However, for general symbolic values of ##a,b,c,d## you are out of luck, because it is a rigorously-proven theorem that there is NO finite formula for the roots of a general polynomial of degree 5 or more. See, eg., https://en.wikipedia.org/wiki/Abel–Ruffini_theorem .
 
Sorry, I took dx to be the differential variable but I see now that you are using "d" as a constant, and that there must be an implied differential dx in your equation. Please ignore my post.
 
Never mind! ;)
Thanks for your 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