here is the question
Find the maximum possible constant so it satisfies the following:
$$\int_0^{2π} (u'(x))^2 dx \geq c\int_0^{2π} (u(x))^2 dx $$
with: $$u\in C^1[0,2π] ,u(0)=u(2π)=0 $$
*My thought was that I should use the Cauchy–Schwarz inequality like this $$(\int_0^{2π} udx)^2 \leq \int_0^{2π}dx\int_0^{2π}u^2dx=2π \int_0^{2π}u^2dx $$
and $$U(x)=\int_0^{y}u'(y)dy$$ so $$(\int_0^{y}u'(y)dy)^2\leq \int_0^{x}dy\int_0^{x}u^2dy=x\int_0^{x}u^2dy$$ , but I am not sure what to do next really, or if I am going anywhere, thanks.