FirstOrderLinear - Maple Help

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.

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=πⅇ122erf2It12πⅇ122erf2It+124_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.

See Also

dsolve

Student

Student[ODEs]

Student[ODEs][Solve]