I want to find all the real constants $a$ such that the existence and uniqueness theorem applies to the ivp $x'=\frac{3}{2}|x|^\frac{1}{3}, x(0)=a$.
My approach is finding for which constants $a$ the function $f(x)=\frac{3}{2}|x|^\frac{1}{3}$ is lipschitzian at $x=a$. Is this a correct approach? If yes, could you help me showing which $a$ $f(x)$ is atleast locally lipschitzian?
edit: $f(x)$ is continuously differentiable wrt $x$ for all $x\neq0$ and there exists a ngbh at those points where it's derivative is bounded, implying $f(x)$ being lipschitzian at all points $x \neq 0$. Am i correct?
All what you say is correct. For all $x \neq 0$, $f$ is continuously differentiable in a neighborhood of $x$, hence locally Lipschitz continuous in such a neighborhood of $x$. The hypothesis of Picard–Lindelöf theorem are fulfilled and you can state the existence and uniqueness of the solution to the IVP: $$x'=\frac{3}{2}|x|^\frac{1}{3}, x(0)=a.$$
It remains to study the case $a=0$. As Picard–Lindelöf theorem only involves a material implication (and not an equivalence), you CANNOT state that (at least) a solution doesn't exist or is not unique directly.
However,$f$ is continuous at $x=0$ and you can invoke Peano existence theorem to state that a solution exists. But uniqueness is not guaranteed.
A trivial solution is the always vanishing map. If you try to solve directly the ODE by separating the variables, you'll find an infinity of other solutions. Namely
$$x(t) = \begin{cases} 0 & \text{for } t \le c\\ (t-c)^{3/2} & \text{for } t \ge c \end{cases}$$
For all $c >0$ are also solutions. I let you discover what happens using $c < 0$.