Next Article in Journal
E-Bayesian Estimation Based on Burr-X Generalized Type-II Hybrid Censored Data
Previous Article in Journal
Multi-Attribute Decision Making Based on Probabilistic Neutrosophic Hesitant Fuzzy Choquet Aggregation Operators
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Singly Diagonally Implicit Block Backward Differentiation Formulas for HIV Infection of CD4+T Cells

by
Saufianim Jana Aksah
1 and
Zarina Bibi Ibrahim
1,2,*
1
Department of Mathematics, Faculty of Science, Universiti Putra Malaysia (UPM), Serdang, Selangor 43400, Malaysia
2
Institute for Mathematical Research, Universiti Putra Malaysia (UPM), Serdang, Selangor 43400, Malaysia
*
Author to whom correspondence should be addressed.
Symmetry 2019, 11(5), 625; https://doi.org/10.3390/sym11050625
Submission received: 20 February 2019 / Revised: 4 April 2019 / Accepted: 8 April 2019 / Published: 3 May 2019

Abstract

:
In this study, a singly diagonally implicit block backward differentiation formula (SDIBBDF) was proposed to approximate solutions for a dynamical HIV infection model of CD 4 + T cells. A SDIBBDF method was developed to overcome difficulty when implementing the fully implicit method by deriving the proposed method in lower triangular form with equal diagonal coefficients. A comparative analysis between the proposed method, BBDF, classical Euler, fourth-order Runge-Kutta (RK4) method, and a Matlab solver was conducted. The numerical results proved that the SDIBBDF method was more efficient in solving the model than the methods to be compared.

1. Introduction

Based on global HIV/AIDS statistics by [1], there were about 36.9 million individuals living with HIV in 2017. Approximately around 1.8 million people worldwide developed a new infection with the virus in the same year, with an estimation of 5000 new infections each day. The spread of HIV not only affects the individual’s health, but the impacts can also be experienced in households, societies, and the growth and economic development of nations. Regardless of these challenges, there have been successes and promising signs, thanks to advances in our scientific understanding on HIV/AIDS, and besides preventative measures and treatment, along with years of significant effort by the health community worldwide and leading government and civil society organizations, the number of newly infected individuals has declined over the years.
According to [2], HIV is a virus that is spread through certain bodily fluids that attack the CD4 cells, specifically or often called T cells, which are related to the body’s immune system. The cells’ count gives a clear picture on the efficiency of the immune system. The CD 4 + T cells are white blood cells that fight infection, which means that the more you have them, the better. These are the cells that the HIV kills. As the virus infection grows, the number of these cells decreases. When the CD4 count drops to below 200, a person can be diagnosed with AIDS. A normal range for CD4 cells is around 500–1500. Usually, the CD4 cell count rises when the HIV virus is controlled with an effective treatment.
A model for the infection of HIV into the human immune system was introduced by [3], which consists of three variables; free virus particles, uninfected cells, and infected cells. The proposed model was later extended in [4] by considering four variables which divided the infected cells into latently and actively infected cells. However, [5] managed to reduce the model in [4] into a system of three ordinary differential equations (ODEs) with an assumption that all infected cells are capable of creating the virus. Thus, this paper considers the following mathematical model for the HIV infection of CD 4 + T cells:
d T d t = λ μ T + r T 1 T + 1 T m a x k V T , d I d t = k V T ρ I , d V d t = N ρ I τ V ,
where T ( t ) , I ( t ) , and V ( t ) signify the concentration of healthy CD 4 + T cells, a concentration of infected CD 4 + T cells, and a concentration of a virus population of CD 4 + T cells by HIV in the blood, respectively, at time t. Other parameters and constants involved are described in Table 1.
According to [5], when the virus is absent, the T cell population has a stable state value of:
T 0 = r μ T + ( r μ T ) 2 + 4 r λ T m a x 1 2 r T m a x 1 .
Hence, the only possible preliminary states for infection by free virus particles are:
T ( 0 ) = T 0 , I ( 0 ) = I 0 , V ( 0 ) = V 0 .
This paper aims to develop a block multistep method for solving the HIV infection of a CD 4 + T cells model. Efficiency of the method is analyzed by comparing it with a fully implicit multistep method (BBDF by [6]) and explicit one-step methods (RK4 and Euler’s method).
The outline of the paper is organized with derivation of the SDIBBDF method in Section 2 which will give the basic idea on how the block multistep works. Section 3 will provide the implementation of the derived method for the proposed dynamical model. This section presents the numerical results between the SDIBBDF, BBDF, RK4, Euler’s method and a Matlab solver. Analysis of the results obtained are also provided in the section. Overall findings of the research are concluded in Section 4.

