Symplectic integrator/hamiltonian

  • Thread starter Thread starter nlake27
  • Start date Start date
  • Tags Tags
    Symplectic
nlake27
Messages
3
Reaction score
0
I'm trying to get a numerical solution for a hamiltonian mechanics problem. According to wikipedia, there's a method of solving the resulting differential equations called a symplectic integrator that's designed specifically for such problems, but my computational physics textbook doesn't mention it. If anyone could point me in the direction of a good basic resource (website, text, whatever), I'd be grateful. Thanks.
 
Physics news on Phys.org
Have you read this on wiki: http://en.wikipedia.org/wiki/Symplectic_integrator
It is rather clear that you have to represent equation (2) or (3) in some way.
This will end-up, I think, to solving linear systems of equations on short time steps.
In other words, any method will do it.
My preffered is based on diagonalisation, just as in QM. It may not be the fastest.
What I remember the best from QM is how to compute practically the exponential of an operator (by diagonalisation).
 
Yes, I've read this; I'm looking for something more detailed. The Hamiltonian in question yields a dimension-2 system of messy nonlinear differential equations that are, I think, non-separable. The numerical solutions need to be pretty precise because it's a chaotic system.
 
Numerically, I think, it doesn't make a difference if it is a chaotic system or not.
But you need to choose a good method, of course.
I suggest you to try first by integrating some other system with possibly an analytical solution to check for errors.
I also suggest you to use existing librairies: IMSL, NAG, see netlib, and many othes, look also for matlab
Try to find a software that provides error estimations, possibly.
If not possible, try to look at the statbility of your solution with respect to the time-step or other parameters used for improving the precision.
Consider adaptative method and implicit methods.

Keywords: numerical integration of differential equations
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top