Solve the Ode: $$ \begin{cases} \frac{d^2y}{dx^2}+(\frac{1}{y})\frac{dy}{dx}=-1 \quad \hbox{for $0<y<1$} \\ y(1)=y'(0)=0. \end{cases} $$
Putting $\frac{dy}{dx}=p$ then $\frac{d^2y}{dx^2}=p\frac{dp}{dy}$ so the equation reduces to $\frac{dp}{dy}+\frac{1}{y}=-\frac{1}{p}$.
Then how to proceed.
$$ y''+\frac{1}{y}y' +1 = 0 $$ this becomes $$ \dfrac{d}{dx}\left(y' + \ln y + x\right) = 0 $$ thus $$ y' + \ln y + x = C_1 $$ but with you initial conditions it is clear that the solution is not bounded. take $y(1) = 0$ we get $$ y'(1) - \infty + 1 = C_1\\ 0 +\ln y(0) =C_1. $$ which is sort of silly to me. Besides the solution to Eq.(*) Myself (and Wolfram) failed to find a solution.