Virtual Book > Mathematics and Algorithms > Differential Equation Solving with DSolve > Separable Equations >

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 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 .
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF