Preprint
Article

This version is not peer-reviewed.

Analytical Study of Semi-Discrete Hamiltonian Dynamics in Diverse Potential Landscapes with Discrete Symmetries

Submitted:

19 May 2025

Posted:

22 May 2025

You are already at the latest version

Abstract
I present a comprehensive analytical investigation of semi-discrete time-stepping methods applied to Hamiltonian systems in two spatial dimensions. This study explores the dynamics of a particle subjected to five distinct potential functions, encompassing both continuous potentials with one discretized dimension and fully discrete potentials defined on a two-dimensional lattice. The semi- discretization schemes combine continuous evolution for momenta (and one spatial coordinate in some cases) with probabilistic hopping rules for the discrete spatial variables. For each potential, I analyze the preservation of inherent discrete symmetries (including reflection, translation, and permutation), the behavior of conserved or invariant quantities, the characteristics of fixed points, and the properties of the probabilistic transitions governing the discrete motion. This comparative analysis across a range of potential landscapes provides valuable insights into the applicability and dynamical features of such hybrid discretization techniques for modeling physical systems with various forms of discrete symmetry.
Keywords: 
;  ;  ;  ;  ;  ;  ;  ;  

1. Introduction

Semi-discretization offers a poIrful approach to modeling physical systems by treating some variables discretely while others remain continuous. Preserving the inherent discrete symmetries of these systems is crucial for accurate and physically relevant numerical methods. This paper presents an analytical study of semi-discrete time-stepping methods applied to a particle in two dimensions, exploring their behavior across five distinct potential functions exhibiting various discrete symmetries. This methodology combines Euler’s method for continuous evolution with probabilistic hopping for discrete spatial coordinates. For each potential, I analyze symmetry preservation, conserved quantities, fixed points, and the characteristics of the probabilistic transitions. This work aims to provide insights into the dynamics of hybrid discretization techniques for Hamiltonian systems with diverse discrete symmetries.

2. Analysis of Semi-Discrete Dynamics in a Potential with Mixed Polynomial and Sinusoidal Contributions

Solving Methodology:

The solving methodology for this potential involves first semi-discretizing the Hamiltonian by treating the x-coordinate as discrete and applying Euler’s method to the continuous variables. The discrete x-coordinate is updated probabilistically based on the x-momentum. Analytical investigations then focus on examining the symmetries of the potential and the semi-discrete map, analyzing the conservation of energy using the derived update rules, identifying fixed points by solving the resulting algebraic equations, and characterizing the expected behavior of the probabilistic stepping process [1,2]

2.1. Semi-Discretization Methodology

The Potential Funciton :
V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )

2.1.1. Discretization of the x-Coordinate

For the discretization of the x-coordinate, a common and often convenient approach is to use a uniform grid. You can define the discrete x-coordinate as:
x i = i Δ x
where:
  • i is an integer ( . . . , 2 , 1 , 0 , 1 , 2 , . . . ) representing the index of the discrete point.
  • Δ x is the grid spacing, which is a positive constant representing the distance betIen adjacent discrete points.
Implications of this Discretization:
  • The particle’s position in the x-direction will only be alloId to take on these discrete values.
  • Δ x becomes a parameter in yThis system that you will need to choose. The choice of Δ x can influence the accuracy of yThis semi-discrete approximation compared to the original continuous system. A smaller Δ x typically leads to a finer resolution and potentially better accuracy but might also increase the computational effort if you Ire to simulate this numerically. For analytical work, Δ x will appear as a parameter in yThis equations.

2.1.2. Continuous Evolution Using Euler’s Method

Let the Hamiltonian of the system be given by:
H ( x , y , p x , p y ) = p x 2 2 m + p y 2 2 m + A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
During the continuous evolution step, the x-coordinate is held fixed at a discrete value x i = i Δ x . Thus, the effective Hamiltonian for this step is:
H ( x i , y , p x , p y ) = p x 2 2 m + p y 2 2 m + A sin 2 ( a x i ) + B ( x i 4 + C x i 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
I use Hamilton’s equations of motion: q ˙ = H p and p ˙ = H q .
For the y-coordinate:
y ˙ = H p y = p y p x 2 2 m + p y 2 2 m + = p y m
p y ˙ = H y = y + D sin 2 ( b y ) + E ( y 4 + F y 2 )
Using the chain rule:
y sin 2 ( b y ) = 2 sin ( b y ) cos ( b y ) · b = b sin ( 2 b y )
y ( y 4 + F y 2 ) = 4 y 3 + 2 F y = 2 y ( 2 y 2 + F )
So,
p y ˙ = ( b D sin ( 2 b y ) + 2 E y ( 2 y 2 + F ) )
For the x-coordinate and its momentum:
p x ˙ = H x | x = x i = x A sin 2 ( a x ) + B ( x 4 + C x 2 ) | x = x i
x sin 2 ( a x ) = 2 sin ( a x ) cos ( a x ) · a = a sin ( 2 a x )
x ( x 4 + C x 2 ) = 4 x 3 + 2 C x
So,
p x ˙ = ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) )
Now, applying Euler’s method for a time step h:
y n + 1 y n + h y ˙ ( t n ) = y n + p y n m h
p y n + 1 p y n + h p y ˙ ( t n ) = p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) )
p x n + 1 p x n + h p x ˙ ( t n ) = p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) )
Here, x i remains constant during this continuous update from time n to n + 1 .

2.1.3. Probabilistic Update of the Discrete x-Coordinate

The probabilistic update of the discrete x-coordinate i from i n to i n + 1 is governed by the value of η n , defined as:
η n = p x n + 1 · h m · Δ x
where p x n + 1 is the x-momentum after the continuous Euler update, h is the time step, m is the mass of the particle, and Δ x is the grid spacing.
The probability of hopping to neighboring sites is then determined as follows:
**Case 1: η n > 0 ** (Indicates a tendency for the particle to move in the positive x-direction)
The probability of hopping to the next grid point i n + 1 is:
P ( i n + 1 = i n + 1 ) = min ( 1 , | η n | ) = min 1 , p x n + 1 h m Δ x
The probability of staying at the current grid point i n is:
P ( i n + 1 = i n ) = 1 P ( i n + 1 = i n + 1 ) = 1 min 1 , p x n + 1 h m Δ x
The probability of hopping to the previous grid point i n 1 is:
P ( i n + 1 = i n 1 ) = 0
**Case 2: η n < 0 ** (Indicates a tendency for the particle to move in the negative x-direction)
The probability of hopping to the next grid point i n + 1 is:
P ( i n + 1 = i n + 1 ) = 0
The probability of staying at the current grid point i n is:
P ( i n + 1 = i n ) = 1 P ( i n + 1 = i n 1 ) = 1 min 1 , p x n + 1 h m Δ x = 1 min 1 , p x n + 1 h m Δ x
The probability of hopping to the previous grid point i n 1 is:
P ( i n + 1 = i n 1 ) = min ( 1 , | η n | ) = min 1 , p x n + 1 h m Δ x = min 1 , p x n + 1 h m Δ x
**Case 3: η n = 0 ** (Indicates no tendency for the particle to move in either x-direction based on momentum)
The probability of hopping to the next grid point i n + 1 is:
P ( i n + 1 = i n + 1 ) = 0
The probability of staying at the current grid point i n is:
P ( i n + 1 = i n ) = 1
The probability of hopping to the previous grid point i n 1 is:
P ( i n + 1 = i n 1 ) = 0
This probabilistic update completes one time step of the semi-discretization methodology for the first potential function.

2.2. Analysis

2.2.1. Symmetry Analysis

I start with the reflection symmetry about the y-axis, where I consider the transformation x x . In the context of This semi-discretization, this corresponds to the discrete index i i , so x i = i Δ x becomes x i = i Δ x = ( i Δ x ) = x i .
The first step is to see how the potential function behaves under this transformation. Can you substitute x for x in the expression for V ( x , y ) and see if V ( x , y ) is equal to V ( x , y ) ?
The potential function is:
V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
Substitute x for x:
V ( x , y ) = A sin 2 ( a ( x ) ) + B ( ( x ) 4 + C ( x ) 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
To show that the potential V ( x , y ) is symmetric under the reflection x x , I substitute x into the potential function:
V ( x , y ) = A sin 2 ( a ( x ) ) + B ( ( x ) 4 + C ( x ) 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
Using the properties that sin ( z ) = sin ( z ) and thus sin 2 ( z ) = ( sin ( z ) ) 2 = sin 2 ( z ) , and that ( x ) 4 = x 4 and ( x ) 2 = x 2 , I get:
V ( x , y ) = A ( sin ( a x ) ) 2 + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
Thus, I can see that V ( x , y ) = V ( x , y ) , which confirms that the potential is symmetric under reflection about the y-axis.
Next I analyze how the probabilistic update of the discrete x-coordinate behaves under the transformations i n i n and p x n + 1 p x n + 1 . Recall that η n = p x n + 1 · h m · Δ x . Under these transformations, η n becomes η n = ( p x n + 1 ) · h m · Δ x = η n .
Now, I consider the probabilities:
If, before transformation, η n > 0 :
P ( i n + 1 = i n + 1 ) = min ( 1 , η n )
P ( i n + 1 = i n 1 ) = 0
After transformation, η n < 0 , and the index i n becomes i n . A hop to i n + 1 corresponds to a hop to i n 1 , and a hop to i n 1 corresponds to a hop to i n + 1 . For η n < 0 :
P ( i n + 1 = i n + 1 ) = 0
P ( i n + 1 = i n 1 ) = min ( 1 , | η n | ) = min ( 1 , η n )
I see that the probability of hopping from i n to i n + 1 is the same as the probability of hopping from i n to i n 1 = ( i n + 1 ) , which respects the reflection.
Now consider if, before transformation, η n < 0 :
P ( i n + 1 = i n + 1 ) = 0
P ( i n + 1 = i n 1 ) = min ( 1 , | η n | ) = min ( 1 , η n )
After transformation, η n > 0 :
P ( i n + 1 = i n + 1 ) = min ( 1 , | η n | ) = min ( 1 , η n )
P ( i n + 1 = i n 1 ) = 0
Here, the probability of hopping from i n to i n 1 is the same as the probability of hopping from i n to i n + 1 = ( i n 1 ) , again respecting the reflection.
Finally, if η n = 0 , then η n = 0 , and the particle stays at the current index in both cases ( i n + 1 = i n and i n + 1 = i n ).
I have shown that the potential function V ( x , y ) is symmetric under the reflection x x . In the semi-discretized system, this corresponds to the transformation of the discrete index i i and the momentum p x p x . This analysis of the probabilistic update rule for the x-coordinate revealed that the probabilities of hopping to reflected states are equal, thus the semi-discretization respects the reflection symmetry about the y-axis in a statistical sense.
To show that the potential V ( x , y ) is symmetric under the reflection y y , I substitute y into the potential function:
V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b ( y ) ) + E ( ( y ) 4 + F ( y ) 2 )
Using the properties that sin ( z ) = sin ( z ) and thus sin 2 ( z ) = ( sin ( z ) ) 2 = sin 2 ( z ) , and that ( y ) 4 = y 4 and ( y ) 2 = y 2 , I get:
V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D ( sin ( b y ) ) 2 + E ( y 4 + F y 2 )
V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
Thus, I can see that V ( x , y ) = V ( x , y ) , which confirms that the potential is symmetric under reflection about the x-axis.
Next I look at the continuous evolution with the transformed variables y y and p y p y , starting from a state ( i n , y n , p x n , p y n ) at time n.
Using the Euler update rules:
For the y-coordinate:
y n + 1 = ( y n ) + ( p y n ) m h = ( y n + p y n m h ) = y n + 1
For the y-momentum:
p y n + 1 = ( p y n ) h ( b D sin ( 2 b ( y n ) ) + 2 E ( y n ) ( 2 ( y n ) 2 + F ) )
Since sin ( z ) = sin ( z ) and ( y ) 2 = y 2 , this becomes:
p y n + 1 = p y n h ( b D ( sin ( 2 b y n ) ) 2 E y n ( 2 y n 2 + F ) )
p y n + 1 = p y n + h b D sin ( 2 b y n ) + 2 h E y n ( 2 y n 2 + F )
Now I look at p y n + 1 :
p y n + 1 = ( p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) )
p y n + 1 = p y n + h b D sin ( 2 b y n ) + 2 h E y n ( 2 y n 2 + F )
I see that p y n + 1 = p y n + 1 .
For the x-momentum, the transformation y y does not directly affect the update rule, so p x n + 1 = p x n + 1 .
To verify the symmetry of the continuous evolution under the reflection y y and p y p y , I recall the Euler update rules:
y n + 1 = y n + p y n m h
p y n + 1 = p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) )
p x n + 1 = p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) )
Now, consider a state at time n transformed as ( i n , y n , p x n , p y n ) . Applying the update rules to this transformed state yields:
y n + 1 = ( y n ) + ( p y n ) m h = ( y n + p y n m h ) = y n + 1
p y n + 1 = ( p y n ) h ( b D sin ( 2 b ( y n ) ) + 2 E ( y n ) ( 2 ( y n ) 2 + F ) )
Using sin ( z ) = sin ( z ) , I have:
p y n + 1 = p y n h ( b D ( sin ( 2 b y n ) ) 2 E y n ( 2 y n 2 + F ) )
p y n + 1 = p y n + h b D sin ( 2 b y n ) + 2 h E y n ( 2 y n 2 + F )
I also found that p y n + 1 is:
p y n + 1 = ( p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) ) = p y n + h b D sin ( 2 b y n ) + 2 h E y n ( 2 y n 2 + F )
Thus, p y n + 1 = p y n + 1 . The update rule for p x n + 1 remains unchanged as it does not depend on y or p y . These results show that the continuous evolution using Euler’s method respects the reflection symmetry about the x-axis.
I have established that the potential and the continuous evolution are symmetric under reflection about the x-axis. Now, I consider the probabilistic update of the x-coordinate.
The probability of hopping in the x-direction depends on the parameter η n , defined as:
η n = p x n + 1 · h m · Δ x
I need to examine how p x n + 1 is affected by the transformation y y and p y p y . From the Euler update rule for p x , I have:
p x n + 1 = p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) )
I can observe that this equation for p x n + 1 depends on:
  • p x n : the x-momentum at the current time step.
  • h: the time step size.
  • a , A , B , C : parameters of the potential function related to the x-component.
  • x i : the discrete x-coordinate, which is not transformed under y y .
