A student asked me to help her calculating this problem: Assume the length $L$ of a curve is given, and the equation of the curve is \begin{gather*} y(x)=A \sin\Big(\pi x-\frac{\pi}{2}\Big), 0\leq x\leq 1, \end{gather*} calculate the amplitude $A$, where $A\in\mathbb{R}$, actualy you can assume that $A$ is a positive real number. Here is my incomplete solution:
$\because y=-A\cos(\pi x), y'(x)=\pi A \sin (\pi x)=k\sin(\pi x), \text{ where } k=\pi A, $ therefore, \begin{align*} L&=\int_0^1\sqrt{1+(y'(x))^2} dx=\frac{1}{\pi}\int_0^1\sqrt{1+k^2\sin^2(\pi x)}d(\pi x)=\frac{1}{\pi}\int_0^{\pi}\sqrt{1+k^2\sin^2(s)}ds\\ &=\frac{2}{\pi}\int_0^{\pi/2}\sqrt{1+k^2\sin^2(s)}ds=\frac{2}{\pi}\int_0^1\frac{\sqrt{1+k^2 t^2}}{\sqrt{1-t^2}}dt, \quad (\sin s=t). \end{align*}
Then I do not know how to proceed, because I know the last integral is the complete Ellptic Integral EllipticE($\sqrt{-\pi^2A^2}$), as indicated in Maple 16.
After using Maple, I found that it is very difficult to solve for $A$ through equation \begin{gather*} EllipticE(\sqrt{-\pi^2A^2})=\pi L/2. \end{gather*} But after I searched this website, I found the thread How do I integrate the following?. Then I was very doubt that the result of Maple. Can it be possible to calculate the $A$ from the length $L$ analytically, or is it possible to evaluate the integral $\int_0^1\sqrt{1+\pi^2A^2\sin^2(\pi x)}dx$ directly, without the help of Elliptic Integral?