The following reduction formula is taken from http://www.sosmath.com/tables/integral/integ15/integ15.html:
$$\int \frac{1}{x^2 \sqrt{ax^2+bx+c}} dx = -\frac{\sqrt{ax^2+bx+c}}{cx} - \frac{b}{2c} \int \frac{1}{x \sqrt{ax^2+bx+c}} dx$$
- I've been trying to derive this reduction formula myself, but without success. Can anyone point me in the right direction?
- Are there similar formulae for higher exponents of the $x$ in the denominator? Or even better, for general integer exponents $n$?
One may observe that $$ \begin{align} \left(-\frac{\sqrt{ax^2+bx+c}}{cx}\right)'&=\frac{\sqrt{ax^2+bx+c}}{c x^2}-\frac{2ax+b}{2cx\sqrt{ax^2+bx+c}} \\\\&=\frac{2(ax^2+bx+c)-(2ax+b)x}{2cx^2 \sqrt{ax^2+bx+c}} \\\\&=\frac{bx+2c}{2cx^2 \sqrt{ax^2+bx+c}} \\\\&=\frac{b}{2c}\cdot\frac{1}{x \sqrt{ax^2+bx+c}}+\frac{1}{x^2 \sqrt{ax^2+bx+c}} \end{align} $$ which yields the first result.
This might be generalized to get $$ \begin{align} \left(-\frac{\sqrt{ax^2+bx+c}}{cx^{\color{red}{n}+1}}\right)'&=\frac{a\cdot \color{red}{n}}{cx^{\color{red}{n}}\sqrt{ax^2+bx+c}}+\frac{b}{2c}\cdot\frac{(2\color{red}{n}+1)}{x^{\color{red}{n}+1} \sqrt{ax^2+bx+c}}+\frac{\color{red}{n}+1}{x^{\color{red}{n}+2}\sqrt{ax^2+bx+c}}. \end{align} $$