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.
withStudentODEs:
ode1≔diffzt,tzt+1zt2=−t2t−1
ode1≔ⅆⅆtztzt2zt+1=−t2t−1
Integrateode1,zt
zt22−zt+lnzt+1=−t22−t−lnt−1+_C1
eq2≔Integrate:-Applyode1,zt
eq2≔∫ⅆⅆtztzt2zt+1ⅆt=∫−t2t−1ⅆt+_C1
Integrate:-Evaluateeq2
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