0

$\int_0^{1}\sqrt{\frac{x}{1-x}}\mathrm{d}x=\frac{\pi}{2}$

This integral seems to be an identity, since the antiderivative for $\sqrt{\frac{x}{1-x}}$ is somewhat cumbersome and the integrand has a vertical asymptote at $x=1$.

How do we evaluate this integral without resorting to a lookup table?

Parcly Taxel
  • 103,344

1 Answers1

0

Put $$x=\sin^2t$$ $$\Longrightarrow dx=\sin 2t dt$$ $$\Longrightarrow \int_0^1\sqrt{\frac{x}{1-x}}dx=\int_0^{\frac{π}{2}}\tan t \sin 2t dt$$ $$=\int_0^{\frac{π}{2}}2\sin^2 t dt$$ $$=2×\frac{π}{4}=\frac{π}{2}$$ where the last step uses Walli's formula. Hope it helps:)

Martund
  • 14,706
  • 2
  • 13
  • 30