Next Article in Journal
Unfolding Post-Quantum Cryptosystems: CRYSTALS-Dilithium, McEliece, BIKE, and HQC
Previous Article in Journal
Meshfree RBF-FD Discretization with Three-Point Stencils for Nonlinear Pricing Options Having Transaction Costs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Analysis of a Family of Difference Schemes for Solving Hyperbolic Partial Differential Equations †

by
Pavlina Atanasova
1,2,
Stoyan Cheresharov
1 and
Valentin Georgiev
1,*
1
Faculty of Mathematics and Informatics, University of Plovdiv Paisii Hilendarski, 24 Tzar Asen, 4000 Plovdiv, Bulgaria
2
Institute of Mechanics, Bulgarian Academy of Sciences, Acad. G. Bonchev Str., Bl. 4, 1113 Sofia, Bulgaria
*
Author to whom correspondence should be addressed.
This paper is an extended version of our paper published in 2024 at the New Trends in the Applications of Differential Equations in Sciences (NTADES 2024), St. Constantine and Helena, Varna, Bulgaria, 7–10 July 2024.
Mathematics 2025, 13(17), 2840; https://doi.org/10.3390/math13172840
Submission received: 9 August 2025 / Revised: 25 August 2025 / Accepted: 30 August 2025 / Published: 3 September 2025

Abstract

Partial differential equations are an integral part of modern scientific development. Hyperbolic partial differential equations are encountered in many fields and have many applications—both linear and nonlinear types, with some being semilinear and quasilinear. In this paper, a family of implicit numerical schemes for solving hyperbolic partial differential equations is derived, utilizing finite differences and tridiagonal sweep. Through the discrete Fourier transform, a necessary and sufficient condition for convergence is proven for the linear version of the family of difference schemes, expanding the known results on boundary conditions that ensure convergence. Numerical verification confirms the found condition. A series of experiments on different boundary conditions and semilinear hyperbolic PDEs show that the same condition seems to also hold in those cases. In view of the results, an optimal subset of the family is found. A comparison between the implicit schemes and an explicit analogue is conducted, demonstrating the gained efficiency of the implicit schemes.

1. Introduction

Differential equations are an indispensable tool not only in the field of mathematics but also in modeling processes in a plethora of fields. Hyperbolic partial differential equations (PDEs) have played an important role in describing such phenomena. The linear hyperbolic PDE is probably the most famous one of this kind—the wave equation. Semilinear variants are used to describe Josephson junctions [1], the planar vortex flows of an ideal fluid [2], classical dislocation theory [3], self-induced transparency [4], magnetic domain wall dynamics [5], and others [6,7,8]. Quasilinear hyperbolic PDEs can be used in shallow water wave theory, the description of the flow of one-dimensional gas, in the dynamics of a finite nonlinear string, and others [9].
Many such equations are difficult to solve analytically. This is true especially for nonlinear PDEs, despite the developed methods, some of which are the Inverse Scattering Transform [10,11], the Hirota method [12], and, more recently, the Simple Equations Method [13]. In order to deal with such difficulties, a variety of numerical methods have been developed for solving hyperbolic PDEs. Some of them are classical methods like the finite differences [14,15,16] and finite elements methods [17], whereas others are more recent—the generalized finite differences method [18], spectral/finite difference methods [19], the iterative finite difference method [20], the spatio-temporal cloud method [21], neural network-based methods [22], etc.
In the current paper, the focus is placed on a finite differences method. We will examine a family of difference schemes that has been used throughout the years [14,15,23,24], but its convergence with respect to the initial and boundary conditions has not been fully investigated. In [25], we proved a necessary condition for the convergence of the family of difference schemes. In this paper, we provide a more detailed and rigorous proof of the necessity, and we also provide the sufficiency. We further broaden the class of boundary conditions that ensures convergence.
This paper is structured in the following way: In Section 2, the problem of interest is presented, along with the required notation and theoretical background. The family of difference schemes is introduced, as well as the procedure used for computation with it and the convergence results, known in the literature. In Section 3, several auxiliary results are proven. In Section 4, the main result of this paper is formulated and proven. In Section 5, an outline of the algorithm used is presented, a numerical verification of the main result is conducted, numerical experiments concerning different boundary conditions and semilinear PDEs are carried out, conclusions are drawn, and an efficiency comparison with an explicit scheme is presented. In Section 6, the results of this paper are summarized, and future work is discussed.

2. Preliminaries

The focus of this research is the linear hyperbolic partial differential equation
u t t = c 2 u x x + f ( x , t ) , c R
defined in D = { ( x , t ) : x [ a , b ] , t [ 0 , T ] } , where c , a , b , T R , a < b , T > 0 , in addition to the initial conditions
u ( x , 0 ) = φ ( x ) , x [ a , b ] , u t ( x , 0 ) = ψ ( x ) , x [ a , b ]
and either the Dirichlet boundary conditions
u ( a , t ) = μ L ( t ) , t [ 0 , T ] , u ( b , t ) = μ R ( t ) , t [ 0 , T ]
or the boundary conditions with one Dirichlet and one Neumann condition, which, without the loss of generality, we can express as
u x ( a , t ) = ν L ( t ) , t [ 0 , T ] , u ( b , t ) = μ R ( t ) , t [ 0 , T ] .
For brevity, we will use the general form of a linear PDE:
L u = F ,
where L is a linear differential operator, and F is the inhomogeneous term. Clearly, in the current case, L = 2 t 2 c 2 2 x 2 , F = f ( x , t ) . With v ( x , t ) , we will denote the analytical solution to (1).
Let us create a difference scheme by discretizing D into a grid with steps h = b a K , τ = T N , K , N N , with h being the step for x and τ being the step for t. Let x k = a + k h , t n = n τ , u k n = u ( x k , t n ) , φ k = φ ( x k ) , ψ k = ψ ( x k ) , μ L n = μ L ( t n ) , μ R n = μ R ( t n ) , ν L n = ν L ( t n ) , and f k n = f ( x k , t n ) , k = 0 , 1 , , K , n = 0 , 1 , , N . We will further require the following sets: D = { ( x , t ) : x [ a , b ] , t [ τ , T ] } and D = { ( x , t ) : x [ a h , b ] , t [ τ , T ] } .
Analogously to (5), we will use the general form of a difference scheme:
L k n u k n = G k n ,
which will be valid for both initial boundary value problems and initial value problems, i.e., k Z .
In what follows, the notation will be introduced as the need arises. For notation that is not often recalled in the text, the reader can refer to Appendix A.

2.1. Theoretical Background

