Symbolics > Symbolic Evaluation > Solving ODEs Symbolically
Solving ODEs Symbolically
You can solve ordinary differential equations (ODE) symbolically on Mathcad, using the solve keyword.
Click to copy this expression
You can set the modifier as the function’s name y, or as a function with an argument y(x).
Click to copy this expression
A system of ODEs
Click to copy this expression
* 
You can also solve a system of ODE and algebraic equation.
Boundary Conditions
Cauchy condition:
Click to copy this expression
Neumann condition for higher order ODE:
Click to copy this expression
Inequality condition:
Click to copy this expression
ODEs with the Prime Operator
You can use derivatives, partial derivative, and the prime operator to write an ODE for symbolic evaluation.
Use the prime operator without explicitly specifying an argument. Mathcad automatically generates the variable in this case:
Click to copy this expression
If Mathcad cannot detect the differential variable, an error is displayed:
Click to copy this expression
Partial Solutions
Receive partial solution to ODE by using the generated keyword:
Click to copy this expression
Click to copy this expression
Was this helpful?