Show that origin is globally asymptotically stable.
$$\begin{eqnarray} x' &=& −(x + y)^3\\ y' &=& (x − y)^3 \end{eqnarray}$$
I know to prove that $V'(x)$ has to be negative which I can prove. However, I can't seem to figure out how to get $V(x)$. Can anyone put me in right direction to how to calculate $V(x)$ for it.

As @Cesareo wrote, after the change of variables $$ u = x + y\\ v = x - y $$ the system has the form $$ \left\{\begin{array}{lll} \dot u &=& v^3-u^3\\ \dot v &=& -(v^3+u^3). \end{array}\right. $$ I can be seen that the Lyapunov function is $V(u,v)=u^4+v^4$: its derivative $$ \dot V= 4u^3\dot u+4v^3\dot v =4u^3(v^3-u^3)-4v^3(v^3+u^3) $$ $$ =-4u^6-4v^6$$ is negative definite.
Hence, $V(x,y)=(x+y)^4+(x-y)^4$.