For the purposes of the analysis, we will make use of some well-known spaces. Let
l 2 = U = ( , U 1 , U 0 , U 1 , ) T : U i R m , k = | | U k | | 2 , R m 2 < ,
where | | · | | 2 , R m is the Euclidean norm in R m . Analogously, the Euclidean norm in C m will be denoted as | | · | | 2 , C m . In l 2 , we will use the norms
| | U | | 2 = k = | | U k | | 2 , R m 2
and
| | U | | 2 , h = k = | | U k | | 2 , R m 2 h ,
in which case, we will refer to the space as l 2 , h . The space of Lebesgue square-integrable functions will be denoted as
L 2 ( R ) = v : R C m : R | | v ( x ) | | 2 , C m 2 d x <
with the norm
| | v | | 2 , L = R | | v ( x ) | | 2 , C m 2 d x .
When using the norm of an operator, we will use the induced norm
| | Q | | = sup | | u | | = 1 | | Qu | | ,
where the norm | | u | | is the appropriate one of the aforementioned three. When using the Euclidean norm, we can use an exact formula.
Proposition 1
([26]). If Q is an m × m matrix, then
| | Q | | 2 = ρ ( Q * Q ) ,
where ρ ( Q ) = max { | λ | : λ is an eigenvalue of Q } is the spectral radius of Q , and Q * is the Hermitian transpose of Q . If Q is Hermitian, then | | Q | | 2 = ρ ( Q ) .
The following will be required for the auxiliary results:
Theorem 1
([27]). Let X and Y be normed spaces, and let T : X Y be a bounded operator. If there exists C > 0 such that | | T | | 1 C , then | | T 1 | | C .
Theorem 2
([27]). For the spectral radius ρ ( T ) of the bounded operator T : X X , defined on the complex Banach space X, it is true that ρ ( T ) | | T | | .
Theorem 3
([27]). Let X be a complex Banach space, T : X X be a bounded linear operator, and q ( λ ) = a n λ n + a n 1 λ n 1 + + a 0 . Then, ρ ( q ( T ) ) = q ( ρ ( T ) ) .
In what follows, U , V l 2 , U ^ L ( [ π , π ] ) , V is the solution to the PDE, and the norms that are not explicitly pointed out could be | | · | | 2 or | | · | | 2 , h , which will be clear from the context.
Definition 1
([26]). A difference scheme (6) approximating partial differential Equation (5) is a convergent scheme of order ( p , q ) if, for any t,
| | U n + 1 V n + 1 | | = O ( h p ) + O ( τ q )
as ( n + 1 ) τ t , h 0 , τ 0 .
Let us introduce the operator S ± ( u k n ) = u k ± 1 n , for which S + 1 = S , S + j ( u k n ) = u k + j n , j Z . A general two-level difference scheme can be expressed as
Q 1 U k n + 1 = Q 2 U k n + τ 2 F k n ,
where
Q 1 = j = m 3 m 4 Q 1 , j S + j , Q 2 = j = m 1 m 2 Q 2 , j S + j ,
Q 1 , j , Q 2 , j are m × m matrices, and m 1 , m 2 , m 3 , m 4 N { 0 } . Equation (8) can be expressed as an equation in l 2 , h :
Q ˜ U n + 1 = Q U n + τ 2 F n ,
where Q ˜ : l 2 , h l 2 , h , and Q : l 2 , h l 2 , h .
Definition 2
([26]). A difference scheme (9) is consistent with PDE (5) in a norm | | · | | if V ( x , t ) satisfies
Q ˜ V n + 1 = Q V n + τ 2 F n + τ 2 T n
and
| | Q ˜ 1 T n | | 0
for h , τ 0 .
Definition 3
([26]). A difference scheme (9) is said to be accurate of order ( p , q ) to PDE (5) in a norm | | · | | if V ( x , t ) satisfies
Q ˜ V n + 1 = Q V n + τ 2 F n + τ 2 T n
and
| | Q ˜ 1 T n | | = O ( h p ) + O ( τ q )
for n = 0 , 1 , , N 1 .
For the purposes of defining stability, we will utilize the homogeneous scheme
U n + 1 = B U n .
In our case, B = Q ˜ 1 Q .
Definition 4
([26]). A difference scheme (10) is stable of order n with respect to the norm | | · | | if there exist positive constants h 0 , τ 0 and non-negative constants K 1 , K 2 , and β such that
| | U n + 1 | | ( K 1 + n K 2 ) e β t | | U 0 | |
for 0 t = ( n + 1 ) τ , 0 < h h 0 and 0 < τ τ 0 .
Proposition 2
([26]). A difference scheme (10) is stable of order n with respect to | | · | | if and only if there exist positive constants h 0 , τ 0 and non-negative constants K 1 , K 2 , and β such that
| | B n | | ( K 1 + n K 2 ) e β t
for 0 < h h 0 , 0 < τ τ 0 and 0 t = ( n + 1 ) τ .
Even though we define stability for a homogeneous scheme, the same definition also works for inhomogeneous schemes [26]. It is also worth pointing out that the linear growth of | | B n | | with respect to n is permissible due to the truncation error of the difference scheme being multiplied by τ 2 . Then, in the proof of Proposition 2, due to τ n T , the leftover τ ensures the convergence of the method. For further details, please refer to [26].
Definition 5
([26]). Let U l 2 . The discrete Fourier transform of U is
F ( U ) ( ξ ) = U ^ ( ξ ) = 1 2 π k = e i k ξ U k
for ξ [ π , π ] .
It is easy to see that F ( S ± U ) = e ± i ξ F ( U ) .
Proposition 3
([26]). If U l 2 and U ^ is the discrete Fourier transform of U , then | | U ^ | | 2 , L = | | U | | 2 .
By taking the discrete Fourier transform of (10), we get the expression
j = m 3 m 4 Q 1 , j e i j ξ U ^ n + 1 = j = m 1 m 2 Q 2 , j e i j ξ U ^ n ,
which is equivalent to
U ^ n + 1 ( ξ ) = j = m 3 m 4 Q 1 , j e i j ξ 1 j = m 1 m 2 Q 2 , j e i j ξ ( U ^ n ) .
Let us define the matrix
G ( ξ ) = j = m 3 m 4 Q 1 , j e i j ξ 1 j = m 1 m 2 Q 2 , j e i j ξ ,
which is called the amplification matrix of the difference scheme. A simple consequence of Proposition 3 is
Theorem 4
([26]). Difference scheme (10) is stable of order n with respect to the l 2 , h norm if and only if there exist positive constants h 0 , τ 0 and non-negative constants K 1 , K 2 , and β such that
| | G n ( ξ ) | | 2 ( K 1 + n K 2 ) e β t
for 0 t = ( n + 1 ) τ , 0 < h h 0 , 0 < τ τ 0 and every ξ [ π , π ] .
We will require a special case of Lax’s equivalence theorem.
Theorem 5
([26]). A two-level scheme (6) for linear PDE (5), which is second order with respect to t, is convergent in the norm | | · | | for an initial value problem if and only if it is consistent and stable of order n.
The next theorem will be paramount for the proof of the main result.
Theorem 6
([26]). Suppose that a three-level difference scheme is consistent of order ( p , q ) with a partial differential order, which is second order in time and stable of order n. Then, if the initial conditions approximate w k n = v k n u k n in such a way that w k 0 = 0 and w k 1 = O ( τ h p ) + O ( τ q + 1 ) , the difference scheme is convergent of order ( p , q ) .
Finally, let us explain the connection between schemes for initial value problems and initial boundary value problems. By using the Fourier modes u k n = ξ n e 2 i j x k a b a π , j = 0 , 1 , , K and substituting them into the difference scheme, a necessary condition for the stability of the scheme is | ξ | 1 . This procedure is known as the discrete von Neumann stability criterion. For some problems, this criterion also leads to a sufficient condition.
Theorem 7
([26]). A scheme for solving an initial value problem with a periodic initial condition is stable with respect to the finite dimensional l 2 , h norm on one period if and only if it satisfies the discrete von Neumann stability criterion.
Let us point out that the finite dimensional l 2 , h norm is taken over one period of the function.
In [26], it is concluded that, if both boundary conditions are Dirichlet, with one being a zero condition or one being a zero Dirichlet condition and one being a zero Neumann condition, approximated via a second-order approximation, one can transform the problem into a problem with a periodic initial condition. This can be achieved by extending the initial condition evenly and/or oddly along the appropriate boundaries.
As a final note, the eigenvalues of the amplification matrix coincide with the values of ξ , found via the discreet von Neumann procedure. Thus, the conclusions made via Theorem 7 can be applied to the approach used in this paper.

2.2. The σ Scheme

We will need the next proposition to create the difference scheme.
Proposition 4.
Let g ( x ) C 2 ( [ a , b ] ) . Then,
g ( x ) = σ g ( x + h ) + ( 1 2 σ ) g ( x ) + σ g ( x h ) + O ( h 2 )
for σ , h R .
The proof consists of a simple use of the Taylor expansion of g ( x ) and is therefore omitted. Using this proposition, instead of focusing on (1), we can examine
u t t = σ c 2 u x x | t + τ + ( 1 2 σ ) c 2 u x x | t + σ c 2 u x x | t τ + f ( x , t ) ,
assuming that u x x C 2 ( D ) . Instead of using Proposition 4, a linear interpolation argument is given in [28]. By finding an approximate solution to (11), we will find an approximate solution to (1), with an additional error of O ( τ 2 ) .
Using the second-order approximations of u t t and u x x and dropping the truncation errors, we get the scheme
u k n + 1 2 u k n + u k n 1 τ 2 = σ c 2 u k + 1 n + 1 2 u k n + 1 + u k 1 n + 1 h 2 + ( 1 2 σ ) c 2 u k + 1 n 2 u k n + u k 1 n h 2 + σ c 2 u k + 1 n 1 2 u k n 1 + u k 1 n 1 h 2 + f k n ,
which is well-known [14,23,24]. In [14], convergence is established using only a necessary condition, whereas in [15], a more general version is presented, the stability of which is not discussed. This more general difference scheme uses Proposition 4 on u x x + f ( x , t ) instead of only on u x x . We decided not to take this approach due to the nonlinear system that would need to be solved when modifying this scheme to be suitable for semilinear PDEs. In our case, we will get a linear system of equations even if f = f ( x , t , u ) . We will return to this point in Section 5.2.
Let γ = c 2 τ 2 h 2 . After some algebraic manipulation, (12) takes the form
σ γ u k + 1 n + 1 + ( 2 σ γ + 1 ) u k n + 1 σ γ u k 1 n + 1 = = ( 1 2 σ ) γ u k + 1 n + 2 ( 1 ( 1 2 σ ) γ ) u k n + ( 1 2 σ ) γ u k 1 n + σ γ u k + 1 n 1 ( 1 + 2 σ γ ) u k n 1 + σ γ u k 1 n 1 + τ 2 f k n ,
for k = 1 , 2 , , K 1 , n = 1 , 2 , , N 1 . Let the right-hand side of the equation be denoted as r l , l = 1 , 2 , , K 1 . Then, we can express the equations more succinctly as
A u n + 1 = r n ,
where, using the Dirichlet boundary conditions (3),
A = 2 σ γ + 1 σ γ 0 σ γ 2 σ γ + 1 σ γ 0 0 σ γ 2 σ γ + 1 σ γ 0 σ γ 2 σ γ + 1 ,
u n + 1 = ( u 1 n + 1 , u 2 n + 1 , , u K 2 n + 1 , u K 1 n + 1 ) T ,
r n = r 1 n + σ γ μ L n + 1 , r 2 n , , r K 2 n , r K 1 n + σ γ μ R n + 1 T ,
r l n = ( 1 2 σ ) γ u l + 1 n + 2 ( 1 ( 1 2 σ ) γ ) u l n + ( 1 2 σ ) γ u l 1 n + σ γ u l + 1 n 1 ( 1 + 2 σ γ ) u l n 1 + σ γ u l 1 n 1 + τ 2 f l n , l = 1 , 2 , , K 1 .
Since we need the values of u k n for n and n 1 in order to find the values of the next layer, we will have to calculate the first layer in a different way. Since the scheme that calculates the first layer does not need to be stable [26], we will use an explicit scheme for the first layer, that is, σ = 0 . By supposing that the solution v exists in D , using the second initial condition from (2) and dropping the truncation error term, we get that
u k 1 u k 1 2 τ = ψ k or u k 1 = u k 1 2 τ ψ k .
By substituting n = 0 in (13) and taking into account that u k 0 = φ k , we are left with
u k 1 = γ 2 φ k + 1 + φ k 1 + ( 1 γ ) φ k + τ ψ k + τ 2 2 f k 0 ,
from where we can find the values of u k 1 , k = 1 , 2 , , K 1 .
If we have the boundary conditions (4), then we can use the second-order approximation of u x in order to find that
u 1 n u 1 n 2 h = ν L n or u 1 n = u 1 n 2 h ν L n ,
where we assume that the solution v exists in D and drop the truncation error term. This leads to an additional equation when k = 0 in (13) of the form
( 2 σ γ + 1 ) u 0 n + 1 2 σ γ u 1 n + 1 = 2 ( 1 ( 1 2 σ ) γ ) u 0 n + 2 ( 1 2 σ ) γ u 1 n ( 1 + 2 σ γ ) u 0 n 1 + 2 σ γ u 1 n 1 + τ 2 f 0 n 2 σ γ h ν L n + 1 + ν L n 1 2 ( 1 2 σ ) γ h ν L n .
In a similar manner to the Dirichlet case, we get the system
A u n + 1 = r n ,
where 
A = 2 σ γ + 1 2 σ γ 0 σ γ 2 σ γ + 1 σ γ 0 0 σ γ 2 σ γ + 1 σ γ 0 σ γ 2 σ γ + 1 ,
u n + 1 = ( u 0 n + 1 , u 1 n + 1 , , u K 2 n + 1 , u K 1 n + 1 ) T ,
r n = r 0 n , r 1 n , , r K 2 n , r K 1 n + σ γ μ R n + 1 T
and the first layer can be found via the same equations as in the Dirichlet case with the addition of
u 0 1 = ( 1 γ ) φ 0 + γ φ 1 + τ ψ 0 γ h ν L 0 + τ 2 2 f 0 0 .
In both cases, a tridiagonal linear system of equations has to be solved at each step. This can be efficiently carried out by a tridiagonal sweep, also known as the Thomas algorithm [26,29]. In order to ensure the stability of solving the system, we will use the following:
Proposition 5
([29]). If, for the system of K 1 equations,
a k u k 1 + b k u k + c k u k + 1 = d k , k = 1 , 2 , , K 1
it is true that | b k | | a k | + | c k | , then the tridiagonal sweep is stable.
Some results concerning the scheme are presented.
Theorem 8
([23]). A sufficient condition for the convergence of (12) with boundary conditions μ L ( t ) = μ R ( t ) = 0 and γ 1 1 + ε , ε > 0 is σ 1 + ε 4 1 4 γ .
Theorem 9
([24]). A necessary condition for the convergence of (12) with 0 σ 1 is σ 1 4 1 4 γ .

