Research Article | | Peer-Reviewed

Numerical Solution of the Mildly Non-linear Boundary Value Problems (MNBVP) Using Newton-Lieberstein Algorithm

Received: 7 August 2026     Accepted: 17 August 2026     Published: 27 August 2026
Views:       Downloads:
Abstract

Several numerical and classical approaches have been employed to determine the Boundary Value Problems solutions, but not many of these methods have been adopted to work out Mildly Non-Linear Boundary Value Problems (MNBVP); hence, there is a necessity to think of ways of achieving this feat. The MNBVP are problems that are neither linear nor explicitly nonlinear. This paper discusses the process of intertwining the Newton-Lieberstein method into the upwind differencing technique in solving mildly non-linear boundary value problems. The method requires two independent stages that involve different techniques. First, transform the BVP to a tri-diagonal system. Secondly, solve the system of equations by applying the Newton-Lieberstein Algorithm. The resulting equations from the nonlinear boundary problems considered in this paper will generate a nonlinear but will relate structurally to tridiagonal equations. Here, the authors developed a method described as a hybridized iterative algorithm, for which the number of steps cannot be determined a priori. It is a variant of the Newton’s technique. Unlike other classical methods, it applies to nonlinear systems and to systems with more than a thousand equations, after which round off error tends to accumulate. In real life, mathematical problems can now be expressed in the BVPs that sprang largely in the fields of physics, science, and engineering, such as fluid dynamics, electric circuits, the motion of rockets or satellites, and other areas of application. The algorithm proposed will estimate the approximate solutions irrespective of the number of equations involved. Numerical results showed the robustness, efficiency, and flexibility of the intertwined technique.

Published in International Journal of Systems Science and Applied Mathematics (Volume 11, Issue 3)
DOI 10.11648/j.ijssam.20261103.11
Page(s) 53-61
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 Boundary Value Problem, Newton-Lieberstein Method, Tridiagonal Systems, Upwind Differencing

