Find the function $u: \mathbb R ^2\to \mathbb R^2$ that holds the property $d^3u(x,y)=0$
I really would like some help with this problem because I don't even know where to start.
I thought taking the formula
$$d^3u=\frac{\partial ^3u(x,y)}{\partial x^3}dx^3+3\frac{\partial ^3u(x,y)}{\partial x^2 \partial y}dx^2dy+3\frac{\partial ^3u(x,y)}{\partial x \partial y^2}dxdy^2+\frac{\partial ^3u(x,y)}{\partial y^3}dy^3$$
but I don't know where to go from here. I would appreciate some help
By dividing $d^3 u(x,y)$ over $(dx)^m(dy)^n$ where $m+n=3$ and $m,n\in\{0,1,2,3\}$, we obtain$${d^3 u(x,y)\over dx^3}=0\\{d^3 u(x,y)\over dx^2dy}=0\\{d^3 u(x,y)\over dxdy^2}=0\\{d^3 u(x,y)\over dy^3}=0$$which yields to the general solution$$u(x,y)=a_1x^2+a_2xy+a_3y^2+a_4x+a_5y+a_6$$