Solve: $$ f(x)=\left(1+x^{2}\right)\left[1+\int_{0}^{x} \frac{f^{2}(t)}{1+t^{2}} d t\right] $$ I have tried to solve this question by diffrentiating both sides with the help of $Lebnitz$ integral rule but I am stuck on the following ODE: $$\frac{dy}{dx}=\frac{{y}^{2}+{(xy)}^{2}+2xy}{1+{x}^{2}}$$ Please help me after this step or provide an alternate approach. My approach:
Diffrentiating both sides : $$ \frac{f^{2}(x)}{1+x^{2}}\cdot{1+{x}^{2}}+\frac{2 x f(x)}{1+x^{2}}=f'(x) $$ Rearranging: $$f'(x)=\frac{x^{2} f^{2}(x)+f^{2}(x)+2xf(x)}{1+{x}^{2}}$$ I am stuck here
Set $g(x)=\frac{f(x)}{1+x^2}$ then the integral equation simplifies to $$ g(x)=1+\int_0^x(1+t^2)g(t)^2\,dt $$ This now is equivalent to the initial value problem $$ g(0)=1,~~g'(x)=(1+x^2)g(x)^2 $$ which is separable and leads to $$ g(x)^{-1}=-x-\frac{x^3}2+1. $$