3. Auxiliary Results

Let us first find a sufficient condition for the stability of the tridiagonal sweep.
Proposition 6.
For the solving of systems (14) and (18) via tridiagonal sweep to be stable, it is sufficient that σ 1 4 γ .
Proof. 
Since in (14), the unknowns are { u k n + 1 } k = 1 K 1 , we can apply Proposition 5. Because a k = c k = σ γ , b k = 1 + 2 σ γ , a sufficient condition for the stability of the tridiagonal sweep is
| 1 + 2 σ γ | 2 | σ γ | .
Due to γ > 0 , we will consider only the sign of σ . If σ 0 , then the inequality is obviously fulfilled. If σ < 0 , then the inequality turns into
| 1 + 2 σ γ | 2 σ γ ,
whose solution is σ 1 4 γ .
In system (18), we have another equation for which we require that | 1 + 2 σ γ | | 2 σ γ | , which has already been checked.    □
The remaining propositions and lemmas will aid us in proving the convergence of the scheme.
Proposition 7.
Let Q ˜ : l 2 , h l 2 , h be a bounded linear operator. For the matrix that is the result of applying the discrete Fourier transform on Q ˜ , G ˜ = G ˜ ( ξ ) , let it be true that | λ m i n ( ξ ) | 1 C , C > 0 for every ξ [ π , π ] and every h and τ, where λ m i n ( ξ ) is the eigenvalue of G ˜ ( ξ ) with the smallest modulus. Then,
| | Q ˜ 1 | | C .
Proof. 
Let S ( ξ ) , λ ( ξ ) be an eigenvector of G ˜ ( ξ ) and its eigenvalue, respectively. Then,
| | Q ˜ | | = sup | | U | | 2 , h = 1 | | Q ˜ U | | 2 , h = sup h | | U | | 2 = 1 h | | Q ˜ U | | 2   = V = h U sup | | V | | 2 = 1 | | Q ˜ V | | 2 = sup | | V ^ | | 2 , L = 1 | | G ˜ ( ξ ) V ^ | | 2 , L G ˜ ( ξ ) S | | S | | 2 , L 2 , L = 1 | | S | | 2 , L λ S 2 , L 1 | | S | | 2 , L λ m i n S 2 , L 1 C | | S | | 2 , L S 2 , L = 1 C .
Then, from Theorem 1, it follows that | | Q ˜ 1 | | C .    □
Proposition 8.
Let Q ˜ : l 2 , h l 2 , h be a linear operator. Let G ˜ = G ˜ ( ξ ) be the matrix that is a result of applying the discrete Fourier transform on Q ˜ . If G ˜ = G ˜ ( ξ ) is bounded for every ξ [ π , π ] and every h and τ, then
| | Q ˜ | | max ξ [ π , π ] | | G ˜ ( ξ ) | | 2 .
Proof. 
The following chain of inequalities proves the claim:
| | Q ˜ | | = sup | | V ^ | | 2 , L = 1 | | G ˜ ( ξ ) V ^ | | 2 , L = sup | | V ^ | | 2 , L = 1 π π | | G ˜ ( ξ ) V ^ ( ξ ) | | 2 , C m 2 d ξ sup | | V ^ | | 2 , L = 1 π π | | G ˜ ( ξ ) | | 2 2 | | V ^ ( ξ ) | | 2 , C m 2 d ξ max ξ [ π , π ] | | G ˜ ( ξ ) | | 2 .    
Proposition 9.
If a difference scheme (10) is stable of order n in the norm | | · | | 2 , h , then there exist positive constants h 0 , τ 0 , and C independent of h , τ , and ξ such that, for the spectral radius of the amplification matrix, it holds that
ρ ( G ( ξ ) ) 1 + C τ ,
for 0 < h h 0 , 0 < τ τ 0 and for every ξ [ π , π ] .
Proof. 
By way of contradiction, let us assume that the inequality does not hold. Then, for every constant C > 0 , there exists ξ such that ρ ( G ) ( ξ ) > 1 + C τ . Because the scheme is stable of order n, there exist K 1 0 , K 2 0 , and β 0 so that | | G n + 1 ( ξ ) | | 2 ( K 1 + K 2 n ) e β t from which G n + 1 ( ξ ) is bounded for every t = ( n + 1 ) τ and every fixed n N .
From Theorem 2, it follows that | | G n + 1 | | 2 ρ ( G n + 1 ) , while from Theorem 3, it follows that ρ ( G n + 1 ) = ρ ( G ) n + 1 . Let us define a sequence C l such that C l when l . Then, there exists a sequence ξ l for which it holds that ρ ( G ) ( ξ l ) > 1 + C l τ . By taking K = max { K 1 e β t , K 2 e β t } , there exists L N such that C L + p > K τ , p N . Then, from the chain of inequalities
( K 1 + K 2 n ) e β t | | G n + 1 ( ξ L + p ) | | 2 ρ ( G ) n + 1 ( ξ L + p ) ( 1 + C L + p τ ) n + 1 = i = 0 n + 1 n + 1 i C L + p τ 1 + ( n + 1 ) C L + p τ > K ( n + 1 )
we reach a contradiction.    □
Remark 1.
Since C does not depend on τ and (21) holds for 0 < τ τ 0 , τ 0 > 0 , when τ 0 , we get that ρ ( G ( ξ ) ) 1 for every ξ [ π , π ] .
In order to examine the stability of the difference scheme, we will transform it into a scheme for solving a system of differential equations. Equivalent to scheme (13) is
Q 1 U k n + 1 = Q U k n + τ 2 F k n ,
where U k n = ( u k n , u k n 1 ) T , F k n = ( f k n , 0 ) T , Q 1 = σ γ ( S + + S ) + 2 σ γ + 1 0 0 1 , Q = ( 1 2 σ ) γ ( S + + S ) + 2 ( 1 ( 1 2 σ ) γ ) σ γ ( S + + S ) ( 1 + 2 σ γ ) 1 0 .
Let us express this system as an equation in l 2 , h :
Q ˜ 1 U n + 1 = Q ˜ U n + τ 2 F n ,
where U n = ( , U 1 n , U 0 n , U 1 n , ) T , F n = ( , F 1 n , F 0 n , F 1 n , ) T ,
Q ˜ 1 = Q 1 0 0 0 Q 1 0 0 0 Q 1 , Q ˜ = Q 0 0 0 Q 0 0 0 Q .
We apply the discrete Fourier transform to (23) by leaving out the nonhomogeneous term. If F ( U n + 1 ) = U ^ n + 1 = U ^ 1 n + 1 U ^ 2 n + 1 , then we are left with
1 + 4 σ γ sin 2 ξ 2 0 0 1 U ^ n + 1 = = 2 4 γ ( 1 2 σ ) sin 2 ξ 2 1 4 σ γ sin 2 ξ 2 1 0 U ^ n .
or, equivalently,
U ^ n + 1 = 2 4 γ ( 1 2 σ ) sin 2 ξ 2 1 + 4 σ γ sin 2 ξ 2 1 1 0 U ^ n = G ( ξ ) U ^ n .
This algebraic manipulation is possible when 1 + 4 σ γ sin 2 ξ 2 0 . If it happens that 1 + 4 σ γ sin 2 ξ 2 = 0 for some ξ [ π , π ] , then ( 0 , u ^ n ) = ( 4 γ sin 2 ξ 2 u ^ n , u ^ n ) , which holds only for the trivial solution u ^ n = 0 , n N . From Theorem 3, u k n = 0 , n N , k Z . Not only is this case not of any practical interest, but it is also easy to see that the scheme is stable in this case. Consequently, we will assume that 1 + 4 σ γ sin 2 ξ 2 0 .
Lemma 1.
Let σ 1 4 1 4 γ and h = C τ , C > 0 . Then, for the operator Q ˜ 1 , it holds that
min c C 2 , 1 | | Q ˜ 1 | | max { 1 + 4 σ γ , 1 } and Q ˜ 1 1 1 min c C 2 , 1 .
Proof. 
Let us consider the matrix that is a result of applying the discrete Fourier transform on Q ˜ 1 , G ( ξ ) = 1 + 4 σ γ sin 2 ξ 2 0 0 1 . This is a Hermitian matrix with eigenvalues λ 1 = 1 , λ 2 = 1 + 4 σ γ sin 2 ξ 2 . Both eigenvalues are positive because
λ 2 = 1 + 4 σ γ sin 2 ξ 2 1 + ( γ 1 ) sin 2 ξ 2 min γ , 1 = min c C 2 , 1 > 0 .
Thus, | | G ( ξ ) | | 2 = max 1 + 4 σ γ sin 2 ξ 2 , 1 and
| λ m i n | = min 1 + 4 σ γ sin 2 ξ 2 , 1 min c C 2 , 1 > 0 .
From Propositions 7 and 8, the claim of the lemma follows.    □
Lemma 2.
Let v ( x , t ) C 4 ( R × [ 0 , T ] ) , every fourth derivative of v ( x , t ) be in l 2 , h for every h , τ , h = C τ , C > 0 , and σ 1 4 1 4 γ . Then, the difference scheme (13) is accurate of order ( 2 , 2 ) to the PDE (1).
Proof. 
Taking into account (22) and substituting V k n = ( v k n , v k n 1 ) T , it is easy to see that the truncation error is of the form T k n = ( T k n , 0 ) T . Thus, we can calculate the truncation error of v ( x , t ) in (13) for an estimate of T k n . By using the Taylor expansion of v ( x , t ) around ( x k , t n ) in (13), we are left with
τ 2 T k n = v k n + τ v t k n + 1 2 τ 2 v t t k n + 1 6 τ 3 v t t t k n σ γ h 2 v x x k n + τ h 2 v t x x k n 2 v k n ( 1 2 σ ) γ h 2 v x x k n + v k n τ v t k n + 1 2 τ 2 v t t k n 1 6 τ 3 v t t t k n σ γ h 2 v x x k n τ h 2 v t x x k n τ 2 f k n + τ 2 O ( τ 2 ) + O ( h 2 ) = τ 2 O ( τ 2 ) + O ( h 2 ) .
The terms in the truncation error are made up of different fourth-order derivatives of v ( x , t ) . Since every fourth-order derivative of v ( x , t ) is in l 2 for every h , τ , then it is true that | | O ( τ 2 ) + O ( h 2 ) | | 2 , h h O ( τ 2 ) + O ( h 2 ) O ( τ 2 ) + O ( h 2 ) because either h 1 or h can be absorbed into the big O notation. Because h = C τ , we can apply Lemma 1. Then, for the difference scheme (23), it is true that
| | Q ˜ 1 1 T n | | 2 , h 1 min c C 2 , 1 | | O ( τ 2 ) + O ( h 2 ) | | 2 , h O ( τ 2 ) + O ( h 2 ) ,
From Definition 3, it follows that the scheme is accurate of order ( 2 , 2 ) to the PDE (1).    □
Lemma 3.
Let v ( x , t ) C 4 ( R × [ τ , T ] ) , v t t t and every fourth derivative of v ( x , t ) be in l 2 , h for every h , τ , h = C τ , C > 0 and σ 1 4 1 4 γ . Then, the initial conditions for (13) approximate w k n in such a way so that w k 0 = 0 and w k 1 = O ( τ h 2 ) + O ( τ 3 ) .
Proof. 
Since u k 0 = v k 0 , then w k 0 = 0 , k Z . Let us consider the truncation error in the form of (23). Then, the equation for U 1 is
2 Q ˜ 1 U 1 = I ,
where
I k = ( ( 1 2 σ ) γ φ k + 1 + 2 ( 1 ( 1 2 σ ) γ ) φ k + ( 1 2 σ ) γ φ k 1 2 σ γ τ ψ k + 1 + 2 ( 1 + 2 σ γ ) τ ψ k 2 σ γ τ ψ k 1 + τ 2 f k 0 , φ k ) .
For V 1 , it is true that
2 Q ˜ 1 V 1 = I + E ,
where E k = ( E k , 0 ) . Subtracting (24) from (25), we are left with 2 Q ˜ 1 W 1 = E , where W k 1 = ( w k 1 , w k 0 ) T . Since W k 1 = ( w k 1 , 0 ) T and | | W 1 | | 2 , h | | ( 0 , W k 1 , 0 ) | | 2 , h = h | w k 1 | , if | | W k 1 | | 2 , h h O ( τ h 2 ) + O ( τ 3 ) , then | w k 1 | O ( τ h 2 ) + O ( τ 3 ) , with which we can claim that w k 1 = O ( τ h 2 ) + O ( τ 3 ) . Like in the proof of Lemma 2, we will use the Taylor expansions of v and v t around ( x k , t 0 ) and substitute in (16). For E k , we find that
E k = 2 v k 0 + 2 τ v t k 0 + τ 2 v t t k 0 + 1 3 τ 3 v t t t k 0 2 σ γ h 2 v x x k 0 2 σ γ τ h 2 v t x x k 0 2 v k 0 ( 1 2 σ ) γ h 2 v x x k 0 2 τ v t k 0 + 2 σ γ τ h 2 v t x x τ 2 f k 0 + O ( τ 4 ) + O ( τ 2 h 2 ) = O ( τ 3 ) + O ( τ 2 h 2 ) ,
where the terms in the truncation error consist of fourth-order derivatives of v ( x , t ) and v t t t . Analogously to the proof of Lemma 2, we conclude that | | E | | 2 , h h O ( τ 3 ) + O ( τ 2 h 2 ) . Using Lemma 1, we find that
| | W 1 | | 2 , h | | ( 2 Q ˜ 1 ) 1 E | | 2 , h h O ( τ 3 ) + O ( τ 2 h 2 ) .
Hence, w k 1 = O ( τ 3 ) + O ( τ h 2 ) .    □

