Consider a transformation $T(x,y)=(u,v)$ defined on (the unit square $E\ $): $0\leq x\leq 1$, $0\leq y\leq 1$. Where $$u=2x^2+6xy-4x^3/3-3xy^2, \ \ \ v=x^3-y^2 $$ Show that an estimate for the Lipschitz constant $M$ on $E$ is $M=\sqrt{65}$
By Lipschitz constant $M$ we mean $$ |T(p)-T(q)|\leq M|p-q|,\ \ p,q\in E$$ Since $T$ is of class $C'$ we know that $T$ is Lipschitz, I tried doing $|(u,v)-(u',v')|$ but it doesn't seems to be a good way. The hint says maximize the absolute value of derivatives arriving at the matrix $$\left(\begin{array}{rc} 4 & 6\\ 3 & 2 \end{array}\right) $$ But I don't see how to arrive to this matrix nor how this can help. Please any guide.