2
$\begingroup$

I am looking for a technique to solve an indefinite integral of $ \int \frac{dx}{\sqrt{ax^3+bx^2+cx+f}} $

I honestly have no idea where to start with this and I cannot find anything like this in an integral table.

Actually I was thinking maybe taylor expand?

Thank you

  • 0
    @Ricardo: There's an edit link underneath the question. If comments lead to a clarification of the question, the question should be updated so that people don't have to read through the comments to understand it.2012-10-10

2 Answers 2

1

Assuming that the polynomial has no repeated roots, this is an elliptic integral and can not be expressed in terms of elementary functions.

  • 0
    yeah, I'm not sure if that's the route I want to go. The question asked (in my classical mechanics homework) is.. The addition to the potential energy $V =\frac{k}{r}$ of a small correction δV(r) makes the bounded orbits deviate from closed; after each turn, the perihelion shifts by a small angle δϕ. Find for $δV=\frac{-\gamma}{r^3}$2012-10-10
0

You can certainly do a Taylor expansion, which in this case is simply a binomial expansion. $(ax^3+bx^2+cx+f)^{-1/2}=f^{-1/2}(1+(Cx+Bx^2+Ax^3))^{-1/2}=f^{-1/2}(1-(1/2)(Cx+Bx^2+Ax^3)+(3/8)(Cx+Bx^2+Ax^3)^2+\cdots)$ where I've written $A,B,C$ for $a/f,b/f,c/f$, respectively. Now you can multiply out those powers of $Cx+Bx^2+Ax^3$ and integrate term-by-term.

  • 0
    that is what I ended up doing. although I'm not sure if that's exactly what the homework problem was asking. I took the taylor expansion around the point x=0 which $x=\frac{1}{r}$ so around the point $r=\infty$2012-10-10