The transformation y y and p y p y does not appear in the update rule for p x n + 1 . Therefore, the value of p x n + 1 remains unchanged under this transformation.
Since η n depends directly on p x n + 1 and other constant parameters ( h , m , Δ x ), η n will also remain unchanged. As the probabilities of hopping in the x-direction are determined solely by η n , these probabilities will also be unaffected by the transformation y y and p y p y .
Therefore, the probabilistic update for the x-coordinate respects the reflection symmetry about the x-axis.
To analyze the translational symmetry in x, I substitute x + a x for x in the potential function:
V ( x + a x , y ) = A sin 2 ( a ( x + a x ) ) + B ( ( x + a x ) 4 + C ( x + a x ) 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
Expanding the terms involving x:
sin 2 ( a ( x + a x ) ) = sin 2 ( a x + a a x )
( x + a x ) 4 = x 4 + 4 x 3 a x + 6 x 2 a x 2 + 4 x a x 3 + a x 4
( x + a x ) 2 = x 2 + 2 x a x + a x 2
Substituting these back into the potential:
V ( x + a x , y ) = A sin 2 ( a x + a a x ) + B ( x 4 + 4 x 3 a x + 6 x 2 a x 2 + 4 x a x 3 + a x 4 + C x 2 + 2 C x a x + C a x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 )
For V ( x + a x , y ) to be equal to V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 ) for any arbitrary a x , the following conditions would need to hold:
A sin 2 ( a x + a a x ) = A sin 2 ( a x )
B ( x 4 + 4 x 3 a x + 6 x 2 a x 2 + 4 x a x 3 + a x 4 + C x 2 + 2 C x a x + C a x 2 ) = B ( x 4 + C x 2 )
The first condition requires a a x = n π for some integer n, which means a x cannot be arbitrary unless A = 0 . The second condition requires all the terms involving a x to be zero for any x, which is only true if B = 0 and a x = 0 .
Therefore, in general, V ( x + a x , y ) V ( x , y ) for an arbitrary constant a x . This means the potential does not exhibit translational symmetry in the x-direction.
To analyze the translational symmetry in y, I substitute y + a y for y in the potential function:
V ( x , y + a y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b ( y + a y ) ) + E ( ( y + a y ) 4 + F ( y + a y ) 2 )
Expanding the terms involving y:
sin 2 ( b ( y + a y ) ) = sin 2 ( b y + b a y )
( y + a y ) 4 = y 4 + 4 y 3 a y + 6 y 2 a y 2 + 4 y a y 3 + a y 4
( y + a y ) 2 = y 2 + 2 y a y + a y 2
Substituting these back into the potential:
V ( x , y + a y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y + b a y ) + E ( y 4 + 4 y 3 a y + 6 y 2 a y 2 + 4 y a y 3 + a y 4 + F y 2 + 2 F y a y + F a y 2 )
For V ( x , y + a y ) to be equal to V ( x , y ) = A sin 2 ( a x ) + B ( x 4 + C x 2 ) + D sin 2 ( b y ) + E ( y 4 + F y 2 ) for any arbitrary a y , the following conditions would need to hold:
D sin 2 ( b y + b a y ) = D sin 2 ( b y )
E ( y 4 + 4 y 3 a y + 6 y 2 a y 2 + 4 y a y 3 + a y 4 + F y 2 + 2 F y a y + F a y 2 ) = E ( y 4 + F y 2 )
Similar to the x-translation case, these conditions are generally not met for an arbitrary a y unless D = 0 and E = 0 .
Therefore, in general, V ( x , y + a y ) V ( x , y ) for an arbitrary constant a y . This means the potential does not exhibit translational symmetry in the y-direction.

2.2.2. Conservation of Energy

I analyze the change in the continuous part of the Hamiltonian H c over one time step. At time n, I have:
H c ( n ) = p x n 2 2 m + p y n 2 2 m + A sin 2 ( a x i ) + B ( x i 4 + C x i 2 ) + D sin 2 ( b y n ) + E ( y n 4 + F y n 2 )
At time n + 1 , using the Euler update rules, I have:
y n + 1 = y n + p y n m h
p y n + 1 = p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) )
p x n + 1 = p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) )
The Hamiltonian at time n + 1 is:
H c ( n + 1 ) = p x n + 1 2 2 m + p y n + 1 2 2 m + A sin 2 ( a x i ) + B ( x i 4 + C x i 2 ) + D sin 2 ( b y n + 1 ) + E ( y n + 1 4 + F y n + 1 2 )
Substituting the update rules:
H c ( n + 1 ) = 1 2 m p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) 2
+ 1 2 m p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) 2
+ A sin 2 ( a x i ) + B ( x i 4 + C x i 2 ) + D sin 2 b y n + p y n m h + E y n + p y n m h 4 + F y n + p y n m h 2
Expanding the squared terms:
p x n + 1 2 2 m = p x n 2 2 p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) + h 2 ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) 2 2 m
p y n + 1 2 2 m = p y n 2 2 p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) + h 2 ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) 2 2 m
By comparing H c ( n + 1 ) with H c ( n ) , it is clear that due to the terms proportional to h and h 2 in the kinetic energy part, and also due to the non-linearity of the potential terms in y, H c ( n + 1 ) H c ( n ) in general. The change in energy over one time step is of the order of h. Therefore, Euler’s method is not energy-conserving for this system.
The expected potential energy at time n + 1 , denoted as V n + 1 , given the particle was at discrete position i at time n, can be expressed as a Iighted sum of the potential energies at the possible next positions ( i + 1 , i 1 , i ), with the Iights being the corresponding probabilities of hopping. Let y n + 1 be the y-coordinate after the continuous Euler update. Then:
V n + 1 = P ( i n + 1 = i + 1 | i n = i ) V ( x i + 1 , y n + 1 ) + P ( i n + 1 = i 1 | i n = i ) V ( x i 1 , y n + 1 ) + P ( i n + 1 = i | i n = i ) V ( x i , y n + 1 )
I have the following cases for the hopping probabilities based on η n = p x n + 1 h m Δ x :
**Case 1: η n > 0 **
V n + 1 = min ( 1 , η n ) V ( x i + 1 , y n + 1 ) + 0 · V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , η n ) ) V ( x i , y n + 1 )
**Case 2: η n < 0 **
V n + 1 = 0 · V ( x i + 1 , y n + 1 ) + min ( 1 , | η n | ) V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , | η n | ) ) V ( x i , y n + 1 )
**Case 3: η n = 0 **
V n + 1 = 0 · V ( x i + 1 , y n + 1 ) + 0 · V ( x i 1 , y n + 1 ) + 1 · V ( x i , y n + 1 ) = V ( x i , y n + 1 )
where V ( x j , y n + 1 ) for j { i 1 , i , i + 1 } is given by:
V ( x j , y n + 1 ) = A sin 2 ( a x j ) + B ( x j 4 + C x j 2 ) + D sin 2 ( b y n + 1 ) + E ( y n + 1 4 + F y n + 1 2 )
To analyze the conservation of average total energy, I would then need to look at H n + 1 = p x n + 1 2 2 m + p y n + 1 2 2 m + V n + 1 and compare it with the energy at time n, potentially also in an average sense if the initial x-position was considered probabilistic. Since the continuous part of the energy is generally not conserved by Euler’s method, and the potential energy changes due to the hop, the average energy is also likely not conserved in general. A more detailed analysis would involve substituting the specific form of the potential and the Euler update rules.
I delve into the detailed algebra for the conservation of average total energy, starting with the case where η n > 0 .
The Hamiltonian at time n is:
H n = p x n 2 2 m + p y n 2 2 m + A sin 2 ( a x i ) + B ( x i 4 + C x i 2 ) + D sin 2 ( b y n ) + E ( y n 4 + F y n 2 )
The average Hamiltonian at time n + 1 for η n > 0 is:
H n + 1 = p x n + 1 2 2 m + p y n + 1 2 2 m + min ( 1 , η n ) V ( x i + 1 , y n + 1 ) + ( 1 min ( 1 , η n ) ) V ( x i , y n + 1 )
Substitute the Euler update for p x n + 1 :
p x n + 1 2 = p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) 2 = p x n 2 2 p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) + O ( h 2 )
Substitute the Euler update for p y n + 1 :
p y n + 1 2 = p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) 2 = p y n 2 2 p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) + O ( h 2 )
Substitute the Euler update for y n + 1 in the potential terms. This will lead to terms involving y n and poIrs of h. For instance:
sin 2 ( b y n + 1 ) = sin 2 b ( y n + p y n m h ) = sin 2 ( b y n + b p y n m h ) = sin 2 ( b y n ) + O ( h )
y n + 1 4 = y n + p y n m h 4 = y n 4 + O ( h )
and similarly for other terms in the potential.
Now, I look at H n + 1 H n :
H n + 1 H n = p x n 2 2 p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) 2 m p x n 2 2 m + p y n 2 2 p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) 2 m p y n 2 2 m + min ( 1 , η n ) V ( x i + 1 , y n + 1 ) + ( 1 min ( 1 , η n ) ) V ( x i , y n + 1 ) V ( x i , y n ) + O ( h 2 )
I can see terms like:
p x n h m ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) )
p y n h m ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) )
and terms arising from the difference in potential energy due to the hop in x and the evolution of y to y n + 1 .
Consider the difference in potential energy terms:
min ( 1 , η n ) [ A sin 2 ( a ( i + 1 ) Δ x ) + B ( ( ( i + 1 ) Δ x ) 4 + C ( ( i + 1 ) Δ x ) 2 ) + D sin 2 ( b y n + 1 ) + E ( y n + 1 4 + F y n + 1 2 ) ] + ( 1 min ( 1 , η n ) ) [ A sin 2 ( a i Δ x ) + B ( ( i Δ x ) 4 + C ( i Δ x ) 2 ) + D sin 2 ( b y n + 1 ) + E ( y n + 1 4 + F y n + 1 2 ) ] [ A sin 2 ( a i Δ x ) + B ( ( i Δ x ) 4 + C ( i Δ x ) 2 ) + D sin 2 ( b y n ) + E ( y n 4 + F y n 2 ) ]
Even if y n + 1 y n for small h, the terms involving x i + 1 = x i + Δ x will generally not cancel out with the terms involving x i , unless the potential is translationally invariant in x, which I have shown is not the case.
Therefore, H n + 1 H n 0 in general. The average energy is also not conserved by this semi-discretization method. A similar analysis holds for η n < 0 .
I now consider the case where η n < 0 . Recall that | η n | = η n = p x n + 1 h m Δ x .
The Hamiltonian at time n remains the same:
H n = p x n 2 2 m + p y n 2 2 m + A sin 2 ( a x i ) + B ( x i 4 + C x i 2 ) + D sin 2 ( b y n ) + E ( y n 4 + F y n 2 )
The average Hamiltonian at time n + 1 for η n < 0 is:
H n + 1 = p x n + 1 2 2 m + p y n + 1 2 2 m + min ( 1 , | η n | ) V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , | η n | ) ) V ( x i , y n + 1 )
Substituting the Euler update terms for p x n + 1 2 and p y n + 1 2 as I did before:
H n + 1 = p x n 2 2 p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) + O ( h 2 ) 2 m
+ p y n 2 2 p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) + O ( h 2 ) 2 m
+ min ( 1 , | η n | ) V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , | η n | ) ) V ( x i , y n + 1 )
Now consider H n + 1 H n :
H n + 1 H n = p x n 2 2 p x n h ( a A sin ( 2 a x i ) + B ( 4 x i 3 + 2 C x i ) ) 2 m p x n 2 2 m + p y n 2 2 p y n h ( b D sin ( 2 b y n ) + 2 E y n ( 2 y n 2 + F ) ) 2 m p y n 2 2 m + min ( 1 , | η n | ) V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , | η n | ) ) V ( x i , y n + 1 ) V ( x i , y n ) + O ( h 2 )
Again, I have terms proportional to h arising from the kinetic energy updates. The difference in potential energy is now:
min ( 1 , | η n | ) [ A sin 2 ( a ( i 1 ) Δ x ) + B ( ( ( i 1 ) Δ x ) 4 + C ( ( i 1 ) Δ x ) 2 ) + D sin 2 ( b y n + 1 ) + E ( y n + 1 4 + F y n + 1 2 ) ] + ( 1 min ( 1 , | η n | ) ) [ A sin 2 ( a i Δ x ) + B ( ( i Δ x ) 4 + C ( i Δ x ) 2 ) + D sin 2 ( b y n + 1 ) + E ( y n + 1 4 + F y n + 1 2 ) ] [ A sin 2 ( a i Δ x ) + B ( ( i Δ x ) 4 + C ( i Δ x ) 2 ) + D sin 2 ( b y n ) + E ( y n 4 + F y n 2 ) ]
Similar to the η n > 0 case, the terms involving x i 1 = x i Δ x will generally not cancel out with the terms involving x i , and the evolution of y also contributes to energy change. Thus, even for η n < 0 , H n + 1 H n 0 in general, and the average energy is not conserved.

