Newton's Forward Interpolation Method For Solving Nonlinear Algebraic Equation
Newton's Forward Interpolation Method For Solving Nonlinear Algebraic Equation
net/publication/374538773
CITATIONS READS
0 179
1 author:
SEE PROFILE
All content following this page was uploaded by Nasr ِAl Din IDE on 09 October 2023.
ARTICLE INFO ABSTRACT: As we know, the interpolation is one of the most basic
and most useful numerical techniques in Mathematics. Newton’s
Received: 13 June 2023
Accepted: 23 June 2023 forward interpolation method is one of most important of these
Available online: 14 July 2023 methods. Its most important task in numerical analysis to find roots of
doi: 10.59400/jam.v1i2.64 nonlinear equations, several methods already exist to find roots. But in
this paper, we introduce the interpolation technique for this purpose.
Copyright © 2023 Author(s).
The proposed method derived from the newton forward interpolation
Journal of AppliedMath is published by method and we compared the results with another existing method
Academic Publishing Pte. Ltd. This article
is licensed under the Creative Commons (Bisection Method (BM), Regula-Falsi Method (RFM), Secant Method
Attribution License (CC BY 4.0). (SM), Newton Raphson Method (NRM)) and the method proposed by
http://creativecommons.org/licenses/by/4
.0/ J. Sanaullah (SJM). It’s observed that the proposed method has fast
convergence but it has same order of convergence of the method (SJM).
Maple software is used to solve problems by different methods.
1. Introduction
Interpolation is a very important and very useful technique in numerical analysis. Main task of
interpolation is to replacing one function by another simpler[1]. To construct a polynomial of
interpolation, there are many techniques, including linear interpolation, Lagrange’s interpolation
formula, divided differences, spline interpolating, Newton’s forward and backward interpolation,
sterling interpolation, Bessel’s interpolation etc.[2].
One of the most important and frequent questions in numerical analysis is to find an approximate
solution of nonlinear equation, there are some analytical methods l. But it’s near to impossible to locate
the exact root of algebraic equations of order greater than four and transcendental equations with
analytical methods[3–31]. There are several methods like Bisection, Regula-Falsi, Secant & Newton
Raphson Method already exist in the literature, but the drawback of above methods is either they are
slow or with derivative. In this regard, many researchers are busy developing new easy and derivative-
free methods for higher accuracy rates. Ozbzn[6] develop a new variant of newton methods using
harmonic mean & midpoint iteration rule with third order convergence for better accuracy. Recently,
Qureshi et al.[12] introduced a method with six orders of convergence based on the Steffensen method
and Newton method to accelerate the accuracy. Interpolation techniques and divided difference rules
are also used to find a solution on nonlinear equations[8], and a modified quadrature iterated methods
for solving non-linear equations is proposed. This paper describes the analytic form for solving
problems with Newton’s forward interpolation formula, instead of using Newton’s backward
interpolation formula[4], and solving the same problem with use of Maple software. In section 3, we give
1
Journal of AppliedMath 2023; 1(2): 64.
some examples for solving nonlinear algebraic equations of this interpolation and how it can be solved
with Maple. In section 4, we trait some examples. Finally, section 5 concludes the paper.
Newton’s forward interpolation formula for interpolation is obtained from the Definition 1 given
above.
𝑥𝑥−𝑥𝑥0
For 𝑞𝑞 = ℎ
, we get the polynomial:
𝑛𝑛−1
𝛥𝛥𝑦𝑦0 𝛥𝛥2 𝑦𝑦0 �𝑛𝑛 𝑦𝑦0
𝑃𝑃𝑛𝑛 (𝑥𝑥) = 𝑦𝑦0 + (𝑥𝑥 − 𝑥𝑥0 ) + 2
(𝑥𝑥 − 𝑥𝑥0 )(𝑥𝑥 − 𝑥𝑥1 )+. . . + 𝑛𝑛 � (𝑥𝑥 − 𝑥𝑥𝑖𝑖 ) (2)
ℎ 2!. ℎ 𝑛𝑛!. ℎ 𝑖𝑖=0
or,
𝑞𝑞(𝑞𝑞 − 1) 2 𝑞𝑞(𝑞𝑞 − 1). . . (𝑞𝑞 − 𝑛𝑛 + 1) 𝑛𝑛
𝑃𝑃𝑛𝑛 (𝑥𝑥0 + 𝑞𝑞ℎ) = 𝑦𝑦0 + 𝑞𝑞𝛥𝛥𝑦𝑦0 + 𝛥𝛥 𝑦𝑦0 +. . . + Δ 𝑦𝑦0
2! 𝑛𝑛! (3)
𝑞𝑞 𝑞𝑞 𝑞𝑞
= 𝑦𝑦0 + � � 𝛥𝛥𝑦𝑦𝑜𝑜 + � � 𝛥𝛥2 𝑦𝑦𝑜𝑜 +. . . + � � 𝛥𝛥𝑛𝑛 𝑦𝑦0
1 2 𝑛𝑛
This formula is useful when the value of y is required at point xp near the end of the segment.
The error in this case is
𝑛𝑛
𝑓𝑓 (𝑛𝑛+1) (𝜉𝜉)
𝑅𝑅(𝑥𝑥) = � (𝑥𝑥 − 𝑥𝑥𝑖𝑖 ) (4)
(𝑛𝑛 + 1)!
𝑖𝑖=𝑜𝑜
or,
(𝑛𝑛+1)
𝑛𝑛+1 𝑓𝑓 (𝜉𝜉)
𝑅𝑅(𝑥𝑥𝑜𝑜 + 𝑞𝑞ℎ) = ℎ 𝑞𝑞(𝑞𝑞 − 1). . . (𝑞𝑞 − 𝑛𝑛) (5)
(𝑛𝑛 + 1)!
2
Journal of AppliedMath 2023; 1(2): 64.
3. Proposed method
As we know, Newton’s forward interpolation formula is used for finding the value of the function
at a point a i.e., f(a). In this work we aim to find the root 𝑐𝑐 of a function y = f(x) by using Newton
forward.
Now, by using Newton forward difference formula:
𝑞𝑞(𝑞𝑞 − 1) 2
𝑃𝑃𝑛𝑛 (𝑥𝑥0 + 𝑞𝑞ℎ) = 𝑦𝑦0 + 𝑞𝑞∆𝑦𝑦0 + ∆ 𝑦𝑦0 +. . . + (6)
2!
𝑞𝑞(𝑞𝑞 − 1) 𝟐𝟐
𝑦𝑦𝑐𝑐 = 𝑦𝑦0 + q∆𝑦𝑦0 + ∆ 𝑦𝑦0 + ⋯ (7)
2
by taking three terms of Equation (7),
𝑞𝑞(𝑞𝑞 − 1) 𝟐𝟐
𝑦𝑦𝑐𝑐 = 𝑦𝑦0 + q∆𝑦𝑦0 + ∆ 𝑦𝑦0 = 0 (8)
2
we get the equation:
𝑦𝑦𝑐𝑐 = 𝑞𝑞 𝟐𝟐 ∆𝟐𝟐 𝑦𝑦0 + �2∆𝑦𝑦0 − ∆𝟐𝟐 𝑦𝑦0 �𝑞𝑞 − 2𝑦𝑦0 = 0 (9)
or,
𝑦𝑦𝑐𝑐 = 𝐴𝐴𝐴𝐴 𝟐𝟐 + 𝐵𝐵𝐵𝐵 + 𝐶𝐶 = 0 (10)
𝑥𝑥−𝑥𝑥0
where, A = ∆2y0, B = (2∆y0 − ∆2y0), C = −2y0; 𝑞𝑞 = .
ℎ
4. Examples
In this section, we will check the effectiveness of the present method. Below problems are taken
from the literature[4] and tested in the proposed method by comparison with the following method,
(Bisection Method (BM), Regula-Falsi method (RFM), Secant Method (SM) and Newton Raphson
Method (NRM)), New Second Order Method (NSOM) of Jamali et al.[4] and New Proposed Method
(NPM). It’s observed that the proposed method converges to the exact solution. Maple software was
used to solve problems by these different methods.
Example 1. For 𝑓𝑓(𝑥𝑥) = 𝑥𝑥 2 − exp(𝑥𝑥) − 3𝑥𝑥 + 2:
3
Journal of AppliedMath 2023; 1(2): 64.
4
Journal of AppliedMath 2023; 1(2): 64.
5. Conclusion
In this paper, we checked the effectiveness of the present method. By solving some problems given
in the literature[4] for testing this proposed method by comparison with the, Bisection Method (BM),
Regula-Falsi method (RFM), Secant Method (SM) and Newton Raphson Method (NRM)), New
Second Order Method (NSOM) of Jamali et al.[4] and New Proposed Method (NPM). It’s observed that
the proposed method converges to the exact solution better than BM method and RFM method. Maple
software was used to solve problems by these different methods.
Conflict of interest
The author declares no conflict of interest.
References
1. Trifunov Z, Zenku L, Jusufi-Zenku T. Application of Newton’s backward interpolation using wolfram
Mathematica. International Journal of Mathematics Trends and Technology 2021; 67(2): 53–56. doi:
10.14445/22315373/IJMTT-V67I2P508
2. Burden RL, Faires JD. Numerical Analysis, 9th ed. Cengage Learning; 2011.
3. Liu X, Wang X. A Family of methods for solving nonlinear equations with twelfth-order convergence.
Applied Mathematics 2013; 4(2): 326–329. doi: 10.4236/am.2013.42049
4. Jamali S, Kalhoro ZA, Wasim A, et al. A new second order derivative free method for numerical solution of
non-linear algebraic and transcendental equations using interpolation technique. Journal of Mechanics of
Continua and Mathematical Sciences 2021; 16(4): 75–84. doi: 10.26782/jmcms.2021.04.00006
5. Mehtre VV, Sharma S. Root finding methods: Newton Raphson method. International Journal for Research in
Applied Science and Engineering Technology 2019; 7(XI): 411–414. doi: 10.22214/ijraset.2019.11065
6. Ozbzn AY. Some new variants of Newton’s method. Applied Mathematics Letters 2004; 17(6): 677–682. doi:
10.1016/S0893-9659(04)90104-8
7. Omran HH. Modified third order iterative method for solving nonlinear equations. Journal of Al-Nahrain
University 2013; 16(3): 239–245. doi: 10.22401/JNUS.16.3.33
8. Qureshi UK, Shaikh AA, Solangi MA. Modified free derivative open method for solving non-linear
equations. Sindh University Research Journal (Science Series) 2017; 49(4): 821–824. doi:
10.26692/sujo/2017.12.0065
9. Qureshi UK, Ansari MY, Syed MR. Super linear iterated method for solving non-linear equations. Sindh
University Research Journal (Science Series) 2018; 50(1).
10. Qureshi UK, Bhatti AA, Kalhoro ZA, Ali Z. On the development of numerical iterated method of Newton
Raphson method for estimating nonlinear equations. University of Sindh Journal of Information and
Communication Technology 2019; 3(2): 94–97.
11. Qureshi UK, Jamali S, Kalhoro ZA, Shaikh AG. Modified quadrature iterated methods of Boole rule and
Weddle rule for solving non-linear equations. Journal of Mechanics of Continua and Mathematical Sciences 2021;
16(2): 87–101. doi: 10.26782/jmcms.2021.02.00008
5
Journal of AppliedMath 2023; 1(2): 64.
12. Qureshi UK, Kalhoro ZA, Shaikh AA, Jamali S. Sixth order numerical iterated method of open methods for
solving nonlinear applications problems. Proceedings of the Pakistan Academy of Sciences: A Physical and
Computational Sciences 2020; 57(2): 35–40.
13. Qureshi UK, Solanki N, Ansari MY. Algorithm of difference operator for computing a single root of
nonlinear equations. Punjab University Journal of Mathematics 2019; 51(4): 51–56.
14. Sangah AA, Shaikh AA, Shah SF. Comparative study of existing bracketing methods with modified
bracketing algorithm for solving nonlinear equations in single variable. Sindh University Research Journal
(Science Series) 2016; 48(1): 171–174.
15. Shah FA, Noor MA, Batool M. Derivative-free iterative methods for solving nonlinear equations. Applied
Mathematics and Information Sciences 2014; 8(5): 2189–2193. doi: 10.12785/amis/080512
16. Subash R, Sathya S. Numerical solution of fuzzy modified Newton-Raphson method for solving non-linear
equations. International Journal of Current Research 2011; 3(11): 390–392.
17. Ide NAD. On modified Newton methods for solving a non linear algebraic equations. Applied Mathematics
and Computation 2008; 198(1): 138–142. doi: 10.1016/j.amc.2007.08.084
18. Ide NAD. A new hybrid iteration method for solving algebraic equations. Applied Mathematics and
Computation 2008; 195(2): 772–774. doi: 10.1016/j.amc.2007.05.022
19. Ide NAD. A nonstationary Halley’s iteration method by using divided differences formula. Applied
Mathematics 2012; 3(2): 169–171. doi: 10.4236/am.2012.32026
20. Ide NAD. Some new type iterative methods for solving nonlinear algebraic equation. World Applied Sciences
Journal 2013; 26(10): 1330–1334. doi: 10.5829/idosi.wasj.2013.26.10.512
21. Ide NAD. Application of iterative method to nonlinear equations using homotopy perturbation methods.
Journal of Basic and Applied Research International 2015; 5(3): 2395–3446.
22. Ide NAD. Some new iterative algorithms by using homotopy perturbation method for solving nonlinear
algebraic equation. Asian Journal of Mathematics and Computer Research 2015; 5(3): 2395–4213.
23. Ide NAD. A new algorithm for solving nonlinear equations by using least square method. Mathematics and
Computer Science 2016; 1(3): 44–47. doi: 10.11648/j.mcs.20160103.12
24. Ide NAD. Using Lagrange interpolation for solving nonlinear algebraic equations. International Journal of
Theoretical and Applied Mathematics 2016; 2(2): 165–169. doi: 10.11648/j.ijtam.20160202.31
25. Ide NAD. Improvement of new eight and sixteenth order iterative methods for solving nonlinear algebraic
equations by using least square method. International Journal of Scientific and Innovative Mathematical Research
(IJSIMR) 2018; 6(10): 23–27. doi: 10.20431/2347-3142.0610004
26. Ide NAD. Bisection method by using fuzzy concept. International Journal of Scientific and Innovative
Mathematical Research (IJSIMR) 2019; 7(4): 8–11. doi: 10.20431/2347-3142.0704002
27. Ide NAD, Aziz SNA. Using the least squares method with five points to solve algebraic equations nonlinear.
International Journal of Scientific and Innovative Mathematical Research 2019; 7(5): 26–30. doi: 10.20431/2347-
3142.0705005
28. Ide NAD. A new Aitken type method by using geometric mean concept. World Applied Sciences Journal 2019;
37(4): 289–292. doi: 10.5829/idosi.wasj.2019.289.292
29. Ide NAD. New modification methods for solving nonlinear algebraic equations by using Lagrange
interpolation approach. Studied in Nonlinear Sciences 2019; 4(2): 23–25. doi: 10.5829/idosi.sns.2019.23.25
30. Ide NAD. Iterative method by using Tchybcheve integral for solving nonlinear algebraic equations. World
Applied Sciences Journal 2019; 37(8): 661–663. doi: 10.5829/idosi.wasj.2019.661.663
31. Ide NAD. Comparison of a new modified Mcdougall-Wotherspoon method with “modified Cauchy
methods using Padé approximation” to solve nonlinear equations. World Applied Sciences Journal 2020; 38(2):
106–113. doi: 10.5829/idosi.wasj.2020