2. Singly Diagonally Implicit Block Backward Differentiation Formulas

In this section, we will apply the two-point Singly Diagonally Implicit Block Backward Differentiation Formulas (SDIBBDF) to the mathematical model of ODEs shown in (1). The motivation in deriving the SDIBBDF method comes from the singly diagonally implicit method that is commonly used by researchers of RK fields. The works on singly diagonally implicit RK (SDIRK) methods were initially introduced by [7] by referring a method as singly diagonally implicit when its diagonal elements are equal, α i i = γ . Thus, the stored LU factorization of a single such matrix can be used repeatedly, which will result in only one Jacobian evaluation and one LU decomposition for each time step [8]. These properties contribute to the efficiency of the method in approximating solutions.
In order to accelerate the computational process, the block method is introduced by [9]. The idea is to develop k blocks where each block contains an r point approximation at each iteration of the algorithm. The BBDF method was developed by [6], which had proved to outperform the results obtained by a non-block variable step variable order BDF method by [10].
The two-point block multistep method is illustrated in Figure 1. Solutions for y n + 1 and y n + 2 were computed concurrently in a block by using previous blocks with two points. Points x n 1 and x n are the backvalues used as initial points to evaluate solutions at x n + 1 and x n + 2 .
The SDIBBDF method is derived by using the following linear difference operator,
L s ( y ( x ) : h ) = j = 0 k + s 1 α j 1 , s y n + j 1 h β k + s 1 , s y n + s ,
where k = 2 and α i i = γ . Next, we substitute s = 1 , 2 for points y n + 1 and y n + 2 , respectively, into Equation (2) and expanded it to obtain the following approximate relation of the operator.
α 1 , 1 y n 1 + α 0 , 1 y n + γ y n + 1 h β 2 , 1 y n + 1 = 0 , α 1 , 2 y n 1 + α 0 , 2 y n + α 1 , 2 y n + 1 + γ y n + 2 h β 3 , 2 y n + 2 = 0 .
Next, we let:
A 0 = α 1 , 1 α 1 , 2 , A 1 = α 0 , 1 α 0 , 2 , A 2 = γ α 1 , 2 , A 3 = 0 γ , B 2 = β 2 , 1 0 , B 3 = 0 β 3 , 2 .
Equation (4) is then substituted into the following formula
C q = 1 q ! j = 0 k 1 j q A j 1 ( q 1 ) ! j = 2 k 1 j q 1 B j .
Since the proposed method is designed for order 2, hence we expand Equation (5) for q = 0 , 1 , 2 where C 0 is only considered for A j .
By using Maple programming, we solved C 0 , C 1 and C 2 simultaneously to obtain the coefficients of the SDIBBDF method for both y n + 1 and y n + 2 . Then, the coefficients obtained were substituted into (3), and we let y = f ( x , y ) . By rearranging the equation, we formed the general corrector formula of the SDIBBDF method, as shown below.
1 2 y n 1 2 y n + 3 2 y n + 1 = h f n + 1 , 1 2 y n 2 y n + 1 + 3 2 y n + 2 = h f n + 2 .
Although the method derived is not fully implicit (singly diagonally implicit) when implemented in block form, each formula in Equation (6) is implicit, which requires the estimated value of f n + s in order to approximate the solution for y n + s . Therefore, the predictor formula is developed.
The predictor formula for the first point, y n + 1 ( p ) , and the second point, y n + 2 ( p ) , of the SDIBBDF method shown in Equation (6) are derived by using the backvalues of x n , x n 1 , and x n 2 as the interpolating points. The Lagrange interpolating polynomial of the method is given as follows:
P ( x ) = P ( x n + 1 + s h ) = L k , m ( x ) y ( x n ) + + L k , k ( x ) y ( x n k ) = m = 0 k L k , m y ( x n m )
where
L k , m = i = 0 m i k x x n i x n m x n i , m = 0 , 1 , , k
and k is the number of the backvalue proposed. Thus, substituting s = 0 and 1 into Equation (8) gives the following predictor formula for each point, respectively.
y n + 1 ( p ) = y n 2 3 y n 1 + 3 y n , y n + 2 ( p ) = 3 y n 2 8 y n 1 + 6 y n .
The SDIBBDF method was applied in P E C E mode, where the implementation of its predictor and corrector formula is denoted as P and C, respectively, while E is the evaluation of function f ( x , y ) . The sequence of the computational process for the block method in P E C E mode shown below is executed in parallel.
P : y n + 1 ( s ) E : f n + 1 ( s ) C : y n + 1 ( s + 1 ) E : f n + 1 ( s + 1 ) , P : y n + 2 ( s ) E : f n + 2 ( s ) C : y n + 2 ( s + 1 ) E : f n + 2 ( s + 1 ) .
Further details on a block multistep method can be found in [6].

