In textbook, it says that
If a differential equation (DE) contains only ordinary derivatives of one or more unknown functions with respect to a single independent variable, then it is called an ODE; An equation involving partial derivatives of one or more unknown functions of two or more independent variables is called a partial DE (PDE).
Based on the definitions, it appears that the following DE does not belong to either type. Is my understanding correct? $$\frac{du(x)}{dx}+\frac{dv(y)}{dy}=u(x)+v(y),$$ where $u$ and $v$ are functions of independent variables $x$ and $y$, respectively. I know this DE might be weird from the mathematical modeling perspective, but I just want to check the definitions since I thought we only have ODEs and PDEs.
@PietroMajer Does ``an Ansatz for the unknown functions'' mean that "consider u(x) as u(x, y) and v(y) as v(x, y), even they are only functions of x and y, respectively. Then, we can rewrite du/dx as ∂/∂ and dv/dy as ∂v/∂, becoming a PDE"?
– Chasel Weng Sep 07 '23 at 04:15