Group Abstract Group Abstract

Message Boards Message Boards

Solve the differential equation by Runge Kutta method?

Posted 7 years ago

I need to solve the equation as follows by numerical methods such as Runge Kutta, Newton Raphson, ... Hope everyone help me. I thank everyone.

enter image description here

Attachments:
6 Replies
POSTED BY: Neil Singer

Thank you for your help. Wish you a good day.

I'm having trouble plotting the Poincare Map with W [t], W '[t] . Hope you help.

POSTED BY: EDITORIAL BOARD

Your biggest problem is you have no precision in your equations. Your equations have terms that are order of 10^0 and terms that have order 10^15. You are using machine precision numbers that only have 16 decimal places. I suggest you re-derive your equations using a higher precision (i.e. 30) and you will probably be able to integrate them more easily.

Also, in understanding the physical source of your equations, does the size of your coefficients make sense? It is unusual to have such large numbers in a dynamical equation.

Regards,

Neil

POSTED BY: Neil Singer

Thank you for your contribution. Hope you look at the origin of the equation

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