Student[ODEs]
Integrate
integrate an exact ODE
Calling Sequence
Parameters
Description
Examples
Compatibility
Integrate(ODE, y(x))
Integrate:-Apply(ODE, y(x))
Integrate:-Evaluate(eq)
ODE
-
a first order ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
Integrate(ODE, y(x)) applies an integral to both sides of an exact ODE, and then performs the integration, thereby obtaining a solution to the ODE.
Integrate:-Apply(ODE, y(x)) applies an integral to both sides of an exact ODE, without performing the integration.
Integrate:-Evaluate(ODE) tries to evaluate any unevaluated integrals in the expression ODE, if possible.
with⁡StudentODEs:
ode1≔diff⁡z⁡t,tz⁡t+1⁢z⁡t2=−t2t−1
ode1≔ⅆⅆtz⁡t⁢z⁡t2z⁡t+1=−t2t−1
Integrate⁡ode1,z⁡t
z⁡t22−z⁡t+ln⁡z⁡t+1=−t22−t−ln⁡t−1+_C1
eq2≔Integrate:-Apply⁡ode1,z⁡t
eq2≔∫ⅆⅆtz⁡t⁢z⁡t2z⁡t+1ⅆt=∫−t2t−1ⅆt+_C1
Integrate:-Evaluate⁡eq2
The Student[ODEs][Integrate] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
dsolve
int
Student
Download Help Document