$$ y(x) = \int_{0}^{x} (y(t))^{\frac{1}{2}} dt + 1 $$
What will be a general solution? I couldn't find any related problems in stackexchange. I tried
$$u'(x) = \frac{1}{2}\int_{0}^{x} (y(t))^{\frac{1}{2}} (y ′ (t))dt $$
and
$$u''(x) = \frac{1}{4}\int_{0}^{x} y(t)^(1/2) (y ′(t))^2dt$$
But, I couldn't go further. Thanks in advance.
From $y(x) = \int_{0}^{x} (y(t))^{\frac{1}{2}} dt + 1$ you get, by the FTC, the initial value problem
$y'(x)=(y(x))^{\frac{1}{2}}, $
$y(0)=1$.
Can you proceed ?