2.2.3. Properties of the Probabilistic Step

The probability of transitioning from a discrete x-position i at time n to a position j at time n + 1 is given by:
P ( i n + 1 = j | i n = i ) = min ( 1 , η n ) if j = i + 1 and η n > 0 0 if j = i + 1 and η n 0 min ( 1 , | η n | ) if j = i 1 and η n < 0 0 if j = i 1 and η n 0 1 min ( 1 , | η n | ) if j = i 0 otherwise
where η n = p x n + 1 h m Δ x .
The expected change in the discrete x-coordinate over one time step, Δ i = i n + 1 i n , is Δ i = sgn ( η n ) min ( 1 , | η n | ) .
The variance in the x-position after one time step is min ( 1 , | η n | ) ( 1 min ( 1 , | η n | ) ) if η n 0 , and 0 if η n = 0 .
The probabilistic step can be vieId as a biased random walk on a 1D lattice. The bias is determined by η n .

Conclusion:

This investigation of the first potential function using the semi-discretization method revealed that while the potential exhibits reflection symmetry about both the x and y axes, it lacks translational symmetry. The standard Euler method used for the continuous evolution did not conserve energy, and due to the probabilistic hopping in the x-coordinate, the average energy of the system was also found to be generally non-conserved. The probabilistic step itself introduces a biased random walk on the discrete x-lattice, driven by the x-momentum, which allows the system to explore different spatial regions.

3. Analysis of a Semi-Discrete System in a Potential with Exponentially Damped Oscillations

Solving Methodology:

For the potential with coupled trigonometric dependencies, the semi-discretization methodology remains the same. The analytical investigation, hoIver, requires careful handling of the coupled terms when examining symmetries and deriving the change in energy. Finding fixed points involves solving a system of equations that includes these coupled terms, and the probabilistic step analysis remains consistent with the previous cases [3]
The Potential Function :
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )

3.1. Semi-Discretization Methodology

3.1.1. Discretization of the x-Coordinate

The semi-discretization involves considering the x-coordinate at discrete points x i = i Δ x . The Hamiltonian becomes:
H ( x i , y , p x , p y ) = p x 2 2 m + p y 2 2 m + e α x i 2 sin ( a x i ) + e β y 2 cos ( b y )
The partial derivatives calculated are:
H p y = p y m H y = 2 β y e β y 2 cos ( b y ) + b e β y 2 sin ( b y ) H p x = p x m H x = 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i )

3.1.2. Continuous Evolution Using Euler’s Method

y n + 1 = y n + p y n m h p y n + 1 = p y n + 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h p x n + 1 = p x n + 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h
where η n = p x n + 1 h m Δ x .
The probabilistic update for i is as follows: If η n > 0 , then P ( i n + 1 = i n + 1 ) = min ( 1 , η n ) , P ( i n + 1 = i n 1 ) = 0 , and P ( i n + 1 = i n ) = 1 min ( 1 , η n ) . If η n < 0 , then P ( i n + 1 = i n + 1 ) = 0 , P ( i n + 1 = i n 1 ) = min ( 1 , | η n | ) , and P ( i n + 1 = i n ) = 1 min ( 1 , | η n | ) . If η n = 0 , then P ( i n + 1 = i n + 1 ) = 0 , P ( i n + 1 = i n 1 ) = 0 , and P ( i n + 1 = i n ) = 1 .

3.1.3. Probabilistic Update of the Discrete x-coordinate

The probabilistic update of the discrete x-coordinate i (and hence x i ) is based on η n = p x n + 1 h m Δ x :
If η n > 0 :
P ( i n + 1 = i n + 1 ) = min ( 1 , η n )
P ( i n + 1 = i n 1 ) = 0
P ( i n + 1 = i n ) = 1 min ( 1 , η n )
If η n < 0 :
P ( i n + 1 = i n + 1 ) = 0
P ( i n + 1 = i n 1 ) = min ( 1 , | η n | )
P ( i n + 1 = i n ) = 1 min ( 1 , | η n | )
If η n = 0 :
P ( i n + 1 = i n + 1 ) = 0
P ( i n + 1 = i n 1 ) = 0
P ( i n + 1 = i n ) = 1

3.2. Analysis

3.2.1. Symmetry Analysis

Let the potential function be
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Now, I substitute x with x :
V ( x , y ) = e α ( x ) 2 sin ( a ( x ) ) + e β y 2 cos ( b y )
I know that ( x ) 2 = x 2 and sin ( a x ) = sin ( a x ) . Therefore,
V ( x , y ) = e α x 2 ( sin ( a x ) ) + e β y 2 cos ( b y )
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Comparing V ( x , y ) with V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y ) , I can see that V ( x , y ) V ( x , y ) unless e α x 2 sin ( a x ) = 0 for all x, which is not generally true.
Therefore, the potential is not symmetric under reflection about the y-axis ( x x ), unless specific conditions on the parameters a and α are met such that e α x 2 sin ( a x ) = 0 .
Let the potential function be
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Now, I substitute y with y :
V ( x , y ) = e α x 2 sin ( a x ) + e β ( y ) 2 cos ( b ( y ) )
I know that ( y ) 2 = y 2 and cos ( b y ) = cos ( b y ) . Therefore,
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Comparing V ( x , y ) with V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y ) , I can see that
V ( x , y ) = V ( x , y )
Therefore, the potential is symmetric under reflection about the x-axis ( y y ).
Let the potential function be
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Now, I substitute x with x + a x :
V ( x + a x , y ) = e α ( x + a x ) 2 sin ( a ( x + a x ) ) + e β y 2 cos ( b y )
Expanding the terms, I get:
V ( x + a x , y ) = e α ( x 2 + 2 a x x + a x 2 ) sin ( a x + a a x ) + e β y 2 cos ( b y )
For translational symmetry in the x-direction, I require V ( x + a x , y ) = V ( x , y ) for any arbitrary a x . This would mean:
e α ( x 2 + 2 a x x + a x 2 ) sin ( a x + a a x ) + e β y 2 cos ( b y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Subtracting the second term from both sides, I need:
e α ( x 2 + 2 a x x + a x 2 ) sin ( a x + a a x ) = e α x 2 sin ( a x )
This equality does not hold for arbitrary a x and x unless α = 0 and a = 0 , in which case the first term vanishes. If α = 0 and a 0 , then I would need sin ( a ( x + a x ) ) = sin ( a x ) , which implies a a x = 2 n π for some integer n. This must hold for any a x , which is not possible. If α 0 , the exponential term breaks the translational symmetry as e α ( x 2 + 2 a x x + a x 2 ) e α x 2 for a x 0 .
Therefore, the potential is not symmetric under translation in the x-direction.
Let the potential function be
V ( x , y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Now, I substitute y with y + a y :
V ( x , y + a y ) = e α x 2 sin ( a x ) + e β ( y + a y ) 2 cos ( b ( y + a y ) )
Expanding the terms, I get:
V ( x , y + a y ) = e α x 2 sin ( a x ) + e β ( y 2 + 2 a y y + a y 2 ) cos ( b y + b a y )
For translational symmetry in the y-direction, I require V ( x , y + a y ) = V ( x , y ) for any arbitrary a y . This would mean:
e α x 2 sin ( a x ) + e β ( y 2 + 2 a y y + a y 2 ) cos ( b y + b a y ) = e α x 2 sin ( a x ) + e β y 2 cos ( b y )
Subtracting the first term from both sides, I need:
e β ( y 2 + 2 a y y + a y 2 ) cos ( b y + b a y ) = e β y 2 cos ( b y )
This equality does not hold for arbitrary a y and y unless β = 0 and b = 0 , in which case the second term is constant. If β = 0 and b 0 , then I would need cos ( b ( y + a y ) ) = cos ( b y ) , which implies b a y = 2 n π for some integer n. This must hold for any a y , which is not possible. If β 0 , the exponential term breaks the translational symmetry as e β ( y 2 + 2 a y y + a y 2 ) e β y 2 for a y 0 .
Therefore, the potential is not symmetric under translation in the y-direction.

3.2.2. Conservation of Energy

The potential energy at time n + 1 is V n + 1 = e α x n + 1 2 sin ( a x n + 1 ) + e β y n + 1 2 cos ( b y n + 1 ) . The expected potential energy V n + 1 depends on the probability of the hop in the x-direction.
Case 1: η n > 0 The probability of hopping to i + 1 is min ( 1 , η n ) , and the probability of staying at i is 1 min ( 1 , η n ) .
V n + 1 = min ( 1 , η n ) V ( x i + 1 , y n + 1 ) + ( 1 min ( 1 , η n ) ) V ( x i , y n + 1 )
V n + 1 = min ( 1 , η n ) e α x i + 1 2 sin ( a x i + 1 ) + e β y n + 1 2 cos ( b y n + 1 ) + ( 1 min ( 1 , η n ) ) e α x i 2 sin ( a x i ) + e β y n + 1 2 cos ( b y n + 1 )
Case 2: η n < 0 The probability of hopping to i 1 is min ( 1 , | η n | ) , and the probability of staying at i is 1 min ( 1 , | η n | ) .
V n + 1 = min ( 1 , | η n | ) V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , | η n | ) ) V ( x i , y n + 1 )
V n + 1 = min ( 1 , | η n | ) e α x i 1 2 sin ( a x i 1 ) + e β y n + 1 2 cos ( b y n + 1 ) + ( 1 min ( 1 , | η n | ) ) e α x i 2 sin ( a x i ) + e β y n + 1 2 cos ( b y n + 1 )
Case 3: η n = 0 The probability of staying at i is 1.
V n + 1 = V ( x i , y n + 1 ) = e α x i 2 sin ( a x i ) + e β y n + 1 2 cos ( b y n + 1 )
In all cases, y n + 1 is given by the Euler update y n + 1 = y n + p y n m h .
The Hamiltonian at time n is:
H n = p x n 2 2 m + p y n 2 2 m + e α x i 2 sin ( a x i ) + e β y n 2 cos ( b y n )
The average Hamiltonian at time n + 1 is given by:
H n + 1 = p x n + 1 2 2 m + p y n + 1 2 2 m + V n + 1
where
p y n + 1 = p y n + 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h
and
p x n + 1 = p x n + 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h
For the case η n = 0 , I have V n + 1 = V ( x i , y n + 1 ) = e α x i 2 sin ( a x i ) + e β y n + 1 2 cos ( b y n + 1 ) . The difference in Hamiltonians is:
H n + 1 H n = p x n + 1 2 p x n 2 2 m + p y n + 1 2 p y n 2 2 m + V ( x i , y n + 1 ) V ( x i , y n )
I expand the squared momenta using the Euler update rules:
p y n + 1 = p y n + 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h
p x n + 1 = p x n + 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h
So,
p y n + 1 2 p y n 2 = p y n + 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h 2 p y n 2 = p y n 2 + 2 p y n 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h + O ( h 2 ) p y n 2 = 2 p y n 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h + O ( h 2 )
And,
p x n + 1 2 p x n 2 = p x n + 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h 2 p x n 2 = p x n 2 + 2 p x n 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h + O ( h 2 ) p x n 2 = 2 p x n 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h + O ( h 2 )
Now consider the potential energy difference:
V ( x i , y n + 1 ) V ( x i , y n ) = e β y n + 1 2 cos ( b y n + 1 ) e β y n 2 cos ( b y n )
Expanding y n + 1 = y n + p y n m h + O ( h 2 ) using Taylor series, I would generally find a term proportional to h.
Therefore, H n + 1 H n will generally not be zero but will have terms of order h, indicating that the average energy is not conserved by the Euler method for this semi-discrete system as Ill.
Case 1: η n > 0
The average Hamiltonian difference is:
H n + 1 H n = p x n + 1 2 p x n 2 2 m + p y n + 1 2 p y n 2 2 m + V n + 1 V ( x i , y n )
H n + 1 H n = p x n + 1 2 p x n 2 2 m + p y n + 1 2 p y n 2 2 m + min ( 1 , η n ) V ( x i + 1 , y n + 1 ) + ( 1 min ( 1 , η n ) ) V ( x i , y n + 1 ) V ( x i , y n )
Substituting the expressions for the kinetic energy differences (up to order h):
H n + 1 H n 1 2 m 2 p x n 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h + 1 2 m 2 p y n 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h + min ( 1 , η n ) ( A sin 2 ( a x i + 1 ) + B sin 4 ( a x i + 1 ) + C sin 2 ( b y n + 1 ) ) + ( 1 min ( 1 , η n ) ) ( A sin 2 ( a x i ) + B sin 4 ( a x i ) + C sin 2 ( b y n + 1 ) ) ( A sin 2 ( a x i ) + B sin 4 ( a x i ) + C sin 2 ( b y n ) )
Case 2: η n < 0
The average Hamiltonian difference is:
H n + 1 H n = p x n + 1 2 p x n 2 2 m + p y n + 1 2 p y n 2 2 m + V n + 1 V ( x i , y n )
H n + 1 H n = p x n + 1 2 p x n 2 2 m + p y n + 1 2 p y n 2 2 m + min ( 1 , | η n | ) V ( x i 1 , y n + 1 ) + ( 1 min ( 1 , | η n | ) ) V ( x i , y n + 1 ) V ( x i , y n )
Substituting the expressions for the kinetic energy differences (up to order h):
H n + 1 H n 1 2 m 2 p x n 2 α x i e α x i 2 sin ( a x i ) a e α x i 2 cos ( a x i ) h + 1 2 m 2 p y n 2 β y n e β y n 2 cos ( b y n ) + b e β y n 2 sin ( b y n ) h + min ( 1 , | η n | ) ( A sin 2 ( a x i 1 ) + B sin 4 ( a x i 1 ) + C sin 2 ( b y n + 1 ) ) + ( 1 min ( 1 , | η n | ) ) ( A sin 2 ( a x i ) + B sin 4 ( a x i ) + C sin 2 ( b y n + 1 ) ) ( A sin 2 ( a x i ) + B sin 4 ( a x i ) + C sin 2 ( b y n ) )
In both cases, I see that H n + 1 H n is generally not zero. The Euler method introduces errors of order h in the continuous part, and the probabilistic hop introduces differences in the potential energy at x i , x i + 1 , or x i 1 . Therefore, the average energy is not conserved for this semi-discrete system using Euler’s method.