3. Results of Numerical Simulation

The performance of numerical simulation for HIV infection of CD 4 + T cells is outlined in this section. We had introduced an analytical tool in the previous section to conduct qualitative analysis of the dynamical model proposed. Based on [11], the values of parameters and constants of the model described in (1) are shown.
Values in Table 1 were substituted into (1) to get:
d T d t = 1.0 × 10 1 2.0 × 10 2 T + 3 T 1 T + I 1.5 × 10 3 2.7 × 10 3 V T , d I d t = 2.7 × 10 3 V T 3.0 × 10 1 I , d V d t = 3.0 I 2.4 V .
Next, we let y 1 = T , y 2 = I , and y 3 = V into (11) to obtain the following test problem:
y 1 ( t ) = 2.0 × 10 3 y 1 2 ( t ) 2.0 × 10 3 y 1 ( t ) y 2 ( t ) 2.7 × 10 3 y 1 ( t ) y 3 ( t ) + 2.98 y 1 ( t ) + 0.1 , y 2 ( t ) = 2.7 × 10 3 y 1 ( t ) y 3 ( t ) 3.0 × 10 1 y 2 ( t ) , y 3 ( t ) = 3 y 2 ( t ) 2.4 y 3 ( t ) ,
with y 1 ( 0 ) = 0.1 , y 2 ( 0 ) = 0.0 and y 3 ( 0 ) = 0.1 for the interval of 0 t 1 .
To measure the efficiency of the proposed method, we compared the numerical results with existing methods as presented in Table 2, Table 3 and Table 4. Numerical results for the SDIBBDF and BBDF methods were computed by using the C++ program, while numerical results for RK4 and Euler’s method were obtained from [11].
The results presented in Table 2, Table 3 and Table 4 are illustrated in graphical form by using Maple, as shown in figures below. The graphs also present the solutions plot by the Maple solver. Figure 2, Figure 3 and Figure 4 represent the local variations of variables T ( t ) , V ( t ) , and I ( t ) , respectively.
The graphs show that the results produced by Euler’s method are slightly diverged from those obtained by Maple solver for each of the variables over time. Nevertheless, the SDIBBDF method is in better agreement with the RK4 method and Maple solver than the fully implicit BBDF method.
In Figure 2, we can observe that the concentration of susceptible T cells rises along t. Once the CD 4 + T cells were infected with HIV, the depletion of HIV RNA particles in the blood decreased rapidly in a short period of time, as analyzed in Figure 3. This resulted in the rapid growth of infected T cells, as shown in Figure 4.
Subsequent studies by [12,13] verified that the HIV was selectively infected and destroyed the CD 4 + T cells in vitro. In addition, the numbers of circulating CD 4 + T cells in HIV + subjects predicted the onset of explicit immunodeficiency. Furthermore, [14] also agreed that an overpoweringly weakened cellular immune response due to a reduction of CD 4 + T cells and loss of CD 4 + T cell function was the primary cause of immunodeficiency present in the infected subjects. Further evidence for this hypothesis came from the study of experimental infections of non-human primates with certain strains of chimeric simian or human immunodeficiency viruses (SHIV).

4. Conclusions

In this study, the SDIBBDF method was derived and successfully applied to solve the dynamical model for the HIV infection of CD 4 + T cells. Approximate solutions obtained by the proposed method were compared with the BBDF, RK4, and Euler’s method when solving the model.From the graphs, we can conclude that the solutions approximated by the proposed method very much agrees with the solutions obtained from the RK4 method and Maple solver.
On the other hand, the SDIBBDF method is an advanced tool that can be easily applied to the system of linear and nonlinear ODEs, as well as the dynamical system. In addition, the computational process was conducted efficiently with an advanced C++ programming language.
Therefore, the SDIBBDF method can be applied as an alternative solver for the HIV infection of a CD 4 + T cells model.

