Research Article | | Peer-Reviewed

On the Application of an Intertwined Difference Equations and Newton-Lieberstein Algorithmic to Solve Mildly Non-linear Boundary Value Problems (MNBVP)

Received: 12 August 2026     Accepted: 21 August 2026     Published: 11 September 2026
Views:       Downloads:
Abstract

Over the years, numerous researchers have developed numerical or classical methods or the other to obtain solutions for Boundary Value Problems; many of these methods have not been adopted to solve Mildly Non-Linear Boundary Value Problems (MNBVP) basically because of their peculiarities. The MNBVP are problems that are neither entirely linear nor exclusively nonlinear rather for multi-variable functions, not all the constants and the function derivative is greater or equal to zero. This paper discusses the process of intertwining the Approximation Difference Equation with the Newton-Lieberstein method in solving mildly non-linear boundary value problems. The technique requires dual independent processes that involve different Methods. The first technique is aimed at reducing the BVP to a tridiagonal system, while the other is employed to solve the system of equations by applying the Newton-Lieberstein algorithm. The resulting equations that is formed from the nonlinear boundary problems will be nonlinear systems but it will be structurally related to tridiagonal systems. In practical settings, mathematical modelling problems can be expressed in the form of BVPs that arise frequently and majorly in the fields of science and engineering, such as electric circuits, fluid dynamics, the motion of rockets or satellites, and other areas of engineering applications. The intertwined methods will be used to evaluate the approximate solutions without much ado on the number of equations the problem has. The technique was employed to solve some problems with numerical results obtained showed the flexibility, the robustness, and how efficient the coined technique is. The results compare favourably with exact or analytical results.

Published in International Journal of Theoretical and Applied Mathematics (Volume 12, Issue 5)
DOI 10.11648/j.ijtam.20261205.11
Page(s) 90-98
Creative Commons

This is an Open Access article, distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution and reproduction in any medium or format, provided the original work is properly cited.

Copyright

Copyright © The Author(s), 2026. Published by Science Publishing Group

Keywords

Boundary Value Problem, Mildly Non-Linear, Initial Value Problem, Newton-Lieberstein Method, Tridiagonal, Difference Equation

