I have these initial value problems:
$x⋅u'(x) = u(x) + x^3⋅e^{x^2}$; $u(1)=e/2$
$u'(x) = 2x\cdot u(x)^3$; $u(0) = a$; ($a \in \mathbb R$, hint: case differentiation)
$x^3⋅u'(x)-u(x)^3-x^2⋅u(x) = 0$; $u(1)=1$
I think, I already solved them correctly, with these solutions:
$u(x) = \dfrac{xe^{x^2}}{2}$
$u(x) = \dfrac{1}{\sqrt{-2x^2+\frac{1}{a^2}}}$
$u(x) = \dfrac{x}{\sqrt{-2\log(x)+1}}$
How can I find the maximum interval of existence now? I hope y'all understand me, I'm not a native english speaker.
The first DE equation is defined for $x\neq 0$ and hence the solution is defined either in $(-\infty, 0)$ or in $(0, \infty)$. The second interval contains the initial point $x=1$, so the maximal interval is $(0, \infty)$. Also the unique solution is $y=\frac{1}{2}x^2+\frac{e-1}{2}x$.
For the second one consider two cases $a=0$ and $a\neq 0$ separately. When $a=0$ the IVP has a unique solution $u=0$ defined for all $x$, so maximal interval is $(-\infty, \infty)$. For $a\neq 0$, it follows from your solution that you must determine an interval satisfying the inequality $-x^2+1/a^2>0$ and contain the initial point $x=0$. This interval would be your maxiamal interval of existence. I think you can do the last one by yourself. In this case observe that the DE is defined for all $x\neq 0$.