I have the following problem.
Find all differentiable on $[0,1)$ non-negative functions $f$, for which for any $u\in(0,1)$ the tangent line to graph of $f$ in the point $(u,f(u))$ intersects the lines $y=0$ and $x=1$ in the points $A$ and $B$ respectively and $x_{A}=y_{B}$. Also, $f'(0)=0$.
Easy to show that our function it's a root of the equation $$y=xy'-\frac{y'^2}{1+y'}$$ or $$(1-x)(y')^2+(y-x)y'+y=0.$$ My question: is there some way to solve this equation directly?
Also, I assumed that the graph of $f$ is parabola with focus $F\left(\frac{1}{2},\frac{1}{2}\right)$ and directrix $y=x-1,$ which gives an equation of the parabola: $$(x+y)^2=4y,$$ which gives a solution of our equation.
My second question: is there some better way to get this parabola?
Thank you!