3.2.3. Properties of the Probabilistic Step

The probability of transitioning from a discrete x-position i at time n to a position j at time n + 1 is given by:
P ( i n + 1 = j | i n = i ) = min ( 1 , η n ) if j = i + 1 and η n > 0 0 if j = i + 1 and η n 0 min ( 1 , | η n | ) if j = i 1 and η n < 0 0 if j = i 1 and η n 0 1 min ( 1 , | η n | ) if j = i 0 otherwise
where η n = p x n + 1 h m Δ x .
The expected change in the discrete x-coordinate over one time step, Δ i = i n + 1 i n , can be calculated as: If η n > 0 :
Δ i = ( i n + 1 i n ) min ( 1 , η n ) + ( i n 1 i n ) · 0 + ( i n i n ) ( 1 min ( 1 , η n ) ) = min ( 1 , η n )
If η n < 0 :
Δ i = ( i n + 1 i n ) · 0 + ( i n 1 i n ) min ( 1 , | η n | ) + ( i n i n ) ( 1 min ( 1 , | η n | ) ) = min ( 1 , | η n | )
If η n = 0 :
Δ i = 0
In summary:
Δ i = sgn ( η n ) min ( 1 , | η n | )
The variance in the x-position after one time step can be expressed as ( Δ i ) 2 Δ i 2 . I calculate ( Δ i ) 2 = ( i n + 1 i n ) 2 :
If η n > 0 :
( Δ i ) 2 = ( 1 ) 2 min ( 1 , η n ) + ( 1 ) 2 · 0 + ( 0 ) 2 ( 1 min ( 1 , η n ) ) = min ( 1 , η n )
If η n < 0 :
( Δ i ) 2 = ( 1 ) 2 · 0 + ( 1 ) 2 min ( 1 , | η n | ) + ( 0 ) 2 ( 1 min ( 1 , | η n | ) ) = min ( 1 , | η n | )
If η n = 0 :
( Δ i ) 2 = 0
So, ( Δ i ) 2 = min ( 1 , | η n | ) .
The variance is then: If η n > 0 : min ( 1 , η n ) ( min ( 1 , η n ) ) 2 = min ( 1 , η n ) ( 1 min ( 1 , η n ) ) If η n < 0 : min ( 1 , | η n | ) ( min ( 1 , | η n | ) ) 2 = min ( 1 , | η n | ) ( 1 min ( 1 , | η n | ) ) If η n = 0 : 0 0 2 = 0
The probabilistic step can be vieId as a biased random walk on a 1D lattice. The bias is determined by the parameter η n . When η n > 0 , there is a higher probability of moving to the right, and when η n < 0 , there is a higher probability of moving to the left. The magnitude | η n | controls the strength of this bias (up to a maximum probability of 1). When η n = 0 , the walk has no bias in either direction (although the probability of hopping is zero in this specific implementation).

Conclusion:

Investigation of the second potential function V ( x , y ) = A sin 2 ( a x ) + B sin 4 ( a x ) + C sin 2 ( b y ) using the semi-discretization method shoId that I could successfully apply the methodology. HoIver, similar to the first potential, the average energy of the semi-discrete system is generally not conserved when evolved using the Euler method due to the inherent non-conservation of Euler’s method for continuous Hamiltonian systems and the probabilistic nature of the hopping in the x-direction. The probabilistic step itself functions as a biased random walk on the discrete x-lattice, driven by the x-momentum.

4. Semi-Discrete Dynamics on a 2D Lattice with a Discrete Cosine Potential

Solving Methodology:

The methodology for this case involves a full discretization of the spatial coordinates, while momenta remain continuous. I use finite differences to approximate the forces from the discrete potential and Euler’s method to update the momenta. The position update is probabilistic, with hopping on the 2D lattice. The analytical investigation includes analyzing the discrete symmetries of the lattice and potential, examining the conservation of average energy considering the probabilistic hops, determining conditions for a stationary average position on the lattice, and investigating potential diffusion-like behavior [4].
The Potential Function :
V ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ )

4.1. Semi-Discretization Methodology

4.1.1. Discrete Positions on the 2D Lattice

I are given the discrete cosine potential function:
V ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ )
I approximate the forces using finite differences:
F i ( i , j ) V ( i + 1 , j ) V ( i 1 , j ) 2 Δ x
F j ( i , j ) V ( i , j + 1 ) V ( i , j 1 ) 2 Δ y
First, I evaluate the potential at ( i + 1 , j ) and ( i 1 , j ) :
V ( i + 1 , j ) = A cos ( k x ( i + 1 ) Δ x + k y j Δ y + ϕ ) = A cos ( k x i Δ x + k x Δ x + k y j Δ y + ϕ )
V ( i 1 , j ) = A cos ( k x ( i 1 ) Δ x + k y j Δ y + ϕ ) = A cos ( k x i Δ x k x Δ x + k y j Δ y + ϕ )
Now, substitute these into the expression for F i ( i , j ) :
F i ( i , j ) A cos ( k x i Δ x + k x Δ x + k y j Δ y + ϕ ) A cos ( k x i Δ x k x Δ x + k y j Δ y + ϕ ) 2 Δ x
I use the trigonometric identity: cos ( a + b ) cos ( a b ) = 2 sin ( a ) sin ( b ) . Let a = k x i Δ x + k y j Δ y + ϕ and b = k x Δ x .
F i ( i , j ) A ( 2 sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k x Δ x ) ) 2 Δ x
F i ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k x Δ x ) Δ x
Next, I evaluate the potential at ( i , j + 1 ) and ( i , j 1 ) :
V ( i , j + 1 ) = A cos ( k x i Δ x + k y ( j + 1 ) Δ y + ϕ ) = A cos ( k x i Δ x + k y j Δ y + k y Δ y + ϕ )
V ( i , j 1 ) = A cos ( k x i Δ x + k y ( j 1 ) Δ y + ϕ ) = A cos ( k x i Δ x + k y j Δ y k y Δ y + ϕ )
Now, substitute these into the expression for F j ( i , j ) :
F j ( i , j ) A cos ( k x i Δ x + k y j Δ y + k y Δ y + ϕ ) A cos ( k x i Δ x + k y j Δ y k y Δ y + ϕ ) 2 Δ y
I use the trigonometric identity: cos ( a + b ) cos ( a b ) = 2 sin ( a ) sin ( b ) . Let a = k x i Δ x + k y j Δ y + ϕ and b = k y Δ y .
F j ( i , j ) A ( 2 sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k y Δ y ) ) 2 Δ y
F j ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k y Δ y ) Δ y
The forces from the discrete cosine potential, using finite difference approximations, are:
F i ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k x Δ x ) Δ x
F j ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k y Δ y ) Δ y

4.1.2. Momentum Update Using Euler’s Method

The Euler update rules for the momenta are given by:
p i , n + 1 = p i , n + F i ( i n , j n ) h
p j , n + 1 = p j , n + F j ( i n , j n ) h
I found the forces to be:
F i ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k x Δ x ) Δ x
F j ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k y Δ y ) Δ y
Substituting these into the Euler update rules, I get:
p i , n + 1 = p i , n + A sin ( k x i n Δ x + k y j n Δ y + ϕ ) sin ( k x Δ x ) Δ x h
p j , n + 1 = p j , n + A sin ( k x i n Δ x + k y j n Δ y + ϕ ) sin ( k y Δ y ) Δ y h
The momenta at the next time step n + 1 are updated from the momenta at the current time step n according to the following rules:
p i , n + 1 = p i , n + A h Δ x sin ( k x i n Δ x + k y j n Δ y + ϕ ) sin ( k x Δ x )
p j , n + 1 = p j , n + A h Δ y sin ( k x i n Δ x + k y j n Δ y + ϕ ) sin ( k y Δ y )

4.1.3. Probabilistic Position Update (Hopping)

Let the current lattice site at time step n be ( i n , j n ) . The parameters influencing the hopping probabilities are:
η i , n = p i , n + 1 h m Δ x
η j , n = p j , n + 1 h m Δ y
The probabilities of transitioning to a new site ( i n + 1 , j n + 1 ) at time step n + 1 are:
  • Probability of hopping in the + i direction:
    P ( i n + 1 = i n + 1 , j n + 1 = j n ) = max ( 0 , min ( 0.25 , η i , n ) )
  • Probability of hopping in the i direction:
    P ( i n + 1 = i n 1 , j n + 1 = j n ) = max ( 0 , min ( 0.25 , η i , n ) )
  • Probability of hopping in the + j direction:
    P ( i n + 1 = i n , j n + 1 = j n + 1 ) = max ( 0 , min ( 0.25 , η j , n ) )
  • Probability of hopping in the j direction:
    P ( i n + 1 = i n , j n + 1 = j n 1 ) = max ( 0 , min ( 0.25 , η j , n ) )
  • Probability of staying at the same site:
    P ( i n + 1 = i n , j n + 1 = j n ) = 1 P + i P i P + j P j
The position on the 2D lattice is updated probabilistically at each time step based on the values of η i , n and η j , n , which depend on the momenta. The particle has a chance to move one step in the positive or negative i or j direction, or to stay at its current location. The maximum probability of hopping in any single direction is limited to 0.25.

4.2. Analysis

4.2.1. Discrete Symmetry Analysis

