Separable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[ODEs][Solve]

  

Separable

  

Solve a first order separable ODE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Separable(ODE, y(x))

Parameters

ODE

-

a first order separable ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The Separable(ODE, y(x)) command finds the solution of a first order separable ODE.

• 

Use the option output=steps to make this command return an annotated step-by-step solution.  Further control over the format and display of the step-by-step solution is available using the options described in Student:-Basics:-OutputStepsRecord.  The options supported by that command can be passed to this one.

Examples

withStudentODEsSolve:

ode1t2zt+1+zt2t1diffzt,t=0

ode1t2zt+1+zt2t1ⅆⅆtzt=0

(1)

Separableode1,zt

zt22zt+lnzt+1=t22tlnt1+_C1

(2)

Compatibility

• 

The Student[ODEs][Solve][Separable] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

• 

The Student[ODEs][Solve][Separable] command was updated in Maple 2022.

• 

The output option was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

dsolve

Student

Student[ODEs]

Student[ODEs][SeparateVariables]

Student[ODEs][Solve]