dAlembert - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Solving d'Alembert ODEs

 

Description

Examples

Description

• 

The general form of the d'Alembert ODE is given by:

dAlembert_ode := y(x)=x*f(diff(y(x),x))+g(diff(y(x),x));

dAlembert_odeyx=xfⅆⅆxyx+gⅆⅆxyx

(1)
  

where f and g are arbitrary functions. See Differentialgleichungen, by E. Kamke, p. 31. This ODE is actually a generalization of the Clairaut ODE, and is almost always dealt with by looking for a solution in parametric form. For more information, see odeadvisor[patterns].

Examples

withDEtools,odeadvisor

odeadvisor

(2)

odeadvisordAlembert_ode

_dAlembert

(3)

The general form of the solution for the d'Alembert ODE is returned by dsolve in parametric form, together with a possible singular solution, as follows:

dsolvedAlembert_ode

yx=xRootOf_Zf_Z+gRootOf_Zf_Z,x_T=ⅇⅆⅆ_Tf_T_Tf_Tⅆ_Tⅆⅆ_Tg_Tⅇⅆⅆ_Tf_T_Tf_Tⅆ_T_Tf_Tⅆ_T+c__1,y_T=ⅇⅆⅆ_Tf_T_Tf_Tⅆ_Tⅆⅆ_Tg_Tⅇⅆⅆ_Tf_T_Tf_Tⅆ_T_Tf_Tⅆ_T+c__1f_T+g_T

(4)

See Also

DEtools

odeadvisor

dsolve

quadrature

linear

separable

Bernoulli

exact

homogeneous

homogeneousB

homogeneousC

homogeneousD

homogeneousG

Chini

Riccati

Abel

Abel2A

Abel2C

rational

Clairaut

dAlembert

sym_implicit

patterns

odeadvisor,types