Introduction

Infectious diseases have always represented a threat to the health of populations in the world and their dynamics follow complex patterns both in space and time1. The spread can occur either within a population or as spatial diffusion between regions through human mobility, environmental factors, or due to interactions between the host and a vector. The knowledge of the dynamics of infectious diseases is paramount for designing control strategies. Mathematical modeling has become a very powerful means for the analysis of infectious disease dynamics: Keeling and Rohani2 and Murray3.

The motivation behind this study stems from the urgent need to understand how spatial heterogeneity and individual movement patterns influence the spread of infectious diseases. Traditional compartmental models try to ignore spatial interactions, yet real epidemics exhibit clear geographical structure that can be formulated only within the framework of spatial modeling. We attempt here to plug this hole by adding diffusion processes to the conventional epidemiological model and thus better understand how diseases propagate in realistic, spatially structured environments. Such information is important to design effective containment and mitigation strategies.

Diffusion in infectious disease modeling is the transmission of an infection or infected population in space. They observe the spread of diseases through dispersal or movement and are especially useful in observing geography-, environment-, or mobility-mediated outbreaks4. Ignoring this would result in unrealistic uniform mixing assumptions and fail to capture observed spatial spread patterns such as epidemic waves or hotspots. Therefore, spatial diffusion allows the model to reflect geographically heterogeneous dynamics more accurately.

The coupling between local reaction kinetics, e.g., infection, recovery, and immunity, and spatial dispersion generates complex phenomena like traveling waves and pattern formation. Fisher-KPP-type equations, for instance, have been used to model the spread of epidemics in space, e.g., in the seminal papers of Aronson and Weinberger5, and more recently by Wang and Zhao6. Traveling wave solutions have been applied to describe rabies spread in fox populations (see Mollison7 and8,9) and dengue outbreaks (see Smith et al.10).

Lyapunov functionals have been successfully adapted from ODE to PDE epidemic models to establish global stability of equilibria. Examples of such works are those by Wang and Zhao11, where Lyapunov functionals were established for age-structured and spatially structured models, and Salako and Smith12, where global dynamics were studied in diffusive SEIR systems.

The threshold value \({\mathscr {R}}_0\) is important for the determination of the destiny of an epidemic. Its usefulness also extends to spatial models, where it continues to be a bifurcation parameter for disease extinction or persistence (Diekmann et al.13; Wang and Zhao14). If \({\mathscr {R}}_0<1\) then the disease-free equilibrium is globally asymptotically stable, if \({\mathscr {R}}_0 >1\), an endemic equilibrium generally emerges, which can also exhibit spatial persistence or wavefronts depending on the structure of the system.

Moreover, numerical techniques are of great use in depicting and calculating dynamics of spatial epidemic models. Finite difference and finite element techniques are among the techniques often utilized to simulate solutions and calculate the effect of variables like mobility, heterogeneity, and controls on outcomes. Study by Wu et al.15, Brauer et al.16, and Allen et al.17 illustrates the application of simulations to guide public health policy by describing various intervention strategies.

The study addresses the mathematical analysis and numerical simulation of diffusive epidemic models. It develops Lyapunov functionals for reaction-diffusion equations derived from classical epidemiological models. The goal is to understand the global stability behavior of equilibria with respect to \({\mathscr {R}}_0\), and to support the analytical results with computational simulations. Our work contributes to the growing literature on spatial disease modeling by bridging theoretical analysis and real-world applicability.

Part I: global dynamics of reaction–diffusion SITR epidemic model

The SIR model, developed in 192718, assumes that an individual recovering from a disease develops lifelong immunity and the population size is constant. This model can help a lot in understanding how disease can spread in global networks, such as the recent H1N1 outbreak. It can be adapted for understanding the rate of spread in different countries and how it may re-enter a country after the initial epidemic phase has passed19. This model can guide public health responses, give warnings of expected re-emergence times, and can be used in cost-benefit analysis of vaccinations and antiviral drugs20,21.

This section deals with the SITR model in epidemiology, which investigates the impact of treatment on infected individuals and the spread of infectious diseases22,23,24. It compares the disease-free equilibrium and the endemic equilibrium, and the stability of the equilibrium. The paper also plots graphs of the number of susceptibles, infectives, and removed through time. It suggests introducing a treatment rate to the rate of recovery for infected people, assuming that the rate of recovery is inversely proportional to the duration of infection. We consider the following model

