I'm working this function:
$f(t,x)=\frac{4t^3x}{t^4+x^2}$ for $(t,x)\neq(0,0);$
$f(t,x)=0$ for $(t,x)=(0,0)$
As I proved continuity using the line $x=t^2$, I need to study if it's globally Lipschitz. I tried to derivate on $x$, and I got:
$\frac{df(t,x)}{dx}=\frac{4t^3(t^4+x^2)-8t^3x^2}{(t^4+x^2)^2}=\frac{4t^3(t^4-x^2)}{(t^4+x^2)^2}$
So if $(t,x)\to (0^+,0^+), \frac{df(t,x)}{dx}\to +\infty$. Would it be a proof to negate the global Lipschitz condition? And this would be enough to study the local Lipschitz condition?
Thank you very much
Update: Fixed $\frac{df(t,x)}{dx}$ to avoid mistakes