-5

I want to give you this question as an enigma.

Can you prove that the following integral is equal to $\pi$ ?

$$\int_0^\infty \sqrt{\frac{256x^4}{x^{12}+6x^{10}+15x^8+35x^4+6x^2+1}}=\pi.$$


This can be proven without the use of complex numbers.

E. Joseph
  • 14,843

1 Answers1

7

My guess is that the denominator is supposed to be $$x^{12} + 6x^{10} + 15x^8 + 20x^6 + 15x^4 + 6x^2 + 1 = (x^2 + 1)^6$$ and the coefficient $20$ was somehow added to the wrong place. In that case, your integral is just $$\int_0^{\infty} \frac{16x^2}{(x^2 + 1)^3} \, \mathrm{d}x,$$ which is easy to solve by substituting $x = \tan(\theta)$: $$\int_0^{\pi/2} \frac{16 \tan(\theta)^2 \sec(\theta)^2}{\sec(\theta)^6} \, \mathrm{d}\theta = 16 \int_0^{\pi/2} \sin(\theta)^2 \cos(\theta)^2 \, \mathrm{d}\theta = \pi.$$ As mentioned in the comments, the given integral is incorrect.