$$\begin{aligned} \left\{ \begin{array}{llll} S_t & =& d_S \Delta S + \nu -\nu S(\omega ,t) -\chi S(\omega ,t) I(\omega ,t),\\ I_t & =& d_I \Delta I +\chi S(\omega ,t) I(\omega ,t) -(\nu +\eta + \delta +\gamma )I(\omega ,t) + \sigma T(x,t),\\ T_t & =& d_T \Delta T + \delta I(\omega ,t)- (\nu + \kappa + \sigma )T(\omega ,t), \\ R_t & =& d_R \Delta R + \gamma I(\omega ,t) + \kappa T(\omega ,t) -\nu R(\omega ,t). \\ \end{array}\right. \end{aligned}$$
(1)

where \(S(\omega ,t),~I(\omega ,t),~T(\omega ,t),~R(\omega ,t)\) are respectively the densities of the susceptible individuals, infected persons,individuals in treatment, and recovered persons at time t and position \(\omega\). \(\nu\) is the natural death coefficient. The rate \(\beta\) is the probability for transmission of the infection.\(\gamma\) is recovering coefficient without resorting to treatment. \(\eta\) is infection related death rate.The rate of treatment \(\delta\).\(\kappa\) is the recovery rate after treatment. \(\sigma\) the rate of return to infected compartment. We assume that the initial conditions and Neumann boundary conditions are written in the form:

$$\begin{aligned} \left\{ \begin{array}{llll} \frac{\partial S }{\partial \eta } =\frac{\partial I }{\partial \eta } =\frac{\partial T }{\partial \eta } = 0\ \ \omega \in \partial \Omega \times ( 0, +\infty ), \\ S(\omega ,0)=S_0(\omega ) \ge 0 \ \, \ \ I(\omega ,0)=I_0(\omega ) \ge 0 \ \, \ \ T(\omega ,0)=T_0(\omega ) \ge 0 \ \, \ \ R(\omega ,0)=R_0(\omega ) \ge 0\ \ \text{ in }\ \ \Omega = [-l,l]. \end{array}\right. \end{aligned}$$
(2)

Model (1) accounts for spatiotemporal dynamics of an infectious disease through a reaction-diffusion framework with four compartments: susceptible (S), infected (I), quarantined or treated (T), and recovered (R). The susceptibles are recruited at a fixed rate and lost due to natural death or due to infection through normal mass-action contact with infectives. The infected class increases with new infections and decreases with natural mortality, disease-caused death, treatment, or cure. Interestingly, the model has a term for relapse or treatment failure, where individuals in the treated class re-enter the infectious class. Treated individuals are hypothesized to enter this class from the infected compartment at some specific rate, and may recover, relapse, or die naturally. The recovered class is formed through two pathways: direct recovery from disease or recovery after treatment, and permanent immunity is gained by these individuals. Each compartment diffuses in space, mimicking human travel or diffusion of infection vectors, and allowing spatial spread to be explored like traveling waves or regional clustering of disease.The spatial diffusion and relapse of treatment incorporate realistic and complex epidemiological dynamics such as delayed clearance, reinfection through treatment failure, and non-homogeneous geographical spread. The formulation provides a solid framework to analyze stability, persistence, and infectious disease control, in particular the threshold behavior governed by the basic reproduction number \({\mathscr {R}}_0\).

Existence and uniqueness of solution

Let \({\mathbb {X}}\) in Banach space \({\mathbb {C}}\big (\Omega ;{\mathbb {R}}\big )\) contain real-value function \(\Phi _n (\Omega )\) with \(\Vert \Phi \Vert _{{\mathbb {X}}} = \sup _{\omega \in \Omega } |\Phi (\omega )|\). Let \(L_1\), \(L_2\),\(L_3\) and \(L_4\) be four linear operators, \(D(L_i)({\mathbb {X}}\longrightarrow {\mathbb {X}})\) defined by:

$$\begin{aligned} L_1\Phi =d_S\frac{\partial ^2}{\partial \omega ^2}\Phi \ \, \ \ L_2\Phi = d_I\frac{\partial ^2}{\partial \omega ^2}\Phi ,\ \ \ L_3\Phi =d_T\frac{\partial ^2}{\partial \omega ^2}\Phi \ \, \ \ L_4\Phi = d_R\frac{\partial ^2}{\partial \omega ^2}\Phi , \end{aligned}$$

and

$$\begin{aligned} D(L_i) = \bigg \{ \Phi \in {\mathbb {C}}^2\big (\Omega ;{\mathbb {R}}\big ), \frac{\partial }{\partial \eta }\Phi = 0, \omega \in \partial \Omega \bigg \} \ \ (i = 1,2,3,4) \end{aligned}$$

\(L_i:D(L_i)\longrightarrow {\mathbb {X}}\) are continuous and bounded linear operators in \(D(L_i)\) . Therefore, \(L_1, L_2, L_3,L_4\) are generators of uniformly continuous particles.semi- groups \(\{T_{S}(t)\}_{t\in {\mathbb {R}}^+}\), \(\{T_{I}(t)\}_{t\in {\mathbb {R}} ^+}\),\(\{T_{T}(t)\}_{t\in {\mathbb {R}} ^+}\) and \(\{T_{R}(t)\}_{t\in {\mathbb {R}} ^+}\) on \({\mathbb {X}}\) (see Theorem25), in deduces that the semi-groups are positive. The existence and uniqueness of the solution are determined by the following theorem:

Theorem 2.1

The diffusive model (1) have a unique solution \((S(.,t), I(.,t),T(.,t), R(.,t)) \in \Theta\) for \((S_0, I_0,T_0,R_0)\in \Omega\)

Proof

Since \(L_1, L_2,L_3,L_4\) are generators of uniformly continuous semigroups \(\{T_{S}(t)\}_{t\in {\mathbb {R}}^+}\), \(\{T_{I }(t)\}_{t\in {\mathbb {R}}^+}\), \(\{T_{T}(t)\}_{t\in {\mathbb {R}}^+}\) and \(\{T_{R}(t)\}_{t\in {\mathbb {R}}^+}\) on \({\mathbb {X}}\) and the model (1) can be inserted by abstract form in the following

$$\begin{aligned} \Theta _t=f(\Theta (\omega ,t)) + D, \\ f(\Theta ) = \left( \begin{array}{ccccc} f_{1}(\Theta )\\ f_{2} (\Theta )\\ f_{3} (\Theta )\\ f_{4} (\Theta ) \end{array} \right) =\left( \begin{array}{ccccc} \nu -\nu S(\omega ,t) -\beta S(\omega ,t) I(\omega ,t),\\ \chi S(\omega ,t) I(\omega ,t) -(\nu +\eta + \delta +\gamma )I(\omega ,t) + \sigma T(\omega ,t),\\ \delta I(x,t) - (\nu + \kappa + \sigma )T(x,t), \\ \gamma I(x,t) + \kappa T(x,t) -\nu R(x,t). \\ \end{array} \right) +\left( \begin{array}{ccccc} d_S \Delta S\\ d_I \Delta I \\ d_T \Delta T\\ d_R \Delta RS \end{array} \right) . \end{aligned}$$

with \(X(x,t)=(S(x,t), I(x,t),T(x,t), R(x,t))\). Note that \(f_{i}\) are of class \(C^{1}\), then it is locally Lipschitz with respect to the second variable, so implies the existence and uniqueness of the solution. \(\square\)

Steady states

As stated in the previous section.Clearly, the 4th equation of the system (1) independent of other equations. So, we can reduction the system (1) to the following form

$$\begin{aligned} \left\{ \begin{array}{llll} S_t & =& d_S \Delta S + \nu (1-S(\omega ,t)) -\chi S(\omega ,t) I(\omega ,t),\\ I_t & =& d_I \Delta I +\chi S(\omega ,t) I(\omega ,t) -(\nu +\eta + \delta +\gamma )I(\omega ,t) + \sigma T(\omega ,t),\\ T_t & =& d_T \Delta T + \delta I(\omega ,t) - (\nu + \kappa + \sigma )T(\omega ,t). \end{array}\right. \end{aligned}$$
(3)

The system (1) admits a unique disease free steady state (DFSS) \(E_0=(S_0,0,0)\), with:

$$\begin{aligned} S_0=1. \end{aligned}$$

Now, to find the positive steady state say (endemic steady state) and referred to as (ESS) , according to the results in the following lemma

Lemma 3.1

When \(R_0>1\), the model (1) has a unique endemic steady state (ESS), which represents to \(E^{*}=(S^{*},I^{*}, T^{*})\).

Proof

\(E^*\) verified the following system

$$\begin{aligned} \left\{ \begin{array}{llll} \nu (1-S^*) -\chi S^* I^*=& 0,\\ \chi S^* I^* -(\nu +\eta + \delta +\gamma )I^* + \sigma T^*=& 0,\\ \delta I^* - (\nu + \kappa + \sigma )T^*=& 0. \end{array}\right. \end{aligned}$$
(4)

Using similar calculations to the proof of Lemma 3.1, we deduce the result:

$$\begin{aligned} T^* = \frac{\delta I^*}{\nu + \kappa + \sigma }, \end{aligned}$$
(5)

we replace (5) in the second equation of (4) we get:

$$\begin{aligned} \begin{array}{llll} S^* = \frac{ (\nu +\eta + \delta +\gamma ) - \frac{\sigma \delta }{\nu + \kappa + \sigma }}{\chi }. \end{array} \end{aligned}$$
(6)

and

$$\begin{aligned} I^* = \frac{\nu (1-S^*)}{\chi S^*} = \frac{\nu (1-{\mathscr {R}}_0^{-1})}{\chi S^*}, \end{aligned}$$
(7)

Thus, the model (3) guarantee has a unique (ESS), \(E_{1}^{*}=(S^*, I^{*}, T^{*})\),if and only if \({\mathscr {R}}_0 = \frac{\chi }{ (\nu +\eta + \delta +\gamma ) - \frac{\sigma \delta }{\nu + \kappa + \sigma }} > 1\) with

$$\begin{aligned} E^{*}=(S^{*},I^*, T^{*}), \end{aligned}$$

where

$$\begin{aligned} \begin{array}{l} S^* = \frac{ (\nu +\eta + \delta +\gamma ) - \frac{\sigma \delta }{\nu + \kappa + \sigma }}{\chi }, ~~~ I^{*}= \frac{\nu (1-{\mathscr {R}}_0^{-1})}{\chi S^*}, ~~~ T^{*} = \frac{\delta I^*}{\nu + \kappa + \sigma }. \end{array} \end{aligned}$$

The proof of this lemma is therefore completed. \(\square\)

Stability analysis

he obtained results are summarized in the following theorem:

Theorem 4.1

If \({\mathscr {R}}_0 < 1\) the disease-free state is globally asymptotically stable and unstable if \({\mathscr {R}}_0 > 1\)

Proof

Consider the following system of eigenvalues:

$$\begin{aligned} \left\{ \begin{array}{ccccc} -\Delta U = \lambda U \\ \frac{\partial U}{\partial \omega }=\frac{\partial U}{\partial \omega }= 0, \ \ \ \omega \in \partial \Omega . \end{array} \right. \end{aligned}$$
(8)

The function \(U(\omega ) = \phi (\omega )\) \(\in C^2(\Omega )\) which checks the system (8) and we call it eigenfunction,where \(\lambda _n > 0\) is eigenvalue of \(-\Delta U\). Now we pose \(\Omega = [-l,l]\) so we get \(U(\omega ) = \cos (\frac{n\pi )}{l}x)\) and \(\lambda _n = \big (\frac{n\pi }{l}\big )^2\) :

$$\begin{aligned} S(\omega ,t) = {\tilde{S}}(t) \cos (\frac{n\pi }{l}\omega )\ \, \ \ I(\omega ,t) = {\tilde{I}}(t) \cos (\frac{n\pi }{l}\omega )\ \, \ \ T(\omega ,t) = {\tilde{T}}(t) \cos (\frac{n\pi }{l}\omega ) \end{aligned}$$

with we put J the Jaccobian matrix associated with (3) in the steady state \(E_0\), we write the system in the form:

$$\begin{aligned} {\tilde{U}}_t= D{\tilde{U}} + J{\tilde{U}} \end{aligned}$$

with

$$\begin{aligned} D=\begin{pmatrix} d_1 \frac{\partial ^2}{\partial \omega ^2} & 0 \\ 0 & d_2\frac{\partial ^2}{\partial \omega ^2} \end{pmatrix} \end{aligned}$$

and

$$\begin{aligned} J_{E_0} = \begin{pmatrix} -\nu & -\chi & 0\\ 0 & \chi - (\nu +\eta + \delta +\gamma ) & \sigma \\ 0 & \delta & - (\nu + \kappa + \sigma ) \end{pmatrix} \end{aligned}$$

therefor

$$\begin{aligned} \left\{ \begin{array}{lll} {\tilde{S}}_t \cos (\frac{n\pi }{l}\omega ) & =& -\lambda _nd_S {\tilde{S}}(t) \cos (\frac{n\pi }{l}\omega ) -\nu {\tilde{S}}(t) \cos (\frac{n\pi }{l}\omega )-\chi \mu {\tilde{I}}_t \cos (\frac{n\pi }{l}\omega ),\\ {\tilde{I}}_t\cos (\frac{n\pi }{l}\omega ) & =& -\lambda _n d_I {\tilde{I}}(t) \cos (\frac{n\pi }{l}\omega ) -(\nu + \delta +\gamma ){\tilde{I}}(t) \cos (\frac{n\pi }{l}\omega )+ \sigma {\tilde{T}}(t) \cos (\frac{n\pi }{l}\omega ),\\ {\tilde{T}}_t \cos (\frac{n\pi }{l}\omega ) & =& \lambda _n d_T {\tilde{T}}(t) \cos (\frac{n\pi }{l}\omega ) + \delta {\tilde{I}}(t) \cos (\frac{n\pi }{l}\omega )- (\nu +\eta + \kappa + \sigma ){\tilde{T}}(t) \cos (\frac{n\pi }{l}\omega ) +\chi \nu {\tilde{I}}_t \cos (\frac{n\pi }{l}\omega ). \end{array}\right. \end{aligned}$$

Then, we obtain

$$\begin{aligned} K = \begin{pmatrix} -\lambda _n d_S -\nu & -\chi & 0\\ 0 & \chi - (\nu +\eta + \delta +\gamma ) -\lambda _n d_I & \sigma \\ 0 & \delta & - (\nu +\kappa + \sigma ) -\lambda _n d_T \end{pmatrix} \end{aligned}$$

In not that

$$\begin{aligned} \varepsilon _1 = -\lambda _n d_S -\nu < 0. \end{aligned}$$

Clearly, the 1st eigenvalue of K.

So, the remain tow eigenvalues of (DFSS), are calculated from the following matrix.

$$\begin{aligned} M = \begin{pmatrix} \chi - (\nu +\eta + \delta +\gamma +\lambda _n d_I) & \sigma \\ \delta & - (\nu + \kappa + \sigma +\lambda _n d_T) \end{pmatrix} \end{aligned}$$

with:

$$\begin{aligned} \left\{ \begin{array}{cccc} Tr(M)& =& \chi - (\nu + \delta +\gamma +\nu +\eta + \kappa + \sigma ) -\lambda _n d_I -\lambda _n d_T\\ Det(M)& =& -\chi (\nu + \kappa + \sigma +\lambda _n d_T)+ (\nu +\eta + \delta +\gamma +\lambda _n d_I) (\nu + \kappa + \sigma +\lambda _n d_T) -\delta \sigma \end{array}\right. \\ Tr(M)= (\nu +\eta + \delta +\gamma ) +\frac{\sigma \delta }{\nu + \kappa + \sigma }\bigg [{\mathscr {R}}_0 -1\bigg ] -(\nu + \kappa + \sigma ) -\lambda _n d_I -\lambda _n d_T -\frac{\sigma \delta }{\nu + \kappa + \sigma } < 0. \end{aligned}$$

and

$$\begin{aligned} Det(M)= (\nu +\eta + \delta +\gamma ) (\nu + \kappa + \sigma )-\delta \sigma [-{\mathscr {R}}_0^*+1] +\lambda _n d_I(\nu + \kappa + \sigma +\lambda _n d_T)+\lambda _n d_T(\nu + \delta +\gamma +\eta ). \end{aligned}$$

we get \(Det(M) > 0\) weher \({\mathscr {R}}_0^*= \frac{\beta (\nu +\eta + \kappa + \sigma +\lambda _n d_T)}{\nu + \delta +\gamma ) (\nu +\eta + \kappa + \sigma )-\delta \sigma } < 1\) because \(1>{\mathscr {R}}_0 > {\mathscr {R}}_0^*\),hence,\(E_0\) is locally asymptotically stable.To complete the proof of Theorem 4.1, we need to prove the global attraction for \({\mathscr {R}}_0<\) 1 using Lyapunov function. We consider it is in the following

$$\begin{aligned} L(\omega ,t) = \displaystyle \int _{\Omega } S_0h\bigg (\frac{S(\omega ,t)}{S_0}\bigg )+I(\omega ,t)+cT(\omega ,t) d\omega , \end{aligned}$$

here h is Volterra function \(h(z) = z - 1 - ln(z)\); \(z \in {\mathbb {R}}^+\). Let, \(L(\omega ,t)\) is a positive defined function at the (DFSS) \((S_0; 0; 0)\). The time derivative of \(L(\omega ,t)\) is:

$$\begin{aligned} & \begin{array}{lll} \frac{\partial L(\omega ,t)}{\partial t}= & \frac{\partial }{\partial t}\displaystyle \int _{\Omega } S_0h\bigg (\frac{S(\omega ,t)}{S_0}\bigg )+I(\omega ,t)+cT(\omega ,t) d\omega , \end{array} \\ & \quad \begin{array}{lll} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega } \frac{\partial }{\partial t}\bigg (S_0h\bigg (\frac{S(\omega ,t)}{S_0}\bigg )+I(\omega ,t)+cT(\omega ,t)\bigg ) d\omega ,\\ & =& \displaystyle \int _{\Omega } \bigg (1-\frac{S_0}{S}\bigg ) (d_S \Delta S + \nu S^0 -\nu S(\omega ,t) - \beta I(\omega ,t) S(\omega ,t) )\\ & & d_I \Delta I +\chi S(\omega ,t) I(\omega ,t) -(\nu + \delta +\gamma )I(\omega ,t) + \sigma T(x,t)+ c( d_T \Delta T + \delta I(\omega ,t) - (\nu +\eta + \kappa + \sigma )T(\omega ,t)) d\omega ,\\ & =& \displaystyle \int _{\Omega } \nu S_0\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S_0}{S}\bigg )+\bigg (1-\frac{S_0}{S}\bigg ) d_S \Delta S - \chi I(\omega ,t) S(\omega ,t) + \chi I(\omega ,t) S_0 +\chi S(\omega ,t) I(\omega ,t) \\ & & -(\nu + \delta +\gamma )I(\omega ,t) + \sigma T(\omega ,t) +c( d_T \Delta T + \delta I(\omega ,t)-(\nu +\eta + \kappa + \sigma )T(\omega ,t)) d\omega .\\ \end{array} \end{aligned}$$

According to the simplification, we get:

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega } \bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\nu S_0 +\bigg (1-\frac{S_0}{S}\bigg ) d_S \Delta S + \chi I(\omega ,t) S_0 -(\nu + \delta +\gamma )I(\omega ,t) + \sigma T(\omega ,t)\\ & & +c( d_T \Delta T + \delta I(\omega ,t)-(\nu +\eta + \kappa + \sigma )T(\omega ,t)) d\omega \\ \end{array} \end{aligned}$$

for where the conditions on the banks of Neumann we have \(\bigg [ \nabla S\bigg ]_{- l}^{l} =\bigg [ \nabla I\bigg ]_{- l}^{l} =\bigg [ \nabla T\bigg ]_{- l}^{l} =0\)

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t}& =& \displaystyle \int _{\Omega }\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\nu S_0 + \chi I(\omega ,t) S_0 -(\nu + \delta +\gamma )I(\omega ,t) + \sigma T(\omega ,t)\\ & & +c( \delta I(\omega ,t) - (\nu +\eta + \kappa + \sigma )T(\omega ,t)) d\omega +\displaystyle \int _{\Omega } h'\bigg (\frac{S}{S_0}\bigg )d_S \Delta S d\omega ,\\ & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\nu S_0 + \chi I(\omega ,t) S_0 -(\nu + \delta +\gamma )I(\omega ,t) + \sigma T(\omega ,t)+ c( \delta I(\omega ,t) \\ & & - (\nu +\eta + \kappa + \sigma )T(\omega ,t)) dx -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S_0}{S^2}d\omega \end{array} \end{aligned}$$