1. Introduction
In recent years, several problems have arisen from different fields like science and engineering that are presented by mathematical models. Most of these models are presented in the form of state differential equations, which could either in first or higher-order ordinary differential equations (ODEs). This research focuses on finding solution to the ODEs second-order boundary value problems (BVPs), usually of the form
y''=f(x, y, y') ya=y0,y'a=y0' a<x<b.(1)
where the values of a, b,y0, and y0' are specified constants and importantly, ab.
As opined by Omar, Z., (2005) and Dennis G. Z., (2009) , it’s sacrosanct to find a solution y(x) in (1) that is continuous on the interval x[a, b] and that will satisfy the boundary conditions, to which an alternative approach is proposed by Nur Z. M., (2011) . While IVP has a unique solution, BVP may have unique, multiple, or no solutions. In mathematical modeling, Boundary Value Problems (BVPs) are basic and have covered a wide range in practice in the Biological Sciences physical sciences, and Engineering. They involve finding solution to differential equations with conditions given in the boundaries of the domain. This eventually makes them important to accurately describe real-life phenomena such as structural analysis, heat conduction, and fluid dynamics.
The approach adopted in this work is to solve (1) by intertwining the Newton’s-Lieberstein method after the BVP has been reduced to a tridiagonal system. Several methods have been employed to compute the approximation solution of four points simultaneously in form of a block. The basic idea of the one-step block method was carefully laid out by Rosser, J. B., (1967) , as a block of new approximation values was introduced simultaneously into the laid framework. The approach was also discussed in Worland, P. B., (1976) and Majid, et al., (2003), and . In the work of Majid, Z. A., (2006) , the two-point implicit one-step block technique was described by the author for the solution first-order ODEs based on an integral formula using the nearest point in the block.
Several researchers have already solved (1) directly, such as Chakravarti, P. C., (1971), Suleiman, M. B., (1989), and Fatunla, S. O., (1991) . In that case, higher-order system of ODEs can be resolved to a system of first-order equations and then solved using first-order ODEs. This approach enlarges the system of first-order ODEs and requires extra computational work.
For a second-order ODE, any of the following can, and will, be used for boundary conditions Trench, W. F., (2013), :
Dirichlet or First Kind Boundary Condition:
yx0=y0,yx1=y1,(2)
Regular Boundary Condition:
yx0=y0,y'x1=y1,(3)
Neumann or Second Kind Boundary Condition:
y'x0=y0,y'x1=y1',(4)
Periodic Boundary Condition:
y'x0=y0' yx1=y1,(5)
So, our discussion will be directed towards a linear differential equation.
2. Mildly Non-Linear Boundary Value Problem
The Mildly Non-linear Boundary Value Problems (MNBVP) can be in various forms depending on the transcendental function associated with it. However, the commonest studied (MNBVP) is of the form:
y''=f(x, y, y')(6)
ya=α,yb=β.(7)
where a is not equal to b. if a=b in (7), the system is not a BVP rather an Initial Value Problem. To ensure the uniqueness of (6) and (7), it is assumed that.
f(x, y)y0, x[a, b],and-<y<.(8)
When (8) is valid, (6) and (7) are referred to as a Mildly Nonlinear problem.
While there are many theories to back the solution of both the linear and nonlinear BVPs numerically though appears rather more difficult than those meant to substantiate the results for initial value problems, Ibrahim S. M., (1992), . Attention will be on theorems to support the linear boundary value problems of a special type, as in (8) and (7).
Theorem 1: Let I be an interval a<x<b. Let α and β be constants, and let Px, Qx, and R(x) be continuous on axb. Considering the linear BVP
y''+Pxy'+Qxy=Rx, xI(9)
ya=α,andyb=β.(10)
It is pertinent to note that, for numerical reasons, a priori, the solution of the problem (9) and (10) exists, and this is characterized by a unique solution. Owing to this, in addition to the above, let us assumed that, if axb,
Q(x)0(11)
This is a sufficient reason to establish the existence and the uniqueness of the solution.
If it is assumed that y' is an independent variable, then
y[-Pxy'-Qxy+Rx]=-Q(x)(12)
Hence, the condition (8) will imply either -Q(x)0 or Q(x)0.
3. Transforming Boundary Value Problems to Tri-diagonal Systems
The numerical solution of (6) and (7) follows in the manner prescribed with the three-point central approximation
yi+1- yi-12h=yi'(fortwopointscentral)(13)
yi-1-2yi+yi+1h2=f(xi, yi)(forthree-pointcentral)(14)
Replacing (13) and (14) in (9) gives rise to
yi-1- 2yi + yi+1h2+Pxiyi+1- yi-12h+Q(xi)yi=R(xi)(15)
For i=1, 2, 3, , n-1, the resulting nonlinear (15) can now be solved using the Newton-Lieberstein’s method.
To illustrate the processes of changing the differential equation into an argument matrix that will later be solved using the Newton-Lieberstein’s method, the following examples will be employed to demonstrate that.
For n=2, 3, 4,  the general form for the system of linear algebraic of n equations of 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)(16)
From (16), the coefficient matrix, A, the variable vector, x, and the solution vector, b are given by
A=a11a21a31an1a12a22a32an2a13a23a33an3a1na2na3nann,x=x1x2x3xn,
and
b=f1(x1)f2(x2)f3(x3)fn(xn)(17)
Then, the (16) can be compactly written as
Ax=b(18)
The system (15) or its equivalent (18), for i=1, 2, 3, , n, j=1, 2, 3, , n-1, is called a tri-diagonal if all the entries in A are zeros except aii, aj,j+1, and aj+1, j. A system of simultaneous equations with nonzero coefficients only on the lead diagonal, on its lower diagonal, and on its upper diagonal is called a tri-diagonal system of equations.
The term tri-diagonal is most appropriate for the coefficient matrix, A, in (18), provided it’s of the form that its lead diagonal aii, the super-diagonal aj,j+1, i.e., diagonal above the lead diagonal, and the sub-diagonal aj+1, j, i.e., diagonal below the only non-zero entries.
For practical importance, to ensure a unique solution for the tri-diagonal system, it is expedient that the conditions (19), (20), and (21) must all hold.
Theorem 2: Let (18) be a tri-diagonal system with the entries of the lead diagonal being negative while the entries of the sub-diagonal and super-diagonal are positive, such that
aii<0, i=1, 2, 3, , n(19)
ai, i+1>0, i=1, 2, 3, , n-1(20)
ai+1, i>0, i=1, 2, 3, , n-1.(21)
Furthermore, to ensure (19) through (21) hold, the leading diagonal entries are made to dominate the matrix such that the absolute value of the leading diagonal entries will be greater than or will be equal to the sum of all the entries of the other row, with firm inequality for at least one row of the coefficient matrix, Paul E., (2020), . Precisely, let
-a11a12(22)
-an,nan, n-1(23)
-aiiai,i-1, i=2, 3, ., n-1,(24)
With the firm inequality condition holding for at least one of (22) through (24), the resulting linear algebraic system is said to have a unique solution.
The afore knowledge of theorem 2 before starting the computation processes cannot be underestimated because, for systems that having no solutions, computations in such systems will lead to no right or meaningful direction. If a system of equation should have more than a solution, applying a particular computational method to solve it could cause a shift from one result to another thereby, confusion.
On considering (16) with the coefficient
A=a11 a12 0 a21 a22 a23  a33 a34              an-1,n-2 an-1,n-1 an-1,n  0 an,n-1 ann (25)
satisfying the conditions in Theorem 2. 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. According to Radzi, H. M., (2011) , all such mildly nonlinear system have solutions and their solutions are said to be unique.
4. Newton-Lieberstein Method Algorithm
The Newton-Lieberstein method for solving a mildly nonlinear system is itemized in the algorithmic process below as:
Step 1: Initialize guess values for the variables x1(0), x2(0), x3(0), , xn(0) and a value for ω within the range [0, 2].
Step 2: 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))
x2(k+1)= x2(k)- ωa21x1(k)+ a22x2(k)+ a23x3(k)- f2(x2(k)) a22 - f2'(x2(k))
x3(k+1)= x3(k)- ωa32x2(k)+ a33x3(k)+ a34x4(k)- f3(x3(k)) a33 - f3'(x3(k))
                         
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))
xn(k+1)= xn(k)- ωan,n-1xn-1(k)+ annxn(k)- fn(xn(k)) ann - fn'(xn(k))
Step 3: Determine if xi(k+1)- xi(k)<ϵ, for i=1, 2, 3, , n by setting a prescribed convergence tolerance, ϵ. Otherwise, update and repeat step 2 iteratively.
Step 4: If step 3 is satisfied, substitute the values of x1(k+1), x2(k+1), x3(k+1), , xn(k+1) into the original system of equations. This is to ascertain that the values obtained for the variables are an approximate solution to the given problem.
5. Results and Discussions
Problem 1: Solve the Mildly Nonlinear Boundary Value Problem
y''=ey(26)
under the conditions
y0=0, y1=0.(27)
It is expedient to mention that the Newton-Lieberstein Method will perform well if the BVP is reduced to a tridiagonal system with a unique solution and the solution will exist. To determine the existence of solution of Problem 1 and if the result is unique, the function fx, y=ey, such that its derivative yfx, y=ey>0. Thus, the solution to the problem exists, and it is unique, Adebayo, (2025), .
To solve the problem numerically, the interval [0, 1] must be divided into 10 equal parts with the step size, h=0.1 gives rise to x0=0, x1=0.1, x2=0.2, x3=0.3, x4=0.4, x5=0.5, x6=0.6, x7=0.7, x8=0.8, x9=0.9, x10=1.0.
From the condition in (27), 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 will be approximated by the nonlinear difference equation introduced to (26) that yields
yi-1-2yi+yi+1h2-eyi=0fori=1, 2, , 9(28)
Simplifying (28) at h=0.1 further gives
yi-1-2yi+yi+1(0.1)2-eyi=0 
yi-1-2yi+yi+1-0.01ey=0(29)
For i=1, 2, , n-1 and the zero boundary conditions, yield the mildly nonlinear system as
y0-2y1+y2-0.01ey1=0y1-2y2+y3-0.01ey2=0y2-2y3+y4-0.01ey3=0y3-2y4+y5-0.01ey4=0y4-2y5+y6-0.01ey5=0y5-2y6+y7-0.01ey6=0y6-2y7+y8-0.01ey7=0y7-2y8+y9-0.01ey8=0y8-2y9+y10-0.01ey9=0y9-2y10+y11-0.01ey10=0 (30)
Putting the conditions (20) in (30) and simplifying, one obtains (30) 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(31)
Reducing (31) 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(32)
At this point, the first leg of the intertwining, which is the difference approximation, ends, and the second leg of the intertwining, which is applying Newton-Lieberstein’s Method to solve the argument matrix (32), begins, such that the coefficient matrix of (32) is tri-diagonally Nonlinear BVP will now be solved using the Newton-Lieberstein Method thus:
Step 1: Let w=1.5, a value that is chosen from [0, 2], 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, and y100=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 must be performed 10 times, and the values of the variables at the 10th iteration is the expected result. However, this are done using a program, and the summary of the results of the 10 iterations is presented in the below.
Atk=1,y1y2y3y4y5y6y7y8y9y10=- 0.00746268656716- 0.01303185564713- 0.01718795197547- 0.02028951639960 - 0.02260411671612-0.02433143038516- 0.02560242094974- 02654997852770-0.02727610337888- 0.02781798759618
Atk=2,y1y2y3y4y5y6y7y8y9y10=-0.013457038 -0.02381748-0.031786713-0.37911386-0.04261460-0.46223482-0.48990599 -0.05111080-0.52734264-0.32902138.
Atk=3,y1y2y3y4y5y6y7y8y9y10=-0.018509415-0.033091557-0.04456232-0.053572597-0.06064049-0.066177527-0.070509925-0.07389579-0.060807761-0.03639510.
Atk=4, y1y2y3y4y5y6y7y8y9y10=-0.022904842 -0.04127090-0.055970032-0.067713356-0.077079271-0.08453695-0.090465994 -0.083428914-0.06649490-0.038893526 .
Atk=5,y1y2y3y4y5y6y7y8y9y10=-0.026811829-0.04861249-0.066302275-0.080628098-0.092207743-0.10155069 -0.10030804-0.090256022-0.070612951-0.040718074.
Atk=6, y1y2y3y4y5y6y7y8y9y10=-0.030337872-0.05528620-0.075759199-0.09252530-0.10622856-0.11086082-0.10743556 -0.095238343-0.073635423-0.042061828.
Atk=7,y1y2y3y4y5y6y7y8y9y10=-0.033555992-0.061410921-0.08448492 -0.10355936-0.11440822-0.11763509 -0.11264988-0.098896849-0.075858547-0.043049341.
Atk=8,y1y2y3y4y5y6y7y8y9y10=-0.036518377 -0.067073661-0.092587466-0.11019932-0.12033447-0.12256645-0.11645651-0.10156953-0.077479473-0.043765485.
Atk=9,y1y2y3y4y5y6y7y8y9y10=-0.039263874-0.072340497 -0.097425847-0.11491687-0.12457613-0.12611043 -0.11919505-0.10348809-0.078635943-0.044270635.
Atk=10,y1y2y3y4y5y6y7y8y9y10=-0.041822363-0.075229088 -0.100685522-0.118159167 -0.127522654-0.128583546-0.121104998 -0.104818354-0.079427894-0.044609196.
This is now the solution of the reduced tridiagonal system, and the tridiagonal system is the solution of the BVP differential equation. The method becomes very relevant, especially when the system of equations has many variables, as we have in the following problems. These problems cannot be solved analytically; rather, the use of a computer program becomes very relevant.
Problem 2: Consider the mildly nonlinear system
-50y1 + 25y2 =ey1
25y1-50y2+25y3 =ey2
25y2-50y3 +25y4 =ey3
25y3-50y4 =ey4
With zero initial guess and w=1.3, the method converged to a numerical solution after only eight iterations, to four decimal point precision as: y1=-0.0731 y2=-0.1089,
y3=-0.1089, and y4=-0.0731.
Problem 3: Consider the mildly non-linear equation
-2y1 + y2 =5ey1
y1-2y2+y3 =4ey2
yi-1-2yi +yi+1 =eyi i=3, 4, , 97, 98
y98-2y99+y100 =8ey99
y99-2y100 =13ey100
The system in problem 3 is a typical mildly nonlinear problem with 100 equations, which becomes readily solvable using the method proposed herein.
6. Conclusion
This study focused on solving mildly nonlinear boundary value problems (BVPs) that result in tridiagonal linear algebraic systems using the Newton-Lieberstein method. The results demonstrated that this method provides efficient and accurate solutions with faster convergence.
The key findings include that the Newton-Lieberstein method was able to handle mildly nonlinear systems effectively, the iterative approach improved accuracy with each step, and the method proved computationally efficient compared to traditional numerical techniques. The results obtained from the test problems confirmed that the method provides stable and reliable solutions, making it an effective choice for solving tridiagonal systems in engineering, physics, and applied mathematics. In practice, especially for systems of equations with numerous variables, it is advisable to use ω=1.0, 1.3, 1.5, or 1.7 for iterations not less than 10 and then choose value for ω which is yields the most rapidly convergence for the remainder of the iterations.
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