4. Main Result

Before moving on, let us point out that a similar argument for proving the necessity of the main result was first examined and published by some of the authors in [25]. Since the current approach slightly differs from the one used in [25], we will present it in its entirety.
Theorem 10.
Let v ( x , t ) C 4 ( R × [ τ , T ] ) , v t t t , and every fourth derivative of v ( x , t ) be in l 2 , h for every h , τ , h = C τ , C > 0 . Then, the difference scheme (13), used to solve an initial value problem, is convergent of order ( 2 , 2 ) in l 2 , h if and only if
σ 1 4 1 4 γ .
Proof. 
Let the scheme be convergent and σ < 1 4 1 4 γ . Since the scheme is convergent and is used for a two-level scheme (that is, (22) for a linear PDE), by Theorem 5, it follows that the scheme is stable of order n. From Proposition 9, it is true that | λ i ( ξ ) | 1 for every ξ [ π , π ] , where λ i , i = 1 , 2 are the eigenvalues of G ( ξ ) . Let A = 2 4 γ ( 1 2 σ ) sin 2 ξ 2 1 + 4 σ γ sin 2 ξ 2 . Then, the eigenvalues are λ ± = A 2 ± A 2 4 1 . Assume that A 2 4 > 1 . If A > 0 , then | λ + | > 1 , whereas if A < 0 , then | λ | > 1 . Therefore, A 2 4 1 , i.e., | A | 2 . Then, it is easy to calculate that | λ ± | = 1 .
If the denominator of A becomes negative for some ξ , then, from the continuity of sin 2 ξ 2 , there exists ξ such that 1 + 4 σ γ sin 2 ξ 2 = 0 . From the continuity of A, when ξ ξ , it holds that lim ξ ξ | A | = + from which we can conclude that there exists ξ such that | A | > 2 , which is a contradiction.
Let the denominator of A be positive for all ξ [ π , π ] . The inequality | A | 2 reduces to the inequalities
4 γ sin 2 ξ 2 0 and 0 1 + ( 4 σ 1 ) γ sin 2 ξ 2 .
The first one is clearly true, whereas by analyzing the minimum and maximum value of g ( ξ ) = 1 + γ ( 4 σ 1 ) sin 2 ξ 2 on the interval [ π , π ] , we see that the second inequality holds for σ 1 4 1 4 γ . Since we assumed that σ < 1 4 1 4 γ , then the scheme is not stable of order n, hence reaching a contradiction and establishing the necessity of the claim.
In order to prove the sufficiency, we will use Theorem 6. By Lemmas 2 and 3, we have that the three-level difference scheme (13) approximates the PDE (1) of order ( 2 , 2 ) and that the initial conditions approximate w k n in such a way that w k 0 = 0 and w k 1 = O ( τ h 2 ) + O ( τ 3 ) . What remains is to show the stability order n of the scheme.
To this end, we will use the Schur decomposition of G ( ξ ) . Let z = λ + . Then, z ¯ = λ . The eigenvector of G ( ξ ) corresponding to λ is v = ( 1 , z ) T . Let y 1 = 1 2 v . Then, using the Gram–Schmidt process with y 1 and v = ( 0 , 1 ) T , we find the unit vector y 2 = 1 2 ( z ¯ , 1 ) T , which is orthogonal to y 1 . Forming the unitary matrix U = ( y 1 , y 2 ) = 1 2 1 z ¯ z 1 , it is easy to calculate that
U * G U = z ¯ A z ¯ 0 z = T .
Noticing that T n = U * G n U and the fact that the spectral radius is unitarily invariant, we conclude that | | G n | | 2 = | | T n | | 2 . By a simple induction argument, it can be shown that
T n = z ¯ n A z ¯ k = 0 n 1 z ¯ k z n 1 k 0 z n .
Let p = A z ¯ k = 0 n 1 z ¯ k z n 1 k . Then, T n * T n = 1 p · z n p ¯ · z ¯ n | p | 2 + 1 and the eigenvalues of T n * T n are
λ 1 , 2 = 1 2 | p | 2 + 2 ± | p | 4 + 4 | p | 2 .
For | p | , it holds that
| p | = | A | | z ¯ | k = 0 n 1 z ¯ k z n 1 k 2 k = 0 n 1 | z ¯ k z n 1 k | = 2 n .
Since the eigenvalue with + has a bigger modulus and is positive, we find that
ρ T n * T n = max { λ 1 , λ 2 } 1 2 | p | 2 + 2 + | p | 4 + 4 | p | 2 1 + ( 2 + 2 2 ) n 2 ,
from which we conclude that
| | G n | | 2 = | | T n | | 2 = ρ T n * T n 1 + ( 2 + 2 2 ) n 2 1 + 2 + 2 2 n .
By applying Theorem 4 with K 1 = 1 , K 2 = 2 + 2 2 , β = 0 , and arbitrary h 0 > 0 , τ 0 > 0 , it follows that (13) is stable of order n. Therefore, by Theorem 6, the scheme is convergent of order ( 2 , 2 ) .
Hence, we conclude that the scheme is convergent of order ( 2 , 2 ) for an initial value problem if and only if σ 1 4 1 4 γ .    □
In order to formulate theorems for initial boundary value problems, we can use the arguments from the end of Section 2.1. First, we will present a way to weaken the assumptions.
Let us first look at the boundary conditions (3). Suppose that a solution { z k n } to difference Equation (13) with f k n = 0 exists for suitable initial and Dirichlet boundary conditions with the following property:
z 0 n = μ L n or z K n = μ R n
Without the loss of generality, let the former hold. In that case, by defining u * k n = u k n z k n , we get a problem with a left zero Dirichlet condition, which allows us to use the previous result to conclude that the scheme would be stable. Finding solutions to (13) is no trivial task. Some boundary conditions that are suitable are μ L ( t ) = χ 1 , μ L ( t ) = χ 2 a c + t , μ L ( t ) = χ 3 a c + t 2 , and μ L ( t ) = χ 4 a c + t 3 for χ 1 , χ 2 , χ 3 , χ 4 R , with a , c being the constants from the formulation of the problem (Section 2). As an example, if μ L ( t ) = χ 4 a c + t 3 , then { z k n } = g ( x k , t n ) , where g ( x , t ) = χ 4 1 c x + t 3 . Clearly, a linear combination of such conditions would also fulfill this property.
As far as the Neumann property goes, we have to tread more carefully. Assuming a left Neumann condition, u 1 n = u 1 n is paramount for maintaining symmetry and allowing for an odd extension along the left boundary. That is why if we can assume that a solution { z k n } to difference Equation (13) with f k n = 0 exists for a suitable initial condition with the property
z k n fulfills ( 17 ) and z K n = μ R n .
then, as in the Dirichlet case, by setting u * k n = u k n z k n , we are left with a problem with zero Neumann and zero Dirichlet boundary conditions, thus being able to apply the reasoning from the end of Section 2.1. One such example of boundary conditions for which this holds is
ν L ( t ) = χ 1 , μ R ( t ) = χ 1 b + χ 1 c t + χ 2
where χ 1 , χ 2 R , whereas c and b are again the constants from the formulation of the problem. Another example is ν L ( t ) = 2 χ 3 a + χ 3 c t , μ R ( t ) = χ 3 ( b + d t ) 2 , where χ 3 R , and a is from the formulation of the problem.
We are ready to present theorems for initial boundary value problems.
Theorem 11.
Let v ( x , t ) C 4 ( D ) , and h = C τ , C > 0 . Let the boundary conditions be Dirichlet boundary conditions, for which there exists a solution to (13) with property (26). Then, difference scheme (13) is convergent of order ( 2 , 2 ) in the finite dimensional l 2 , h if and only if
σ 1 4 1 4 γ .
Theorem 12.
Let v ( x , t ) C 4 ( D ) , and h = C τ , C > 0 . Let the left boundary condition be a Neumann boundary condition and the right boundary condition be a Dirichlet one such that there exists a solution to (13) with property (27). Then, difference scheme (13) is convergent of order ( 2 , 2 ) in the finite dimensional l 2 , h if and only if
σ 1 4 1 4 γ .
Remark 2.
We can formulate a theorem analogous to 12 for a right Neumann boundary condition by replacing property (27), with there existing a solution { z k n } of difference Equation (13) with an appropriate initial condition such that z k n fulfills an equation analogous to (17) for a right Neumann boundary condition and z 0 n = μ L n . , and the set D with { ( x , t ) : x [ a , b + h ] , t [ τ , T ] } .
These results expand upon the previously known results in two ways. First, the σ condition is found to be both necessary and sufficient without any other restrictions on γ and σ , as in Theorems 8 and 9, respectively. The second is that, unlike in Theorem 8, the boundary conditions are more diverse than zero Dirichlet conditions.

