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

Linear First-Order Equations

The following is a linear first-order ODE because both y[x] and y[x] occur in it with power 1 and y[x] is the highest derivative. Note that the solution contains the imaginary error function Erfi.
In[1]:=
Click for copyable input
Out[1]=
Here is the solution for a more general linear first-order ODE. The K variables are used as dummy variables for integration. The Erfi term in the previous example comes from the integral in the second term of the general solution as follows.
In[2]:=
Click for copyable input
Out[2]=
A more traditional form of the solution can be obtained by replacing K[1] with a variable such as t.
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team