Given:
$dx/dt=x^2+t^2$
$x(0)=0$
What's the correct way to analyze this problem? I understand that to check if the solution exists I have to check its continuity.
$f(t,x)=x^2+t^2$
$\frac{\partial f}{\partial x} =2x $
This means that this problem has a solution since $f(t,x)$ and $\frac{\partial f}{\partial x}$ are continous everywhere.
Is this the correct way to analyze this kind of problems or do I also have to check the interval where the initial condition exists?