Prove that $\int{\frac{x^2}{(x^2 + a^2)^n}}dx = \int{\frac{1}{(x^2 + a^2)^n}}dx - a^2\int{\frac{1}{(x^2 + a^2)^{n+1}}}dx$

186 Views Asked by At

I am trying to derive the following reduction formula for integrating $\int{\frac{1}{(x^2 + a^2)^n}}dx, n,a>0$: $$I_n = \frac{1}{2a^2(n-1)}\left(\frac{x}{(x^2 + a^2)^{n-1}} + (2n-3)I_{n-1} \right)$$ So far I got $$\int{\frac{1}{(x^2 + a^2)^n}}dx = \frac{x}{(x^2 + a^2)^n} + 2n\int{\frac{x^2}{(x^2 + a^2)^{n+1}}}dx$$ and $$I_n = \frac{x}{(x^2 + a^2)^n} + 2nI_n - 2na^2I_{n+1} \Rightarrow I_n = \frac{1}{2a^2(n-1)}\left(\frac{x}{(x^2 + a^2)^{n-1}} + (2n-3)I_{n-1} \right)$$ but I'm struggling with the step in between: $$\int{\frac{x^2}{(x^2 + a^2)^n}}dx = I_n - a^2I_{n+1}$$

2

There are 2 best solutions below

2
On BEST ANSWER

$$\frac{1}{(x^2+a^2)^{n}}-\frac{a^2}{(x^2+a^2)^{n+1}}=$$ $$\frac{x^2+a^2}{(x^2+a^2)^{n+1}}-\frac{a^2}{(x^2+a^2)^{n+1}}=$$ $$\frac{x^2+a^2-a^2}{(x^2+a^2)^{n+1}}=$$ $$\frac{x^2}{(x^2+a^2)^{n+1}}\neq\frac{x^2}{(x^2+a^2)^{n}}$$

0
On

Let $a\neq0$, $n\in\mathbb{N}$ and define, $$I_n:=\int{\frac{dx}{(x^2+a^2)^n}}$$

So, If we use integral by parts, we have $$I_n = \frac{x}{(x^2+a^2)^n}+2n\int{\frac{x^2}{(x^2+a^2)^{n+1}}dx}\qquad(*)$$

On the other hand, $$I_n=\int{\frac{x^2}{(x^2+a^2)^{n+1}}dx}+a^2\int{\frac{dx}{(x^2+a^2)^{n+1}}}=\int{\frac{x^2}{(x^2+a^2)^{n+1}}dx}+a^2I_{n+1}\qquad(**)$$

Now using $(*)$ and $(**)$, follows that $$I_n=\frac{x^2}{(x^2+a^2)^{n}}+2n(I_n-a^2I_{n+1})\implies I_{n+1}=\frac{1}{2a^{2}n}\left(\frac{x}{(x^2+a^2)^n}-(1-2n)I_n\right)$$

In particular, if we take $n-1$, we have

$$I_n=\frac{1}{2a^{2}(n-1)}\left(\frac{x}{(x^2+a^2)^{n-1}}-(3-2n)I_{n-1}\right)$$