Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Lagerstrom ODEs
Description
The general form of the Lagerstrom ODE is given by the following:
Lagerstrom_ode := diff(y(x),x,x)= -k*diff(y(x),x)/x-epsilon*y(x)*diff(y(x),x);
See Rosenblat and Shepherd, "On the Asymptotic Solution of the Lagerstrom Model Equation".
Examples
The second order Lagerstrom ODE can be reduced to a first order ODE of Abel type once the system succeeds in finding one polynomial symmetry for it (see ?symgen):
From which, giving the same indication directly to dsolve, you obtain the reduction of order
For the structure of the solution above see ?ODESolStruc. Reductions of order can also be tested with odetest
The reduced ODE is of Abel type and can be selected using the mouse, or as follows
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