Example where [Maple Math] fails:

Checking first if a first order differential equation is separable would save us a lots of time as well it would save us from frustration. We ilustrate this on the following example.

Example: Solve [Maple Math] . This equation is much simpler than previous one, yet as following shows it cannot be solved using separation of variables method.

> f:=(x,y)->1+x*y;

[Maple Math]

> f(x,y)*diff(f(x,y),x,y)-diff(f(x,y),x)*diff(f(x,y),y);

[Maple Math]

Since [Maple Math] is not zero, this differential equation cannot be solved using separation of varibles method.

method.