For the potential V ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ ) to be invariant under the lattice translations ( i , j ) ( i + n x , j + n y ) , where n x and n y are integers, I must have:
V ( i + n x , j + n y ) = V ( i , j )
Substituting the potential function, this condition becomes:
A cos ( k x ( i + n x ) Δ x + k y ( j + n y ) Δ y + ϕ ) = A cos ( k x i Δ x + k y j Δ y + ϕ )
This equality holds if and only if the arguments of the cosine functions differ by an integer multiple of 2 π :
( k x ( i + n x ) Δ x + k y ( j + n y ) Δ y + ϕ ) ( k x i Δ x + k y j Δ y + ϕ ) = 2 π m
where m is an integer. Simplifying the left side, I get:
k x n x Δ x + k y n y Δ y = 2 π m
This equation must hold for all integers n x and n y .
Consider the case where n y = 0 . Then I need k x n x Δ x = 2 π m . This must hold for any integer n x . The smallest non-zero integer is n x = 1 , so I must have k x Δ x = 2 π m x for some integer m x . For this to hold for all n x , it implies that k x Δ x must be an integer multiple of 2 π .
Similarly, consider the case where n x = 0 . Then I need k y n y Δ y = 2 π m . For this to hold for any integer n y , it implies that k y Δ y must be an integer multiple of 2 π .
Therefore, the conditions for the potential to be invariant under the translational symmetries of the lattice are:
k x Δ x = 2 π m x L x L x = 2 π m x
k y Δ y = 2 π m y L y L y = 2 π m y
where m x and m y are integers, and L x = 1 , L y = 1 as I are considering a shift by one lattice unit. More generally, if I consider periodicity over L x and L y lattice units, then k x Δ x = 2 π m x L x and k y Δ y = 2 π m y L y where m x , m y , L x , L y are integers. For invariance under a shift by one lattice unit ( n x = 1 , n y = 1 ), I need k x Δ x = 2 π m x and k y Δ y = 2 π m y .
The discrete cosine potential V ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ ) exhibits the translational symmetries of the 2D lattice if and only if k x Δ x is an integer multiple of 2 π and k y Δ y is an integer multiple of 2 π .

4.2.2. Conservation of Average Energy

The expected potential energy at time step n + 1 is given by:
V ( i n + 1 , j n + 1 ) = P ( i n + 1 = i n + 1 , j n + 1 = j n ) V ( i n + 1 , j n ) + P ( i n + 1 = i n 1 , j n + 1 = j n ) V ( i n 1 , j n ) + P ( i n + 1 = i n , j n + 1 = j n + 1 ) V ( i n , j n + 1 ) + P ( i n + 1 = i n , j n + 1 = j n 1 ) V ( i n , j n 1 ) + P ( i n + 1 = i n , j n + 1 = j n ) V ( i n , j n )
Substituting the probabilities I defined:
V ( i n + 1 , j n + 1 ) = max ( 0 , min ( 0.25 , η i , n ) ) V ( i n + 1 , j n ) + max ( 0 , min ( 0.25 , η i , n ) ) V ( i n 1 , j n ) + max ( 0 , min ( 0.25 , η j , n ) ) V ( i n , j n + 1 ) + max ( 0 , min ( 0.25 , η j , n ) ) V ( i n , j n 1 ) + 1 max ( 0 , min ( 0.25 , η i , n ) ) max ( 0 , min ( 0.25 , η i , n ) ) max ( 0 , min ( 0.25 , η j , n ) ) max ( 0 , min ( 0.25 , η j , n ) ) V ( i n , j n )
Now, I substitute the potential function V ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ ) :
V ( i n + 1 , j n + 1 ) = max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k x ( i n + 1 ) Δ x + k y j n Δ y + ϕ ) + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k x ( i n 1 ) Δ x + k y j n Δ y + ϕ ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k x i n Δ x + k y ( j n + 1 ) Δ y + ϕ ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k x i n Δ x + k y ( j n 1 ) Δ y + ϕ ) + 1 P + i P i P + j P j A cos ( k x i n Δ x + k y j n Δ y + ϕ )
The expected potential energy at the next time step is a Iighted average of the potential evaluated at the current site and its fThis nearest neighbors, with the Iights given by the probabilities of hopping or staying.

Difference in Average Energy H n + 1 H n

The difference in average energy betIen time step n + 1 and n is:
H n + 1 H n = 1 2 m p i , n + A h Δ x sin ( k x i n Δ x + k y j n Δ y + ϕ ) sin ( k x Δ x ) 2 + 1 2 m p j , n + A h Δ y sin ( k x i n Δ x + k y j n Δ y + ϕ ) sin ( k y Δ y ) 2 + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k x ( i n + 1 ) Δ x + k y j n Δ y + ϕ ) + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k x ( i n 1 ) Δ x + k y j n Δ y + ϕ ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k x i n Δ x + k y ( j n + 1 ) Δ y + ϕ ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k x i n Δ x + k y ( j n 1 ) Δ y + ϕ ) + 1 P + i P i P + j P j A cos ( k x i n Δ x + k y j n Δ y + ϕ ) p i , n 2 2 m p j , n 2 2 m A cos ( k x i n Δ x + k y j n Δ y + ϕ )
where η i , n = p i , n + 1 h m Δ x , η j , n = p j , n + 1 h m Δ y , and P + i = max ( 0 , min ( 0.25 , η i , n ) ) , P i = max ( 0 , min ( 0.25 , η i , n ) ) , P + j = max ( 0 , min ( 0.25 , η j , n ) ) , P j = max ( 0 , min ( 0.25 , η j , n ) ) .
Expanding the squared momentum terms:
H n + 1 H n = p i , n 2 2 m + p i , n A h m Δ x sin ( . . . ) sin ( k x Δ x ) + 1 2 m A h Δ x sin ( . . . ) sin ( k x Δ x ) 2 + p j , n 2 2 m + p j , n A h m Δ y sin ( . . . ) sin ( k y Δ y ) + 1 2 m A h Δ y sin ( . . . ) sin ( k y Δ y ) 2 + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k x ( i n + 1 ) Δ x + k y j n Δ y + ϕ ) + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k x ( i n 1 ) Δ x + k y j n Δ y + ϕ ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k x i n Δ x + k y ( j n + 1 ) Δ y + ϕ ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k x i n Δ x + k y ( j n 1 ) Δ y + ϕ ) + 1 P + i P i P + j P j A cos ( k x i n Δ x + k y j n Δ y + ϕ ) p i , n 2 2 m p j , n 2 2 m A cos ( k x i n Δ x + k y j n Δ y + ϕ )
where sin ( . . . ) represents sin ( k x i n Δ x + k y j n Δ y + ϕ ) .

Summary of Energy Conservation

By observing this expression, I can see that H n + 1 H n is generally not equal to zero. The terms proportional to h arise from the Euler method, indicating that the continuous part of the dynamics is not energy-conserving. Furthermore, the expected potential energy at time n + 1 is generally different from the potential energy at time n due to the probabilistic hopping, introducing further terms that do not cancel out. Therefore, the average energy is not conserved for this semi-discrete system using this methodology.
Conclusion Regarding Conservation of Average Energy:
The average energy of the system is generally not conserved under the described semi-discretization methodology and the use of Euler’s method for updating the momenta. This lack of conservation arises from two primary sThisces:
1. Non-Conservation of Euler’s Method: The Euler method, being a first-order approximation, does not generally conserve energy for continuous-time Hamiltonian systems. This introduces terms proportional to the time step h in the energy difference. 2. Probabilistic Hopping and Potential Energy Changes: The probabilistic movement of the particle on the lattice leads to the expected potential energy at the next time step being different from the potential energy at the current time step. This difference, along with the kinetic energy changes, does not generally sum to zero.
Therefore, while this semi-discretization method allows for the evolution of the system, it does not inherently conserve the average energy.

4.2.3. Conditions for a Stationary Average Position

For a stationary average position on the lattice, I require that the expected change in both the i and j coordinates over one time step is zero:
Δ i = i n + 1 i n = 0
Δ j = j n + 1 j n = 0
The expected change in the i-coordinate is given by:
Δ i = ( i n + 1 i n ) P + i + ( i n 1 i n ) P i + ( i n i n ) ( 1 P + i P i P + j P j )
Δ i = P + i P i
Substituting the expressions for P + i and P i :
Δ i = max ( 0 , min ( 0.25 , η i , n ) ) max ( 0 , min ( 0.25 , η i , n ) )
For Δ i = 0 , I must have:
max ( 0 , min ( 0.25 , η i , n ) ) = max ( 0 , min ( 0.25 , η i , n ) )
This condition is satisfied if and only if η i , n = 0 .
Similarly, the expected change in the j-coordinate is given by:
Δ j = ( j n + 1 j n ) P + j + ( j n 1 j n ) P j + ( j n j n ) ( 1 P + i P i P + j P j )
Δ j = P + j P j
Substituting the expressions for P + j and P j :
Δ j = max ( 0 , min ( 0.25 , η j , n ) ) max ( 0 , min ( 0.25 , η j , n ) )
For Δ j = 0 , I must have:
max ( 0 , min ( 0.25 , η j , n ) ) = max ( 0 , min ( 0.25 , η j , n ) )
This condition is satisfied if and only if η j , n = 0 .
Recall that η i , n = p i , n + 1 h m Δ x and η j , n = p j , n + 1 h m Δ y . Therefore, the conditions for a stationary average position are:
p i , n + 1 h m Δ x = 0 p i , n + 1 = 0
p j , n + 1 h m Δ y = 0 p j , n + 1 = 0
The average position on the 2D lattice remains stationary if and only if the momenta at the next time step in both the i and j directions are zero. This implies that there is no net drift of the particle on the lattice in either direction, on average.

4.2.4. Analysis of Diffusion-like Behavior

To explore diffusion-like behavior, I consider the mean squared displacement (MSD). The expected squared change in the i and j coordinates at each step are:
( Δ i n ) 2 = P + i + P i = min ( 0.25 , max ( 0 , η i , n ) ) + min ( 0.25 , max ( 0 , η i , n ) )
( Δ j n ) 2 = P + j + P j = min ( 0.25 , max ( 0 , η j , n ) ) + min ( 0.25 , max ( 0 , η j , n ) )
The MSD after N time steps is R N 2 = i N 2 + j N 2 = n = 0 N 1 ( ( Δ i n ) 2 + ( Δ j n ) 2 ) , assuming the average position starts at zero and the changes in i and j are uncorrelated and have zero mean on average.
The momenta evolve as:
p i , n + 1 = p i , n + F i ( i n , j n ) h
p j , n + 1 = p j , n + F j ( i n , j n ) h
where the forces are:
F i ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k x Δ x ) Δ x
F j ( i , j ) A sin ( k x i Δ x + k y j Δ y + ϕ ) sin ( k y Δ y ) Δ y
Assuming average initial momentum is zero and the average force over the lattice is zero, the squared momentum in the i-direction evolves as:
p i , n + 1 2 p i , n 2 + h 2 2 A sin ( k x Δ x ) Δ x 2
This implies that the average of the squared momentum grows linearly with time step n. Consequently, η i , n 2 will also grow.
As η i , n 2 increases, ( Δ i n ) 2 tends towards saturation. If ( Δ i n ) 2 and ( Δ j n ) 2 reach approximately constant values, then the MSD, R N 2 , grows linearly with N, indicating diffusion-like behavior.
HoIver, the periodic potential might introduce trapping or oscillations, complicating the simple linear growth of MSD. A rigorous analysis requires further investigation.
The semi-discrete dynamics on the 2D lattice with a discrete cosine potential can exhibit diffusion-like behavior if the mean squared displacement of the particle grows linearly with time. This is expected to occur when the average squared momentum increases over time due to the fluctuating forces from the potential, leading to a roughly constant rate of hopping. HoIver, the periodic nature of the potential can also lead to deviations from simple diffusion, such as trapping or oscillations. A detailed characterization of the long-time behavior would require more advanced analytical techniques or numerical simulations.

Summary of Observations and Results for Semi-Discrete Dynamics on a 2D Lattice with a Discrete Cosine Potential

  • Semi-Discretization: I successfully applied a semi-discretization method where the spatial coordinates are discrete, momenta are continuous, forces are approximated using finite differences, momenta are updated using Euler’s method, and the position on the 2D lattice evolves probabilistically with defined hopping rules.
  • Discrete Symmetries: The potential
    V ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ )
    exhibits the translational symmetries of the 2D lattice if k x Δ x and k y Δ y are integer multiples of 2 π .
  • Conservation of Average Energy: This analysis indicated that the average energy of the system is generally not conserved due to the inherent non-conservation of the Euler method for the continuous momenta and the changes in potential energy arising from the probabilistic hopping on the lattice.
  • Stationary Average Position: The condition for a stationary average position on the lattice (i.e., no net drift) is that the average momenta in both the i and j directions are zero, leading to η i , n = 0 and η j , n = 0 .
  • Potential Diffusion-Like Behavior: I explored the possibility of diffusion-like behavior by looking at the mean squared displacement (MSD). The analysis suggests that if the average squared momentum increases over time due to the fluctuating forces from the potential, the MSD could grow linearly with time, indicating diffusion. HoIver, the periodic nature of the cosine potential might also lead to more complex phenomena like trapping or oscillations, which could deviate from simple diffusion. A more detailed investigation would likely require further analytical techniques or numerical simulations.

