How to get reduction formula of $$u_n=\int\frac{x^n}{\sqrt{ax^2+2bx+c}}$$
My try:
Here $P_{n-1}(x)$ is a polynomial of degree $(n-1)$ $$u_n=\int\frac{x^n}{\sqrt{ax^2+2bx+c}}=P_{n-1}(x)\sqrt{ax^2+2bx+c}+k\int\frac{dx}{\sqrt{ax^2+2bx+x}}$$ Differentiating: $$x^n=P'_{n-1}(x)(ax^2+2bx+c)+\frac12P_{n-1}(x)(2ax+2b)+k$$ $$\implies k=0$$ I don't know how to proceed further:
Answer is of the form/ Spoiler:
$$(n+1)u_{n+1}+(2n+1)bu_n+ncu_{n-1}=?$$