Author Contributions

Conceptualization, S.J.A.; Data curation, S.J.A. and Z.B.I.; Formal analysis, S.J.A.; Methodology, S.J.A.; Supervision, Z.B.I.; Validation, Z.B.I.; Visualization, S.J.A.; Writing—original draft preparation, S.J.A.; Writing—review and editing, S.J.A. and Z.B.I.

Funding

This research was funded by the Universiti Putra Malaysia under the Putra-IPS Grant (project no.: GPS-IPS/2017/9518800).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. UNAIDS, Global HIV and AIDS Statistics—2018 Sheet. 2019. Available online: http://www.unaids.org/en/resources/fact-sheet (accessed on 15 January 2019).
  2. U.S. Department of Veterans Affairs. HIV/AIDS CD4 Count or T-Cell Count. 2005. Available online: https://www.hiv.va.gov/patient/diagnosis/labs-CD4-count.asp (accessed on 16 January 2019).
  3. Perelson, A.S. Modeling the interaction of the immune system with HIV. In Lecture Notes in Biomathematics; Castillo-Chavez, C., Ed.; Springer: Berlin/Heidelberg, Germany, 1989; Volume 83, pp. 350–370. [Google Scholar] [CrossRef]
  4. Perelson, A.S.; Kirschner, D.E.; Boer, R.D. Dynamics of HIV infection CD4+T cells. Math. Biosci. 1993, 114, 81–125. [Google Scholar] [CrossRef]
  5. Culshaw, R.V.; Ruan, S. A delay-differential equation model of HIV infection of CD4+T-cells. Math. Biosci. 2000, 165, 27–39. [Google Scholar] [CrossRef]
  6. Ibrahim, Z.B. Block Multistep Methods for Solving Ordinary Differential Dquations. Ph.D. Thesis, Universiti Putra Malaysia, Selangor, Malaysia, 2006. [Google Scholar]
  7. Norsett, S.P. Semi-Explicit Runge-Kutta Methods; Report Mathematics and Computation No. 6/74; Department of Mathematics, University of Trondheim: Trondheim, Norway, 1974. [Google Scholar]
  8. Stal, J. Implementation of Singly Diagonally Implicit Runge-Kutta Methods with Constant Step Sizes. Bachelor’s Thesis, Lund University, Lund, Sweden, 2015. [Google Scholar]
  9. Milne, W.E. Numerical Solution of Differential Equations; John Wiley & Sons: New York, NY, USA, 1953. [Google Scholar]
  10. Suleiman, M.B. Generalized Multistep Adams and Backward Differentiation Methods for the Solution of Stiff and Non-Stiff Ordinary Differential Equations. Ph.D. Thesis, Universiti Putra Malaysia, Selangor, Malaysia, 1979. [Google Scholar]
  11. Khalid, M.; Sultana, M.; Zaidi, F.; Khan, F.S. A numerical solution of a model for HIV infection CD4+T-cells. Int. J. Innov. Sci. Res. 2015, 16, 79–85. [Google Scholar]
  12. Klatzmann, D.; Barre-Sinoussi, F.; Nugeyre, M.T.; Danquet, C.; Vilmer, E.; Griscelli, C.; Brun-Veziret, F.; Rouzioux, C.; Gluckman, J.C.; Chermann, J.C. Selective tropism of lymphadenopathy associated virus (LAV) for helper-inducer T lymphocytes. Science 1984, 225, 59–63. [Google Scholar] [CrossRef] [PubMed]
  13. Masur, H.; Ognibene, F.P.; Yarchoan, R.; Shelhamer, J.H.; Baird, B.F.; Travis, W.; Suffredini, A.F.; Deyton, L.; Kovacs, J.A.; Falloon, J.; et al. CD4 counts as predictors of opportunistic pneumonias in human immunodeficiency virus (HIV) infection. Ann. Intern. Med. 1989, 111, 223–231. [Google Scholar] [CrossRef] [PubMed]
  14. Okoye, A.A.; Picker, L.J. CD4+T-cell depletion in HIV infection: Mechanisms of immunological failure. Immun. Rev. 2013, 254, 54–64. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The two-point Singly Diagonally Implicit Block Backward Differentiation Formulas (SDIBBDF) method of constant step size.
