The question:
Find the minimum value of $\int_0^1 y'^2 dx$ subject to the conditions $y(0)=y(1)=0$ and $\int_0^1y^2dx=1$.
In another question, I proved that, if we have an integral of the form
$$I=\int_a^b(p(x)y'^2-q(x)y^2)dx$$
With end conditions $y(a)=y(b)=0$ and subject to the constraint $\int_a^b r(x)y^2dx=1$, the Euler-Lagrange equation becomes
$$\frac{d}{dx}(p\frac{dy}{dx})+(q+\lambda r)y=0$$
Where $\lambda$ is our Lagrange multiplier. Now here, we have a similar integral, with $p=1$ and $q=0$. The above equation becomes
$$y''+y\lambda=0$$
Which has the solution
$$y=Ce^{\sqrt{\lambda}i}$$
Is this the minimum value for my integral? If it is, how can I solve for C and $\lambda$? I can use the constraint, but that would only give me one term.
Thank you in advance.