if we put \(c = \frac{\sigma }{\nu +\eta + \kappa + \sigma }\), hence

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\nu S_0 + \chi I(\omega ,t) S_0 -(\nu + \delta +\gamma )I(\omega ,t) +\frac{\delta \sigma }{\nu +\eta + \kappa + \sigma }I(\omega ,t) d\omega \\ & & -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S_0}{S^2}d\omega , \\ & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\nu S_0 +\bigg ((\nu + \delta +\gamma ) -\frac{\delta \sigma }{\nu +\eta + \kappa + \sigma }\bigg )I(\omega ,t)\bigg [{\mathscr {R}}_0 -1\bigg ] d\omega -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S_0}{S^2}d\omega \\ & \le & 0. \end{array} \end{aligned}$$

and equality holds if and only if \(S=S_0\) and \(I=T=0\). That is mean (DFSS) is (GAS) if \({\mathscr {R}}_0 < 1\) . \(\square\)

Now, we discuss the (GAS) of the (ESS) if \({\mathscr {R}}_0 > 1\) by the following theorem

Theorem 4.2

The (ESS) of the system (3) is (LAS) if \({\mathscr {R}}_0 > 1\) and otherwise unstable.

Proof

To prove local stability of (ESS), we consider the Jacobian matrix of the system (3) at (ESS) as follows.

$$\begin{aligned} J_{E^*}=\begin{bmatrix} -\lambda _n d_S -\nu - \chi I^* & -\beta S^* & 0\\ \beta I^* & \chi S^* - (\nu +\eta + \delta +\gamma ) -\lambda _n d_I & \sigma \\ 0 & \delta & - (\nu + \kappa + \sigma ) -\lambda _n d_T \end{bmatrix}. \end{aligned}$$

Now, we put

$$\begin{aligned} J_{E^*}=\begin{bmatrix} A & B & 0 \\ C & D & \sigma \\ 0 & \delta & E \end{bmatrix}, \end{aligned}$$

where

\(A = -\lambda _n d_S -\nu - \chi I^* = \frac{-\nu }{S^*}- \lambda _n\), \(B= -\chi S^*\), \(C= \chi I^*\), \(D= \frac{-\sigma T^*}{I^*} -\lambda _n d_I\), \(E= \frac{- \delta I^*}{T^*} -\lambda _n d_T\).

Consequently, the eigenvalues are given by the characteristic equation of \(J_{E ^{*}}\) in the following

$$\begin{aligned} p(\lambda )=\varepsilon ^{3}+A_1\varepsilon ^{2}+A_{2}\varepsilon +A_3, \end{aligned}$$
(9)

where

$$\begin{aligned} \begin{array}{lll} A_1 =-( A+D+E),\\ A_2 =-( BC-AE-DE-AD+\delta \sigma ),\\ A_3 = -ADE+BCE+A\delta \sigma . \end{array} \end{aligned}$$

Now, according to the Routh-Hurwitz Criterion, we deduce that (ESS) is LAS under the conditions are satisfied in the following