1. Introduction
From the physical point of view, Boundary Value Problems (BVP) for second-order differential equations are problems where the position at a particular time x=x0 is known. One intends to determine the position at a later time x=x1, such that the motion is described by the given differential equation within the time frame x0<x<x1.
With BVP, one has a differential equation with specified functions and/or derivatives at various points, which will be referred to as boundary values. So, our discussion will be narrowed down to a linear differential equation as observed by . An ODE that is a BVP is defined as:
y''=fx, y, y' x0<x<x1,(1)
and for the 2nd-order ODE, the boundary conditions can be any of the following:
Dirichlet or First Kind Boundary Conditions:
yx0=y0,yx1=y1,(2)
Regular Boundary Conditions:
yx0=y0,y'x1=y1,(3)
Neumann or Second Kind Boundary Conditions:
y'x0=y0,y'x1=y1',(4)
Periodic Boundary Conditions:
y'x0=y0' yx1=y1,(5)
where x0is not the same with x1 and the values of x0, x1, y0, and y1 are predetermined constants. As opined by , it’s sacrosanct to determine the continuous value of y(x) of (1) on the interval [x0, x1] and that will satisfy the boundary conditions (2), to which an alternative approach is proposed by . Research has shown that while Initial Value Problems (IVP) have unique solutions, the result is not always the case for BVP as opined by . Some BVPs may have unique, multiple, or no solutions depending on the origin of the problem and nature. BVPs are basic in modeling and have cutting edge practical usage in Engineering, Physics, and other sciences. These involve solving differential equations with specified conditions at the boundaries of the domain, making them necessary for accurately describing real-world phenomena such as heat conduction, fluid dynamics, and structural analysis.
The technique herein introduced three different approximations to the derivatives, yi', at a grid point xi, called (i) two-point forward, (ii) two-point backward, and (iii) two-point central, respectively, as:
yi'=yi+1- yih(6)
yi'=yi - yi-1h(7)
yi'=yi+1 - yi-12h(8)
To determine the second derivatives following the same approximate differential, it will be necessary that an additional relation, y''xk=yk'', be added to the first derivatives (6) through (8). To obtain this, (6) and (7) have the second-order approximation, which is the difference between (6) and (7) as:
yi''=yi'h-yi'h=yi+1- yih - yi - yi-1hh=yi-1- 2yi + yi+1h2(9)
usually referred to as three-point central.
Though (6) through (9) have been derived intuitively, each can be derived via Taylor expansion with rigorous and extensive efforts. To approximate the second derivative requires one to use the central difference formula. This is achieved by subdividing x0,x1 into n equal intervals with step lenght h= x1- x0n and defining the grid points xi=x0+ih, where i=0, 1, 2,, n. The 2nd derivative of y(x) can then be approximated at each point in the grid.
2. Mildly Nonlinear Boundary Value Problems (MNBVP)
The Mildly Nonlinear Boundary Value Problems (MNBVP) appear in different forms depending on the model statement. According to , this equation arises mostly in problems in science, engineering, and particularly in the discretization of certain nonlinear differential equations, as it is being mentioned by . However, the most widely studied variant of MNBVP is:
y''=f(x, y, y')(10)
yx0=y0,yx1=y1.(11)
To ensure the uniqueness of the solution of (10) and (11), one assumes that
f(x, y)y0, x0xx1,and-<y<.(12)
According to and , if (12) holds, then (10) and (11) are referred to as an MNBVP.
Note that for the linear differential equation
y''+Pxy'+Qxy=Rx, xI(13)
Let I[x0,x1]. Let y0 and y1 be specified constants and Px, Qx, and R(x) be continuous functions in the interval, x0xx1. Considering the linear BVP in (13) subject to the conditions (11), it is pertinent to note that, for numerical reasons, a priori, the solution of the problem (8) and (9) thus exists, and the solution is uniquely characterized. With this, in addition to the conditions afore listed herein also in and , it is presumed that, if x0xx1,
Q(x)0(14)
This is a sufficient condition to ascertain that the solution exists and that it is unique.
If y' is assumed to be an independent variable, then (13) gives rise to
y[-Pxy'-Qxy+Rx]=-Q(x)(15)
Hence, it implies that either the RHS of (13) is
-Q(x)0orQx0(16)
The solution of (10) and (11) go in the same way as prescribed with the three-point central approximation
yi-1 - 2yi + yi+1h2=f(xi, yi)(17)
Substituting (17) and (8) in (13) for i=1, 2, 3, , n-1 gives rise to
yi-1 - 2yi + yi+1h2+Pxiyi+1 - yi-12h+Q(xi)yi=R(xi)(18)
The relation so formed in (17) is called the MNBVP. If fi(xi) for all i=1, 2, , n, are not all constants, but rather function and the derivative, fi'(xi)0, then the algebraic system so formed is referred to as mildly nonlinear. According to , unlike linear systems, all mildly nonlinear systems have unique solutions. Solving this class of problems in this paper will require that two different numerical techniques be intertwined.
3. The Intertwined Difference Equations and Newton-Lieberstein Algorithm
While several methods can be employed to find a solution to tri-diagonal systems, not many can be employed to determine solution for mildly non-linear tri-diagonal systems; hence, the intertwined approach is investigated thus:
Step 1a: Determine the nonnegative constant M which satisfies P(x)M on axb. The interval is divided into n equal parts using the grid points a=x0, x1, x2, ,xn=b, but let the grid step-size, h satisfy the condition
Mh<2.(19)
Step 1b: Let yi=yxi,i=0, 1, 2, 3, ,n and recall that y0=α and yn=β.
Step 1c: At each of the interior grid point, xi, i=1, 2, 3, , n-1, approximate (13) by (9) and (8) as
yi-1- 2yi + yi+1h2+Pxiyi+1 - yi-12h+Qxiyi=R(xi)(20)
Or, equivalently, by rearranging (20) as
2-hPxiyi-1+-4+2h2Qxiyi+2+hPxiyi+1=2h2Rxi(21)
Step 1d: Write down (21) in order, for i=1, 2, 3, , n-1, and input the determined values for y0 and yn. This will definitely yield a tridiagonal linear algebraic system satisfying the conditions afore listed.
Solve the linear algebraic system in Step 1d by the Newton-Lieberstein technique to yield the numerical solution so required.
The Newton-Lieberstein technique for solving mildly nonlinear systems is obtained via the following steps of the algorithm.
Step 2a: Guess an initial variable value for x1(0), x2(0), x3(0), , xn(0) and a value for ω in the range [0, 2].
Step 2b: For k=0, 1, 2, 3, , iterate with the relations
x1(k+1)= x1(k)-ωa11x1(k)+ a12x2(k)-f1(x1(k)) a11 - f1'(x1(k))(22)
x2(k+1)= x2(k)-ωa21x1(k)+ a22x2(k)+ a23x3(k)- f2(x2(k)) a22 - f2'(x2(k))(23)
x3(k+1)= x3(k)-ωa32x2(k)+ a33x3(k)+ a34x4(k)- f3(x3(k)) a33 - f3'(x3(k))(24)
xn-1(k+1)= xn-1(k)-ωan-1, n-2xn-2(k)+ an-1, n-1xn-1(k)+ an-1, nxn(k)- fn-1(xn-1(k)) an-1,n-1 - fn-1'(xn-1(k))(25)
xn(k+1)= xn(k)-ωan,n-1xn-1(k)+ annxn(k)- fn(xn(k)) ann - fn'(xn(k))(26)
Step 2c: In determining the convergence of the method, either of the following conditions could be used as a terminating criterion:
continue the iteration until xi(k+1)- xi(k)<ϵ, i=1, 2, 3, , n for the prescribed convergence tolerance ϵ.
The method enjoys a quadratic convergence principle that makes the technique said to have converged after n iterations.
where (i) and (ii) are not satisfied, the results could be explicitly compared with results from other methods.
Step 2d: Substitute the values x1(k+1), x2(k+1), x3(k+1), , xn(k+1) into the original equations to cross check that they are an approximate solution.
Attention will be on theorems to support the linear BVPs of a special type, as in (6) and (7).
4. Transforming BVPs to Tri-diagonal Systems
The general form for the linear algebraic system for i=2, 3, 4,  n equations in the n unknowns x1, x2, , xn is given as
a11x1+a12x2+a13x3++ a1nx1=f1(x1)a21x1+a22x2+a23x3++ a2nx2=f2(x2)a31x1+a32x2+a33x3++ a3nx3=f3(x3)      an1x1+an2x2+an3x3++ annxn=fn(xn)(27)
In augmented matrix form, (27) is expressed as,
a11a21a31an1a12a22a32an2a13a23a33an3a1na2na3nannx1x2x3xn=f1(x1)f2(x2)f3(x3)fn(xn)(28)
A=a11a21a31an1a12a22a32an2a13a23a33an3a1na2na3nann,x=x1x2x3xn,
and
b=f1(x1)f2(x2)f3(x3)fn(xn)(29)
where A is the coefficient matrix, x is the variable vector, and the solution vector b is as given. Then, (27) can be written in a compact form as
Ax=b(30)
The system (28) or its equivalent (30) is called a tridiagonal system as opined by and , if all the entries are zero except aii, aj,j+1, and aj+1, j for i=1, 2, 3, , n, j=1, 2, 3, , n-1.
A simultaneous algebraic system with nonzero coefficients only on the lead diagonal, on the lower diagonal, and on the upper diagonal is called a tridiagonal system of equations. The term tridiagonal is associated with the coefficient matrix, A, in (28) or (30), provided it’s of the form that its lead diagonal aii, the super-diagonal aj,j+1, i.e., the diagonal above the diagonal, and the sub-diagonal aj+1, j, i.e., the diagonal below the non-zero entries.
To ensure that the tridiagonal system has a unique solution, in practice, it is important that the following conditions in (31), (32), and (33) must be met.
Theorem 2: If (30) is a tri-diagonal system. Let the main diagonal entries be negative while the sub-diagonal and super-diagonal entries are positive, such that
aii<0, i=1, 2, 3, , n(31)
ai+1, i>0, i=1, 2, 3, , n-1(32)
ai, i+1>0, i=1, 2, 3, , n-1(33)
In addition to the conditions stated above, according to and to ensure (31) through (32) hold, entries on the main diagonal are made to dominate the matrix such that the absolute value of the main diagonal entries is greater than or it is equal to the sum of all other row entries, with strict inequality for at least one row of the coefficient matrix. Precisely, let
-a11a12(34)
-an,nan, n-1(35)
-aiiai,i-1, i=2, 3, ., n-1,(36)
With the strict and absolute inequality condition sustained for at least one of (34) through (36), the resulting linear algebraic system is said to have a unique solution.
The prior knowledge of Theorem 2 as opined by becomes necessary before commencing the computation process because, for systems that do not have unique solutions, computations in such systems will lead to no right or meaningful direction. If a system has more than one solution, i.e., no unique solution, applying specific computational methods could cause a drift from one result to another, thereby confusing.
If fi(xi) for all i=1, 2, , n, are not all constants and the derivative, fi'(xi)0, then the system is referred to as a mildly nonlinear problem satisfying the conditions in Theorem 2 as in . According to , all such mildly nonlinear system has solutions and their solutions are said to be unique.
To illustrate the MNBVP transformation procedure to an argument matrix form that will later be solved using an appropriate numerical method, the following test problems will be considered.
Problem 1: Consider the BVP
y''+12x-3y'-y=0(37)
y0=11,andy6=11(38)
Comparing (37) and (38) with (10), (11), and (13), 0x6 holds for x0xx1, Px is 12x-3, Qx is equal to -1, and Rx corresponds to 0.
It is expedient that one determines if the solution will be unique before rigorous solution exercises are carried out. The solution to the problem is unique. On 0x6, 12x-332, so that one may choose M=32.
If the interval 0x6 is divided into six equal parts, the grid points are x0, x1, x2, x3, x4,  x5, and x0 as 0, 1, 2, 3, 4, 5, and 6 respectively, and the grid size is h=1. Hence, Mh=32 and (19) is holds. Then, (37) is approximated by (20) for i=1, 2, 3, 4, and 5 as:
yi-1- 2yi + yi+1h2+12xi-3yi+1 - yi-12h-yi=0.(39)
7-xiyi-1-12yi+1+xiyi+1=0(40)
Expressing each of (40) carefully in order for i=1, 2, 3, 4, and 5 will degenerate into
-12y1+2y2=66
5y1 -12y2+3y3=0
4y2 -12y3+4x4=0
 3y3 -12y4+5y5=0
2y4 -12y5=66
This actually satisfies the aforementioned conditions, and thereafter the Newton-Lieberstein technique is applied to solve the tridiagonal system, and the result according to and is given as:
y1=6, y2=y4= 3, y3=2,andy5=6(41)
The result in (41) is then compared with the analytical result to check for the effectiveness, robustness, and flexibility of the technique.
Problem 2: Solve the Mildly Nonlinear Boundary Value Problem
y''=ey(42)
under the boundary conditions
y0=0, y1=0(43)
Imperatively, the Newton-Lieberstein Method will perform better if the solution of the reduced tridiagonal system exists and it is unique.
To investigate if the solution of Problem 2 will exist and determine the uniqueness of the result, the derivative of the function
fx, y=ey(44)
is sought. Such that
yfx, y=ey>0.(45)
Thus, the existence and the uniqueness of the solution to the problem is substantiated.
Then, to solve the problem numerically, the interval [0, 1] has to be divided into 10 equal parts, and h=0.1 gives rise to
x0, x1, x2, , x10=0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 respectively an in .
From the condition in (35), let yxi=yi such that y0=0 and y1=0. To approximate yi where i=1, 2, , n-1, i.e., y1, y2, , y9, at each interior grid point, the differential equation is approximated by the nonlinear difference equation; introducing (9) into (34) yields
yi-1-2yi+yi+1h2=eyifori=1, 2, , 9(46)
Simplifying (46) at h=0.1 further gives
yi-1-2yi+yi+1(0.1)2=eyi
yi-1-2yi+yi+1=0.01ey(47)
For i=1, 2, , n-1 and the zero boundary conditions, yields the mildly nonlinear tridiagonal system as
y0-2y1+y2=0.01ey1y1-2y2+y3=0.01ey2y2-2y3+y4=0.01ey3y3-2y4+y5=0.01ey4y4-2y5+y6=0.01ey5y5-2y6+y7=0.01ey6y6-2y7+y8=0.01ey7y7-2y8+y9=0.01ey8y8-2y9+y10=0.01ey9y9-2y10+y11=0.01ey10 (48)
Putting the conditions (43) in (48) and simplifying, one obtains (48) as
-2y1+y2=0.01ey1y1-2y2+y3=0.01ey2y2-2y3+y4=0.01ey3y3-2y4+y5=0.01ey4y4-2y5+y6=0.01ey5y5-2y6+y7=0.01ey6y6-2y7+y8=0.01ey7y7-2y8+y9=0.01ey8y8-2y9+y10=0.01ey9y9-2y10=0.01ey10-1 (49)
Reducing (49) into an augmented matrix gives:
-21000000001-21000000001-21000000001-21000000001-21000000001-21000000001-21000000001-21000000001-21000000001-2y1y2y3y4y5y6y7y8y9y10=0.01ey10.01ey20.01ey30.01ey40.01ey50.01ey60.01ey70.01ey80.01ey90.01ey10-1(50)
This point ends the first part of the technique, while the second phase of the intertwining begins by employing the Newton-Lieberstein’s Method to solve the argument matrix (50) in which the coefficient matrix of (50), is tridiagonal.
The transformed MNBVP can be solved using however, now being solved following thus:
Step 1: Let w=1.5, initial guess values at k=0, and
y1 0=0, y20=0, y30=0, y40=0,y5 0=0,
y60=0, y70=0, y80=0,y90=0,andy100=0.
Step 2: Update the variable values using the Newton-Lieberstein algorithm thus:
y11=y1(0)-w-2y10+ y20-f1y10a11-f1'y1k=0-1.5-20 + 0 - 0.01-2 - 0.01= - 0.00746268656716
y21=y2(0)-wy11-2y20+ y30 -f2(y20)a22 - f2'(x2(k))=0-1.5- 0.00746268656716 - 0 + 0 - 0.01-2 - 0.01= - 0.01303185564713
y31=y30 -wy21- 2y30+ y40 -f3(y30)a33 - f3'(x3(k))=0 - 1.5- 0.01303185564713-0 + 0-0.01 -2 - 0.01 = - 0.01718795197547
y41=y40 -wy31- 2y40+ y50 -f4(y40)a44 - f4'(x4(k))= 0 - 1.5 - 0.01718795197547-0 + 0 - 0.01-2 - 0.01=- 0.02028951639960
y51=y5(0)-wy41- 2y50+ y60 -f5y50a55 - f5'x5k=0-1.5- 0.02028951639960 - 0 + 0 - 0.01-2 - 0.01=- 0.02260411671612
y61=y60-wy51- 2x60+ y70 - f6y60a66 - f6'x6k=0-1.5 - 0.02260411671612-0+0-0.01 -2 - 0.01=-0.02433143038516
y71=y70 -wy61-2y70+y80 - f7(y70)a77 - f7'(x7(k))=0 -1.5-0.02433143038516-0+0 - 0.01-2-0.01=- 0.02560242094974
y81=y80 -wy71-2y80+y90 - f8(y80)a22 - f2'(x2(k))=0 -1.5- 0.02560242094974 - 0 + 0 - 0.01 -2-0.01= - 02654997852770
y91=y90 -wy81-2y90+y100 - f9y90a22 - f2'x2k= 0 - 1.5- 02654997852770 - 0 + 0 - 0.01-2-0.01=-0.02727610337888
y101=y100 -wy91-2y100- f10y100a22 - f2'x2k=0 -1.5-0.02727610337888 - 0 + 0 - 0.01-2-0.01=- 0.02781798759618
This process has to be looped 10 times. The expected result is the values of the variables at the 10th iteration. However, this is done using a program, and the summary of the results of the 10 iterations by is as presented below.
Atk=10,y1y2y3y4y5y6y7y8y9y10=-0.041822363-0.075229088 -0.100685522-0.118159167 -0.127522654-0.128583546-0.121104998 -0.104818354-0.079427894-0.044609196(51)
The solution of the reduced tridiagonal system as, in (51), is the solution of the MNBVP. This technique becomes very relevant, especially when the system of equation has many variables as noted in .
5. Observations and Motivations Surrounding the Intertwined Algorithm
At this point, various aspects of the algorithm need to be looked into with a view to substantiate its usage. To carefully x-ray this, Problem 1 will be used as a test case.
1) For the assumption in (19), a clear insight into this is that there is a need to examine (40). Observe that the tridiagonal system as in
-4+2h2Q(xi)(52)
which is the primary diagonal entries are the coefficients in (40) for the variable yi, that is, -12, which is the upper diagonal entries which result are the coefficients in (40) of yi+1, that is (1+xi), and the lower diagonal entries which result are the coefficients in (40) of yi-1, that is (7-xi).
2) It is observed that, in general, with regards to (21), the lead diagonal entries will be
2+hP(xi)(53)
and the sub-diagonal elements will be
2-hPxi.(54)
3) Ensure that the existence and the uniqueness conditions of the solution are satisfied as:
-4+2h2Q(xi)<0(55)
2+2hPxi>0(56)
2-2hPxi>0.(57)
However, since (16) holds, then (55) remains sustained. Hence, by (19),
hP(x)hM<2(58)
Such that (56) and (57) are all valid.
4) The assurance of the diagonal dominance has to be established, i.e.,
-4+2h2Q(xi)2+2hPxi(59)
-4+2h2Q(xi)2-2hPxi (60)
And that the inequality is valid for at least one row. Though this is also valid. It can be noted that
-4+2h2Q(xi)=4+2h2Qxi4(61)
Moreover, (56) and (57)
2+2hPxi+2-2hPxi
=2+hPxi+2-hPxi=4(62)
So that for i=1, 2, 3, 4, and 5, but imagine
-4+2h2Q(xi)2+2hPxi+2-2hPxi(63)
But the strict and absolute inequality is holds for the first and last equation and, all the assumptions are satisfied.
6. Conclusion
This research stressed solving MNBVPs that result in tridiagonal systems using the intertwined Difference approximation technique and the Newton-Lieberstein technique. The results demonstrated that the technique provides efficient and accurate solutions with faster convergence.
The key findings include:
1) The Newton-Lieberstein method was able to handle mildly nonlinear systems efficiently.
2) The iterative approach showed improved accuracy with each step.
3) The method proved computationally efficient compared to the classical techniques.
The results from the test problems establish the stability and reliability of the method, evident in the solutions, making it an effective choice for solving MNBVPs in engineering, physics, applied mathematics, and. other sciences.
The findings confirm that the Newton-Lieberstein method is an effective approach for solving tridiagonal linear systems. It enhances accuracy, stability, and efficiency, making it valuable for complex numerical problems. The study contributes to the field of numerical analysis by providing a method that balances computational efficiency with precision, ensuring that BVPs can be solved more effectively.
Abbreviations

