I have the following partial differential equation:
$u_t = u_xu_y$
I know that the solution can be formed via power series. I want to find a solution of degree $2$ that satisfies an initial condition $u(0,x,y) = x+y-2x^2$.
I understand the strategy of the solution would be to take partial derivative combinations of $u$ up to the second degree. So these would involve
$u_t,u_x,u_y,u_{tt},u_{xx},u_{yy},u_{tx},u_{ty},u_{xy},u_{xt},u_{yx},u_{yt}$
For a grand total of 12 terms in the series. Then, the function would need to be evaluated at (0,0,0)...(0,0,1)...(0,1,0)..etc to get the coefficients.
After that, I can construct coefficients of partial derivative combinations to form a series and plug in my IVP condition.
However...$what$ am I differentiating exactly? Where is $u$? Do I just rearrange the terms $u_t$, $u_x$, and $u_y$ to get what I need?