It is necessary for me to find $\Delta^2 u=u_{xxxx}+u_{yyyy}+2u_{xxyy}$ where $u=u(r,t).$
I tried by the following but got an error in Maple.
$$x:=rcos(t);~y:=rsin(t);$$ then tried to find $$diff(u,x$4)+diff(u,y$4)+2diff(diff(u,x$2),y$2).$$
but there was an error, what is the problem? how can I find this?
A simpler way is