Figure 1. The two-point Singly Diagonally Implicit Block Backward Differentiation Formulas (SDIBBDF) method of constant step size.
Symmetry 11 00625 g001
Figure 2. Graph for concentration of uninfected T cells, T ( t ) , between comparing methods.
Figure 2. Graph for concentration of uninfected T cells, T ( t ) , between comparing methods.
Symmetry 11 00625 g002
Figure 3. Graph for concentration of HIV RNA, V ( t ) , between comparing methods.
Figure 3. Graph for concentration of HIV RNA, V ( t ) , between comparing methods.
Symmetry 11 00625 g003
Figure 4. Graph for concentration of infected T cells, I ( t ) , between comparing methods.
Figure 4. Graph for concentration of infected T cells, I ( t ) , between comparing methods.
Symmetry 11 00625 g004
Table 1. List of variables and parameters involved for viral spread.
Table 1. List of variables and parameters involved for viral spread.
Dependent variables
TUninfected CD 4 + T cells population size
IInfected CD 4 + T cells density
VInitial density of HIV RNA
Parameters & constants
λ Source term for uninfected CD 4 + T cells 1.0 × 10 1 day 1 mm 3
μ Natural death rate of CD 4 + T cells 2.0 × 10 2 day 1
rGrowth rate of CD 4 + T cells population3 day 1
T max Maximal population level of CD 4 + T cells 1.5 × 10 3 mm 3 day 1
kRate of CD 4 + T cells become infected with virus 2.7 × 10 3 mm 3
ρ Blanket death rate of infected CD 4 + T cells 3.0 × 10 1 day 1
NNumber of virions produced by infected CD 4 + T cells10 mm 3
τ Death rate of free virus 2.4 day 1
Table 2. Numerical results for concentration of uninfected T cells, T ( t ) .
Table 2. Numerical results for concentration of uninfected T cells, T ( t ) .
tSDIBBDFBBDFRK4EULER
0.00.10000000000000000.10000000000000000.10000000000000000.1000000000000000
0.20.20902055322221250.21626659543337660.20872972224544300.2066396850000000
0.40.40655452360607970.40509818876975510.40594099554477100.3455020000000000
0.60.76484202980339370.73658133047733890.76358017813417500.6050020000000000
0.81.41450679653076671.39657755406138321.41195743635770001.0420600000000000
1.02.58402591541298432.38658262198890922.58677787557788001.7779900000000000
Table 3. Numerical results for concentration of HIV RNA, V ( t ) .
Table 3. Numerical results for concentration of HIV RNA, V ( t ) .
tSDIBBDFBBDFRK4EULER
0.00.10000000000000000.10000000000000000.10000000000000000.1000000000000000
0.20.06192257264749350.06384299466161570.06187981217064400.0577610000000000
0.40.03831773940402200.03853967280961250.03829487307590800.0333660000000000
0.60.02371647817820140.02447365045303480.02370454027525200.0192790000000000
0.80.01468638530793510.01478273776161510.01468035065856600.0111450000000000
1.00.00914903380846730.00949891360718270.00910082708787100.0064500000000000
Table 4. Numerical results for concentration of infected T cells, I ( t ) .
Table 4. Numerical results for concentration of infected T cells, I ( t ) .
tSDIBBDFBBDFRK4EULER
0.00.00000000000000000.00000000000000000.00000000000000000.0000000000000000
0.20.00000604593444530.00000584069173270.00000603152047700.0000059531387000
0.40.00001318238964120.00001303034512300.00001315303150000.0000128846300000
0.60.00002125734559440.00002144425507640.00002121062404600.0000206134400000
0.80.00003021845700080.00003025509277390.00003015183869900.0000290605600000
1.00.00003995473435650.00003826338929250.00003999426147800.0000382160400000

Share and Cite

MDPI and ACS Style

Jana Aksah, S.; Ibrahim, Z.B. Singly Diagonally Implicit Block Backward Differentiation Formulas for HIV Infection of CD4+T Cells. Symmetry 2019, 11, 625. https://doi.org/10.3390/sym11050625

AMA Style

Jana Aksah S, Ibrahim ZB. Singly Diagonally Implicit Block Backward Differentiation Formulas for HIV Infection of CD4+T Cells. Symmetry. 2019; 11(5):625. https://doi.org/10.3390/sym11050625

Chicago/Turabian Style

Jana Aksah, Saufianim, and Zarina Bibi Ibrahim. 2019. "Singly Diagonally Implicit Block Backward Differentiation Formulas for HIV Infection of CD4+T Cells" Symmetry 11, no. 5: 625. https://doi.org/10.3390/sym11050625

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