$$\begin{aligned} {\bf (H_1)}:\left\{ \begin{array}{lll} A_1, A_3> 0,\\ A_{1}A_{2}-A_{3} > 0.\\ \end{array}\right. \end{aligned}$$

Clearly, when the \({\mathscr {R}}_0>1\), we guarantee the above conditions are hold. Where, \(S^* = \frac{ (\mu + \delta +\eta +\gamma ) - \frac{\sigma \delta }{\mu + \kappa + \sigma }}{\chi }\)

$$\begin{aligned} \begin{array}{lll} A_{1}= & \lambda _n d_S +\nu + \chi I^* + \frac{\sigma \delta }{\nu + \kappa + \sigma } +\lambda _n d_I + (\nu + \kappa + \sigma ) +\lambda _n d_T > 0. \end{array} \end{aligned}$$

Next, we show that \(A_3>0\).

$$\begin{aligned} \begin{array}{lll} A_{3} & = & -ADE+BCE+A\delta \sigma , \\ & =& BCE -A\delta \lambda _n d_I\bigg (\frac{\sigma }{\nu + \kappa + \sigma }\bigg ) >0. \end{array} \end{aligned}$$

Finally, we show the last inequality in \({\bf (H_1)}\), that is,\(A_{1}A_{2}-A_{3} > 0\) we have:

$$\begin{aligned} \begin{array}{lll} A_{1}A_{2}-A_{3} & =& \bigg (\frac{\nu }{S^*}+\lambda _nd_S+\frac{\sigma T^*}{I^*}+\lambda _nd_I +\frac{\delta I^*}{T^*}+\lambda _nd_T\bigg )\bigg (\big (\frac{\nu }{S^*}+\lambda _nd_S\big ) \big (\frac{\delta I^*}{T^*}+\lambda _nd_T\big )+\big (\frac{\nu }{S^*}+\lambda _nd_S\big ) \big (\frac{\sigma T^*}{I^*}+\lambda _nd_I\big )+\chi ^2S^*I^*\bigg )\\ & & -\bigg (\chi ^2S^*I^*\big (\frac{\delta I^*}{T^*}+\lambda _nd_T\big )\bigg ),\\ & >& 0. \end{array} \end{aligned}$$

Therefore, for \({\mathscr {R}}_0>1\), we guarantee the \({\bf (H_1)}\) is satisfied, thus, the (ESS) of system (3) is (LAS). This completes the proof.

Now, the (GAS) of (ESS) is analyzed by applied and used the lyapunov function:

$$\begin{aligned} \begin{array}{rcl} L(\omega ,t) = \displaystyle \int _{\Omega } S^{*}h\bigg (\frac{S}{S^{*}}\bigg )+ I^{*}h\bigg (\frac{I}{I^{*}}\bigg )+cT^{*}h\bigg (\frac{T}{T^{*}}\bigg ) d\omega . \end{array} \end{aligned}$$
(10)

Clearly, \(L(\omega ,t)\) is a continuous and differentiable. Then, taking the time derivative of \(L(\omega ,t)\), it is obtained that

$$\begin{aligned} \begin{array}{lll} \frac{\partial L(\omega ,t)}{\partial t}= & \frac{\partial }{\partial t}\displaystyle \int _{\Omega } S^{*}h\bigg (\frac{S}{S^{*}}\bigg )+ I^{*}h\bigg (\frac{I}{I^{*}}\bigg )+cT^{*}h\bigg (\frac{T}{T^{*}}\bigg ) dx, \end{array} \end{aligned}$$

Using the equilibrium propriety

$$\begin{aligned} & \left\{ \begin{array}{llll} \nu =\nu S^* + \chi S^* I^*,\\ \chi S^* I^* + \sigma T^* = (\nu +\delta +\gamma )I^*,\\ \delta I^* - \sigma T^* = (\nu +\eta + \kappa )T^*, \end{array}\right. \\ & \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S^*}{S}\bigg )\bigg (1-\frac{S}{S^*}\bigg )\bigg (\nu S^*+\chi S^*I^*\bigg ) +\sigma T^*\bigg (1-\frac{I}{I^*}+\frac{T}{T^*}-\frac{TI^*}{IT^*}+\frac{T^*}{T}-\frac{T^*}{T} +2-2\bigg )\\ & & +c\delta I^*\bigg (\frac{I}{I^*}-\frac{IT^*}{TI^*}-\frac{T}{T^*}+1+\frac{I^*}{I}-\frac{I^*}{I}+2-2\bigg ) d\omega -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S^*}{S^2}d\omega -\displaystyle \int _{\Omega }d_I (\nabla I)^2\frac{I^*}{I^2}d\omega -c\displaystyle \int _{\Omega }d_T (\nabla T)^2\frac{T^*}{T^2}d\omega \\ & =& \displaystyle \int _{\Omega }\bigg (h\big (\frac{S^*}{S}\big )-h\big (\frac{S}{S^*}\big )\bigg )\bigg (\nu S^*+\beta S^*I^*\bigg ) +\sigma T^*\bigg (-h\big (\frac{I}{I^*}\big )+h\big (\frac{T}{T^*}\big )-h\big (\frac{TI^*}{IT^*}\big )\bigg )\\ & & +c\delta I^*\bigg (h\big (\frac{I}{I^*}\big )-h\big (\frac{IT^*}{TI^*}\big )-h\big (\frac{T}{T^*}\big )\bigg ) d\omega -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S^*}{S^2}d\omega -\displaystyle \int _{\Omega }d_I (\nabla I)^2\frac{I^*}{I^2}d\omega -c\displaystyle \int _{\Omega }d_T (\nabla T)^2\frac{T^*}{T^2}d\omega \\ \end{array} \end{aligned}$$

we take \(c = \frac{\sigma T^*}{\delta I^*}\)

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (-h\big (\frac{S^*}{S}\big )-h\big (\frac{S}{S^*}\big )\bigg )\bigg (\nu S^*+\beta S^*I^*\bigg ) +\sigma T^*\bigg (-h\big (\frac{TI^*}{IT^*}\big )-h\big (\frac{IT^*}{TI^*}\big )\bigg ) d\omega \\ & & -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S^*}{S^2}dx -\displaystyle \int _{\Omega }d_I (\nabla I)^2\frac{I^*}{I^2}d\omega -c\displaystyle \int _{\Omega }d_T (\nabla T)^2\frac{T^*}{T^2}d\omega \\ & \le & 0 \end{array} \end{aligned}$$

Therefore, when the \(S=S^*, I=I^*\) and \(T=T ^*\). We have that (ESS) is GAS. \(\square\)

Impact of treatment on the basic reproduction number \({\mathscr {R}}_0\)

A central goal of this study is to investigate the effect of treatment efforts on the transmission dynamics of the disease. In the model, treatment is represented by the transition of infected individuals to the treated class at a rate \(\delta\). Importantly, the model accounts for imperfect treatment, where individuals under treatment may relapse and return to the infectious class at rate \(\sigma\). Therefore, understanding how variations in \(\delta\) influence the basic reproduction number \({\mathscr {R}}_0\) is essential for evaluating the effectiveness of public health or veterinary interventions.

We derive an explicit expression for \({\mathscr {R}}_0\), which quantifies the average number of secondary infections generated by a single infected individual in a completely susceptible population. For this model, \({\mathscr {R}}_0\) is given by:

$$\begin{aligned} {\mathscr {R}}_0 = \frac{\chi }{ (\nu + \delta + \eta + \gamma ) - \dfrac{\sigma \delta }{\nu + \kappa + \sigma } }. \end{aligned}$$
(11)

This expression highlights how treatment (\(\delta\)) influences \({\mathscr {R}}_0\) through both direct removal of infectives and the possibility of relapse via the treated class. To further understand this dependence, we compute the derivative of \({\mathscr {R}}_0\) with respect to \(\delta\):

$$\begin{aligned} \frac{d{\mathscr {R}}_0}{d\delta } = -\frac{\chi (\nu +\kappa +\sigma )(\nu +\kappa )}{\left[ (\nu +\eta +\delta +\gamma )(\nu +\kappa +\sigma ) - \sigma \delta \right] ^2} < 0. \end{aligned}$$
(12)

This result confirms that increasing the treatment rate \(\delta\) always leads to a decrease in \({\mathscr {R}}_0\), despite the presence of treatment failure. Therefore, enhancing the rate at which infectious individuals receive treatment is beneficial in controlling the spread of the disease. This theoretical conclusion is further supported by numerical simulations (see Fig. 3), which visually confirm the negative relationship between \(\delta\) and \({\mathscr {R}}_0\).

From a control perspective, a key question is determining the minimal treatment rate \(\delta _{\min }\) required to ensure disease eradication, i.e., to make \({\mathscr {R}}_0 < 1\). Solving the inequality:

$$\begin{aligned} \frac{\chi }{ (\nu + \delta + \eta + \gamma ) - \dfrac{\sigma \delta }{\nu + \kappa + \sigma } } < 1, \end{aligned}$$

leads to the critical threshold:

$$\begin{aligned} \delta > \delta _{\min } = \frac{\chi (\nu +\kappa +\sigma ) - (\nu +\eta +\gamma )(\nu +\kappa +\sigma )}{\nu +\kappa }. \end{aligned}$$
(13)

This condition provides a quantitative target for policymakers or human health authorities: ensuring that the treatment effort \(\delta\) exceeds \(\delta _{\min }\) guarantees that \({\mathscr {R}}_0 < 1\), thus leading to disease elimination in the long run. In summary, this section emphasizes the crucial role of treatment not only in reducing disease burden but also in shaping the overall epidemic threshold.

Numerical analysis

In this section, we perform numerical simulations to illustrate the theoretical results obtained in the previous sections. The simulations are conducted using finite difference methods to approximate the solutions of the reaction-diffusion system (3). The full list of parameter values used in the simulation are given in the following.

$$\begin{aligned} \chi =0.05 \;\ \Lambda =2 \;\ \nu =0.1 \;\ \gamma =0.3 \;\ \eta =0.1 \;\ \sigma =0.1 \;\ \delta =0.1 \;\ \kappa =0.1 \;\ d_{s}=d_{I}=d_{T}=0.1. \end{aligned}$$
(14)

Therefore, consider two scenarios: one where the basic reproduction number satisfies \({\mathscr {R}}_0 < 1\), and another where \({\mathscr {R}}_0 > 1\), to demonstrate the contrasting asymptotic behaviors of the disease dynamics.

