3

I am trying to prove that $$\int_0^{\pi/2}\frac{1}{\sqrt{(1+t)^2-4t\sin^2{u}}}du \equiv \int_0^{\pi/2}\frac{1}{\sqrt{1-t^2\sin^2{u}}}du\text{ for }0<t<1.$$

Context: In another question, I am trying to make "Attempt $2$" work (after letting $x=2u)$. That is, I want to show that LHS here is increasing in $t$ for $0<t<1$. When playing with graphs, I accidentally discovered that LHS seems to be identical to RHS, which I know is increasing. But I do not know how to prove that LHS = RHS. Anyway, I think this question is interesting by itself.

Attempt: When $t=0$, we have LHS = RHS. Then I tried to show that $\frac{d}{dt}\text{LHS}=\frac{d}{dt}\text{RHS}$, but that seems to be even harder than the OP.

Dan
  • 22,158
  • 1
    This is the famous Landen transformation given by $K((2\sqrt{t})/(1+t)) =(1+t)K(t)$ where $K(t) $ is integral on right side of your equation. A proof requires the substitution $\sin(2v-u)=t\sin u$ and involves reasonable amount of algebraic manipulation. See details at https://paramanands.blogspot.com/2009/08/pi-and-the-agm-evaluating-elliptic-integrals.html?m=0 – Paramanand Singh Dec 12 '22 at 04:50
  • @ParamanandSingh Thank you, that answers my question. – Dan Dec 12 '22 at 10:56

1 Answers1

3

Let $\displaystyle K(t) := \int_0^{\pi/2} \frac{1}{\sqrt{1-t^2 \sin^2 u}} du$. This is known as the Complete elliptic integral of the first kind. Let $\displaystyle s := \sqrt{\frac{4t}{(1+t)^2}}$. Then, $$\int_0^{\pi/2} \frac{1}{\sqrt{(1+t)^2 -4t \sin^2 u}} du = \frac{1+\sqrt{1-s^2}}{2} K(s)$$ and $$K(t) = K\left( \frac{2-s^2 + 2\sqrt{1-s^2}}{s^2}\right).$$

Hence it suffices to show that $$\frac{1+\sqrt{1-s^2}}{2} K(s) = K\left( \frac{2-s^2 + 2\sqrt{1-s^2}}{s^2}\right), \ 0 < s < 1. $$

This follows from a consideration of the characterization of $K$ by the arithmetic-geometric mean. See the Wikipedia page https://en.wikipedia.org/wiki/Elliptic_integral.

  • Thank you. I will look into the characterization of $K$ by the arithmetic-geometric mean. – Dan Dec 11 '22 at 12:13