IVP

Initial Value Problem

BVP

Boundary Value Problem

MNBVP

Mildly Nonlinear Boundary Value Problem

ODE

Ordinary Differential Equation

Author Contributions
Dele-Rotimi Adejoke Olumide: Formal Analysis, Investigation, Methodology
Akinmuyise Folorunsho Mathew: Data curation, Writing – original draft
Adebayo Kayode James: Conceptualization, Methodology, Resources, Writing – review & editing
Data Availability Statement
The data supporting the outcome of this research work has been reported in this manuscript.
Conflicts of Interest
The authors declare no conflicts of interest.
References
[1] Mirko Todorovski, Jordan S. A., and Jovica V., (2021), Solving Tridiagonal Symmetric Systems of Equations Using Circuit Theory Approach, IAENG International Journal of Computer Science, 48: 3, IJCS_48_3_24, Volume 48, Issue 3.
[2] Omar, Z. and Suleiman, M. B., (2005), Solving higher order ordinary differential equations using parallel 2-point explicit block method, in Matematika, Jabatan UTM, 21, 15-23.
[3] Nur Zahidah Mukhtar, Zanariah Abdul Majid, Fudziah Ismail, (2011), Numerical Solution for Solving Second Order Ordinary Differential Equations Using Block Method, International Conference Mathematical and Computational Biology, International Journal of Modern Physics: Conference Series, World Scientific Publishing Company, Vol. 9 (2012) 560-565,
[4] Radzi, H. M., Majid, Z. A., Ismail, F., and Suleiman, M. B., (2011), Four-step implicit block method of Runge-Kutta type for solving first order ordinary differential equations. Proceedings of Fourth International Conference on Modeling, Simulation and Applied Optimization 2011, 139-143.
[5] Rosser, J. B. and Runge-Kutta, (1967), for all seasons, in SIAM Rev. 9, 417-452.
[6] Worland, P. B., (1976), Parallel methods for the numerical solutions of ordinary differential equations, in IEEE Transactions on Computers, 25, 1045-1048.
[7] Majid, Z. A., Suleiman, M. B., Ismail, F., and Othman, M., (2003), 2-point implicit block one-step method half Gauss-Seidel for solving first order ordinary differential equations, in Matematika, Jabatan UTM, 19, 91-100.
[8] Majid, Z. A. Suleiman, M. B., and Omar, Z., (2006), 3-point implicit block method for solving ordinary differential equations, in Bull. Malays. Math. Sci. Soc, 29, 23-31.
[9] Vincenzo Casulli and Paola Zanolli, (2012), Iterative solutions of mildly nonlinear systems, Journal of Computational and Applied Mathematics, 236 (2012) 3937-3947,
[10] Prasad Krishna J. S. V. R. and Patil P. V. (2014). Finite Volume Numerical Grid Technique for Solving One and Two Dimensional Heat Flow Problems, Research Journal of Mathematical and Statistical Sciences (RJMSS), Vol. 2, No. 8.
[11] El-Mikkawy M. E. A., (2005), A new Computational Algorithm for Solving Periodic Tri-diagonal Linear Systems, Applied Mathematics and Computation, Vol. 161 No. 2, pp 691-696,
[12] El-Mikkawy, M. and Atlan, F. (2014) Algorithms for Solving Linear Systems of Equations of Tridiagonal Type via Transformations. Applied Mathematics, 5, 413-422.
[13] Krishna Prasad, J. S. V. R. and Parag V. Patil, (2015), Algorithm for Solving Tri-diagonal Finite Volume Discretized Linear Systems, Applications and Applied Mathematics: An International Journal (AAM), Vol. 10, Issue 2 (December 2015), pp. 995-1006,
[14] Ortega, J. M., Rheinboldt, W. C., (1970), Iterative Solution of Nonlinear Equations in Several Variables. Academic Press, San Diego.
[15] Adebayo K. J., Alabi T. J., Adisa I. O., Ademoroti A. O., and Dele-Rotimi A. O., (2025), Intertwining the Upwind Differencing and the Newton-Lieberstein’s Methods to Solve Mildly Non-linear Boundary Value Problems (MNBVP), Quest Journals, Journal of Research in Applied Mathematics Volume 11 ~ Issue 7 (July 2025) pp: 53-56.
[16] Adebayo K. J, Adetolaju O. S., Omowaye S. K., (2026), Numerical Solution of Mildly Non-linear Boundary Value Problems (MNBVP) Using Poly-algorithms, IJRAR - International Journal of Research and Analytical Reviews (IJRAR), Volume.13, Issue 3, Page No pp. 864-871, August 2026, Available at:
[17] Bai, Z.-Z. (1997), A class of two-stage iterative methods for systems of weakly nonlinear equations. Numer. Algorithms 14(4), 295–319.
[18] Casulli, V. and Zanolli, P., (2010), A nested Newton-type algorithm for finite volume methods solving Richards’ equation in mixed form, SIAM J. Sci. Comput. 32 (2010) 2255–2273.
[19] Donald Greenspan, (2008), Numerical Solution of Ordinary Differential Equations for Classical, Relativistic and Nano Systems, Wiley-VCH.
Cite This Article
  • APA Style

    Olumide, D. A., Mathew, A. F., James, A. K. (2026). On the Application of an Intertwined Difference Equations and Newton-Lieberstein Algorithmic to Solve Mildly Non-linear Boundary Value Problems (MNBVP). International Journal of Theoretical and Applied Mathematics, 12(5), 90-98. https://doi.org/10.11648/j.ijtam.20261205.11

    Copy | Download

    ACS Style

    Olumide, D. A.; Mathew, A. F.; James, A. K. On the Application of an Intertwined Difference Equations and Newton-Lieberstein Algorithmic to Solve Mildly Non-linear Boundary Value Problems (MNBVP). Int. J. Theor. Appl. Math. 2026, 12(5), 90-98. doi: 10.11648/j.ijtam.20261205.11

    Copy | Download

    AMA Style

    Olumide DA, Mathew AF, James AK. On the Application of an Intertwined Difference Equations and Newton-Lieberstein Algorithmic to Solve Mildly Non-linear Boundary Value Problems (MNBVP). Int J Theor Appl Math. 2026;12(5):90-98. doi: 10.11648/j.ijtam.20261205.11

    Copy | Download

  • @article{10.11648/j.ijtam.20261205.11,
      author = {Dele-Rotimi Adejoke Olumide and Akinmuyise Folorunsho Mathew and Adebayo Kayode James},
      title = {On the Application of an Intertwined Difference Equations and Newton-Lieberstein Algorithmic to Solve Mildly 
    Non-linear Boundary Value Problems (MNBVP)},
      journal = {International Journal of Theoretical and Applied Mathematics},
      volume = {12},
      number = {5},
      pages = {90-98},
      doi = {10.11648/j.ijtam.20261205.11},
      url = {https://doi.org/10.11648/j.ijtam.20261205.11},
      eprint = {https://article.sciencepublishinggroup.com/pdf/10.11648.j.ijtam.20261205.11},
      abstract = {Over the years, numerous researchers have developed numerical or classical methods or the other to obtain solutions for Boundary Value Problems; many of these methods have not been adopted to solve Mildly Non-Linear Boundary Value Problems (MNBVP) basically because of their peculiarities. The MNBVP are problems that are neither entirely linear nor exclusively nonlinear rather for multi-variable functions, not all the constants and the function derivative is greater or equal to zero. This paper discusses the process of intertwining the Approximation Difference Equation with the Newton-Lieberstein method in solving mildly non-linear boundary value problems. The technique requires dual independent processes that involve different Methods. The first technique is aimed at reducing the BVP to a tridiagonal system, while the other is employed to solve the system of equations by applying the Newton-Lieberstein algorithm. The resulting equations that is formed from the nonlinear boundary problems will be nonlinear systems but it will be structurally related to tridiagonal systems. In practical settings, mathematical modelling problems can be expressed in the form of BVPs that arise frequently and majorly in the fields of science and engineering, such as electric circuits, fluid dynamics, the motion of rockets or satellites, and other areas of engineering applications. The intertwined methods will be used to evaluate the approximate solutions without much ado on the number of equations the problem has. The technique was employed to solve some problems with numerical results obtained showed the flexibility, the robustness, and how efficient the coined technique is. The results compare favourably with exact or analytical results.},
     year = {2026}
    }
    

    Copy | Download

  • TY  - JOUR
    T1  - On the Application of an Intertwined Difference Equations and Newton-Lieberstein Algorithmic to Solve Mildly 
    Non-linear Boundary Value Problems (MNBVP)
    AU  - Dele-Rotimi Adejoke Olumide
    AU  - Akinmuyise Folorunsho Mathew
    AU  - Adebayo Kayode James
    Y1  - 2026/09/11
    PY  - 2026
    N1  - https://doi.org/10.11648/j.ijtam.20261205.11
    DO  - 10.11648/j.ijtam.20261205.11
    T2  - International Journal of Theoretical and Applied Mathematics
    JF  - International Journal of Theoretical and Applied Mathematics
    JO  - International Journal of Theoretical and Applied Mathematics
    SP  - 90
    EP  - 98
    PB  - Science Publishing Group
    SN  - 2575-5080
    UR  - https://doi.org/10.11648/j.ijtam.20261205.11
    AB  - Over the years, numerous researchers have developed numerical or classical methods or the other to obtain solutions for Boundary Value Problems; many of these methods have not been adopted to solve Mildly Non-Linear Boundary Value Problems (MNBVP) basically because of their peculiarities. The MNBVP are problems that are neither entirely linear nor exclusively nonlinear rather for multi-variable functions, not all the constants and the function derivative is greater or equal to zero. This paper discusses the process of intertwining the Approximation Difference Equation with the Newton-Lieberstein method in solving mildly non-linear boundary value problems. The technique requires dual independent processes that involve different Methods. The first technique is aimed at reducing the BVP to a tridiagonal system, while the other is employed to solve the system of equations by applying the Newton-Lieberstein algorithm. The resulting equations that is formed from the nonlinear boundary problems will be nonlinear systems but it will be structurally related to tridiagonal systems. In practical settings, mathematical modelling problems can be expressed in the form of BVPs that arise frequently and majorly in the fields of science and engineering, such as electric circuits, fluid dynamics, the motion of rockets or satellites, and other areas of engineering applications. The intertwined methods will be used to evaluate the approximate solutions without much ado on the number of equations the problem has. The technique was employed to solve some problems with numerical results obtained showed the flexibility, the robustness, and how efficient the coined technique is. The results compare favourably with exact or analytical results.
    VL  - 12
    IS  - 5
    ER  - 

    Copy | Download

Author Information
  • Department of Mathematics, Bamidele Olumilua University of Education Science and Technology, Ikere-Ekiti, Nigeria

    Biography: Dele-Rotimi Adejoke Olumide is a Senior Lecturer in the Department of Mathematical Sciences at Bamidele Olumilua University of Education, Science and Technology (BOUESTI), Ikere-Ekiti, Nigeria. She completed his Ph.D. in Mathematics from Ekiti State University in 2024, and his Master of Mathematics in Control Theory from the same institution in 2016. Her research interests include Optimization, Artificial Intelligence, Operations Research, Computational Mathematics, and Applied Mathematics. She has served in several research groups in her institution. Presently, she is the Head of the Department of Mathematical Sciences in BOUESTI, Ikere Ekiti, Nigeria. She is a member of several Mathematics bodies in and outside Nigeria.

    Research Fields: Optimization; Artificial intelligence, Operations Research, Computational mathematics, and Applied mathematics

  • Department of Mathematics, Adeyemi Federal University of Education, Ondo City, Nigeria

    Biography: Akinmuyise Folorunsho Mathew is a Senior Lecturer at Adeyemi Federal University of Education, Ondo, Ondo State, in the Department of Mathematics. He completed his Ph.D. in Mathematics from Ekiti State University in 2020, and his Masters of Mathematics in Control Theory from Ekiti State University in the year 2010. He is a member of several Mathematics bodies with research covering Optimization, Control Theory, and applied Mathematics.

    Research Fields: Optimization; Artificial intelligence, Operations Research, Computational mathematics, and Applied mathematics

  • Department of Mathematics, Ekiti State University, Ado Ekiti, Nigeria

    Biography: Adebayo Kayode James is an Associate Professor at Ekiti State University, Mathematics Department, Faculty of Physical Sciences. He completed his Ph.D. in Mathematics from Ekiti State University in 2016 and his Master of Mathematics in Control Theory from the same institution in 2010. In addition, he is a member of several Mathematics bodies in and outside Nigeria. He has participated in multiple international research collaboration projects in recent years. He currently serves as a reviewer for quite a lot of journals.

    Research Fields: Optimization, Control Theory, Mathematical Modelling, Transportation Theory