The computational space is chosen to be one-dimensional space region \(\Omega = [0,L]\) with homogeneous Neumann boundary conditions, which represents an closed setting with zero population flux along the boundaries. The initial compartment distributions (SITR) are assumed to be spatially heterogeneous. Parameter values are determined based on biologically reasonable assumptions and are consistent with the analytical conditions for \({\mathscr {R}}_0\).

Figure 1 displays the evolution of susceptible, infected, and treated populations for the case where \({\mathscr {R}}_0 = 0.13 < 1\), with a low transmission rate \(\chi = 0.05\). As expected from the theoretical analysis, the disease dies out over time, and the solution converges to the disease-free equilibrium (DFE). This behavior is consistent with the global asymptotic stability of the DFE under the condition \({\mathscr {R}}_0 < 1\).

Fig. 1
figure 1

Numerical simulations of solutions for system (3), where \(\chi = 0.05\) and \({\mathscr {R}}_0 = 0.13 < 1\). The disease dies out and the solution converges to the disease-free equilibrium.

In contrast, Fig. 2 presents the dynamics for the case where \({\mathscr {R}}_0 = 1.36 > 1\), with a higher transmission rate \(\chi = 0.5\). Here, the infection persists over time and stabilizes at a nontrivial endemic equilibrium. This confirms the theoretical prediction of the global asymptotic stability (GAS) of the endemic steady state (ESS) when \({\mathscr {R}}_0 > 1\).

Fig. 2
figure 2

Numerical simulations of solutions for system (3), where \(\chi = 0.5\) and \({\mathscr {R}}_0 = 1.36 > 1\). The disease persists and the solution converges to an endemic steady state (ESS).

Sensitivity analysis of treatment rate

To better understand the role of the treatment rate \(\delta\), we investigate the sensitivity of \({\mathscr {R}}_0\) with respect to changes in \(\delta\). As shown in Figure 3, the value of \({\mathscr {R}}_0\) decreases monotonically with increasing \(\delta\). A critical threshold \(\delta _{\min }\) is identified, beyond which \({\mathscr {R}}_0\) drops below 1, leading to disease elimination.

Fig. 3
figure 3

The dynamics of the basic reproduction number \({\mathscr {R}}_0\) in relation to the treatment rate \(\delta\). When \(\delta < \delta _{\min }\), we have \({\mathscr {R}}_0 > 1\) and the endemic equilibrium is globally stable. For \(\delta > \delta _{\min }\), \({\mathscr {R}}_0 < 1\), and the disease-free steady state becomes globally stable.

These simulations demonstrate the effectiveness of treatment in reducing disease spread. By increasing the treatment effort beyond \(\delta _{\min }\), it is possible to control or eliminate the epidemic, providing a quantitative target for public health interventions.

Discussion

Epidemic models represent disease spread in populations. This research aims to study the behavior of a diffusive epidemic model that considers treatment effects. We have proven that \({\mathscr {R}}_0\) determines the extent of the spread of the disease and its relationship to the treatment. Where if \({\mathscr {R}}_0 < 1\), then we find that the solution converges to the disease free equilibrium point, that is the disease free equilibrium point is globaly stable, and this is when the value of the treatment parameter \(\delta > \delta _{min}\) is large. but if \({\mathscr {R}}_0 > 1\), then we find the solution converges to the endemic equilibrium point, then the endemic equilibrium point is globaly stable, this is for for the treatment parameter \(\delta < \delta _{min}\). Treatment can have a substantial impact on the overall epidemic behavior. This information can inform effective disease control strategies. In summary, the diffusive epidemic model with treatment effect provides valuable insights into infectious disease behavior and aids in developing effective infection control strategies.

Part II: global stability of SVIR epidemic model with diffusion

The SVIR model, an extension of the SIR model, includes vaccination into the framework19,26,27,28. An extra compartment of the model is required for the number of vaccinated individuals (V)29. Vaccinated people can be infected but typically will not develop severe symptoms and therefore cannot spread the virus as actively. Reaction-diffusion models take into account the spatial spread of a population. Reaction-diffusion models have been used in infectious disease modeling to examine the spread of a disease through a geographical region30. In this paper, we study the global stability of the SVIR model with imperfect vaccination and reaction-diffusion31,32. Global stability means that a solution of the model always converges to a steady state regardless of the initial condition.

Mathematical model

In this part, we study the proposal model of Salih et al29:

$$\begin{aligned} \left\{ \begin{array}{llll} \frac{\partial S}{\partial t} & =& d_S \Delta S + \Lambda -(\mu + \alpha ) S(\omega ,t)-\beta I(\omega ,t)S(\omega ,t)+ \kappa V(\omega ,t),\\ \frac{\partial V}{\partial t} & =& d_V \Delta V + \alpha S(\omega ,t)-(\mu + \kappa + \varepsilon \beta I(\omega ,t)) V(\omega ,t), \\ \frac{\partial I}{\partial t} & =& d_I \Delta I+\beta I(\omega ,t) (S(\omega ,t) + \varepsilon V(\omega ,t))-(\mu + \delta +\xi )I(\omega ,t),\\ \frac{\partial R}{\partial t} & =& d_R \Delta R + \delta I(\omega ,t) -\mu R(\omega ,t). \\ \end{array}\right. \end{aligned}$$
(15)

Under Neumann boundary conditions:

$$\begin{aligned} \left\{ \begin{array}{llll} \frac{\partial S }{\partial \omega } =\frac{\partial V }{\partial \omega } =\frac{\partial I }{\partial \omega } = 0\ \ \text{ on } \ \ \partial \Omega \times ( 0, +\infty ) \\ S(x,0)=S_0(\omega ) \ge 0 \ \, \ \ V(\omega ,0)=V_0(\omega ) \ge 0 \ \, \ \ I(\omega ,0)=I_0(\omega ) \ge 0 \ \ \text{ in }\ \ \Omega . \end{array}\right. \end{aligned}$$

With \(\Omega\) is a bounded interval. Let’s consider the functional space:

$$\begin{aligned} X=\left\{ \phi \in C^2 (\Omega ) \ \,\ \ \frac{\partial S }{\partial \eta } =\frac{\partial V }{\partial \eta } =\frac{\partial I }{\partial \eta } = 0 \ \,\ \ \omega \in \partial \Omega \right\} \end{aligned}$$

Now, since the system (15) is not dependent on the R equation. So, we can reformulation it to the following a new system.

$$\begin{aligned} \left\{ \begin{array}{llll} \frac{\partial S}{\partial t} & =& d_S \Delta S + \Lambda -(\mu + \alpha ) S(\omega ,t)-\beta I(\omega ,t)S(\omega ,t)+\kappa V(\omega ,t),\\ \frac{\partial V}{\partial t} & =& d_V \Delta V + \alpha S(\omega ,t) - (\mu + \kappa + \varepsilon \beta I(\omega ,t)) V(\omega ,t), \\ \frac{\partial I}{\partial t} & =& d_I \Delta I + \beta I(\omega ,t) (S(\omega ,t) + \varepsilon V(\omega ,t))- (\mu + \delta +\xi )I(\omega ,t).\\ \end{array}\right. \end{aligned}$$
(16)

Steady state

The basic reproduction number of (16) given by :

$$\begin{aligned} {\mathscr {R}}_0 = \frac{\Lambda \beta (\mu +\alpha \varepsilon +\kappa )}{\mu (\delta +\mu +\xi )(\alpha +\kappa +\mu )}. \end{aligned}$$

The system (16) has a steady state namely disease free steady state (DFSS) and denoted by \(E_0=(S_{0},V_{0},0)\), when \(S'=V'=I'=0\) with \(S_{0}=\frac{\Lambda }{\mu + \alpha - \frac{\alpha \kappa }{\kappa + \mu } } =\frac{\Lambda (\kappa +\mu )}{\mu (\alpha + \kappa +\mu )} > 0\) and \(V_{0}=\frac{\alpha S_0}{\mu +\kappa } > 0\).

Now, to find the positive steady state say (endemic steady state) and referred to as (ESS) , according to the results in the following lemma

Lemma 9.1

If \({\mathscr {R}}_0>1\), the system (16) has a unique endemic steady state, which corresponds to the (ESS).

The (ESS) achieves the following system:

$$\begin{aligned} \begin{array}{llll} \Lambda -(\mu + \alpha ) S^* -\beta I^*S^* +\kappa V^*=& 0,\\ \alpha S^* -( \mu + \varepsilon \beta I^*) )V^* -\kappa V^*=& 0,\\ \beta I^* (S^* + \varepsilon V^*) - (\mu + \delta + \xi )I^*=& 0.\\ \end{array} \end{aligned}$$
(17)

Clearly, we can calculated the value of \(V^{*}\), from \(2^{nd}\) equation of system (16) in the following

$$\begin{aligned} \begin{array}{lll} V^*= & \frac{ \alpha S^* }{\mu + \kappa + \varepsilon \beta I^*} >0 \end{array} \end{aligned}$$
(18)

we substituting (18) in the \(1^{st}\) equation of (16) we have:

$$\begin{aligned} S^* = \frac{\Lambda }{\mu + \alpha +\beta I^* - \frac{ \alpha \kappa }{\mu + \kappa + \varepsilon \beta I^*}} > 0 \end{aligned}$$
(19)

According to the \(3^{rd}\) equation of the system (16) we have:

$$\begin{aligned} \begin{array}{lll} I^*[\beta ( \frac{\Lambda }{\mu + \alpha +\beta I^* - \frac{ \alpha \kappa }{\mu + \kappa + \varepsilon \beta I^*}} + \varepsilon \frac{ \alpha S^* }{\mu + \kappa + \varepsilon \beta I^*}{\mu + \varepsilon \beta I^*}) - (\mu + \delta + \xi )] = 0 \\ \end{array} \end{aligned}$$

Since \(I^*\ne 0\), we get

$$\begin{aligned} \begin{array}{lll} \beta ( \frac{\Lambda }{\mu + \alpha +\beta I^* - \frac{ \alpha \kappa }{\mu + \kappa + \varepsilon \beta I^*} } + \varepsilon \frac{ \alpha \frac{\Lambda }{\mu + \alpha +\beta I^* - \frac{ \alpha \kappa }{\mu + \kappa + \varepsilon \beta I^*}}}{\mu + \kappa + \varepsilon \beta I^*}) - (\mu + \delta + \sigma +\xi ) = 0 \\ \\ - \frac{a_1 I^{*2} + a_2 I^* +a_3}{\alpha \mu +\kappa \mu +\mu ^2+\beta ^{2}I^{*2}\varepsilon +\beta \kappa I^*+\beta \mu I^*+\alpha \beta I^*\varepsilon +\beta \mu I^*\varepsilon } =0 \end{array} \end{aligned}$$

Where

$$\begin{aligned} \begin{array}{lll} a_1 & =& \varepsilon \beta ^2(\delta +\mu +\xi ),\\ a_2 & =& -\Lambda \beta ^2\varepsilon + \beta (\kappa +\mu +\alpha \varepsilon +\mu \varepsilon )(\delta +\mu +\sigma +\xi ),\\ a_3 & =& \mu (\delta +\mu +\xi )(\alpha +\kappa +\mu )[1-{\mathscr {R}}_0], \end{array} \end{aligned}$$

where \(I^{*2}\) is a positive root of the following equation:

$$\begin{aligned} \begin{array}{lll} a_1 I^{*2} + a_2 I^* +a_3 =0. \end{array} \end{aligned}$$
(20)

Since that \(a_{1} > 0\) and \(a_{3} < 0\), we confirm that (20) has always one positive root \(I^{*}\), with \(\vartheta = a_2 ^2 -4a_1a_3 > 0\) and \(\vartheta\) is the determinator of (20),

$$\begin{aligned} \begin{array}{lll} I^* = \frac{a_2 + \sqrt{\vartheta }}{2a_1} > 0. \end{array} \end{aligned}$$
(21)

where \(\sqrt{\vartheta } > a_2\).

Obviously, the system (16) always has a unique positive steady state denoted by \(E^{*}=(S^{*}, V^{*}, I^{*})\).

Stability analysis

Let’s recall that \(\lambda _n^2\) are the eigenvalues of \(-\Delta\) with \(n \in {\mathbb {N}}^*\). Now the Jacobian matrix of system (16) at the point \((S^{\star }, V^{\star }, I^{\star } )\) can be written as:

$$\begin{aligned} J(S,V,I)=\begin{bmatrix} - (\mu +\alpha )-\beta I + d_S\frac{\partial ^2}{\partial x^2 } & \kappa & -\beta S\\ \alpha & -( \mu +\kappa + \varepsilon \beta I ) + d_V\frac{\partial ^2}{\partial x^2 } & \varepsilon \beta V \\ \beta I & \varepsilon \beta I & \beta (S + \varepsilon V) -(\mu + \delta + \sigma +\xi ) + d_I\frac{\partial ^2}{\partial x^2 } \end{bmatrix} \end{aligned}$$

Therefore, the Jacobian matrix at the (DFSS), becomes:

Theorem 10.1

The (DFSS) is LAS if \({\mathscr {R}}_{0}<1\) and unstable if \({\mathscr {R}}_{0} > 1\).

Proof

The following Jacobian matrix is obtained at (DFSS)

$$\begin{aligned} J_{E_0}=\begin{bmatrix} - (\mu +\alpha ) - d_S\lambda _n^2 & \kappa & -\beta S_0\\ \alpha & - \mu -\kappa -d_V \lambda _n^2 & - \varepsilon \beta V_0 \\ 0 & 0 & \beta (S_0 + \varepsilon V_0) -(\mu + \delta + \xi )-d_I\lambda _n^2 \end{bmatrix} \end{aligned}$$

Clearly, the \(1^{st}\) eigenvalue of the corresponding characteristic equation is written as

$$\begin{aligned} \lambda _1 = \beta (S_0 + \varepsilon V_0) -(\mu + \delta + \xi ) - d_I\lambda _n^2 = (\mu + \delta + \xi )[1-{\mathscr {R}}_0] -d_I\lambda _n^2 < 0 \end{aligned}$$

Now, the other eigenvalues of \(J_{E_0}\), can be found by the following matrix

$$\begin{aligned} M=\begin{bmatrix} - (\mu +\alpha ) -d_S\lambda _n^2 & \kappa \\ \alpha & - \mu -\kappa -d_V\lambda _n^2 \\ \end{bmatrix} \end{aligned}$$

with:

$$\begin{aligned} \left\{ \begin{array}{cccc} Tr& =& - \mu -\kappa - (\mu +\alpha ) -d_S\lambda _n^2 -d_V\lambda _n^2 < 0\\ Det& =& (\mu +\alpha +d_S\lambda _n^2)(\mu +\kappa +d_V\lambda _n^2) - \alpha \kappa > 0 \end{array}\right. \end{aligned}$$

Thus, for \({\mathscr {R}}_0<\) 1, \(E_0\) is locally asymptotically stable. \(\square\)

Theorem 10.2

The disease-free steady state (DFSS), \(E_{0}\) is globally asymptotically stable (GAS), if \({\mathscr {R}}_{0}<1\) .

Proof

We consider the following lyapunov function:

$$\begin{aligned} \begin{array}{ccc} L(\omega ,t) = \displaystyle \int _{\Omega } S_0h\bigg (\frac{S(\omega ,t)}{S_0}\bigg )+V_0h\bigg (\frac{V(\omega ,t)}{V_0}\bigg )+I(\omega ,t) d\omega ,\\ \end{array} \end{aligned}$$

The time derivative of \(L(\omega ,t)\) along the positive solution of system (16), it follows that:

$$\begin{aligned} & \begin{array}{lll} \frac{\partial L(\omega ,t)}{\partial t}= & \frac{\partial }{\partial t}\displaystyle \int _{\Omega } S_0h\bigg (\frac{S(\omega ,t)}{S_0}\bigg )+V_0h\bigg (\frac{V(\omega ,t)}{V_0}\bigg )+I(\omega ,t) d\omega , \end{array} \\ & \begin{array}{lll} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega } \frac{\partial }{\partial t}\bigg (S_0h\bigg (\frac{S(\omega ,t)}{S_0}\bigg )+V_0h\bigg (\frac{V(\omega ,t)}{V_0}\bigg )+I(\omega ,t)\bigg ) d\omega ,\\ & =& \displaystyle \int _{\Omega } \bigg (1-\frac{S_0}{S}\bigg ) (d_S \Delta S + \Lambda -(\mu + \alpha ) S(\omega ,t) - \beta I(\omega ,t) S(\omega ,t) +\kappa V(\omega ,t))\\ & & +\bigg (1-\frac{V_0}{V}\bigg )\bigg (d_V \Delta V+\alpha S(\omega ,t) -(\mu +\varepsilon \beta I(\omega ,t))V(\omega ,t) -\kappa V(\omega ,t) \bigg )\\ & & +d_I \Delta I+ \beta I(\omega ,t) (S(\omega ,t) + \varepsilon V(\omega ,t)) - (\mu + \delta + \xi )I(\omega ,t) d\omega . \end{array} \end{aligned}$$

Thus, by applying the propriety of the equilibrium

$$\begin{aligned} \left\{ \begin{array}{llll} \Lambda & =& (\mu + \alpha ) S_0 -\kappa V_0,\\ \mu V_0 & =& \alpha S_0 - \kappa V_0. \end{array}\right. \end{aligned}$$
(22)

Clearly, according to the simplification, we get:

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega } \bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\mu S_0 + \bigg (\mu + \delta + \xi \bigg )I(\omega ,t)\bigg [{\mathscr {R}}_0 -1\bigg ]\\ & & + \alpha S_0\bigg [3-\frac{S_0}{S}-\frac{V}{V_0}-\frac{V_0S}{S_0V}\bigg ] +\kappa V_0 \bigg [-1+\frac{S_0}{S} + \frac{V}{V_0} - \frac{S_0V}{SV_0} +2-2+\frac{V_0S}{VS_0}-\frac{V_0S}{VS_0}\bigg ] d\omega \\ & & + \displaystyle \int _{\Omega } \bigg (1-\frac{S_0}{S}\bigg )d_S \Delta S +\bigg (1-\frac{V_0}{V}\bigg )d_V \Delta V d\omega +\bigg [d_I \nabla I \bigg ]_{\Omega }, \\ \end{array} \end{aligned}$$

for where the conditions on the banks of Neumann we have \(\bigg [ \nabla I\bigg ]_{\Omega } =\bigg [ \nabla S\bigg ]_{\Omega } =\bigg [ \nabla V\bigg ]_{\Omega } =0\)

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega , t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\mu S_0 + \bigg (\mu + \delta + \xi \bigg )I(\omega ,t)\bigg [{\mathscr {R}}_0 -1\bigg ] \\ & & + \alpha S_0\bigg [-h\bigg (\frac{S_0}{S}\bigg )-h\bigg (\frac{V}{V_0}\bigg )-h\bigg (\frac{V_0S}{S_0V}\bigg )\bigg ] \\ & & +\kappa V_0 \bigg [+h\bigg (\frac{S_0}{S}\bigg ) + h\bigg (\frac{V}{V_0}\bigg )+h\bigg (\frac{V_0S}{VS_0}\bigg ) - h\bigg (\frac{S_0V}{SV_0}\bigg ) -h\bigg (\frac{V_0S}{VS_0}\bigg )\bigg ] d\omega +\displaystyle \int _{\Omega } h'\bigg (\frac{S}{S_0}\bigg )d_S \Delta S+h'\bigg (\frac{V}{V_0}\bigg )d_V \Delta V d\omega . \end{array} \end{aligned}$$

According to (22) we replace \(\kappa V_0\) by \(\alpha S_0 - \mu V_0\) we get:

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\mu S_0 + \bigg (\mu + \delta + \xi \bigg )I(t)\bigg [{\mathscr {R}}_0 -1\bigg ] + \alpha S_0\bigg [-h\bigg (\frac{S_0}{S}\bigg )-h\bigg (\frac{V}{V_0}\bigg )-h\bigg (\frac{V_0S}{S_0V}\bigg )\bigg ] \\ & & +\bigg (\alpha S_0 - \mu V_0\bigg ) \bigg [+h\bigg (\frac{S_0}{S}\bigg ) + h\bigg (\frac{V}{V_0}\bigg )+h\bigg (\frac{V_0S}{VS_0}\bigg )\bigg ] +\kappa V_0 \bigg [- h\bigg (\frac{S_0V}{SV_0}\bigg ) -h\bigg (\frac{V_0S}{VS_0}\bigg )\bigg ] d\omega +\bigg [d_S \nabla Sh'\bigg (\frac{S}{S_0}\bigg )\bigg ]_{\Omega }\\ & & -\displaystyle \int _{\Omega }d_S (\nabla S)^2\frac{S_0}{S^2} d\omega +\bigg [d_V \nabla Vh'\bigg (\frac{V}{V_0}\bigg )\bigg ]_{\Omega }-\displaystyle \int _{\Omega }d_V (\nabla V)^2\frac{V_0}{V^2} d\omega , \\ & =& \displaystyle \int _{\Omega } \bigg (1-\frac{S_0}{S}\bigg )\bigg (1-\frac{S}{S_0}\bigg )\mu S_0 + \bigg (\mu + \delta + \xi \bigg )I(t)\bigg [{\mathscr {R}}_0 -1\bigg ] +\mu V_0\bigg [-h\bigg (\frac{S_0}{S}\bigg ) - h\bigg (\frac{V}{V_0}\bigg )-h\bigg (\frac{V_0S}{VS_0}\bigg )\bigg ]\\ & & +\kappa V_0 \bigg [- h\bigg (\frac{S_0V}{SV_0}\bigg ) -h\bigg (\frac{V_0S}{VS_0}\bigg )\bigg ] d\omega -\displaystyle \int _{\Omega } d_S(\nabla S)^2\frac{S_0}{S^2} d\omega -\displaystyle \int _{\Omega } d_V (\nabla V)^2\frac{V_0}{V^2}d\omega \le 0. \end{array} \end{aligned}$$

Under the conditions \(S=S_0\), \(I=0\) and \(V=V_0\) are satisfied that guarantee the equality holds. Then, the system (16) near (DFSS) is (GAS). \(\square\)

Theorem 10.3

The (LAS) of system (16) at (ESS) is satisfied if \({\mathscr {R}}_0 > 1\).

Proof

The variational matrix of the system (16) around (ESS) is as follows

$$\begin{aligned} J_{E^*}=\begin{bmatrix} - (\mu +\alpha )-\beta I^*- d_S\lambda _n^2 & \kappa & -\beta S^*\\ \alpha & -( \mu +\kappa + \varepsilon \beta I^* )- d_V\lambda _n^2 & -\varepsilon \beta V^* \\ \beta I^* & \varepsilon \beta I^* & - d_I\lambda _n^2 \end{bmatrix} \end{aligned}$$

Due to the (ESS), achieves the following equation:

$$\begin{aligned} \begin{array}{llll} 0 & =& I^* (\beta (S^* + \varepsilon V^*) - (\mu + \delta + \xi )),\\ \end{array} \\ J_{E^*}=\begin{bmatrix} A & \kappa & B\\ \alpha & C & D\\ E & F & - d_I\lambda _n^2 \end{bmatrix}, \end{aligned}$$

here

\(A = -\left[ (\mu +\alpha )+\beta I^*+d_S\lambda _n^2\right]\), \(B= -\beta S^*\), \(C= -( \mu +\kappa + \varepsilon \beta I^* )-d_V\lambda _n^2\), \(D= -\varepsilon \beta V^*\), \(E= \beta I^*\) and \(F=\varepsilon \beta I^*\)

Then, the characteristic equation is given by

$$\begin{aligned} p(\lambda )=\lambda ^{3}+A_1\lambda ^{2}+A_{2}\lambda +A_3 \end{aligned}$$
(23)

where

$$\begin{aligned} \begin{array}{lll} A_1 = -A-C+ d_I\lambda _n^2\\ A_2 = AC-FD-BE-\alpha \kappa -Ad_I\lambda _n^2-Cd_I\lambda _n^2\\ A_3 = BCE+AFD-\kappa DE-BF\alpha +ACd_I\lambda _n^2+\alpha \kappa d_I\lambda _n^2 \end{array} \end{aligned}$$

According to Routh-Hurwitz criterion, characteristic equation will have negative real roots and the (ESS) is (LAS) if the following conditions are true

$$\begin{aligned} {\bf (H_1)}:\left\{ \begin{array}{lll} A_1, A_3> 0\\ A_{1}A_{2}-A_{3} > 0\\ \end{array}\right. \end{aligned}$$

Clearly, when the \({\mathscr {R}}_0>1\), we guarantee the above conditions are hold. Such that,

$$\begin{aligned} \begin{array}{lll} A_{1}= & (\mu +\alpha )+\beta I^*+d_S\lambda _n^2 + \mu +\kappa + \varepsilon \beta I^* +d_V\lambda _n^2+ d_I\lambda _n^2 >0 \end{array} \end{aligned}$$

Next, we show that \(A_3>0\).

$$\begin{aligned} \begin{array}{lll} A_{3} & = & (\beta S^* )( \mu +\kappa + \varepsilon \beta I^*+ d_V\lambda _n^2 ) \beta I^* + (\mu +\alpha +\beta I^*+ d_S\lambda _n^2)(\varepsilon \beta V^*)(\varepsilon \beta I^*) + \kappa \varepsilon \beta ^2 V^*I^*\\ & & +\varepsilon \alpha \beta ^2 S^*I^*+ACd_I\lambda _n^2+\alpha \kappa d_I\lambda _n^2 >0 \end{array} \end{aligned}$$

Finally, we show the last inequality in \({\bf (H_1)}\), that is,\(A_{1}A_{2}-A_{3} > 0\) we have:

$$\begin{aligned} \begin{array}{lll} A_{1}A_{2}-A_{3} & =& ABE-A^2C-AC^2+CFD+\kappa DE+BF\alpha +A\alpha \kappa +C\alpha \kappa -Ad_I^2\lambda _n^4+A^2d_I\lambda _n^2\\ & & -Cd_I^2\lambda _n^4+C^2d_I\lambda _n^2-Bd_I\lambda _n^2E-F d_I\lambda _n^2D+2ACd_I\lambda _n^2\\ & =& 3\alpha \mu ^2+\alpha ^2\mu +3\kappa \mu ^2+\kappa ^2\mu +2\mu ^3+\beta ^3I^{*3}\varepsilon + \beta ^3I^{*3}\varepsilon ^2-B\beta ^2I^{*2}+\beta ^2\kappa I^{*2}\\ & & +\beta ^2I^{*2}\mu +\beta \kappa ^2I^*+ 3\beta \mu ^2I^*+2\alpha \kappa \mu +2\alpha \beta ^2I^{*2}\varepsilon +\varepsilon \alpha \beta ^2I^{*2}\varepsilon ^2+ 2\beta ^2\kappa I^{*2}\varepsilon +4\beta ^2\mu I^{*2}\varepsilon \\ & & +\beta ^2\mu I^{*2}\varepsilon ^2+ B\alpha \beta I^*(\varepsilon - 1)-B\beta \mu I^*+\alpha \beta \kappa I^*+2\alpha \beta \mu I^*+4\beta \kappa \mu I^*\\ & & -\beta ^2DI^{*2} \varepsilon ^2+\beta \kappa DI^*(\varepsilon -1)+\alpha ^2\beta I^*\varepsilon +3\beta \mu ^2I^*\varepsilon +\alpha \beta \kappa I^*\varepsilon +4\alpha \beta \mu I^*\varepsilon +2\beta \kappa \mu I^*\varepsilon -\beta \mu DI^*\varepsilon \\ & & -Ad_I^2\lambda _n^4+A^2d_I\lambda _n^2-Cd_I^2\lambda _n^4+C^2d_I\lambda _n^2-Bd_I\lambda _n^2E-F d_I\lambda _n^2D+2ACd_I\lambda _n^2\\ & >& 0 \end{array} \end{aligned}$$

Therefore, the (ESS) of system (16) is (LAS), and the Routh-Hurwitz conditions are satisfied when \({\mathscr {R}}_0>1\). This completes the proof. \(\square\)

The next theorem now discusses the system’s global stability (GAS) around the endemic stable state (ESS).

Theorem 10.4

If \({\mathscr {R}}_0 > 1\) the unique endemic steady state (ESS) is globally asymptotically stable (GAS).

Proof

Let us consider a Lyapunov function as follows

$$\begin{aligned} \begin{array}{rcl} L(\omega ,t) = \displaystyle \int _{\Omega } S^{*}h\bigg (\frac{S}{S^{*}}\bigg ) + V^{*}h\bigg (\frac{V}{V^{*}}\bigg ) + I^{*}h\bigg (\frac{I}{I^{*}}\bigg ) {\bf {dx}} \end{array} \end{aligned}$$
(24)

The following is the result of taking the time derivative of L(t) along the system (16) affirmative solution

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (1-\frac{S^*}{S}\bigg ) \bigg (d_S \Delta S + \Lambda -(\mu + \alpha ) S(\omega ,t) - \beta I(\omega ,t) S(\omega ,t) +\kappa V(\omega ,t)\bigg )\\ & & +\bigg (1-\frac{V^*}{V}\bigg ) \bigg (d_V \Delta V +\alpha S(\omega ,t) - \varepsilon \beta I(\omega ,t)V(\omega ,t) -\kappa V(\omega ,t) -\mu V(t)\bigg ) \\ & & + \bigg (1-\frac{I^*}{I}\bigg ) \bigg (d_I \Delta I +\beta I(\omega ,t) (S(\omega ,t) + \varepsilon V(\omega ,t)) - (\mu +\sigma +\delta +\xi )I(\omega ,t)\bigg )d\omega \\ \end{array} \end{aligned}$$

By applying the propriety of the equilibrium and by doing some algebraic manipulation, we get

$$\begin{aligned} \begin{array}{rcl} \frac{\partial L(\omega ,t)}{\partial t} & =& \displaystyle \int _{\Omega }\bigg (\mu S^*+\beta S^*I^*\bigg )\bigg [2-\frac{S^*}{S}-\frac{S}{S^*}\bigg ] + \alpha S^*\bigg [3-\frac{S^*}{S}-\frac{SV^*}{S^*V}-\frac{V}{V^*}\bigg ]\\ & & +\bigg ( \alpha S^* - \mu V^* -\varepsilon \beta I^*V^*\bigg )\bigg [-3+\frac{S^*}{S}+\frac{V}{V^*} +\frac{SV^*}{S^*V}\bigg ]+\kappa V^*\bigg [-\frac{S^*V}{SV^*}-\frac{SV^*}{S^*V}+2\bigg ]d\omega \\ & & -\displaystyle \int _{\Omega } d_S(\nabla S)^2\frac{S^*}{S^2} d\omega -\displaystyle \int _{\Omega } d_V (\nabla V)^2\frac{V^*}{V^2} d\omega -\displaystyle \int _{\Omega } d_I(\nabla S)^2\frac{I^*}{I^2} d\omega \\ & =& \displaystyle \int _{\Omega }\bigg (\mu S^*+\beta S^*I^*\bigg )\bigg [2-\frac{S^*}{S}-\frac{S}{S^*}\bigg ] + \bigg (\mu V^* +\varepsilon \beta I^*V^*\bigg )\bigg [+3-\frac{S^*}{S}-\frac{V}{V^*} -\frac{SV^*}{S^*V}\bigg ]+\kappa V^*\bigg [-\frac{S^*V}{SV^*}-\frac{SV^*}{S^*V}+2\bigg ] d\omega \\ & & -\displaystyle \int _{\Omega } d_S(\nabla S)^2\frac{S^*}{S^2} d\omega -\displaystyle \int _{\Omega } d_V (\nabla V)^2\frac{V^*}{V^2}d\omega -\displaystyle \int _{\Omega } d_I(\nabla S)^2\frac{I^*}{I^2} d\omega \\ & =& \displaystyle \int _{\Omega }\bigg (\mu S^*+\beta S^*I^*\bigg )\bigg [2-\frac{S^*}{S}-\frac{S}{S^*}\bigg ] + \bigg (\mu V^* +\varepsilon \beta I^*V^*\bigg )\bigg [-h(\frac{S^*}{S})-h(\frac{V}{V^*}) -h(\frac{SV^*}{S^*V})\bigg ]\\ & & +\kappa V^*\bigg [-h(\frac{S^*V}{SV^*})-h(\frac{SV^*}{S^*V})\bigg ] d\omega -\displaystyle \int _{\Omega } d_S(\nabla S)^2\frac{S^*}{S^2} d\omega -\displaystyle \int _{\Omega } d_V (\nabla V)^2\frac{V^*}{V^2}d\omega -\displaystyle \int _{\Omega } d_I(\nabla S)^2\frac{I^*}{I^2}d\omega \\ & \le & 0 \end{array} \end{aligned}$$

and equality holds when \(S=S^*\) and \(V=V^*\), we replace the results in system (16) we get \(I=I^*\). Which implies that (ESS) is (GAS). \(\square\)

Furthermore, our main purpose is to determine the effect of the vaccination on the spread of the contagious disease. The responsible rate for the vaccination force is \(\alpha\). Note that this infection is imperfect, where it is possible that the vaccinated person to get infected, but this infection will reduce the transmission rate (this means that \(\beta > \varepsilon \beta\) ). Due to the dependence of asymptotic dynamics to the value of \({\mathscr {R}}_0\), we investigate the sensibility of the \({\mathscr {R}}_0\) to \(\alpha\) using the derivation of \({\mathscr {R}}_0\) with respect to \(\alpha\). By a simple computation we get:

$$\begin{aligned} \frac{d{\mathscr {R}}_0}{d\alpha } = \frac{\Lambda \beta \mu (\delta +\mu +\xi )[\mu (\varepsilon -1)+\kappa (\varepsilon -1)]}{(\mu (\delta +\mu +\xi )(\alpha +\kappa +\mu ))^2} < 0. \end{aligned}$$

This result means that the vaccination has a negative effect on the value of the BRN and augmenting the number of vaccinated persons will lead to reducing the spread of the disease.

Numerical results

To look into the dynamics and make sure the analytical results are correct, we numerically simulate the effect of the treatment on the dynamics of the system (3) using a set of parameter values that were carefully chosen to make sense from a biological point of view.

$$\begin{aligned} \Lambda =3 \;\ \beta =0.8 \;\ \mu =0.1 \;\ \xi =0.3 \;\ \epsilon =0.1 \;\ \alpha =0.1 \;\ \delta =0.1 \;\ \kappa =0.1 \;\ d_{s}=d_{V}=d_{I}=0.1. \end{aligned}$$
(25)

The infection disease for different class with time to compare the distribution of the population when \({\mathscr {R}}_0 <1\) and \({\mathscr {R}}_0 >1\) is shown in Fig. 4. In Fig. 4, the basic reproduction number, \({\mathscr {R}}_0 = 3.36 > 1\) when \(\beta =0.8\). The figure tells us that the disease increases and the endemic steady state is global stable. In Fig. 5 the basic reproduction number, \({\mathscr {R}}_0 = 0.33 < 1\) when \(\beta =0.008\). The figure tells us that the disease extinction and the (DFSS) is global stable.

Fig. 4
figure 4

Numerical simulations of solutions for system (15), where \(\beta = 0.8\) and \({\mathscr {R}}_0 = 56 > 1\).

Fig. 5
figure 5

Numerical simulations of solutions for system (15),where \(\beta = 0.8\) and \({\mathscr {R}}_0 =0.336 < 1\).

Discussion

In this part, we have investigated the global stability of the SVIR model with imperfect vaccination and reaction-diffusion. We have proved that the (DFSS) is (GAS) when the basic reproduction number is less than one. We have also proved that the(ESS) is (GAS) when the \({\mathscr {R}}_0 >\). Our results have several implications for the control of infectious diseases. First, they show that imperfect vaccination can help to control the spread of infectious diseases. Second, they show that reaction-diffusion can also help to control the spread of infectious diseases. These results suggest that vaccination and reaction-diffusion should be considered as part of a comprehensive strategy for controlling infectious diseases.

Combined analysis of reaction–diffusion epidemic models: SITR and SVIR formulations

In this study, we presented a unified framework for analyzing two biologically relevant epidemic models incorporating spatial diffusion: a SITR model and a SVIR model. Both models account for critical epidemiological processes such as infection transmission, recovery, treatment, and vaccination, embedded within a reaction-diffusion system. Our goal was to investigate the global stability of disease equilibria by combining analytical tools–such as Lyapunov functionals and the basic reproduction number \({\mathscr {R}}_0\)—with numerical simulations.

Unified methodological approach

For both models, we adopted the same methodological approach. We began by formulating the reaction-diffusion system under homogeneous Neumann boundary conditions, reflecting a closed spatial domain. The local dynamics were modeled using nonlinear ODE compartments extended to PDEs with diffusion operators. We derived the basic reproduction number \({\mathscr {R}}_0\) using the next-generation matrix method adapted to systems with treatment or vaccination terms. We also constructed Lyapunov functionals to investigate the global asymptotic stability (GAS) of disease-free and endemic equilibria, with the threshold determined by the value of \({\mathscr {R}}_0\).

For numerical simulation, we used an implicit finite difference scheme for time integration and central differences for spatial discretization. This enabled the stable and accurate approximation of solutions in both models.

Comparative dynamics and sensitivity

The SITR model emphasized the impact of treatment and imperfect isolation on the spread of disease. We showed that increasing the treatment rate \(\delta\) reduces \({\mathscr {R}}_0\), and derived the minimum value \(\delta _{\min }\) needed to suppress the outbreak. The numerical results confirmed this, showing convergence to the disease-free equilibrium for \(\delta > \delta _{\min }\) and to an endemic state for \(\delta < \delta _{\min }\).

The SVIR model introduced vaccination as a preventive control measure. Similar to the treatment in the SITR model, increasing the vaccination rate reduced the value of \({\mathscr {R}}_0\). We derived an explicit condition for the minimal vaccination rate necessary to ensure \({\mathscr {R}}_0 < 1\), hence eliminating the disease. Simulations revealed the critical role of vaccine coverage in disease control.

Both models illustrated how spatial effects, such as spatial heterogeneity, can persist even under strong local control measures, emphasizing the importance of accounting for mobility and diffusion in public health planning.