5. Analysis of Semi-Discrete Motion in a 2D Lattice Potential Exhibiting Permutation Symmetry

Solving Methodology:

The methodology for this case involves a full discretization of the spatial coordinates, while momenta remain continuous. I use finite differences to approximate the forces from the discrete potential and Euler’s method to update the momenta. The position update is probabilistic, with hopping on the 2D lattice. The analytical investigation includes analyzing the discrete symmetries of the lattice and potential, examining the conservation of average energy considering the probabilistic hops, determining conditions for a stationary average position on the lattice, and investigating potential diffusion-like behavior [5].
The Potential Function :
V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y )

5.1. Semi-discretization Methodology

5.1.1. Discrete Positions on the 2D Lattice

Forces from the Discrete Potential

I are given the discrete cosine potential function:
V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y )
I approximate the forces using finite differences:
F i ( i , j ) V ( i + 1 , j ) V ( i 1 , j ) 2 Δ x
F j ( i , j ) V ( i , j + 1 ) V ( i , j 1 ) 2 Δ y

Calculation of F i ( i , j )

First, I evaluate the potential at ( i + 1 , j ) and ( i 1 , j ) :
V ( i + 1 , j ) = A cos ( k ( i + 1 ) Δ x ) cos ( k j Δ y ) = A cos ( k i Δ x + k Δ x ) cos ( k j Δ y )
V ( i 1 , j ) = A cos ( k ( i 1 ) Δ x ) cos ( k j Δ y ) = A cos ( k i Δ x k Δ x ) cos ( k j Δ y )
Now, substitute these into the expression for F i ( i , j ) :
F i ( i , j ) A cos ( k i Δ x + k Δ x ) cos ( k j Δ y ) A cos ( k i Δ x k Δ x ) cos ( k j Δ y ) 2 Δ x
Factor out the common term A cos ( k j Δ y ) :
F i ( i , j ) A cos ( k j Δ y ) ( cos ( k i Δ x + k Δ x ) cos ( k i Δ x k Δ x ) ) 2 Δ x
I use the trigonometric identity: cos ( a + b ) cos ( a b ) = 2 sin ( a ) sin ( b ) . Let a = k i Δ x and b = k Δ x .
F i ( i , j ) A cos ( k j Δ y ) ( 2 sin ( k i Δ x ) sin ( k Δ x ) ) 2 Δ x
F i ( i , j ) A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x

Calculation of F j ( i , j )

Next, I evaluate the potential at ( i , j + 1 ) and ( i , j 1 ) :
V ( i , j + 1 ) = A cos ( k i Δ x ) cos ( k ( j + 1 ) Δ y ) = A cos ( k i Δ x ) cos ( k j Δ y + k Δ y )
V ( i , j 1 ) = A cos ( k i Δ x ) cos ( k ( j 1 ) Δ y ) = A cos ( k i Δ x ) cos ( k j Δ y k Δ y )
Now, substitute these into the expression for F j ( i , j ) :
F j ( i , j ) A cos ( k i Δ x ) cos ( k j Δ y + k Δ y ) A cos ( k i Δ x ) cos ( k j Δ y k Δ y ) 2 Δ y
Factor out the common term A cos ( k i Δ x ) :
F j ( i , j ) A cos ( k i Δ x ) ( cos ( k j Δ y + k Δ y ) cos ( k j Δ y k Δ y ) ) 2 Δ y
I use the trigonometric identity: cos ( a + b ) cos ( a b ) = 2 sin ( a ) sin ( b ) . Let a = k j Δ y and b = k Δ y .
F j ( i , j ) A cos ( k i Δ x ) ( 2 sin ( k j Δ y ) sin ( k Δ y ) ) 2 Δ y
F j ( i , j ) A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y

Summary of Results

The forces from the discrete cosine potential V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) , using finite difference approximations, are:
F i ( i , j ) A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x
F j ( i , j ) A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y

5.1.2. Continuous Momenta Update using Euler’s Method

Momentum Update using Euler’s Method

The Euler update rules for the momenta are given by:
p i , n + 1 = p i , n + F i ( i n , j n ) h
p j , n + 1 = p j , n + F j ( i n , j n ) h
I found the forces for the potential V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) to be:
F i ( i , j ) A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x
F j ( i , j ) A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y
Substituting these into the Euler update rules, I get:
p i , n + 1 = p i , n + A sin ( k i n Δ x ) cos ( k j n Δ y ) sin ( k Δ x ) Δ x h
p j , n + 1 = p j , n + A cos ( k i n Δ x ) sin ( k j n Δ y ) sin ( k Δ y ) Δ y h

Summary of Momentum Update Rules

The momenta at the next time step n + 1 are updated from the momenta at the current time step n according to the following rules:
p i , n + 1 = p i , n + A h sin ( k Δ x ) Δ x sin ( k i n Δ x ) cos ( k j n Δ y )
p j , n + 1 = p j , n + A h sin ( k Δ y ) Δ y cos ( k i n Δ x ) sin ( k j n Δ y )

5.1.3. Probabilistic Position Update (Hopping)

Probabilistic Position Update on the 2D Lattice

Let the current lattice site at time step n be ( i n , j n ) . The parameters influencing the hopping probabilities are:
η i , n = p i , n + 1 h m Δ x
η j , n = p j , n + 1 h m Δ y
The probabilities of transitioning to a new site ( i n + 1 , j n + 1 ) at time step n + 1 are:
  • Probability of hopping in the + i direction:
    P ( i n + 1 = i n + 1 , j n + 1 = j n ) = max ( 0 , min ( 0.25 , η i , n ) )
  • Probability of hopping in the i direction:
    P ( i n + 1 = i n 1 , j n + 1 = j n ) = max ( 0 , min ( 0.25 , η i , n ) )
  • Probability of hopping in the + j direction:
    P ( i n + 1 = i n , j n + 1 = j n + 1 ) = max ( 0 , min ( 0.25 , η j , n ) )
  • Probability of hopping in the j direction:
    P ( i n + 1 = i n , j n + 1 = j n 1 ) = max ( 0 , min ( 0.25 , η j , n ) )
  • Probability of staying at the same site:
    P ( i n + 1 = i n , j n + 1 = j n ) = 1 P + i P i P + j P j
    where
    P + i = max ( 0 , min ( 0.25 , η i , n ) )
    P i = max ( 0 , min ( 0.25 , η i , n ) )
    P + j = max ( 0 , min ( 0.25 , η j , n ) )
    P j = max ( 0 , min ( 0.25 , η j , n ) )

Summary of Probabilistic Update Rule

The position on the 2D lattice is updated probabilistically at each time step based on the values of η i , n and η j , n , which depend on the momenta. The particle has a chance to move one step in the positive or negative i or j direction, or to stay at its current location. The maximum probability of hopping in any single direction is limited to 0.25.

5.2. Analysis

5.2.1. Permutation Symmetry Analysis

Translational Symmetry of the Potential

For the potential V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) to be invariant under the lattice translations ( i , j ) ( i + n x , j + n y ) , where n x and n y are integers, I must have:
V ( i + n x , j + n y ) = V ( i , j )
Substituting the potential function, this condition becomes:
A cos ( k ( i + n x ) Δ x ) cos ( k ( j + n y ) Δ y ) = A cos ( k i Δ x ) cos ( k j Δ y )
This equality holds if and only if k n x Δ x is an integer multiple of 2 π and k n y Δ y is an integer multiple of 2 π . That is:
k n x Δ x = 2 π m x
k n y Δ y = 2 π m y
where m x and m y are integers. These conditions must hold for all integers n x and n y . The smallest non-zero integer is n x = 1 and n y = 1 , so for the potential to be invariant under a shift by one lattice unit in both directions, I require:
k Δ x = 2 π m x
k Δ y = 2 π m y
where m x and m y are integers.
More generally, if I consider the periodicity of the lattice, the potential will be periodic if k Δ x = 2 π m x L x and k Δ y = 2 π m y L y where L x and L y are the periods in terms of the number of lattice units, and m x , m y are integers.

Summary of Translational Symmetry

The discrete cosine potential V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) exhibits the translational symmetries of the 2D lattice (by one lattice unit in each direction) if and only if k Δ x is an integer multiple of 2 π and k Δ y is an integer multiple of 2 π .

Permutation Symmetry of the Potential

I will now examine the permutation symmetry of the potential V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) . Permutation symmetry requires that the potential is invariant under the exchange of indices i and j, i.e., V ( i , j ) = V ( j , i ) .
The potential function is:
V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y )
Swapping the indices i and j, I get:
V ( j , i ) = A cos ( k j Δ x ) cos ( k i Δ y )
For permutation symmetry, I need V ( i , j ) = V ( j , i ) , so:
A cos ( k i Δ x ) cos ( k j Δ y ) = A cos ( k j Δ x ) cos ( k i Δ y )
This equality holds for all integer values of i and j if the lattice spacing is the same in both directions, i.e., Δ x = Δ y .
I consider a square lattice where Δ x = Δ y = a . In this case, the potential becomes:
V ( i , j ) = A cos ( k i a ) cos ( k j a )
Now, if I exchange i and j:
V ( j , i ) = A cos ( k j a ) cos ( k i a )
Since multiplication is commutative, cos ( k j a ) cos ( k i a ) = cos ( k i a ) cos ( k j a ) , which means V ( j , i ) = V ( i , j ) .

Summary of Permutation Symmetry

The potential function V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) exhibits permutation symmetry ( V ( i , j ) = V ( j , i ) ) when the lattice spacing is the same in both the x and y directions ( Δ x = Δ y ), which corresponds to a square lattice.

5.2.2. Conservation of Average Energy

Expected Potential Energy at Time n + 1

The expected potential energy at time step n + 1 is given by:
V ( i n + 1 , j n + 1 ) = P ( i n + 1 = i n + 1 , j n + 1 = j n ) V ( i n + 1 , j n ) + P ( i n + 1 = i n 1 , j n + 1 = j n ) V ( i n 1 , j n ) + P ( i n + 1 = i n , j n + 1 = j n + 1 ) V ( i n , j n + 1 ) + P ( i n + 1 = i n , j n + 1 = j n 1 ) V ( i n , j n 1 ) + P ( i n + 1 = i n , j n + 1 = j n ) V ( i n , j n )
Substituting the probabilities:
V ( i n + 1 , j n + 1 ) = max ( 0 , min ( 0.25 , η i , n ) ) V ( i n + 1 , j n ) + max ( 0 , min ( 0.25 , η i , n ) ) V ( i n 1 , j n ) + max ( 0 , min ( 0.25 , η j , n ) ) V ( i n , j n + 1 ) + max ( 0 , min ( 0.25 , η j , n ) ) V ( i n , j n 1 ) + 1 P + i P i P + j P j V ( i n , j n )
Now, I substitute the potential function V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) :
V ( i n + 1 , j n + 1 ) = max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k ( i n + 1 ) Δ x ) cos ( k j n Δ y ) + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k ( i n 1 ) Δ x ) cos ( k j n Δ y ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k i n Δ x ) cos ( k ( j n + 1 ) Δ y ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k i n Δ x ) cos ( k ( j n 1 ) Δ y ) + 1 P + i P i P + j P j A cos ( k i n Δ x ) cos ( k j n Δ y )
where P + i = max ( 0 , min ( 0.25 , η i , n ) ) , P i = max ( 0 , min ( 0.25 , η i , n ) ) , P + j = max ( 0 , min ( 0.25 , η j , n ) ) , P j = max ( 0 , min ( 0.25 , η j , n ) ) .

Summary of Expected Potential Energy

The expected potential energy at the next time step is a Iighted average of the potential evaluated at the current site and its fThis nearest neighbors, with the Iights determined by the probabilities of hopping or staying, which depend on the momenta.

Difference in Average Energy H n + 1 H n

