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

Online Help

Student[ODEs][ReduceOrder]

  

NoIndependentVariable

  

Reduce the order of an ODE missing the independent variable

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

NoIndependentVariable(ODE)

NoIndependentVariable(ODE, y(x))

NoIndependentVariable(ODE, y(x), u(t))

Parameters

ODE

-

ordinary differential equation missing the independent variable

y

-

name; the dependent variable of the original ODE

x

-

name; the independent variable of the original ODE

u

-

name; the dependent variable for the reduced ODE

t

-

name; the independent variable for the reduced ODE

Description

• 

NoIndependentVariable finds the solution of an ODE which doesn't contain the independent variable other than via the dependent variable and its derivatives.

• 

The second argument, y(x), representing the variable for the existing ODE, is optional. It must be given however, if the dependent and independent variables cannot be determined from the ODE.

• 

The third argument, u(t), representing the variable for the reduced ODE, is optional. If it is not given, new independent and dependent variables will be chosen which do not conflict with the existing variables.

• 

The default output is a sequence consisting of the reduced ODE in terms of the new variables, followed by the transformation used to recover the original ODE from the reduced ODE.

• 

If an extra option solve or solve=true is also given, an attempt is made to solve the reduced ODE and return the general solution to the original ODE. If successful, the general solution of the original ODE will be returned.

Examples

Given a 2nd order ODE for y(x) which doesn't depend on x:

(1)

Find a reduction of order to a 1st order ODE, and the associated transformation:

(2)

Solve the reduced order ODE:

(3)

Apply the transformation to find a simpler ODE for the original variable y(x):

(4)

Solve the simpler ODE to find the general solution of the original ODE:

(5)

Alternatively, the original ODE can be solved in a single step if we use the option solve:

(6)

Another example:

(7)

(8)

(9)

(10)

(11)

(12)

Compatibility

• 

The Student[ODEs][ReduceOrder][NoIndependentVariable] command was introduced in Maple 2021.

• 

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

See Also

dsolve

odeadvisor,missing

Student

Student[ODEs]

Student[ODEs][ReduceOrder]

Student[ODEs][ReduceOrder][NoDependentVariable]

 


Download Help Document