BVP

Boundary Value Problem

MNBVP

Mildly Nonlinear Boundary Value Problem

ODE

Ordinary Differential Equation

Author Contributions
Adebayo Kayode James: Conceptualization, Methodology, Resources, Writing – review & editing
Akinmuyise Matthew Folorunsho: Data curation, Validation, Writing – original draft
Dele-Rotimi Adejoke Olumide: Formal Analysis, Investigation, Methodology
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] Omar, Z. and Suleiman, M. B., Solving higher order ordinary differential equations using parallel 2-point explicit block method, (2005), Matematika, Jabatan UTM, 21, 15-23.
[2] Dennis G. Zill and Michael R. Cullen, Differential Equations with Boundary-Value Problems, Seventh Edition, (2009), Library of Congress Control Number: 2008924835 ISBN-13: 978-0-495-10836-8. Printed in Canada.
[3] Nur Zahidah Mukhtar, Zanariah Abdul Majid, Fudziah Ismail, Numerical Solution for Solving Second Order Ordinary Differential Equations Using Block Method, (2011), International Conference Mathematical and Computational Biology, International Journal of Modern Physics: Conference Series, World Scientific Publishing Company, Vol. 9 (2012) 560–565,
[4] Rosser, J. B. and Runge-Kutta, (1967), for all seasons, in SIAM Rev. 9, 417-452.
[5] Worland, P. B., Parallel methods for the numerical solutions of ordinary differential equations, (1976), IEEE Transactions on Computers, 25(10), 1045-1048,
[6] Majid, Z. A., Suleiman, M. B., Ismail, F., and Othman, M., 2-point implicit block one-step method half Gauss-Seidel for solving first order ordinary differential equations, (2003), Matematika, Jabatan UTM, 19, 91-100,
[7] Majid, Z. A. Suleiman, M. B., and Omar, Z., 3-point implicit block method for solving ordinary differential equations, (2006), Bull. Malays. Math. Sci. Soc, 29, 23-31.
[8] Chakravarti, P. C. and Worland, P. B., A class of self-starting methods for the numerical solution of , (1971), BIT, 11(4), 368-383,
[9] Suleiman, M. B., Solving non-stiff higher order ODEs directly by the direct integration method, (1989), Applied Mathematics and Computation, 33, 197-219.
[10] Fatunla, S. O. (1991) Block Method for Second Order Differential Equations. International Journal of Computer Mathematics, 41, 55-63.
[11] Trench, William F., Elementary Differential Equations with Boundary Value Problems, (2013). Textbooks Collection. 8.
[12] Ibrahim S. M., Numerical Solution of Boundary Value Problems, (1992), A Thesis Submitted To The Department Of Mathematics With Computer Science Federal University Of Technology, Minna, In Partial Fulfillment Of The Requirements For The A Ward Of Bachelor Of Technology Degree (B. Tech) In Mathematics With Computer Science.
[13] Paul Eloe, Two-Point Boundary Value Problems for Finite Difference Equations, Uniqueness of Solutions Implies Existence of Solutions, (2020), International Journal of Difference Equations ISSN 0973-6069, Volume 15, Number 2, pp. 377–387 (2020)
[14] Radzi, H. M., Majid, Z. A., Ismail, F., and Suleiman, M. B., Four-step implicit block method of Runge-Kutta type for solving first order ordinary differential equations. (2011), Proceedings of Fourth International Conference on Modeling, Simulation and Applied Optimization 2011, 139-143.
[15] Adebayo Kayode James, Alabi Taiye John, Adisa Isaac Olabisi, Ademoroti Albert Olalekan, and Dele-Rotimi Adejoke Olumide, Intertwining the Upwind Differencing and the Newton-Lieberstein’s Methods to Solve Mildly Non-linear Boundary Value Problems (MNBVP) (2025), Quest Journals Journal of Research in Applied Mathematics Volume 11 ~ Issue 7 (July 2025) pp: 53-56,
Cite This Article
  • APA Style

    James, A. K., Folorunsho, A. M., Olumide, D. A. (2026). Numerical Solution of the Mildly Non-linear Boundary Value Problems (MNBVP) Using Newton-Lieberstein Algorithm. International Journal of Systems Science and Applied Mathematics, 11(3), 53-61. https://doi.org/10.11648/j.ijssam.20261103.11

    Copy | Download

    ACS Style

    James, A. K.; Folorunsho, A. M.; Olumide, D. A. Numerical Solution of the Mildly Non-linear Boundary Value Problems (MNBVP) Using Newton-Lieberstein Algorithm. Int. J. Syst. Sci. Appl. Math. 2026, 11(3), 53-61. doi: 10.11648/j.ijssam.20261103.11

    Copy | Download

    AMA Style

    James AK, Folorunsho AM, Olumide DA. Numerical Solution of the Mildly Non-linear Boundary Value Problems (MNBVP) Using Newton-Lieberstein Algorithm. Int J Syst Sci Appl Math. 2026;11(3):53-61. doi: 10.11648/j.ijssam.20261103.11

    Copy | Download

  • @article{10.11648/j.ijssam.20261103.11,
      author = {Adebayo Kayode James and Akinmuyise Matthew Folorunsho and Dele-Rotimi Adejoke Olumide},
      title = {Numerical Solution of the Mildly Non-linear Boundary Value Problems (MNBVP) Using Newton-Lieberstein Algorithm},
      journal = {International Journal of Systems Science and Applied Mathematics},
      volume = {11},
      number = {3},
      pages = {53-61},
      doi = {10.11648/j.ijssam.20261103.11},
      url = {https://doi.org/10.11648/j.ijssam.20261103.11},
      eprint = {https://article.sciencepublishinggroup.com/pdf/10.11648.j.ijssam.20261103.11},
      abstract = {Several numerical and classical approaches have been employed to determine the Boundary Value Problems solutions, but not many of these methods have been adopted to work out Mildly Non-Linear Boundary Value Problems (MNBVP); hence, there is a necessity to think of ways of achieving this feat. The MNBVP are problems that are neither linear nor explicitly nonlinear. This paper discusses the process of intertwining the Newton-Lieberstein method into the upwind differencing technique in solving mildly non-linear boundary value problems. The method requires two independent stages that involve different techniques. First, transform the BVP to a tri-diagonal system. Secondly, solve the system of equations by applying the Newton-Lieberstein Algorithm. The resulting equations from the nonlinear boundary problems considered in this paper will generate a nonlinear but will relate structurally to tridiagonal equations. Here, the authors developed a method described as a hybridized iterative algorithm, for which the number of steps cannot be determined a priori. It is a variant of the Newton’s technique. Unlike other classical methods, it applies to nonlinear systems and to systems with more than a thousand equations, after which round off error tends to accumulate. In real life, mathematical problems can now be expressed in the BVPs that sprang largely in the fields of physics, science, and engineering, such as fluid dynamics, electric circuits, the motion of rockets or satellites, and other areas of application. The algorithm proposed will estimate the approximate solutions irrespective of the number of equations involved. Numerical results showed the robustness, efficiency, and flexibility of the intertwined technique.},
     year = {2026}
    }
    

    Copy | Download

  • TY  - JOUR
    T1  - Numerical Solution of the Mildly Non-linear Boundary Value Problems (MNBVP) Using Newton-Lieberstein Algorithm
    AU  - Adebayo Kayode James
    AU  - Akinmuyise Matthew Folorunsho
    AU  - Dele-Rotimi Adejoke Olumide
    Y1  - 2026/08/27
    PY  - 2026
    N1  - https://doi.org/10.11648/j.ijssam.20261103.11
    DO  - 10.11648/j.ijssam.20261103.11
    T2  - International Journal of Systems Science and Applied Mathematics
    JF  - International Journal of Systems Science and Applied Mathematics
    JO  - International Journal of Systems Science and Applied Mathematics
    SP  - 53
    EP  - 61
    PB  - Science Publishing Group
    SN  - 2575-5803
    UR  - https://doi.org/10.11648/j.ijssam.20261103.11
    AB  - Several numerical and classical approaches have been employed to determine the Boundary Value Problems solutions, but not many of these methods have been adopted to work out Mildly Non-Linear Boundary Value Problems (MNBVP); hence, there is a necessity to think of ways of achieving this feat. The MNBVP are problems that are neither linear nor explicitly nonlinear. This paper discusses the process of intertwining the Newton-Lieberstein method into the upwind differencing technique in solving mildly non-linear boundary value problems. The method requires two independent stages that involve different techniques. First, transform the BVP to a tri-diagonal system. Secondly, solve the system of equations by applying the Newton-Lieberstein Algorithm. The resulting equations from the nonlinear boundary problems considered in this paper will generate a nonlinear but will relate structurally to tridiagonal equations. Here, the authors developed a method described as a hybridized iterative algorithm, for which the number of steps cannot be determined a priori. It is a variant of the Newton’s technique. Unlike other classical methods, it applies to nonlinear systems and to systems with more than a thousand equations, after which round off error tends to accumulate. In real life, mathematical problems can now be expressed in the BVPs that sprang largely in the fields of physics, science, and engineering, such as fluid dynamics, electric circuits, the motion of rockets or satellites, and other areas of application. The algorithm proposed will estimate the approximate solutions irrespective of the number of equations involved. Numerical results showed the robustness, efficiency, and flexibility of the intertwined technique.
    VL  - 11
    IS  - 3
    ER  - 

    Copy | Download

Author Information
  • 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

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

    Biography: Akinmuyise Matthew Folorunsho 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 Master’s 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, 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