The difference in average energy betIen time step n + 1 and n is:
H n + 1 H n = p i , n + 1 2 2 m + p j , n + 1 2 2 m + V ( i n + 1 , j n + 1 ) p i , n 2 2 m + p j , n 2 2 m + V ( i n , j n )
where
p i , n + 1 = p i , n + A h sin ( k Δ x ) Δ x sin ( k i n Δ x ) cos ( k j n Δ y )
p j , n + 1 = p j , n + A h sin ( k Δ y ) Δ y cos ( k i n Δ x ) sin ( k j n Δ y )
and V ( i n + 1 , j n + 1 ) is:
V ( i n + 1 , j n + 1 ) = max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k ( i n + 1 ) Δ x ) cos ( k j n Δ y ) + max ( 0 , min ( 0.25 , η i , n ) ) A cos ( k ( i n 1 ) Δ x ) cos ( k j n Δ y ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k i n Δ x ) cos ( k ( j n + 1 ) Δ y ) + max ( 0 , min ( 0.25 , η j , n ) ) A cos ( k i n Δ x ) cos ( k ( j n 1 ) Δ y ) + 1 P + i P i P + j P j A cos ( k i n Δ x ) cos ( k j n Δ y )
Substituting these into the energy difference equation and expanding the squared momentum terms will result in a lengthy expression. HoIver, similar to the previous case with the single coupled cosine potential, I can expect that H n + 1 H n will generally not be zero. The Euler method introduces terms of order h, and the probabilistic hopping leads to changes in the expected potential energy that will not perfectly balance the changes in kinetic energy.

Summary of Energy Conservation

As with the previous potential, the average energy is generally not conserved for this semi-discrete system when using Euler’s method for momentum updates and a probabilistic hopping rule. The approximations inherent in Euler’s method and the statistical nature of the position updates lead to a non-zero difference betIen the average energy at consecutive time steps.

5.2.3. Stationary Average Position on the Lattice

Conditions for a Stationary Average Position

For a stationary average position on the lattice, I require that the expected change in both the i and j coordinates over one time step is zero:
Δ i = i n + 1 i n = 0
Δ j = j n + 1 j n = 0
The expected change in the i-coordinate is given by:
Δ i = ( i n + 1 i n ) P + i + ( i n 1 i n ) P i + ( i n i n ) ( 1 P + i P i P + j P j )
Δ i = P + i P i
Substituting the expressions for P + i and P i :
Δ i = max ( 0 , min ( 0.25 , η i , n ) ) max ( 0 , min ( 0.25 , η i , n ) )
For Δ i = 0 , I must have:
max ( 0 , min ( 0.25 , η i , n ) ) = max ( 0 , min ( 0.25 , η i , n ) )
This condition is satisfied if and only if η i , n = 0 .
Similarly, the expected change in the j-coordinate is given by:
Δ j = ( j n + 1 j n ) P + j + ( j n 1 j n ) P j + ( j n j n ) ( 1 P + i P i P + j P j )
Δ j = P + j P j
Substituting the expressions for P + j and P j :
Δ j = max ( 0 , min ( 0.25 , η j , n ) ) max ( 0 , min ( 0.25 , η j , n ) )
For Δ j = 0 , I must have:
max ( 0 , min ( 0.25 , η j , n ) ) = max ( 0 , min ( 0.25 , η j , n ) )
This condition is satisfied if and only if η j , n = 0 .
Recall that η i , n = p i , n + 1 h m Δ x and η j , n = p j , n + 1 h m Δ y . Therefore, the conditions for a stationary average position are:
p i , n + 1 h m Δ x = 0 p i , n + 1 = 0
p j , n + 1 h m Δ y = 0 p j , n + 1 = 0

Summary of Conditions for Stationary Average Position

The average position on the 2D lattice remains stationary if and only if the momenta at the next time step in both the i and j directions are zero. This implies that there is no net drift of the particle on the lattice in either direction, on average.

5.3. Potential Diffusion-like BehaviThis

Analysis of Potential Diffusion-Like Behavior

To explore diffusion-like behavior, I again consider the mean squared displacement (MSD). The expected squared change in the i and j coordinates at each step are:
( Δ i n ) 2 = P + i + P i = min ( 0.25 , max ( 0 , η i , n ) ) + min ( 0.25 , max ( 0 , η i , n ) )
( Δ j n ) 2 = P + j + P j = min ( 0.25 , max ( 0 , η j , n ) ) + min ( 0.25 , max ( 0 , η j , n ) )
The momenta evolve as:
p i , n + 1 = p i , n + A h sin ( k Δ x ) Δ x sin ( k i n Δ x ) cos ( k j n Δ y )
p j , n + 1 = p j , n + A h sin ( k Δ y ) Δ y cos ( k i n Δ x ) sin ( k j n Δ y )
I consider the average force over the lattice. The average of sin ( k i Δ x ) cos ( k j Δ y ) and cos ( k i Δ x ) sin ( k j Δ y ) over a sufficiently large lattice is zero (assuming k Δ x and k Δ y are not integer multiples of 2 π ). Thus, if the initial average momentum is zero, it will remain around zero.
Now, I look at the evolution of the average squared momentum in the i-direction:
p i , n + 1 2 = ( p i , n + F i ( i n , j n ) h ) 2 = p i , n 2 + 2 h p i , n F i ( i n , j n ) + h 2 F i ( i n , j n ) 2
Assuming p i , n = 0 , the term p i , n F i ( i n , j n ) might also be zero on average. The last term is:
F i ( i n , j n ) 2 = A sin ( k Δ x ) Δ x 2 sin 2 ( k i n Δ x ) cos 2 ( k j n Δ y )
Using the averages sin 2 ( θ ) = 1 / 2 and cos 2 ( θ ) = 1 / 2 over a cycle:
F i ( i n , j n ) 2 1 4 A sin ( k Δ x ) Δ x 2
Similarly,
F j ( i n , j n ) 2 1 4 A sin ( k Δ y ) Δ y 2
Thus, p i , n + 1 2 p i , n 2 + h 2 4 A sin ( k Δ x ) Δ x 2 , and similarly for p j . This shows that the average squared momenta grow over time. Consequently, η i , n 2 and η j , n 2 will also grow.
As η 2 increases, the values of ( Δ i n ) 2 and ( Δ j n ) 2 will tend towards saturation. If these values become roughly constant, the MSD will grow linearly with time, indicating diffusion-like behavior.

Summary of Potential Diffusion-Like Behavior

Similar to the previous potential, the semi-discrete dynamics with V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) can also exhibit diffusion-like behavior. The fluctuating forces from the potential cause the average squared momenta to grow, leading to a non-zero probability of hopping. Over time, this can result in a linear growth of the mean squared displacement. The periodic nature of the potential can still influence the details of this diffusion, potentially leading to anisotropic diffusion if Δ x Δ y or if the parameters in the i and j directions are different.

5.3.1. Motion Along the Line i = j

I consider the motion along the line i = j for the potential function V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) . I assume a square lattice where Δ x = Δ y = a , so the potential is:
V ( i , j ) = A cos ( k i a ) cos ( k j a )

Potential Along i = j

Substituting j = i , the potential along this line is:
V ( i , i ) = A cos ( k i a ) cos ( k i a ) = A cos 2 ( k i a )
This can also be expressed using the double angle formula for cosine:
V ( i , i ) = A 2 ( 1 + cos ( 2 k i a ) ) = A 2 + A 2 cos ( 2 k i a )
This represents a 1D periodic potential along the line i = j .

Forces Along i = j

For a square lattice, the force components are:
F i ( i , j ) A sin ( k i a ) cos ( k j a ) sin ( k a ) a
F j ( i , j ) A cos ( k i a ) sin ( k j a ) sin ( k a ) a
Along the line i = j , these become:
F i ( i , i ) = A sin ( k i a ) cos ( k i a ) sin ( k a ) a = A 2 a sin ( 2 k i a ) sin ( k a )
F j ( i , i ) = A cos ( k i a ) sin ( k i a ) sin ( k a ) a = A 2 a sin ( 2 k i a ) sin ( k a )
Thus, F i ( i , i ) = F j ( i , i ) along the line i = j .
The potential along the line i = j for the given 2D lattice potential on a square lattice is a 1D periodic potential. The forces in the i and j directions are equal along this line and depend on sin ( 2 k i a ) . The motion of a particle starting on this line, under the defined semi-discretization with independent hopping, may or may not stay on this line.

5.3.2. Analysis of Average Drift

The average drift in the i and j directions is given by the expected change in position per time step:
Δ i = P + i P i = max ( 0 , min ( 0.25 , η i , n ) ) max ( 0 , min ( 0.25 , η i , n ) )
Δ j = P + j P j = max ( 0 , min ( 0.25 , η j , n ) ) max ( 0 , min ( 0.25 , η j , n ) )
where η i , n = p i , n + 1 h m Δ x and η j , n = p j , n + 1 h m Δ y , and the momenta are updated by:
p i , n + 1 = p i , n + A h sin ( k Δ x ) Δ x sin ( k i n Δ x ) cos ( k j n Δ y )
p j , n + 1 = p j , n + A h sin ( k Δ y ) Δ y cos ( k i n Δ x ) sin ( k j n Δ y )
If the initial average momenta are zero, p i , 0 = 0 and p j , 0 = 0 , the average force in the i-direction over the lattice is:
F i ( i n , j n ) = A sin ( k Δ x ) Δ x sin ( k i n Δ x ) cos ( k j n Δ y )
If k Δ x and k Δ y are not integer multiples of 2 π , then F i = 0 and F j = 0 . This implies p i , n + 1 = 0 and p j , n + 1 = 0 , and consequently η i , n = 0 and η j , n = 0 on average.
Substituting these into the average drift equations gives:
Δ i = 0
Δ j = 0
Therefore, under the assumption of zero initial average momentum and that k Δ x and k Δ y are not integer multiples of 2 π , the average drift for this potential is zero. A non-zero average drift could occur with non-zero initial average momentum or if the average force is non-zero.

Average Drift with Non-Zero Initial Average Momentum

Suppose at the initial time n = 0 , the particle has a non-zero average momentum p i , 0 = P i 0 and p j , 0 = P j 0 . Assuming the average force from the potential is zero, the average momenta at subsequent time steps remain constant:
p i , n = P i 0
p j , n = P j 0
This leads to average values of η :
η i , n = P i 0 h m Δ x
η j , n = P j 0 h m Δ y
The average drift in the i and j directions becomes:
Δ i = max ( 0 , min ( 0.25 , P i 0 h m Δ x ) ) max ( 0 , min ( 0.25 , P i 0 h m Δ x ) )
Δ j = max ( 0 , min ( 0.25 , P j 0 h m Δ y ) ) max ( 0 , min ( 0.25 , P j 0 h m Δ y ) )
If P i 0 > 0 , there is a positive average drift in the i-direction. If P i 0 < 0 , there is a negative average drift. The magnitude of the drift increases with | P i 0 | until it saturates at 0.25 steps per time step. Similar behavior occurs for the drift in the j-direction based on the sign and magnitude of P j 0 .
A non-zero initial average momentum leads to a constant average drift in the direction of the initial momentum. The speed of this drift depends on the magnitude of the initial momentum and system parameters, with a maximum drift rate of 0.25 lattice sites per time step in each direction.

Average Drift Due to Specific Values of Potential Parameters

The forces are given by:
F i ( i , j ) A sin ( k Δ x ) Δ x sin ( k i Δ x ) cos ( k j Δ y )
F j ( i , j ) A sin ( k Δ y ) Δ y cos ( k i Δ x ) sin ( k j Δ y )
For a non-zero average force over the lattice, the averages sin ( k i Δ x ) cos ( k j Δ y ) or cos ( k i Δ x ) sin ( k j Δ y ) must be non-zero. If k Δ x = 2 π m x (integer m x ), then sin ( k i Δ x ) = 0 , so F i = 0 . Similarly, if k Δ y = 2 π m y , then sin ( k j Δ y ) = 0 , so F j = 0 .
For a non-zero average of sin ( k i Δ x ) or cos ( k i Δ x ) over all integers i, k Δ x would typically need to be a multiple of 2 π (making sine zero) or zero (making sine zero).
HoIver, in a finite lattice of size L x × L y , averages like 1 L x i = 0 L x 1 sin ( k i Δ x ) might be non-zero for specific relationships betIen k Δ x and L x .
For the infinite lattice case, it is generally challenging to obtain a sustained non-zero average force with this potential through specific values of k , Δ x , or Δ y alone.
Achieving a sustained non-zero average force, and thus a constant drift, through specific choices of the potential parameters k , Δ x , or Δ y is difficult for this potential over an infinite lattice. Such a drift might be possible in finite lattices or with specific relationships betIen these parameters and the lattice dimensions.

Effects of Boundaries on Average Drift

In a finite lattice with boundaries, the probabilistic hopping rule needs to be modified when the particle reaches an edge. I consider two common types of boundaries: reflecting and absorbing.

Reflecting Boundaries