5. Numerical Verification

In this section, we will conduct a numerical verification of the main result. The verification consists of repeatedly solving PDEs with varying values for σ . In the first example, σ [ 0 , 1.5 ] , whereas due to the conclusions from the numerical verification, every other example has σ [ 0 , 1 ] , where, in both cases, we go through the entire interval with a step of Δ σ = 0.001 . In Example 1, we also present some results with negative σ . The measured errors are
L = max k , n | v ( x k , t n ) u k n | , RMSE = 1 ( K 1 ) ( N 1 ) k , n ( v ( x k , t n ) u k n ) 2 ,
where k = 1 , 2 , , K 1 , n = 1 , 2 , , N . In Example 2, the errors also include the points along the left boundary, i.e., k = 0 . All of the computations in this section are performed using a regular laptop (AMD A10 Pro-7350B CPU—2.10 GHz) and the programming language Julia (ver. 1.11.2.), and all calculations were performed using Float64. Pseudorandom components were not used. In order to avoid minute details in describing the procedure, a short pseudocode describing the algorithm is presented in Algorithm 1. The function tridiagonalsweep was implemented according to [26].
Algorithm 1: Solving (1) with boundary conditions (3) using difference scheme (13).
Mathematics 13 02840 i001
Algorithm 1 can be adapted to a problem with a left Neumann condition by replacing the boundary condition μ L ( t 1 ) in line 4 with (20) and μ L ( t n ) , tridiagonal_sweep ( r n ) in line 6 with tridiagonal_sweep ( r n ) , where r n is the vector from (19). An adaptation to a right Neumann boundary condition can be achieved in a similar manner. For completeness, we will mention that the already found values of u k n were kept in a list for the convenient appending of new values and the reading of old values for calculating (16) and (15).

5.1. Linear Hyperbolic PDEs

Example 1.
Let us consider the equation u t t = u x x + 0.8 ( 0.4 ( x + t ) + 2 ) 2 , along with the initial and boundary conditions
φ ( x ) = x 0.4 x + 2 , x [ 0 , 1 ] , ψ ( x ) = 0.4 x ( 0.4 x + 2 ) 2 , x [ 0 , 1 ] , μ L ( t ) = 0 , t [ 0 , 20 ] , μ R ( t ) = 1 0.4 ( 1 + t ) + 2 , t [ 0 , 20 ] .
The exact solution is v ( x , t ) = x 0.4 ( x + t ) + 2 . The mesh is built with K = 150 , N = 600 , which leads to γ = 25 . Clearly, v ( x , t ) C 4 ( D ) , and h = 1 5 τ . We also have two Dirichlet boundary conditions, for which there exists a solution { z k n } with property (26) ( μ L is constant). By Theorem 11, the difference scheme is convergent if and only if σ 0.24 .
The results around σ = 0.24 are presented in Table 1. We see that the scheme has enormous errors when σ < 0.24 , but, from σ = 0.24 onward, the scheme’s errors become smaller in accordance with the expected order of the scheme ( O ( τ 2 ) + O ( h 2 ) 10 5 ). This is due to the instability of the scheme for σ < 0.24 . Since the errors when σ < 0.24 and σ 0.24 are qualitatively different, in Figure 1, only the errors when σ 0.24 are presented.
As we can see, the errors seem to be growing with σ. This will be further discussed in Section 5.3. For now, we will continue with σ [ 0 , 1 ] for the next examples.
Before we move on, we will solve this example with T = 2 , thus leading to γ = 1 4 . Since h = 2 τ and every other condition has not changed, then, according to Theorem 11, the scheme is convergent if and only if σ 0.75 . In Table 1, we can observe that the condition holds.
Example 2.
Let us consider the equation u t t = u x x , along with the initial and boundary conditions
φ ( x ) = cos ( x ) + 1 , x 0 , π 2 , ψ ( x ) = 0 , x 0 , π 2 , ν L ( t ) = 0 , t [ 0 , 20 ] , μ R ( t ) = 1 , t [ 0 , 20 ] .
The exact solution is v ( x , t ) = cos ( x ) cos ( t ) + 1 . The mesh is built with K = 400 , N = 900 , which leads to γ = 25,600 81 π 2 32.022 . Since v ( x , t ) C 4 ( D ) , h = 9 π 160 τ , and for the boundary conditions, there exists a solution { z k n } to difference scheme (13) with property (27) (boundary conditions (28) with χ 1 = 0 , χ 2 = 1 ), by Theorem 12, we conclude that the difference scheme is convergent if and only if σ 1 4 81 π 2 102,400 0.2422 .
Like in the previous example, the results around σ = 0.242 are presented in Table 2. They agree with the conclusions of Theorem 12. Analogous graphs are shown in Figure 2.
Example 3.
Let us consider the equation u t t = u x x , along with the initial and boundary conditions
φ ( x ) = cosh ( x ) , x [ 0 , 1 ] , ψ ( x ) = sinh ( x ) , x [ 0 , 1 ] , ν L ( t ) = sinh ( t ) , t [ 0 , 5 ] , μ R ( t ) = cosh ( t + 1 ) , t [ 0 , 5 ] .
The exact solution is v ( x , t ) = cosh ( x + t ) . The mesh is built with K = 400 , N = 1000 , which leads to γ = 4 . It can be checked that the obvious candidate for a solution of difference scheme (13) { z k n } = v ( x k , t n ) is not a solution. Further, even if we had the boundary condition μ L ( t ) = cosh ( t ) , we would still not be able to apply Theorem 11 for similar reasons. If we were to ignore that requirement and assume that we could apply Theorem 12 (Theorem 11), we would conclude that the difference scheme is convergent if and only if σ 1 4 1 16 = 3 16 = 0.1875 .
In this example, we will observe the neighborhood of σ = 0.1875 in Table 3. They agree with the conclusions of Theorems 11 and 12. Analogous graphs are shown in Figure 3.

