A function $y(x)$ is defined on $[0,1]$ such that $y(0) = y(1) = 0$. Consider the functional $F[y] = \int\limits_0^1 \frac{1}{2}(y')^2+g(y) \ dx$ where $g(y)$ is a function s.t. $g'(0) = 0$. The Euler-Lagrange equation for this is then $g'(y) = y''$. If $y$ satisfies this equation the second variation is then given by $\delta^2F[y,\xi] = \int\limits_0^1 g''(y)\xi^2+(\xi')^2 \ dx$. The question I am doing asks me to calculate the range of values of $g''(0)$ for which $\delta^2F[y,\xi] > 0$.
However as $y$ satisfies the EL equation we have that $g''(y) = \frac{d g'(y)}{dy} = \frac{d y''}{dy} = \frac{d y''}{dx}\frac{dx}{dy} = \frac{y'''}{y'}$. We also know on $[0,1]$ there is a point where $y'(c)= 0$ by the mean value theorem. The Jacobi accessory condition for this problem says that if there is some function $u(x)$ s.t. $u'' = \frac{y'''}{y'}u$ which is not zero anywhere then we must have $\delta^2F[y,\xi] > 0$. The only solution I can find to this is $u = y'$ but we have already shown this has a zero on $[0,1]$. How can I proceed?