Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.4K Views
|
6 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Automate perturbation solution to a 4th order differential equation?

Posted 6 years ago

In the perturbation solution, each subsequent addition to the series is based on the previous addition solution. I have manually written the solution additions up to the 4th order but wish to automate for calculations up to the 10th order but do not see how to label each subsequent addition so it can be called into the next addition in an iterative method? Anyone have any ideas? The attached is my present code.

Attachments:
POSTED BY: Carroll Stroh
6 Replies

Neil, Probably the easiest way to explain is to attach the technical paper that I am trying to simulate. In the paper the subject equations are items (2) and (3). Boundary conditions are Item (4). Rework of the equations to apply what is called the Homotopy Analysis Method (HAM) (no pun intended) is in items (20) thru (25). Hope that clears things. Again, thanks for your interest.

Attachments:
POSTED BY: Carroll Stroh

Carroll,

Please post your equations and boundary conditions. It was difficult to follow what you are doing in the file you posted.

Regards,

Neil

POSTED BY: Neil Singer

Neil, Thanks for pointing that out. My problem is a little different in that the two simultaneous equations that I have to solve are related and are of different orders, one is fourth order and the other is second order. Correct me if I am wrong but it appears that the AsymptoticDSolveValue handles only a system of equations which are all of the same order and possibly not related. Maybe the AsymptoticDSolveValue could be modified to handle my problem. I will check. Again I appreciate you pointing this out to me. Thanks.

POSTED BY: Carroll Stroh

Caroll,

Actually AsymptoticDSolveValue does exactly what you describe -- it solves Differential Equations using perturbation methods.

Regards,

Neil

POSTED BY: Neil Singer

Thanks Neil, I will take a look at it.

POSTED BY: Carroll Stroh
Posted 6 years ago

Carroll,

Version 12 introduces AsymptoticSolve which I believe will help you.

Regards,

Neil

POSTED BY: Updating Name
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard