How to Handle Fourth Order Implicit Runge-Kutta Methods?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
Deadstar
Messages
99
Reaction score
0
Hey folks I'm experimenting with symplectic integrators and I'm trying to figure out how to deal with fourth order implicit Runge-Kutta methods as shown here (symplectic version second link).

http://en.wikipedia.org/wiki/Runge–Kutta_methods#Implicit_Runge.E2.80.93Kutta_methods

where the formula is given as...

[tex]y_{n+1} = y_n + h \sum_{i=1}^s b_i k_i[/tex]

[tex]k_i = f\left(t_n + c_i h, y_n + h \sum_{j = 1}^s a_{ij} k_j\right)[/tex]

But I have no idea how to use this for s>1 as each [tex]k_i[/tex] is dependent on [tex]k_j[/tex]. Is it a case of substituting the expression into our system f then solving for k? Seem like it could get very messy for any mildly complicated system. Perhaps we just do a numerical approximation?

The exact formula I'm using (which includes coefficient neccesary for it to be symplectic) is found at the top of page 6 here.

http://math.iisc.ernet.in/~rangaraj/docs/pramana_symplectic.pdf

But the problem with calculating k (which is called Z) here remains...

Any help appreciated.
 
Physics news on Phys.org
This is now solved btw. Too late to edit OP.