FirstOrderLinear - 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]

  

FirstOrderLinear

  

Solve a first order linear ODE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

FirstOrderLinear(ODE, y(x))

Parameters

ODE

-

a first order linear ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The FirstOrderLinear(ODE, y(x)) command finds the solution of a first order linear 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:

ode1diffxt,t+costxt=1

ode1ⅆⅆtxt+costxt=1

(1)

FirstOrderLinearode1,xt

xt=ⅇsintⅇsintⅆt+_C1

(2)

ode2diffxt,texptxt=cost

ode2ⅆⅆtxtⅇtxt=cost

(3)

FirstOrderLinearode2,xt

xt=ⅇⅇtⅇⅇtcostⅆt+_C1

(4)

ode3diffxt,t+xtt2=0

ode3ⅆⅆtxt+xtt2=0

(5)

FirstOrderLinearode3,xt

xt=t22t+2+_C1ⅇt

(6)

ode4diffxt,t+exptxtt2=0

ode4ⅆⅆtxt+ⅇtxtt2=0

(7)

FirstOrderLinearode4,xt

xt=ⅇⅇtⅇⅇtt2ⅆt+_C1

(8)

ode5diffxt,t+txtsint=0

ode5ⅆⅆtxt+txtsint=0

(9)

FirstOrderLinearode5,xt

xt=πⅇ122erf21+It2πⅇ122erf21+It24_C1ⅇt224

(10)

Compatibility

• 

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

• 

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

• 

The Student[ODEs][Solve][FirstOrderLinear] 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][Solve]