Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

Separable Equations

The general solution to this equation is found by separation of variables.
In[1]:=
Click for copyable input
Out[1]=
Even when variables can be separated, the final solution might be accompanied by a warning message from Solve, or it might only be given as an InverseFunction object.
Solving this ODE generates a warning message because Solve obtains an expression for y[x] using Log, the inverse of Exp. This warning message can be ignored.
In[2]:=
Click for copyable input
Out[2]=
The solution to this equation is given as an InverseFunction object, in order to get an explicit expression for y[x].
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team