Student[ODEs][Solve]
FirstOrder
Solve a first order ODE
Calling Sequence
Parameters
Description
Examples
Compatibility
FirstOrder(ODE, y(x))
ODE
-
a first order ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
The FirstOrder(ODE, y(x)) command finds the solution of a first order ODE.
with⁡StudentODEsSolve:
ode1≔t2⁢z⁡t+1+z⁡t2⁢t−1⁢diff⁡z⁡t,t=0
ode1≔t2⁢z⁡t+1+z⁡t2⁢t−1⁢ⅆⅆtz⁡t=0
FirstOrder⁡ode1,z⁡t
z⁡t22−z⁡t+ln⁡z⁡t+1=−t22−t−ln⁡t−1+_C1
The Student[ODEs][Solve][FirstOrder] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
dsolve
Student
Student[ODEs]
Student[ODEs][DifferentialOrder]
Download Help Document
What kind of issue would you like to report? (Optional)