5.2. Semilinear Hyperbolic PDEs

In this subsection, we will use the family of difference schemes to solve semilinear hyperbolic PDEs. Because of the form of the family of difference schemes, the simple modification of f k n = f ( x k , t n , u k n ) is enough to allow for the solving of semilinear PDEs. Since we already found the approximate value of u k n when solving for the n + 1 -st layer, we again have to only solve a tridiagonal system of linear equations at each time step. Let us point out that the results in this subsection are purely empirical because the proven theorems are valid only for linear hyperbolic PDEs.
Example 4.
Let us consider the sine-Gordon equation u t t = u x x sin ( u ) with the initial and boundary conditions
φ ( x ) = 4 arctan [ 2 e 2 x ] , x [ 5 , 5 ] , ψ ( x ) = 8 3 e 2 x 1 + 4 e 4 x , x [ 5 , 5 ] , μ L ( t ) = 4 arctan [ 2 exp ( 10 3 t ) ] , t [ 0 , 20 ] , μ R ( t ) = 4 arctan [ 2 exp ( 10 3 t ) ] , t [ 0 , 20 ] .
The exact solution is v ( x , t ) = 4 arctan [ 2 exp ( 2 x 3 t ) ] [3,28,30]. The mesh is built with K = 300 ,   N = 500 , which leads to γ = 36 25 . Even though we do not have a result for such an equation, if we were to apply the condition of Theorem 11, we would say that the difference scheme is convergent if and only if σ 11 144 0.0764 .
Let us examine the results around σ = 0.0764 (Table 4). These calculations show that the conclusions of Theorem 11 match those of the numerical experiment. The errors can be seen in Figure 4.
Example 5.
Let us consider the sinh-Gordon equation u t t = u x x sinh ( u ) with the initial and boundary conditions
φ ( x ) = 4 arctanh [ e 2 x 28 ] , x [ 0 , 5 ] , ψ ( x ) = 4 e 2 x 28 1 e 2 2 x 56 , x [ 0 , 5 ] , μ L ( t ) = 4 arctanh [ e t 28 ] , t [ 0 , 20 ] , μ R ( t ) = 4 arctanh [ e t + 5 2 28 ] , t [ 0 , 20 ] .
The exact solution is v ( x , t ) = 4 arctanh [ exp ( 2 x + t 28 ) ] , found with the method described in [13]. The calculations were made with K = 250 ,   N = 600 , which leads to γ = 25 9 . Like in Example 4, if we assume that the conclusion of Theorem 11 holds, then the difference scheme would be convergent if and only if σ 4 25 = 0.16 .
Table 5 and Figure 5 are analogous to the tables and figures of the previous examples. In Table 5, there are entries with NaN values. This is due to the blowing up of the solution, the way Julia handles floating point numbers, and the exponential growth of sinh ( u ) . For x [ 0 , 5 ] , t [ 0 , 20 ] , it is true that | v ( x , t ) | 2 . As can be seen from L, we get values of an order of at least 10 5 . Because Julia’s Float64 supports numbers with an exponent of up to 308 and sinh ( 710 ) 10 308 , the huge discrepancy between v ( x , t ) and u k n shows that values around 710 are easily reached, leading to Julia giving sinh ( u k n ) a value of Inf for anything bigger than about 710. Since the buildup of the solution is not in a single value, in the first layer where we see Inf, there would be more than one value of Inf. During subtraction in the tridiagonal sweep, the expression Inf - Inf is evaluated as NaN. From this point forward, every operation with NaN returns a NaN. Even though the values of L do not have NaN (which is due to NaN returning false when compared with anything else other than NaN), we can also see irregularities in this column. Due to the limitations of Float64, we see more growth in σ = 0.159 than in σ = 0.158 . This could very well be because of the irregularities described in this paragraph rather than actually demonstrating a ramp-up in error closer to the σ condition.

5.3. Conclusions and Speed

We can conclude that Examples 1 and 2 validate Theorems 11 and 12. It also seems that σ 1 4 1 4 γ + . This can easily be explained by Proposition 4. If one were to consider the Taylor expansion of g ( x ) , one would see that the truncation error has the form σ O ( h 2 ) . Thus, the smaller the absolute value of σ , the smaller the truncation error. This is why we restricted the interval of values that σ can take to [ 0 , 1 ] . For σ > 1 , the error would have increased, as can be seen in Figure 1. Since σ is restricted by the condition in Theorem 10, the optimal choice of σ for the smallest possible error is σ = 1 4 1 4 γ for γ > 1 . If γ 1 , then clearly σ = 0 has the smallest absolute value out of all permissible σ ; i.e., an explicit scheme would be best suited for γ 1 . This is the reason why negative values of σ are barely discussed.
Even though the theorems concern linear hyperbolic PDEs with specific boundary conditions, empirical evidence suggests that Theorems 11 and 12 may hold for more general problems. Example 3 shows the use of boundary conditions different from the required Dirichlet and Neumann boundary conditions, whereas Examples 4 and 5 solve a semilinear variant of (1). This shows that the theorems could be valid for a larger variety of boundary conditions and PDEs. In the corresponding figures, we can also see that the optimal choice of σ still remains σ = 1 4 1 4 γ for γ > 1 . It could also be the case that σ = 0 is the optimal choice for γ 1 .
On some practical matters, we will discuss the choice of σ . Since for γ 1 , the choice is obvious, we will assume that γ > 1 . Choosing σ according to the previous paragraph could be ill-advised in some cases. Let us look at Example 2. We observe that the boundary is irrational. In that case, it would be better to pick σ slightly bigger than the minimum bound in order to ensure stability. Additions as small as 0.01 or even 0.001 would prevent instability while adding an insignificant amount of truncation error to the numerical solution. Further, when using the scheme for problems that have not been described by Theorems 11 and 12, it would be best to conduct numerical experiments with a larger N, which would depend on the problem. This is because instability may be hard to detect near the boundary of the σ condition for stability if the scheme has not had enough steps to accumulate the buildup in error. This, in fact, was exploited in this paper when calculating the first layer with the explicit scheme. As a general recommendation, N can be taken in the hundreds, e.g., 500, 700, and 900. Needless to say, if the numerical solution starts exhibiting values that are beyond any reasonable expectations of the real solution, a likely explanation could be instability.
An important aspect of using an implicit difference scheme is whether the bigger step taken along t can speed up the process of solving the equation compared to an explicit scheme. Since we have to solve a system at every step, this aspect does not have an obvious answer. That is why we compared the implicit scheme with its explicit analogue ( σ = 0 ). In order to make the comparison, we fixed K to have the value stated in the examples and took the smallest N N so that γ 1 . We solved the same equation 100 times in order to record the CPU time taken to run the schemes. The mean and median times of execution are presented in Table 6.
We can separate the results in two cases. The first one is the problems with smaller γ , that is, Examples 3 with both types of boundary conditions, 4 and 5. In these examples, lowering the steps in time does not compensate for the added computations required by solving a tridiagonal system. In Examples 1 and 2, we see a significant speedup of about two to three times when using the implicit scheme. In this case, γ is significantly larger, thus leading to requiring a much finer mesh in order to make the explicit scheme stable. Thus, if a big enough step in time is necessary to, e.g., investigate solutions with larger T, then the implicit scheme will be significantly faster than its explicit counterpart. How big γ should be in order for the implicit scheme to be more efficient is dependent on the type of problem and especially on the efficiency of the implementation. In our case, it appears that a value of 10 to 15 would be a good threshold.

6. Conclusions

