Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Titchmarsh ODEs
Description
The general form of the Titchmarsh ODE is given by:
Titchmarsh_ode := diff(y(x),x,x)+(lambda-x^(2*n))*y(x)=0;
where n is an integer. See Hille, "Lectures on Ordinary Differential Equations", p. 617.
All linear second order homogeneous ODEs can be transformed into first order ODEs of Riccati type by giving the symmetry [0,y] to dsolve (all linear homogeneous ODEs have this symmetry) or by calling convert (see convert,ODEs).
Examples
Reduction to Riccati by giving the symmetry to dsolve
The reduced ODE above is of Riccati type:
Converting this ODE into a first order ODE of Riccati type
In the answer returned by convert, there are the Riccati ODE and the transformation of variables used. Changes of variables in ODEs can be performed using ?PDEtools[dchange]. For example, using the transformation of variables above, we can recover the result returned by convert.
See Also
DEtools, odeadvisor, dsolve, and ?odeadvisor,<TYPE> where <TYPE> is one of: quadrature, missing, reducible, linear_ODEs, exact_linear, exact_nonlinear, sym_Fx, linear_sym, Bessel, Painleve, Halm, Gegenbauer, Duffing, ellipsoidal, elliptic, erf, Emden, Jacobi, Hermite, Lagerstrom, Laguerre, Liouville, Lienard, Van_der_Pol, Titchmarsh; for other differential orders see odeadvisor,types.
Download Help Document