I am trying to solve ODE : $x'(t)=\frac{1}{1+x(t)^2} $ with initial value $x(0)=x_0$
I could solve $x'(t)=\frac{1}{x(t)^2}$ by seperating variables.
However, $x'(t)=\frac{1}{1+x(t)^2} $ with initial value $x(0)=x_0$ is another problem, which is I am stucked while studying dynamical system of initial value problem on global system.
Any help would be appreciated.
Hint The equation in the title is still separable: Rewriting gives $$(1 + x^2) \,dx = dt .$$ Integrating gives $$x + \frac{1}{3} x^3 = t + C .$$