In this paper, we examine the well-known σ scheme for solving hyperbolic partial differential equations. A necessary and sufficient condition for the convergence of the scheme is proven for linear PDEs with either two Dirichlet boundary conditions such that a solution { z k n } to difference scheme (13) with property (26) exists, or a Dirichlet condition and a Neumann condition, approximated with a second-order approximation such that a solution { z k n } to difference scheme (13) with property (26) exists. A numerical verification is conducted, during which the conclusions of Theorems 11 and 12 are confirmed. The optimal choice of σ is concluded to be σ = 1 4 1 4 γ when γ > 1 —the value of σ that turns the inequality in the condition of Theorems 11 and 12 into an equality. If γ 1 , then using the explicit scheme, i.e., σ = 0 , would be optimal. Numerical experiments with different boundary conditions and semilinear hyperbolic PDEs show that the same conclusions hold for the examined cases. A comparison of the efficiency of the implicit scheme and an explicit scheme demonstrates that the speedup of using a bigger time step far outweighs the slowdown of having to additionally solve a tridiagonal system at every time step if γ is big enough. The threshold can vary with the problem being solved or the implementation of the scheme. The results of this paper suggest that a value between 10 and 15 would be optimal.
One limitation in this approach is the requirement that h = C τ for C > 0 . This condition is required for the proof of Lemma 1, upon which the proofs of Theorems 10–12 rely. If one were to use constant h and τ for computations, this requirement is merely a formality. However, if some sort of dynamic refinement regime is utilized, where h is not proportional to τ (e.g., h τ α , α 1 ), the conclusions of the theorems could not be used. Thus, a further study into the scheme could look into whether its stability would be preserved if such a regime were to be used.
Another limitation is the restrictive boundary conditions required by Theorems 11 and 12. While extending the conditions under which the discrete von Neumann condition also provides sufficiency may be possible, observing that the already given conditions are difficult to check, it appears advisable to consider a different approach if a future study is to be conducted. The empirical results of Example 3 suggest that the theorems could hold for a bigger class of boundary conditions. Such a result would be of great importance to the application of the scheme in practice.
Furthermore, the empirical results of the numerical experiment suggest that it is possible that the same condition for convergence also holds for some classes of semilinear hyperbolic PDEs. Considering that most phenomena describable by PDEs are nonlinear in nature [1,2,3,4,5,6,7,8,9], further research into the validity of this statement could be of particular interest. If convergence results for the scheme applied to semilinear or even quasilinear equations were to be developed, the ensured validity of the numerical results paired with the improved performance of using a bigger step in time could allow for a more in-depth numerical investigation of the solutions to numerous PDEs, along with the influence of the parameters found in the original equations.

Author Contributions

Conceptualization, P.A. and V.G.; methodology, P.A. and V.G.; software, S.C. and V.G.; investigation, P.A., S.C. and V.G.; writing—original draft preparation, P.A., S.C. and V.G.; writing—review and editing, P.A., S.C. and V.G.; visualization—S.C. and V.G. The listed authors contributed equally to the research and are listed in alphabetical order. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The original contributions presented in the study are included in the article; further inquiries can be directed to the corresponding author.

Acknowledgments

The study of P. Atanasova is supported by the European Union–NextGenerationEU through the National Recovery and Resilience Plan of the Republic of Bulgaria, project DUECOS BG-RRP-2.004-0001-C01. The following have been reproduced/paraphrased from a previous publication of P. Atanasova and V. Gerogiev [25]: the descriptions of the general problem (in Section 2) for Dirichlet boundary conditions; the procedure for deriving and solving the difference scheme (in Section 2.2) for Dirichlet boundary conditions; the statement of Proposition 6 for Dirichlet boundary conditions; the derivation of the amplification matrix (in Section 3); the majority of the necessity of Theorem 10; and the conclusions about the optimal choice of σ in the first two paragraphs of Section 5.3 (first published in Slavova, A. (eds) New Trends in the Applications of Differential Equations in Sciences. NTADES 2024. Springer Proceedings in Mathematics & Statistics. Vol. 488, pp. 361–371, 2025, by Springer Nature) [25]. The authors appreciate the efforts of the anonymous reviewers to improve the quality and presentation of the article. All authors have read and agreed to the published version of the manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A. Notation

Here, we present a short reference list for some notation that is used throughout the paper but is not readily recalled upon usage.
D = { ( x , t ) : x [ a , b ] , t [ τ , T ] } D = { ( x , t ) : x [ a h , b ] , t [ τ , T ] } . γ = c 2 τ 2 h 2 S ± ( u k n ) = u k ± 1 n Q 1 = σ γ ( S + + S ) + 2 σ γ + 1 0 0 1 Q ˜ 1 = Q 1 0 0 0 Q 1 0 0 0 Q 1 .

References

  1. Geigenmüller, U.; Lobb, C.J.; Newrock, R.S.; Octavio, M. The two-dimensional physics of Josephson junction arrays. Solid State Phys. 2000, 54, 263–512. [Google Scholar] [CrossRef]
  2. Andreev, V.K.; Kaptsov, O.V.; Pukhnachov, V.V.; Rodinov, A.A. Applications of Group-Theoretical Methods in Hydrodynamics; Kluwer Academic Publishers: Dordrecht, The Netherlands, 1998; pp. 191–209. [Google Scholar]
  3. Lamb, G.L. Elements of Soliton Theory; John Wiley & Sons, Inc.: Hoboken, NJ, USA, 1980; pp. 182–186. [Google Scholar]
  4. Lamb, G.L. Analytical Descriptions of Ultrashort Optical Pulse Propagation in a Resonant Medium. Rev. Mod. Phys. 1971, 43, 99–124. [Google Scholar] [CrossRef]
  5. Feldtkeller, E. Magnetic Domain Wall Dynamics. Phys. Status Solidi (B) 1968, 27, 161–170. [Google Scholar] [CrossRef]
  6. Perring, J.K.; Skyrme, T.H.R. A Model Unified Field Equation. Nucelear Phys. 1962, 31, 550–555. [Google Scholar] [CrossRef]
  7. Gojkovic, Z.; Ivancevic, T. Control of the extension–flexion cycle of human knees during bicycle riding by a synergy of solitary muscular excitations and contractions. Nonlinear Mech. 2016, 86, 2071–2080. [Google Scholar] [CrossRef]
  8. Caputo, J.-G.; Dutykh, D. Wave dynamics on networks: Method and application to the sine-Gordon equation. Appl. Numer. Math. 2018, 131, 54–71. [Google Scholar] [CrossRef]
  9. Ames, W.F.; Lohner, R.J.; Adams, E. Group properties of utt = [F(u)ux]x. Int. J. -Non-Linear Mech. 1981, 16, 439–447. [Google Scholar] [CrossRef]
  10. Gardner, C.S.; Greene, J.M.; Kruskal, M.D.; Miura, R.M. Method for Solving the Korteweg-deVries Equation. Phys. Rev. Lett. 1967, 19, 1095–1097. [Google Scholar] [CrossRef]
  11. Gardner, C.S.; Greene, J.M.; Kruskal, M.D.; Miura, R.M. Korteweg-deVries Equation and Generalizations. VI. Methods for Exact Solution. Commun. Pure Appl. Math. 1974, 27, 97–133. [Google Scholar] [CrossRef]
  12. Hirota, R. Exact Solution of the Sine-Gordon Equation for Multiple Collisions of Solitons. J. Phys. Soc. Jpn. 1972, 33, 1459–1463. [Google Scholar] [CrossRef]
  13. Vitanov, N.K. Simple Equations Method (SEsM): An Effective Algorithm for Obtaining Exact Solutions of Nonlinear Differential Equations. Entropy 2022, 24, 1653. [Google Scholar] [CrossRef]
  14. O’Brien, G.G.; Hyman, M.A.; Kaplan, S. A Study of the Numerical Solution of Partial Differential Equations. J. Math. Phys. 1950, 29, 223–251. [Google Scholar] [CrossRef]
  15. Ramos, J.I. Numerical Methods for Nonlinear Second-Order Hyperbolic Partial Differential Equations. I. Time-Linearized Finite Difference Methods for 1-D Problems. Appl. Math. Comput. 2007, 190, 722–756. [Google Scholar] [CrossRef]
  16. Stampolidis, P.; Gousidou-Koutita, M.C. A Computational Study with Finite Difference Methods for Second Order Quasilinear Hyperbolic Partial Differential Equations in Two Independent Variables. Appl. Math. 2018, 9, 1193–1224. [Google Scholar] [CrossRef]
  17. Adjerid, S. A Posteriori Finite Element Error Estimation for Second-Order Hyperbolic Problems. Comput. Methods Appl. Mech. Eng. 2002, 191, 4699–4719. [Google Scholar] [CrossRef]
  18. Ureña, F.; Gavete, L.; García, A.; Benito, J.J.; Vargas, A.M. Solving Second Order Non-Linear Hyperbolic PDEs Using Generalized Finite Difference Method (GFDM). J. Comput. Appl. Math. 2020, 363, 1–21. [Google Scholar] [CrossRef]
  19. Luo, Z.; Jin, S. A Reduced-Order Extrapolation Spectral-Finite Difference Scheme Based on the POD Method for 2D Second-Order Hyperbolic Equations. Math. Model. Anal. 2017, 22, 569–586. [Google Scholar] [CrossRef]
  20. Ben-Romdhane, M.; Temimi, H. An Iterative Finite Difference Method for Solving Nonlinear Gordon-Type Problems. Mathematics 2025, 13, 2084. [Google Scholar] [CrossRef]
  21. Flores, J.; García, A.; Negreanu, M.; Salete, E.; Ureña, F.; Vargas, A.M. A Spatio-Temporal Fully Meshless Method for Hyperbolic PDEs. J. Comput. Appl. Math. 2023, 430, 115194. [Google Scholar] [CrossRef]
  22. Meuris, B.; Qadeer, S.; Stinis, P. Machine-learning-based spectral methods for partial differential equations. Sci. Rep. 2023, 13, 1739. [Google Scholar] [CrossRef]
  23. Krylov, V.I.; Bobkov, V.V. Nachala Teorii vychislitelnykh Metodov. Uravneniia v Chastnykh Proizvodykh; Nauka i Tekhnika: Tomsk, Russia, 1986; pp. 166–194. [Google Scholar]
  24. Zauderer, E. Partial Differetnial Equations of Applied Mathematics, 3rd ed.; John Wiley & Sons, Inc.: Hoboken, NJ, USA, 2006; p. 799. [Google Scholar]
  25. Atanasova, P.; Georgiev, V. Numerical Analysis of a Difference Scheme Family for Solving Semilinear Hyperbolic PDEs. In New Trends in the Applications of Differential Equations in Sciences. NTADES 2024. Springer Proceedings in Mathematics & Statistics; Slavova, A., Ed.; Springer: Cham, Switzerland, 2025; Volume 488, pp. 361–371. [Google Scholar] [CrossRef]
  26. Thomas, J.W. Numerical Partial Differential Equations: Finite Difference Methods (Texts in Applied Mathematics, 22); Springer: Greer, SC, USA, 1995; pp. 45, 52, 56–57, 79–81, 87, 99, 129–131, 264–266, 306–307, 315–316. [Google Scholar]
  27. Kreyszig, E. Introductory Functional Analysis with Applications; John Wiley & Sons: New York, NY, USA, 1978; pp. 101, 378, 381. [Google Scholar]
  28. Atanasova, P.; Georgiev, V. Numerical solving of the sine-Gordon equation. In Proceedings of the International Scientific Conference “Informatics, Mathematics, Education and Their Applications” IMEA’2023, Pamporovo, Bulgaria, 29 November–1 December 2023; pp. 23–30. Available online: https://imea2023.fmi-plovdiv.org/wp-content/uploads/2024/01/2_1_Atanasova_Georgiev_23_30.pdf (accessed on 29 August 2025).
  29. Morton, K.W.; Mayers, D.F. Numerical Solution of Partial Differential Equations: An Introduction; Cambridge University Press: Cambridge, MA, USA, 2005; pp. 24–25, 58–59. [Google Scholar]
  30. Georgiev, V.; Atanasova, P. On the Analytic Solutions of the Sine-Gordon Equation. Sci. Res. Union Sci. -Bulg.-Plovdiv. Ser. C. Tech. Technol. 2024, 21, 127–131. [Google Scholar]