Consider a lattice bounded by 0 i < L x and 0 j < L y .
  • If the particle is at i n = 0 and η i , n < 0 (attempting a hop to i = 1 ), a reflecting boundary would prevent this. A simple rule might be that the probability P i is redistributed to the probability of staying at i = 0 or hopping in the + i direction. This would create a net average drift away from the boundary at i = 0 .
  • Similarly, at i n = L x 1 with η i , n > 0 (attempting a hop to i = L x ), the hop would be prevented, and the probability P + i would be redistributed, leading to an average drift away from the boundary at i = L x 1 .
  • The same logic applies to the boundaries in the j direction at j = 0 and j = L y 1 based on the sign of η j , n .
In general, reflecting boundaries in a finite lattice with a symmetric potential tend to cause an average drift away from the boundaries.

Absorbing Boundaries

Again, consider a lattice bounded by 0 i < L x and 0 j < L y .
  • If the particle reaches any of the boundaries (e.g., i = 0 , i = L x 1 , j = 0 , j = L y 1 ), it is absorbed and removed from the system.
  • If I consider an ensemble of particles, the total number of particles within the lattice will decrease over time.
  • The average position of the particles that remain in the lattice might shift depending on the potential and the initial distribution. For a symmetric potential and a symmetric initial distribution, the average position of the surviving particles might stay roughly at the center, but the probability distribution will narrow as particles at the edges are absorbed.
Absorbing boundaries do not directly create a drift of the average position if the potential and initial conditions are symmetric. HoIver, they do change the overall distribution and lead to a loss of particles from the system.

Summary

Reflecting boundaries typically induce an average drift away from the boundaries due to the prevention and redistribution of hopping probabilities that would lead outside the lattice. Absorbing boundaries lead to the removal of particles upon reaching them, which changes the overall distribution but may not cause a net drift in the average position of the remaining particles in cases of symmetry.

Symmetries of the Forces

The force components are given by:
F i ( i , j ) = A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x
F j ( i , j ) = A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y

Permutation Symmetry

Under the exchange of indices i j and lattice spacings Δ x Δ y , the forces transform as:
F i ( j , i , Δ y , Δ x ) = A sin ( k j Δ y ) cos ( k i Δ x ) sin ( k Δ y ) Δ y = F j ( i , j , Δ y , Δ x )
F j ( j , i , Δ y , Δ x ) = A cos ( k j Δ y ) sin ( k i Δ x ) sin ( k Δ x ) Δ x = F i ( i , j , Δ x , Δ y )
If Δ x = Δ y = a , then F i ( j , i ) = F j ( i , j ) and F j ( j , i ) = F i ( i , j ) . The forces are interchanged under permutation of indices on a square lattice.

Reflection Symmetry

Reflection about the i-axis ( j j ):
F i ( i , j ) = A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x = F i ( i , j )
F j ( i , j ) = A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y = F j ( i , j )
Reflection about the j-axis ( i i ):
F i ( i , j ) = A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x = F i ( i , j )
F j ( i , j ) = A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y = F j ( i , j )

Rotational Symmetry (for Δ x = Δ y = a )

Rotation by 90 degrees ( ( i , j ) ( j , i ) ):
F i ( j , i ) = A sin ( k j a ) cos ( k i a ) sin ( k a ) a = A sin ( k j a ) cos ( k i a ) sin ( k a ) a = F j ( i , j )
F j ( j , i ) = A cos ( k j a ) sin ( k i a ) sin ( k a ) a = A cos ( k j a ) sin ( k i a ) sin ( k a ) a = F i ( j , i )

5.4. Symmetries of the Forces

The force components are given by:
F i ( i , j ) = A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x
F j ( i , j ) = A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y

Permutation Symmetry

Under the exchange of indices i j and lattice spacings Δ x Δ y , the forces transform as:
F i ( j , i , Δ y , Δ x ) = A sin ( k j Δ y ) cos ( k i Δ x ) sin ( k Δ y ) Δ y = F j ( i , j , Δ y , Δ x )
F j ( j , i , Δ y , Δ x ) = A cos ( k j Δ y ) sin ( k i Δ x ) sin ( k Δ x ) Δ x = F i ( i , j , Δ x , Δ y )
If Δ x = Δ y = a , then F i ( j , i ) = F j ( i , j ) and F j ( j , i ) = F i ( i , j ) . The forces are interchanged under permutation of indices on a square lattice.

Reflection Symmetry

Reflection about the i-axis ( j j ):
F i ( i , j ) = A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x = F i ( i , j )
F j ( i , j ) = A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y = F j ( i , j )
Reflection about the j-axis ( i i ):
F i ( i , j ) = A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x = F i ( i , j )
F j ( i , j ) = A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y = F j ( i , j )

Rotational Symmetry (for Δ x = Δ y = a )

Rotation by 90 degrees ( ( i , j ) ( j , i ) ):
F i ( j , i ) = A sin ( k j a ) cos ( k i a ) sin ( k a ) a = A sin ( k j a ) cos ( k i a ) sin ( k a ) a = F j ( i , j )
F j ( j , i ) = A cos ( k j a ) sin ( k i a ) sin ( k a ) a = A cos ( k j a ) sin ( k i a ) sin ( k a ) a = F i ( j , i )

Summary of Force Symmetries

The forces exhibit specific symmetry properties under permutation and reflection of the lattice indices. On a square lattice, the force components are interchanged upon swapping i and j. Reflections about the axes invert the sign of the force component along the other axis. Rotational symmetry is more complex and involves a relationship betIen the components at the rotated points.

5.5. Symmetries of the Motion

The motion of the particle is governed by the momentum update rules and the probabilistic hopping on the lattice. I consider how these behave under the discrete symmetries.

Reflection Symmetry

Reflection about the i-axis ( j j ): The potential V ( i , j ) = V ( i , j ) . The forces transform as F i ( i , j ) = F i ( i , j ) and F j ( i , j ) = F j ( i , j ) . The momentum update rules become:
p i , n + 1 = p i , n + F i ( i n , j n ) h = p i , n + F i ( i n , j n ) h = p i , n + F i ( i n , j n ) h = p i , n + 1
p j , n + 1 = p j , n + F j ( i n , j n ) h = p j , n + ( F j ( i n , j n ) ) h = ( p j , n + F j ( i n , j n ) h ) = p j , n + 1
The η parameters transform as η i , n = η i , n and η j , n = η j , n . This leads to a swap in the hopping probabilities in the j direction: P + j = P j and P j = P + j , while the probabilities in the i direction remain the same. If the initial distribution of j and p j is symmetric, the average motion will respect this reflection symmetry.
Reflection about the j-axis ( i i ): The potential V ( i , j ) = V ( i , j ) . The forces transform as F i ( i , j ) = F i ( i , j ) and F j ( i , j ) = F j ( i , j ) . Similar to the previous case, if p i , n changes sign, then p i , n + 1 changes sign, and the hopping probabilities in the i direction are swapped. The motion respects reflection about the j-axis on average with symmetric initial conditions.

Rotational Symmetry (for Δ x = Δ y = a )

Under a 90-degree rotation ( i , j ) ( j , i ) , the potential is invariant. The forces transform, and if the momenta also transform as p i = p j and p j = p i , a more complex analysis shows that the dynamics should respect the rotational symmetry on average if the initial state is also rotationally symmetric.

Summary of Motion Symmetries

The semi-discrete motion exhibits the discrete symmetries of the underlying potential on average, provided that the initial conditions of the system are also symmetric with respect to the transformations considered. Reflections about the axes lead to corresponding reflections in the average motion, and rotational symmetry of the potential and initial state implies rotational symmetry in the average dynamics.

Conclusion:

Summary of Observations and Results for Semi-Discrete Motion with Permutation Symmetry Potential

  • Semi-Discretization: I applied the same semi-discretization methodology as before.
  • Forces: I calculated the forces F i ( i , j ) and F j ( i , j ) using finite difference approximations.
  • Momentum Update: I used Euler’s method to update the momenta based on these forces.
  • Probabilistic Hopping: The position on the lattice evolves probabilistically based on the updated momenta.
  • Discrete Symmetries: The potential V ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y ) exhibits translational symmetry under certain conditions on k Δ x and k Δ y , permutation symmetry when Δ x = Δ y , and also possesses reflection and rotational symmetries (for a square lattice).
  • Conservation of Average Energy: The average energy is generally not conserved for similar reasons as with the previous potential.
  • Stationary Average Position: The average position is stationary if the average momenta are zero.
  • Potential Diffusion-Like Behavior: The system has the potential for diffusion-like behavior, with the mean squared displacement growing over time due to the fluctuating momenta.
  • Motion Along i = j : For a square lattice with lattice spacing a, the potential along this line is A cos 2 ( k i a ) , and the forces F i and F j are equal to A 2 a sin ( 2 k i a ) sin ( k a ) .
  • Average Drift: The average drift is zero if the initial average momentum and average force are zero. A non-zero initial average momentum leads to a constant average drift. The average force from this potential is typically zero over an infinite lattice.
  • Variance of the Position: The variance of the position grows over time, indicating diffusion, even when the average drift is zero.
  • Symmetries of the Forces: The forces exhibit specific symmetries under permutation and reflection of indices.
  • Symmetries of the Motion: The motion respects the symmetries of the potential and forces on average, provided the initial conditions are also symmetric.

6. Results

Thorough Comparison and Contrast of the Two Analyzed Potentials

I have analyzed two potential functions using the semi-discretization methodology:
  • V 1 ( i , j ) = A cos ( k x i Δ x + k y j Δ y + ϕ )
  • V 2 ( i , j ) = A cos ( k i Δ x ) cos ( k j Δ y )
I. Comparison and Contrast of Properties within Each Potential:
For both potential functions:
  • Semi-Discretization Methodology: The same methodology was applied to both.
  • Conservation of Average Energy: Average energy is generally not conserved for both due to the Euler method and probabilistic hopping.
  • Stationary Average Position: Requires zero average momenta in both i and j directions for both.
  • Potential Diffusion-Like Behavior: Both potentials show the potential for diffusion-like behavior driven by fluctuating momenta.
  • Average Drift: For both, average drift is zero under zero initial average momentum and average force. Non-zero initial average momentum leads to drift.
II. Pairwise Comparison and Contrast of the Two Potentials Across Analyzed Properties:
  • Discrete Symmetries:
    -
    V 1 : Translational, rotational (if square lattice and k x = k y ), and reflection symmetries.
    -
    V 2 : Translational, permutation (if Δ x = Δ y ), rotational (if square lattice), and reflection symmetries.
    -
    Contrast: V 2 possesses permutation symmetry on a square lattice, which is not a general symmetry of V 1 .
  • Forces:
    -
    V 1 : Coupled forces where each component depends on both i and j through the argument k x i Δ x + k y j Δ y + ϕ .
    -
    V 2 : Separable forces:
    F i ( i , j ) A sin ( k i Δ x ) cos ( k j Δ y ) sin ( k Δ x ) Δ x
    F j ( i , j ) A cos ( k i Δ x ) sin ( k j Δ y ) sin ( k Δ y ) Δ y
    -
    Contrast: V 1 produces coupled forces, while V 2 produces separable forces.
  • Motion Along i = j (Square Lattice, Δ x = Δ y = a ):
    -
    V 1 : V 1 ( i , i ) = A cos ( ( k x + k y ) i a + ϕ ) .
    -
    V 2 : V 2 ( i , i ) = A cos 2 ( k i a ) = A 2 ( 1 + cos ( 2 k i a ) ) .
    -
    Contrast: Different forms of 1D periodic potentials along the line i = j .
  • Symmetries of the Forces:
    -
    The specific symmetry properties under permutation and reflection differed betIen the two potentials, reflecting the forms of their respective force expressions.
  • Symmetries of the Motion:
    -
    Both potentials resulted in motion that respects the symmetries of the potential and forces on average, given symmetric initial conditions.
III. Group-wise Comparison and Contrast Across All Analyzed Properties:
The semi-discretization methodology established a common framework, leading to similarities in high-level behaviors such as energy non-conservation, conditions for stationary average position, and the potential for diffusion. The key differences observed in This analysis stem from the distinct mathematical structures of the two potential functions, particularly regarding their symmetries and the nature of the forces they produce (coupled vs. separable).

References

  1. Goldstein, H.; Poole, C.; Safko, J. Classical Mechanics, 3rd ed.; Addison Wesley, 2002.
  2. Hairer, E.; Lubich, C.; Wanner, G. Geometric Numerical Integration: Structure-Preserving Algorithms for Ordinary Differential Equations; Springer, 2006. [CrossRef]
  3. Hairer, E.; Wanner, G. Solving Ordinary Differential Equations II: Stiff and Differential-Algebraic Problems; Springer, 1993. [CrossRef]
  4. Tuckerman, M.E. Statistical Mechanics: Theory and Molecular Simulation; Oxford University Press, 2010.
  5. Strogatz, S.H. Nonlinear Dynamics and Chaos: With Applications to Physics, Biology, Chemistry, and Engineering; Westview Press, 2015.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2025 MDPI (Basel, Switzerland) unless otherwise stated