Figure 1. Errors for Example 1 with x [ 0 , 1 ] , t [ 0 , 20 ] , K = 150 , and N = 600 . (a) L for Example 1. (b) RMSE for Example 1.
Figure 1. Errors for Example 1 with x [ 0 , 1 ] , t [ 0 , 20 ] , K = 150 , and N = 600 . (a) L for Example 1. (b) RMSE for Example 1.
Mathematics 13 02840 g001
Figure 2. Errors for Example 2 with x 0 , π 2 , t [ 0 , 20 ] , K = 400 , and N = 900 . (a) L for Example 2. (b) RMSE for Example 2.
Figure 2. Errors for Example 2 with x 0 , π 2 , t [ 0 , 20 ] , K = 400 , and N = 900 . (a) L for Example 2. (b) RMSE for Example 2.
Mathematics 13 02840 g002
Figure 3. Errors for Example 3 with x 0 , 1 , t [ 0 , 5 ] , K = 400 , and N = 1000 . (a) L for Example 3. (b) RMSE for Example 3.
Figure 3. Errors for Example 3 with x 0 , 1 , t [ 0 , 5 ] , K = 400 , and N = 1000 . (a) L for Example 3. (b) RMSE for Example 3.
Mathematics 13 02840 g003
Figure 4. Errors for Example 4 with x 5 , 5 , t [ 0 , 20 ] , K = 300 , and N = 500 . (a) L for Example 4. (b) RMSE for Example 4.
Figure 4. Errors for Example 4 with x 5 , 5 , t [ 0 , 20 ] , K = 300 , and N = 500 . (a) L for Example 4. (b) RMSE for Example 4.
Mathematics 13 02840 g004
Figure 5. Errors for Example 5 with x 0 , 5 , t [ 0 , 20 ] , K = 250 , and N = 600 . (a) L for Example 5. (b) RMSE for Example 5.
Figure 5. Errors for Example 5 with x 0 , 5 , t [ 0 , 20 ] , K = 250 , and N = 600 . (a) L for Example 5. (b) RMSE for Example 5.
Mathematics 13 02840 g005
Table 1. Example 1 with x [ 0 , 1 ] , t [ 0 , T ] , K = 150 , and N = 600 .
Table 1. Example 1 with x [ 0 , 1 ] , t [ 0 , T ] , K = 150 , and N = 600 .
T = 20 T = 2
σ LRMSE σ LRMSE
0.238 9.65 × 10362.21 × 1035 0.752 3.67 × 10311.96 × 1030
0.239 1.80 × 10235.22 × 1021 0.751 2.72 × 10171.71 × 1016
0.240 1.50 × 10−65.53 × 10−7 0.750 6.88 × 10−92.81 × 10−9
0.241 1.50 × 10−65.55 × 10−7 0.749 6.84 × 10−92.81 × 10−9
0.242 1.51 × 10−65.57 × 10−7 0.748 6.80 × 10−92.80 × 10−9
Table 2. Example 2 with x 0 , π 2 , t [ 0 , 20 ] , K = 400 , and N = 900 .
Table 2. Example 2 with x 0 , π 2 , t [ 0 , 20 ] , K = 400 , and N = 900 .
σ LRMSE
0.240 2.27 × 10595.71 × 1057
0.241 1.33 × 10403.94 × 1038
0.242 1.19 × 1085.67 × 106
0.243 7.30 × 10−42.25 × 10−4
0.244 7.35 × 10−42.26 × 10−4
Table 3. Example 3 with x 0 , 1 , t [ 0 , 5 ] , K = 400 , and N = 1000 .
Table 3. Example 3 with x 0 , 1 , t [ 0 , 5 ] , K = 400 , and N = 1000 .
Dirichlet BCNeumann BC
σ LRMSELRMSE
0.1873 2.23 × 10139.73 × 10112.23 × 10139.81 × 1011
0.1874 1.41 × 1067.95 × 1051.41 × 1068.06 × 105
0.1875 4.49 × 10−51.02 × 10−51.72 × 10−43.78 × 10−5
0.1876 4.5 × 10−51.02 × 10−51.72 × 10−43.78 × 10−5
0.1877 4.5 × 10−51.03 × 10−51.72 × 10−43.79 × 10−5
Table 4. Example 4 with x 5 , 5 , t [ 0 , 20 ] , K = 300 , and N = 500 .
Table 4. Example 4 with x 5 , 5 , t [ 0 , 20 ] , K = 300 , and N = 500 .
σ LRMSE
0.074 1.91 × 10316.37 × 1029
0.075 1.73 × 10216.92 × 1019
0.076 3.93 × 1062.48 × 105
0.077 4.26 × 10−37.70 × 10−4
0.078 4.31 × 10−37.80 × 10−4
Table 5. Example 5 with x 0 , 5 , t [ 0 , 20 ] , K = 250 , and N = 600 .
Table 5. Example 5 with x 0 , 5 , t [ 0 , 20 ] , K = 250 , and N = 600 .
σ LRMSE
0.158 2.87 × 105NaN
0.159 3.34 × 1032NaN
0.160 8.77 × 10−55.55 × 10−6
0.161 8.82 × 10−55.58 × 10−6
0.162 8.86 × 10−65.61 × 10−6
Table 6. CPU times of execution for the explicit and the implicit scheme.
Table 6. CPU times of execution for the explicit and the implicit scheme.
N for Explicit SchemeExplicit CPU Time ( ms ) (Mean)Implicit CPU Time ( ms ) (Mean)Explicit CPU Time ( ms ) (Median)Implicit CPU Time ( ms ) (Median)
Example 1 ( T = 20 )3000 204.60 82.57 155.85 68.51
Example 25093 1027.51 502.50 1087.24 385.88
Example 3 Dirichlet2000 352.39 359.05 286.19 296.06
Example 3 Neumann2000 381.05 546.65 300.05 451.11
Example 4600 91.85 317.90 66.92 268.75
Example 51000 114.00 319.73 90.87 280.94
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.

Share and Cite

MDPI and ACS Style

Atanasova, P.; Cheresharov, S.; Georgiev, V. An Analysis of a Family of Difference Schemes for Solving Hyperbolic Partial Differential Equations. Mathematics 2025, 13, 2840. https://doi.org/10.3390/math13172840

AMA Style

Atanasova P, Cheresharov S, Georgiev V. An Analysis of a Family of Difference Schemes for Solving Hyperbolic Partial Differential Equations. Mathematics. 2025; 13(17):2840. https://doi.org/10.3390/math13172840

Chicago/Turabian Style

Atanasova, Pavlina, Stoyan Cheresharov, and Valentin Georgiev. 2025. "An Analysis of a Family of Difference Schemes for Solving Hyperbolic Partial Differential Equations" Mathematics 13, no. 17: 2840. https://doi.org/10.3390/math13172840

APA Style

Atanasova, P., Cheresharov, S., & Georgiev, V. (2025). An Analysis of a Family of Difference Schemes for Solving Hyperbolic Partial Differential Equations. Mathematics, 13(17), 2840. https://doi.org/10.3390/math13172840

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop