SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
IOSR Journal of Mathematics (IOSR-JM)
e-ISSN: 2278-5728,p-ISSN: 2319-765X, Volume 7, Issue 4 (Jul. - Aug. 2013), PP 93-97
www.iosrjournals.org
www.iosrjournals.org 93 | Page
Modified Newton's method using harmonic mean for solving
nonlinear equations
J. Jayakumarand Kalyanasundaram M.
Department of Mathematics, Pondicherry Engineering College, Pondicherry 605 014, India.
Abstract: Different modifications in the Newton’s method with cubic convergence have become popular
iterative methods to find the roots of non-linear equations. In this paper, a modified Newton’s method for
solving a single nonlinear equation is proposed. This method uses harmonic mean while using Simpson’s
integration rule, thus replacing 𝑓 ′
𝑥 in the classical Newton’s method. The convergence of the proposed
method is found to be order three. Numerical examples are provided to compare e the efficiency of the method
with few other cubic convergent methods.
Keywords: Non-linear equation, Iterative Methods, Newton’s Method, Third order convergence.
I. Introduction
A frequently occurringand most important problem of applied mathematicsis to find a root of the
equation
𝑓 𝑥 = 0 (1)
wheref ∶ I ⊆ R → R for an open interval I is a scalar function.
Newton’s method is one of the famous iterative methods to solve equation (1). It is well known that it has
quadratic convergence. The iterative formula of Newton’s method is given by
𝑥 𝑛+1
∗
= 𝑥 𝑛 −
𝑓 𝑥 𝑛
𝑓′ 𝑥 𝑛
, 𝑛 = 0, 1 ,2 … (2)
By improving Newton’s method, Chebyshev [1] derived a cubic convergent iterative method which requires
computing of second derivative of the function (1). A prolific advancement in this area has happened in the last
decade where lots of modifications in Newton’s method are proposed without using second derivative. First
among this is arithmetic mean Newton’s method [2] derived using the trapezoid rule. Hasanov et al [3] modified
Newton’s method with a third order convergent method by using Simpson’s rule. Nedzhibov [4] gave several
classes of iterative methods using different quadrature rules. Frontini et al [5] extended the results of [2] and got
methods of order three independent of the integration formula used. Ozban [6] derived some new variants of
Newton’s method by using Harmonic mean instead of arithmetic mean and the midpoint integration instead of
the trapezoidal formula. Using Newton’s theorem for the inverse function, Homeier [7] derived a new class of
Newton-type methods. Babajee et al [8] listed eight different variants of Newton’s method and the relationship
between them. They analyzed the properties of arithmetic mean Newton’s method and explain the third order
accuracy via the Tailor’s expansion. Kou Jisheng [9] gave a new variant of Newton’s method from the
Harmonic mean and midpoint Newton’s method [6]. Tibor et al [10] suggested geometric mean Newton’s
method for simple and multiple roots and showed this method is of order three for simple roots and order one
for multiple roots. Ababneh [11] proposed a modified Newton’s method based on contra harmonic mean. The
advantage of all the above methods is that they use only the first derivative of the function and has cubic
convergence.
In this paper,we propose amodification in the method of[3] including Harmonic mean instead of
Arithmetic meanwhile using the Simpson’s 1/3 rule of integration for the equation (3). The proposed new
method has the advantage of evaluating only the firstderivativeand less number of iterations to achieve third
order accuracy.In Section II, we present some definitions related to our study. In Section III, some known
variants of Newton’s method are discussed. Section IV presents the new method and its analysis of
convergence. Finally, Section V gives numerical results and a discussion is carried out in section VI.
II. Definitions
Definition 2.1 [2]: Let 𝛼 ∈ 𝑅,𝑥 𝑛 ∈ 𝑅, n = 0, 1, 2, . Then the sequence {𝑥 𝑛 }is said to converge to 𝛼
if
𝑙𝑖𝑚
𝑛→∞
𝑥 𝑛 − 𝛼 = 0
If, in addition, there exist a constant𝑐 ≥ 0, an integer 𝑛0 ≥ 0 and p ≥ 0 such that for all 𝑛 > 0,
𝑥 𝑛+1 − 𝛼 ≤ 𝑐 𝑥 𝑛 − 𝛼 P
Modified Newton's method using harmonic mean for solving nonlinear equations
www.iosrjournals.org 94 | Page
then {𝑥 𝑛 } is said to converge to 𝛼with order at least p. If p = 2 or 3, the convergence is said to be quadratic or
cubic respectively.
Definition 2.2 [2]: Let 𝛼 be a root of the function (1)and suppose that 𝑥 𝑛−1, 𝑥 𝑛 and 𝑥 𝑛+1 are three successive
iterations closer to the root 𝛼. Then, the computational order of convergence (COC) 𝜌can be approximated using
the formula ≈
ln (𝑥 𝑛+1−𝛼)/(𝑥 𝑛−𝛼)
ln (𝑥 𝑛−𝛼)/(𝑥 𝑛−1−𝛼)
.
III. Known Variants of Newton’s Method
Let 𝛼 be a simple root of a sufficiently differentiable function 𝑓(𝑥). Consider the numerical solution of
the function 𝑓 𝑥 = 0. From the Newton’s theorem, we have
𝑓 𝑥 = 𝑓 𝑥 𝑛 + 𝑓 ′
𝑡 𝑑𝑡
𝑥
𝑥 𝑛
. (3)
Arithmetic Mean Newton’s method (AN): By using the trapezoidal rule in (3), we obtain
𝑓 ′ 𝑡 𝑑𝑡
𝑥
𝑥 𝑛
≈
(𝑥−𝑥 𝑛 )
2𝑚
𝑓′ 𝑥 𝑛 + 2 𝑓 ′ 𝑥 𝑛 −
𝑖𝑓 𝑥 𝑛
𝑚 𝑓′ 𝑥 𝑛
𝑚−1
𝑖=1 + 𝑓′
𝑥 . (4)
From equations (3) and (4), a new approximation 𝑥n+1 for 𝑥is obtained and for m = 1, we get
𝑥 𝑛+1 = 𝑥 𝑛 −
2𝑓 𝑥 𝑛
𝑓′ 𝑥 𝑛 +𝑓′ 𝑥 𝑛+1
∗ , 𝑛 = 0, 1, 2 … (5)
Equation (5) is the arithmetic mean Newton’s method [2]. Since equation (5) is implicit, we can overcome this
implicit nature by the use of Newton’s iterative step (2).
Harmonic Mean Newton’s method (HN): In equation (5), if we use the harmonic mean instead of arithmetic
mean, we obtain harmonic mean Newton’s method [6]
𝑥 𝑛+1 = 𝑥 𝑛 −
𝑓 𝑥 𝑛 𝑓′ 𝑥 𝑛 +𝑓′ 𝑥 𝑛+1
∗
2𝑓′ 𝑥 𝑛 𝑓′ 𝑥 𝑛+1
∗ , 𝑛 = 0, 1, 2 … (6)
where𝑥 𝑛+1
∗
is calculated from (2).
Midpoint Newton’s method (MN):If the integral in (3) is approximated using the midpoint integration rule
instead of trapezoidal rule, we get the midpoint Newton’s method [6]
𝑥 𝑛+1 = 𝑥 𝑛 −
𝑓 𝑥 𝑛
𝑓′ 𝑥 𝑛 +𝑥 𝑛+1
∗
2
, n = 0, 1, 2,…
wherexn+1
∗
is calculated from (2).
Trapezoidal-Newton’s Method (TN): Simplifying and computing 𝑥n+1from equations (3) and (4), one
obtains a new approximation for m = 2 as
𝑥 𝑛+1 = 𝑥 𝑛 −
4𝑓 𝑥 𝑛
𝑓 ′ 𝑥 𝑛 +2𝑓 ′ 𝑥 𝑛 +1
∗ +𝑥 𝑛
2
+𝑓 ′ 𝑥 𝑛+1
∗
, 𝑛 = 0, 1, 2 … . (7)
where 𝑥 𝑛+1
∗
is calculated from (2). The method (7) is called Trapezoidal-Newton’s method [4].
Simpson-Newton’s Method (SN): The Simpson’s
1
3
integration rule given by
𝑓 ′ 𝑡 𝑑𝑡
𝑥
𝑥 𝑛
≈
𝑥−𝑥 𝑛
6
[𝑓′(𝑥 𝑛 ) + 4𝑓 ′
𝑥+𝑥 𝑛
2
+ 𝑓′
𝑥 ] , (8)
is used to find the value of the integral in (3), then we get Simpson-Newton’s method [3].Simplifying and
computing for 𝑥n+1from equation (8), one obtains a new approximation
𝑥 𝑛+1 = 𝑥 𝑛 −
6𝑓 𝑥 𝑛
𝑓 ′ 𝑥 𝑛 +4𝑓 ′ 𝑥 𝑛 +1+ 𝑥 𝑛
2
+𝑓 ′ 𝑥 𝑛+1
, 𝑛 = 0, 1, 2 … . (9)
Since equation (9) is implicit, replacing xn+1 with xn+1
∗
(calculated from (2)), we get
𝑥 𝑛+1 = 𝑥 𝑛 −
6𝑓 𝑥 𝑛
𝑓 ′ 𝑥 𝑛+1
∗ +4𝑓 ′ 𝑥 𝑛+1
∗ +𝑥 𝑛
2
+𝑓 ′ 𝑥 𝑛
, 𝑛 = 0, 1, 2 …. (10)
IV. Modified Newton’s Method and its analysis ofconvergence
We obtain the present method as follows: Rewrite equation (10) as
𝑥 𝑛+1 = 𝑥 𝑛 −
3𝑓 𝑥 𝑛
𝑓 ′(𝑥 𝑛 )+𝑓 ′ (𝑥 𝑛+1
∗ )
2
+ 2𝑓 ′ 𝑥 𝑛+1
∗ +𝑥 𝑛
2
Modified Newton's method using harmonic mean for solving nonlinear equations
www.iosrjournals.org 95 | Page
Wereplace harmonic mean [6] instead of arithmetic mean in the first part of the denominator. Then we obtain a
modified Newton’s method calledHarmonic-Simpson-Newton’s method (HSN)
𝑥 𝑛+1 = 𝑥 𝑛 −
3𝑓 𝑥 𝑛
2𝑓′ 𝑥 𝑛 𝑓′ 𝑥 𝑛+1
∗
𝑓′ 𝑥 𝑛 +𝑓′ 𝑥 𝑛+1
∗ +2𝑓 ′ 𝑥 𝑛+1
∗ +𝑥 𝑛
2
(11)
where𝑥 𝑛+1
∗
is calculated from (2).
In the following theorem, we prove the cubic convergence of the present method(11).
Theorem 4.1:Let 𝛼 ∈ 𝐼, be a simple zero of a sufficiently differentiablefunction 𝑓: 𝐼 ⊆ 𝑅 → 𝑅for an open
intervalI. If 𝑥0 is sufficiently nearerto𝛼, then the method (11) has third order convergence.
Proof.Let 𝛼 be a simple zero of function 𝑓 𝑥 = 0. (That is, 𝑓 𝛼 = 0and 𝑓′
𝛼 ≠ 0).
By expanding 𝑓 𝑥 𝑛 and 𝑓′ 𝑥 𝑛 by Taylor seriesabout𝛼, we obtain
𝑓 𝑥 𝑛 = 𝑓′
𝛼 [𝑒 𝑛 + 𝑐2 𝑒 𝑛
2
+ 𝑐3 𝑒3
3
+ 𝑂 𝑒 𝑛
4
… ] (12)
𝑓′
𝑥 𝑛 = 𝑓′
𝛼 [1 + 2𝑐2 𝑒 𝑛 + 3𝑐3 𝑒 𝑛
2
+ 4𝑐4 𝑒 𝑛
3
+ 𝑂 𝑒 𝑛
4
… ] (13)
where 𝑐 𝑘 =
𝑓 𝑘 𝛼
𝑘! 𝑓′ 𝛼
, 𝑘 = 2, 3, …and 𝑒 𝑛 = 𝑥 𝑛 − 𝛼 .
Dividing equation (12) and (13), we get
𝑓 𝑥 𝑛
𝑓′ 𝑥 𝑛
= 𝑒 𝑛 − 𝑐2 𝑒 𝑛
2
+ 2 𝑐2
2
− 𝑐3 𝑒 𝑛
3
+ 𝑂(𝑒 𝑛
4
). Hencefrom (2), we get
𝑥 𝑛+1
∗
= 𝛼 + 𝑐2 𝑒 𝑛
2
+ 2 𝑐3 − 𝑐2
2
𝑒 𝑛
3
+ 𝑂(𝑒 𝑛
4
) (14)
Again expanding𝑓′ 𝑥 𝑛+1
∗
about 𝛼and using (14),we get
𝑓′
𝑥 𝑛+1
∗
= 𝑓′
𝛼 [1+2c2
2
en
2
+ O(en
3
)]. (15)
From (13) and (15), we have
𝑓′
𝑥 𝑛 + 𝑓′
𝑥 𝑛+1
∗
= 2𝑓′
𝛼 [1+c2en + (c2
2
+
3
2
c3)en
2
+ O(en
3
)], (16)
2𝑓′
𝑥 𝑛 𝑓′
𝑥 𝑛+1
∗
= 2𝑓′
α 2
[1+2c2en + (2c2
2
+ 3c3)en
2
+ O(en
3
)]. (17)
Dividing (17) by (16), we get
2𝑓′ 𝑥 𝑛 𝑓′(𝑥 𝑛+1
∗ )
𝑓′ 𝑥 𝑛 +𝑓′(𝑥 𝑛+1
∗ )
= 𝑓′
α [1+c2en +
3
2
c3en
2
+ O(en
3
)]. (18)
Further, we have
xn+1
∗ +xn
2
= α +
1
2
en +
1
2
c2en
2
+ c3 − c2
2
en
3
+ O en
4
. (19)
Again expanding 𝑓′ 𝑥 𝑛+1
∗ +𝑥 𝑛
2
by Tailor’s series about 𝛼 and using (19), we get
2𝑓′ xn+1
∗ +xn
2
= 2𝑓′
α [1+c2en + c2
2
+
3
4
c3 en
2
+ O(en
3
)]. (20)
Adding (18) and (20), we get
2𝑓′ 𝑥 𝑛 𝑓′(𝑥 𝑛+1
∗ )
𝑓′ 𝑥 𝑛 +𝑓′(𝑥 𝑛+1
∗ )
+ 2𝑓′ 𝑥 𝑛+1
∗ +𝑥 𝑛
2
= 3𝑓′
α [1 + c2en +
2
3
c2
2
+ c3 en
2
+ O(en
3
)] . (21)
Then, from equations(12)and (21), we get
3𝑓 𝑥 𝑛
2𝑓′ 𝑥 𝑛 𝑓′ (𝑥 𝑛+1
∗ )
𝑓′ 𝑥 𝑛 +𝑓′ (𝑥 𝑛+1
∗ )
+2𝑓 ′ 𝑥 𝑛+1
∗ +𝑥 𝑛
2
= 𝑒 𝑛 −
2
3
𝑐2
2
𝑒 𝑛
3
+ 𝑂 𝑒 𝑛
4
. (22)
The above equation (22) is substituted in (11)to get
𝑥 𝑛+1 = 𝑥 𝑛 − [𝑒 𝑛 −
2
3
𝑐2
2
𝑒 𝑛
3
+ 𝑂 𝑒 𝑛
4
].Since𝑥 𝑛 = 𝑒 𝑛 + 𝛼, we finally obtain that
𝑒 𝑛+1 =
2
3
𝑐2
2
𝑒 𝑛
3
+ 𝑂 𝑒 𝑛
4
.This shows that the method (11) has third order convergence.
V. Numerical Examples
In this section, we present the results of numerical calculations to compare the efficiency of Harmonic-
Simpson-Newton’s method (HSN). We compare HSN with Newton’s method (NM) and other cubic convergent
Modified Newton's method using harmonic mean for solving nonlinear equations
www.iosrjournals.org 96 | Page
methods given in section III. We note thatfunction𝑓5 𝑥 is not convergent inAN method if x0=1 even when 100
iterations are used, but convergent in the present method.Stopping criterion for the iterations has been taken
as xn+1 − xn + f(xn+1) < ε,where 𝜀 = 10−14
.
Different functions and number of iterations to find their roots are given in Table1. Computational order of
convergence (COC) and the number of function evaluation (NOFE) are given in Table 2. Numerical
computations are performed in the Matlab software with double precision accuracy and the results are presented.
Table 1
𝑓 𝑥 X0
Number of iterations Root
NM AN MN TN SN HSN
𝑓1 𝑥 = x3
+ x2
– 2 1.5 6 5 4 5 5 4 𝛼 =1
3 8 6 6 6 6 5
𝑓2 𝑥 = Sin(x) + x Cos(x) 1.3 6 5 5 5 5 5 𝛼 = 2.028757838110434
3 6 5 4 4 4 4
𝑓3 𝑥 = x
2
– e
x
– 3x + 2 3 7 5 5 5 5 5 𝛼 = 0.257530285439861
5 9 7 6 6 6 6
𝑓4 𝑥 = x e
x
– 1 3 9 7 6 7 6 6 𝛼 = 0.567143290409784
4.5 11 8 8 8 8 7
𝑓5 𝑥 = x
3
– 10 3 6 5 5 5 5 4 𝛼 = 2.154434690031884
1 7 NC 6 11 7 5
𝑓6 𝑥 = e
x
+ x – 20 10 13 9 9 9 9 8 𝛼 = 2.842438953784447
5 8 6 4 6 6 5
Table 2
𝑓 𝑥 X0
COC NOFE
NM AN MN TN SN HSN NM AN MN TN SN HSN
𝑓1 𝑥 1.5 2.00 2.99 2.75 2.99 2.99 2.80 12 15 12 20 20 16
3 2.00 2.98 2.99 2.99 2.99 2.80 16 18 18 24 24 20
𝑓2 𝑥 1.3 1.99 3.82 3.17 3.07 3.12 3.08 12 15 15 20 20 20
3 1.99 4.10 2.71 2.88 2.60 2.70 12 15 12 16 16 16
𝑓3 𝑥 3 2.00 3.04 3.39 2.91 2.66 2.78 14 15 15 20 20 20
5 2.00 3.01 3.29 3.20 3.16 2.69 18 21 18 24 24 24
𝑓4 𝑥 3 2.00 2.99 2.88 2.99 2.84 2.93 18 21 18 28 24 24
4.5 2.00 2.96 2.99 2.98 2.99 2.91 22 24 24 32 32 28
𝑓5 𝑥 3 2.00 2.99 2.99 2.99 2.99 2.81 12 15 15 20 20 16
1 2.00 NC 2.91 3.01 3.02 2.95 14 NC 18 44 36 20
𝑓6 𝑥 10 2.00 2.93 3.00 2.98 2.99 2.94 26 27 27 36 28 32
5 2.00 2.99 3.00 2.99 2.99 2.94 16 18 12 24 24 20
NC – Not Convergent, X0 initial point
VI. Discussion
The basic advantage of the present method is that it is a variant of Newton’s method based on
Newton’s theorem. Comparing to other cubic convergent methods, our method converges faster and takes less
number of iterations. Further,this method does not require the computation of second or higher order derivatives
although it produces third order convergence. This method can easily be extended for equations having multiple
roots and for multi-variable case.
References
[1] M.K. Jain, S.R.K. Iyengar, R.K. Jain, Numerical Methods for Scientific and Engineering Computation, New Age International,6th
edition, 2012.
[2] S. Weerakoon. T.G.I. Fernando, A variant of Newton’s method with accelerated third-order convergence, Applied Mathematics
Letters 13 (8)(2000) 87-93.
Modified Newton's method using harmonic mean for solving nonlinear equations
www.iosrjournals.org 97 | Page
[3] V. I. Hasanov, I. G. Ivanov, G. Nedjibov, A new modification of Newton’s method, Applied Mathematics and Engineering 27
(2002) 278 -286.
[4] G. Nedzhibov, On a few iterative methods for solving nonlinear equations. Application of Mathematics in Engineering and
Economics’28, in: Proceeding of the XXVIII Summer school Sozopol’ 02, pp.1-8, Heron press, Sofia, 2002.
[5] M. Frontini, E. Sormoni, Some variants of Newton’s method with third order convergence, Applied Mathematics and Computation
140 (2003) 419-426.
[6] A.Y. Ozban, Some new variants of Newton’s method, Applied Mathematics Letters 17 (2004) 677-682.
[7] H.H.H. Homeier, On Newton type methods with cubic convergence, Journal of Computational and Applied Mathematics 176
(2005) 425-432.
[8] D.K.R. Babajee, M.Z. Dauhoo, An analysis of the properties of the variants of Newton’s method with third order convergence,
Applied Mathematics and Computation 183 (2006) 659–684.
[9] K. Jisheng, L.Yitian, W. Xiuhua, Third-order modification of Newton’s method, Journal of Computational and Applied
Mathematics 205 (2007) 1 – 5.
[10] T. Lukic, N. M. Ralevic, Geometric mean Newton’s method for simple and multiple roots, Applied Mathematics Letters 21 (2008)
30–36.
[11] O. Y. Ababneh, New Newton’s method with third-order Convergence for solving nonlinear equations, World Academy of Science,
Engineering and Technology 61 (2012) 1071-1073.

Contenu connexe

Tendances

New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation Lossian Barbosa Bacelar Miranda
 
Stereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment DistributionStereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment Distributionmathsjournal
 
Elzaki transform homotopy perturbation method for
Elzaki transform homotopy perturbation method forElzaki transform homotopy perturbation method for
Elzaki transform homotopy perturbation method foreSAT Publishing House
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite IntegralRich Elle
 
Geometry Section 2-10
Geometry Section 2-10Geometry Section 2-10
Geometry Section 2-10Jimbo Lamb
 
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsMCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsRai University
 
Presentation mathmatic 3
Presentation mathmatic 3Presentation mathmatic 3
Presentation mathmatic 3nashaat algrara
 
Intro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdfIntro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdfJifarRaya
 
Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...eSAT Journals
 
Adomian decomposition Method and Differential Transform Method to solve the H...
Adomian decomposition Method and Differential Transform Method to solve the H...Adomian decomposition Method and Differential Transform Method to solve the H...
Adomian decomposition Method and Differential Transform Method to solve the H...IJERA Editor
 
Introduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfIntroduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfJifarRaya
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Kevin Johnson
 
Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...
Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...
Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...arj_online
 
A Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear EquationsA Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear Equationsinventionjournals
 
A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...Alexander Decker
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
ePortfolio- Mathematics
ePortfolio- MathematicsePortfolio- Mathematics
ePortfolio- Mathematicsreadsw346
 

Tendances (19)

New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation
 
Stereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment DistributionStereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment Distribution
 
Elzaki transform homotopy perturbation method for
Elzaki transform homotopy perturbation method forElzaki transform homotopy perturbation method for
Elzaki transform homotopy perturbation method for
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Geometry Section 2-10
Geometry Section 2-10Geometry Section 2-10
Geometry Section 2-10
 
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsMCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
 
Presentation mathmatic 3
Presentation mathmatic 3Presentation mathmatic 3
Presentation mathmatic 3
 
Intro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdfIntro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdf
 
Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...
 
Adomian decomposition Method and Differential Transform Method to solve the H...
Adomian decomposition Method and Differential Transform Method to solve the H...Adomian decomposition Method and Differential Transform Method to solve the H...
Adomian decomposition Method and Differential Transform Method to solve the H...
 
Introduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfIntroduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdf
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4
 
Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...
Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...
Chebyshev Polynomial Based Numerical Inverse Laplace Transform Solutions of L...
 
A Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear EquationsA Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear Equations
 
Project2
Project2Project2
Project2
 
A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
ePortfolio- Mathematics
ePortfolio- MathematicsePortfolio- Mathematics
ePortfolio- Mathematics
 

En vedette

The influence of Rolling process on the porosity and wear behavior of Spray-f...
The influence of Rolling process on the porosity and wear behavior of Spray-f...The influence of Rolling process on the porosity and wear behavior of Spray-f...
The influence of Rolling process on the porosity and wear behavior of Spray-f...IOSR Journals
 
Effect of Antioxidant status on liver following Atrazine exposure and its pro...
Effect of Antioxidant status on liver following Atrazine exposure and its pro...Effect of Antioxidant status on liver following Atrazine exposure and its pro...
Effect of Antioxidant status on liver following Atrazine exposure and its pro...IOSR Journals
 
Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...
Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...
Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...IOSR Journals
 
An Experimental Study on Strength Properties of Concrete When Cement Is Parti...
An Experimental Study on Strength Properties of Concrete When Cement Is Parti...An Experimental Study on Strength Properties of Concrete When Cement Is Parti...
An Experimental Study on Strength Properties of Concrete When Cement Is Parti...IOSR Journals
 
Improving Sales in SME Using Internet Marketing
Improving Sales in SME Using Internet MarketingImproving Sales in SME Using Internet Marketing
Improving Sales in SME Using Internet MarketingIOSR Journals
 
Vibration Analysis of Cracked Rotor Using Numerical Approach
Vibration Analysis of Cracked Rotor Using Numerical ApproachVibration Analysis of Cracked Rotor Using Numerical Approach
Vibration Analysis of Cracked Rotor Using Numerical ApproachIOSR Journals
 
An Efficient Approach for Requirement Traceability Integrated With Software R...
An Efficient Approach for Requirement Traceability Integrated With Software R...An Efficient Approach for Requirement Traceability Integrated With Software R...
An Efficient Approach for Requirement Traceability Integrated With Software R...IOSR Journals
 
Asif’s Equation of Charge Variation and Special Relativity
Asif’s Equation of Charge Variation and Special RelativityAsif’s Equation of Charge Variation and Special Relativity
Asif’s Equation of Charge Variation and Special RelativityIOSR Journals
 
Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...
Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...
Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...IOSR Journals
 
Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...
Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...
Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...IOSR Journals
 
Effective Leadership-Employee Retention-Work Life Balance: A Cyclical Continuum
Effective Leadership-Employee Retention-Work Life Balance: A Cyclical ContinuumEffective Leadership-Employee Retention-Work Life Balance: A Cyclical Continuum
Effective Leadership-Employee Retention-Work Life Balance: A Cyclical ContinuumIOSR Journals
 
Digital Image Watermarking Basics
Digital Image Watermarking BasicsDigital Image Watermarking Basics
Digital Image Watermarking BasicsIOSR Journals
 
Analysis Of Lpg Cylinder Using Composite Materials
Analysis Of Lpg Cylinder Using Composite MaterialsAnalysis Of Lpg Cylinder Using Composite Materials
Analysis Of Lpg Cylinder Using Composite MaterialsIOSR Journals
 
Low Power FPGA Based Elliptical Curve Cryptography
Low Power FPGA Based Elliptical Curve CryptographyLow Power FPGA Based Elliptical Curve Cryptography
Low Power FPGA Based Elliptical Curve CryptographyIOSR Journals
 
The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...
The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...
The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...IOSR Journals
 
Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...
Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...
Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...IOSR Journals
 
bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...
bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...
bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...IOSR Journals
 
Enhancing Security of Multimodal Biometric Authentication System by Implement...
Enhancing Security of Multimodal Biometric Authentication System by Implement...Enhancing Security of Multimodal Biometric Authentication System by Implement...
Enhancing Security of Multimodal Biometric Authentication System by Implement...IOSR Journals
 
“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...
“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...
“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...IOSR Journals
 
Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...
Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...
Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...IOSR Journals
 

En vedette (20)

The influence of Rolling process on the porosity and wear behavior of Spray-f...
The influence of Rolling process on the porosity and wear behavior of Spray-f...The influence of Rolling process on the porosity and wear behavior of Spray-f...
The influence of Rolling process on the porosity and wear behavior of Spray-f...
 
Effect of Antioxidant status on liver following Atrazine exposure and its pro...
Effect of Antioxidant status on liver following Atrazine exposure and its pro...Effect of Antioxidant status on liver following Atrazine exposure and its pro...
Effect of Antioxidant status on liver following Atrazine exposure and its pro...
 
Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...
Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...
Preliminary Phytochemical Screening and Antibacterial Activity on Stem Bark E...
 
An Experimental Study on Strength Properties of Concrete When Cement Is Parti...
An Experimental Study on Strength Properties of Concrete When Cement Is Parti...An Experimental Study on Strength Properties of Concrete When Cement Is Parti...
An Experimental Study on Strength Properties of Concrete When Cement Is Parti...
 
Improving Sales in SME Using Internet Marketing
Improving Sales in SME Using Internet MarketingImproving Sales in SME Using Internet Marketing
Improving Sales in SME Using Internet Marketing
 
Vibration Analysis of Cracked Rotor Using Numerical Approach
Vibration Analysis of Cracked Rotor Using Numerical ApproachVibration Analysis of Cracked Rotor Using Numerical Approach
Vibration Analysis of Cracked Rotor Using Numerical Approach
 
An Efficient Approach for Requirement Traceability Integrated With Software R...
An Efficient Approach for Requirement Traceability Integrated With Software R...An Efficient Approach for Requirement Traceability Integrated With Software R...
An Efficient Approach for Requirement Traceability Integrated With Software R...
 
Asif’s Equation of Charge Variation and Special Relativity
Asif’s Equation of Charge Variation and Special RelativityAsif’s Equation of Charge Variation and Special Relativity
Asif’s Equation of Charge Variation and Special Relativity
 
Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...
Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...
Cataloging Of Sessions in Genuine Traffic by Packet Size Distribution and Ses...
 
Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...
Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...
Analytical Determination of Antihestamine drugs Pure and its pharmaceutical P...
 
Effective Leadership-Employee Retention-Work Life Balance: A Cyclical Continuum
Effective Leadership-Employee Retention-Work Life Balance: A Cyclical ContinuumEffective Leadership-Employee Retention-Work Life Balance: A Cyclical Continuum
Effective Leadership-Employee Retention-Work Life Balance: A Cyclical Continuum
 
Digital Image Watermarking Basics
Digital Image Watermarking BasicsDigital Image Watermarking Basics
Digital Image Watermarking Basics
 
Analysis Of Lpg Cylinder Using Composite Materials
Analysis Of Lpg Cylinder Using Composite MaterialsAnalysis Of Lpg Cylinder Using Composite Materials
Analysis Of Lpg Cylinder Using Composite Materials
 
Low Power FPGA Based Elliptical Curve Cryptography
Low Power FPGA Based Elliptical Curve CryptographyLow Power FPGA Based Elliptical Curve Cryptography
Low Power FPGA Based Elliptical Curve Cryptography
 
The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...
The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...
The Comparison of theMaterials in Styles of Iranian Architecture and its Effe...
 
Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...
Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...
Uranium Concentrations measurement for Ground Water and Soil Samples in Al-Na...
 
bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...
bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...
bT-Locally Closed Sets and bT-Locally Continuous Functions In Supra Topologic...
 
Enhancing Security of Multimodal Biometric Authentication System by Implement...
Enhancing Security of Multimodal Biometric Authentication System by Implement...Enhancing Security of Multimodal Biometric Authentication System by Implement...
Enhancing Security of Multimodal Biometric Authentication System by Implement...
 
“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...
“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...
“Comparitive Study of Prevalence of Hyperlactatemia in HIV / AIDS Patients re...
 
Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...
Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...
Dust Interception Capacity And Alteration Of Various Biometric And Biochemica...
 

Similaire à Q0749397

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear EquationsTenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear EquationsQUESTJOURNAL
 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfArijitDhali
 
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...IOSR Journals
 
Homotopy Perturbation Method
Homotopy Perturbation MethodHomotopy Perturbation Method
Homotopy Perturbation MethodSOUMYADAS835019
 
journal of mathematics research
journal of mathematics researchjournal of mathematics research
journal of mathematics researchrikaseorika
 
research paper publication journals
research paper publication journalsresearch paper publication journals
research paper publication journalsrikaseorika
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...mathsjournal
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...mathsjournal
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...mathsjournal
 
Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...eSAT Journals
 
Point symmetries of lagrangians
Point symmetries of lagrangiansPoint symmetries of lagrangians
Point symmetries of lagrangiansorajjournal
 
Application of Integration
Application of IntegrationApplication of Integration
Application of IntegrationRaymundo Raymund
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...mathsjournal
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Vladimir Godovalov
 

Similaire à Q0749397 (20)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear EquationsTenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdf
 
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
 
Homotopy Perturbation Method
Homotopy Perturbation MethodHomotopy Perturbation Method
Homotopy Perturbation Method
 
published research papers
published research paperspublished research papers
published research papers
 
journal of mathematics research
journal of mathematics researchjournal of mathematics research
journal of mathematics research
 
research paper publication journals
research paper publication journalsresearch paper publication journals
research paper publication journals
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
doc
docdoc
doc
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...Elzaki transform homotopy perturbation method for solving porous medium equat...
Elzaki transform homotopy perturbation method for solving porous medium equat...
 
Point symmetries of lagrangians
Point symmetries of lagrangiansPoint symmetries of lagrangians
Point symmetries of lagrangians
 
Application of Integration
Application of IntegrationApplication of Integration
Application of Integration
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
 
On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...
On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...
On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...
 
E04 06 3943
E04 06 3943E04 06 3943
E04 06 3943
 

Plus de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Q0749397

  • 1. IOSR Journal of Mathematics (IOSR-JM) e-ISSN: 2278-5728,p-ISSN: 2319-765X, Volume 7, Issue 4 (Jul. - Aug. 2013), PP 93-97 www.iosrjournals.org www.iosrjournals.org 93 | Page Modified Newton's method using harmonic mean for solving nonlinear equations J. Jayakumarand Kalyanasundaram M. Department of Mathematics, Pondicherry Engineering College, Pondicherry 605 014, India. Abstract: Different modifications in the Newton’s method with cubic convergence have become popular iterative methods to find the roots of non-linear equations. In this paper, a modified Newton’s method for solving a single nonlinear equation is proposed. This method uses harmonic mean while using Simpson’s integration rule, thus replacing 𝑓 ′ 𝑥 in the classical Newton’s method. The convergence of the proposed method is found to be order three. Numerical examples are provided to compare e the efficiency of the method with few other cubic convergent methods. Keywords: Non-linear equation, Iterative Methods, Newton’s Method, Third order convergence. I. Introduction A frequently occurringand most important problem of applied mathematicsis to find a root of the equation 𝑓 𝑥 = 0 (1) wheref ∶ I ⊆ R → R for an open interval I is a scalar function. Newton’s method is one of the famous iterative methods to solve equation (1). It is well known that it has quadratic convergence. The iterative formula of Newton’s method is given by 𝑥 𝑛+1 ∗ = 𝑥 𝑛 − 𝑓 𝑥 𝑛 𝑓′ 𝑥 𝑛 , 𝑛 = 0, 1 ,2 … (2) By improving Newton’s method, Chebyshev [1] derived a cubic convergent iterative method which requires computing of second derivative of the function (1). A prolific advancement in this area has happened in the last decade where lots of modifications in Newton’s method are proposed without using second derivative. First among this is arithmetic mean Newton’s method [2] derived using the trapezoid rule. Hasanov et al [3] modified Newton’s method with a third order convergent method by using Simpson’s rule. Nedzhibov [4] gave several classes of iterative methods using different quadrature rules. Frontini et al [5] extended the results of [2] and got methods of order three independent of the integration formula used. Ozban [6] derived some new variants of Newton’s method by using Harmonic mean instead of arithmetic mean and the midpoint integration instead of the trapezoidal formula. Using Newton’s theorem for the inverse function, Homeier [7] derived a new class of Newton-type methods. Babajee et al [8] listed eight different variants of Newton’s method and the relationship between them. They analyzed the properties of arithmetic mean Newton’s method and explain the third order accuracy via the Tailor’s expansion. Kou Jisheng [9] gave a new variant of Newton’s method from the Harmonic mean and midpoint Newton’s method [6]. Tibor et al [10] suggested geometric mean Newton’s method for simple and multiple roots and showed this method is of order three for simple roots and order one for multiple roots. Ababneh [11] proposed a modified Newton’s method based on contra harmonic mean. The advantage of all the above methods is that they use only the first derivative of the function and has cubic convergence. In this paper,we propose amodification in the method of[3] including Harmonic mean instead of Arithmetic meanwhile using the Simpson’s 1/3 rule of integration for the equation (3). The proposed new method has the advantage of evaluating only the firstderivativeand less number of iterations to achieve third order accuracy.In Section II, we present some definitions related to our study. In Section III, some known variants of Newton’s method are discussed. Section IV presents the new method and its analysis of convergence. Finally, Section V gives numerical results and a discussion is carried out in section VI. II. Definitions Definition 2.1 [2]: Let 𝛼 ∈ 𝑅,𝑥 𝑛 ∈ 𝑅, n = 0, 1, 2, . Then the sequence {𝑥 𝑛 }is said to converge to 𝛼 if 𝑙𝑖𝑚 𝑛→∞ 𝑥 𝑛 − 𝛼 = 0 If, in addition, there exist a constant𝑐 ≥ 0, an integer 𝑛0 ≥ 0 and p ≥ 0 such that for all 𝑛 > 0, 𝑥 𝑛+1 − 𝛼 ≤ 𝑐 𝑥 𝑛 − 𝛼 P
  • 2. Modified Newton's method using harmonic mean for solving nonlinear equations www.iosrjournals.org 94 | Page then {𝑥 𝑛 } is said to converge to 𝛼with order at least p. If p = 2 or 3, the convergence is said to be quadratic or cubic respectively. Definition 2.2 [2]: Let 𝛼 be a root of the function (1)and suppose that 𝑥 𝑛−1, 𝑥 𝑛 and 𝑥 𝑛+1 are three successive iterations closer to the root 𝛼. Then, the computational order of convergence (COC) 𝜌can be approximated using the formula ≈ ln (𝑥 𝑛+1−𝛼)/(𝑥 𝑛−𝛼) ln (𝑥 𝑛−𝛼)/(𝑥 𝑛−1−𝛼) . III. Known Variants of Newton’s Method Let 𝛼 be a simple root of a sufficiently differentiable function 𝑓(𝑥). Consider the numerical solution of the function 𝑓 𝑥 = 0. From the Newton’s theorem, we have 𝑓 𝑥 = 𝑓 𝑥 𝑛 + 𝑓 ′ 𝑡 𝑑𝑡 𝑥 𝑥 𝑛 . (3) Arithmetic Mean Newton’s method (AN): By using the trapezoidal rule in (3), we obtain 𝑓 ′ 𝑡 𝑑𝑡 𝑥 𝑥 𝑛 ≈ (𝑥−𝑥 𝑛 ) 2𝑚 𝑓′ 𝑥 𝑛 + 2 𝑓 ′ 𝑥 𝑛 − 𝑖𝑓 𝑥 𝑛 𝑚 𝑓′ 𝑥 𝑛 𝑚−1 𝑖=1 + 𝑓′ 𝑥 . (4) From equations (3) and (4), a new approximation 𝑥n+1 for 𝑥is obtained and for m = 1, we get 𝑥 𝑛+1 = 𝑥 𝑛 − 2𝑓 𝑥 𝑛 𝑓′ 𝑥 𝑛 +𝑓′ 𝑥 𝑛+1 ∗ , 𝑛 = 0, 1, 2 … (5) Equation (5) is the arithmetic mean Newton’s method [2]. Since equation (5) is implicit, we can overcome this implicit nature by the use of Newton’s iterative step (2). Harmonic Mean Newton’s method (HN): In equation (5), if we use the harmonic mean instead of arithmetic mean, we obtain harmonic mean Newton’s method [6] 𝑥 𝑛+1 = 𝑥 𝑛 − 𝑓 𝑥 𝑛 𝑓′ 𝑥 𝑛 +𝑓′ 𝑥 𝑛+1 ∗ 2𝑓′ 𝑥 𝑛 𝑓′ 𝑥 𝑛+1 ∗ , 𝑛 = 0, 1, 2 … (6) where𝑥 𝑛+1 ∗ is calculated from (2). Midpoint Newton’s method (MN):If the integral in (3) is approximated using the midpoint integration rule instead of trapezoidal rule, we get the midpoint Newton’s method [6] 𝑥 𝑛+1 = 𝑥 𝑛 − 𝑓 𝑥 𝑛 𝑓′ 𝑥 𝑛 +𝑥 𝑛+1 ∗ 2 , n = 0, 1, 2,… wherexn+1 ∗ is calculated from (2). Trapezoidal-Newton’s Method (TN): Simplifying and computing 𝑥n+1from equations (3) and (4), one obtains a new approximation for m = 2 as 𝑥 𝑛+1 = 𝑥 𝑛 − 4𝑓 𝑥 𝑛 𝑓 ′ 𝑥 𝑛 +2𝑓 ′ 𝑥 𝑛 +1 ∗ +𝑥 𝑛 2 +𝑓 ′ 𝑥 𝑛+1 ∗ , 𝑛 = 0, 1, 2 … . (7) where 𝑥 𝑛+1 ∗ is calculated from (2). The method (7) is called Trapezoidal-Newton’s method [4]. Simpson-Newton’s Method (SN): The Simpson’s 1 3 integration rule given by 𝑓 ′ 𝑡 𝑑𝑡 𝑥 𝑥 𝑛 ≈ 𝑥−𝑥 𝑛 6 [𝑓′(𝑥 𝑛 ) + 4𝑓 ′ 𝑥+𝑥 𝑛 2 + 𝑓′ 𝑥 ] , (8) is used to find the value of the integral in (3), then we get Simpson-Newton’s method [3].Simplifying and computing for 𝑥n+1from equation (8), one obtains a new approximation 𝑥 𝑛+1 = 𝑥 𝑛 − 6𝑓 𝑥 𝑛 𝑓 ′ 𝑥 𝑛 +4𝑓 ′ 𝑥 𝑛 +1+ 𝑥 𝑛 2 +𝑓 ′ 𝑥 𝑛+1 , 𝑛 = 0, 1, 2 … . (9) Since equation (9) is implicit, replacing xn+1 with xn+1 ∗ (calculated from (2)), we get 𝑥 𝑛+1 = 𝑥 𝑛 − 6𝑓 𝑥 𝑛 𝑓 ′ 𝑥 𝑛+1 ∗ +4𝑓 ′ 𝑥 𝑛+1 ∗ +𝑥 𝑛 2 +𝑓 ′ 𝑥 𝑛 , 𝑛 = 0, 1, 2 …. (10) IV. Modified Newton’s Method and its analysis ofconvergence We obtain the present method as follows: Rewrite equation (10) as 𝑥 𝑛+1 = 𝑥 𝑛 − 3𝑓 𝑥 𝑛 𝑓 ′(𝑥 𝑛 )+𝑓 ′ (𝑥 𝑛+1 ∗ ) 2 + 2𝑓 ′ 𝑥 𝑛+1 ∗ +𝑥 𝑛 2
  • 3. Modified Newton's method using harmonic mean for solving nonlinear equations www.iosrjournals.org 95 | Page Wereplace harmonic mean [6] instead of arithmetic mean in the first part of the denominator. Then we obtain a modified Newton’s method calledHarmonic-Simpson-Newton’s method (HSN) 𝑥 𝑛+1 = 𝑥 𝑛 − 3𝑓 𝑥 𝑛 2𝑓′ 𝑥 𝑛 𝑓′ 𝑥 𝑛+1 ∗ 𝑓′ 𝑥 𝑛 +𝑓′ 𝑥 𝑛+1 ∗ +2𝑓 ′ 𝑥 𝑛+1 ∗ +𝑥 𝑛 2 (11) where𝑥 𝑛+1 ∗ is calculated from (2). In the following theorem, we prove the cubic convergence of the present method(11). Theorem 4.1:Let 𝛼 ∈ 𝐼, be a simple zero of a sufficiently differentiablefunction 𝑓: 𝐼 ⊆ 𝑅 → 𝑅for an open intervalI. If 𝑥0 is sufficiently nearerto𝛼, then the method (11) has third order convergence. Proof.Let 𝛼 be a simple zero of function 𝑓 𝑥 = 0. (That is, 𝑓 𝛼 = 0and 𝑓′ 𝛼 ≠ 0). By expanding 𝑓 𝑥 𝑛 and 𝑓′ 𝑥 𝑛 by Taylor seriesabout𝛼, we obtain 𝑓 𝑥 𝑛 = 𝑓′ 𝛼 [𝑒 𝑛 + 𝑐2 𝑒 𝑛 2 + 𝑐3 𝑒3 3 + 𝑂 𝑒 𝑛 4 … ] (12) 𝑓′ 𝑥 𝑛 = 𝑓′ 𝛼 [1 + 2𝑐2 𝑒 𝑛 + 3𝑐3 𝑒 𝑛 2 + 4𝑐4 𝑒 𝑛 3 + 𝑂 𝑒 𝑛 4 … ] (13) where 𝑐 𝑘 = 𝑓 𝑘 𝛼 𝑘! 𝑓′ 𝛼 , 𝑘 = 2, 3, …and 𝑒 𝑛 = 𝑥 𝑛 − 𝛼 . Dividing equation (12) and (13), we get 𝑓 𝑥 𝑛 𝑓′ 𝑥 𝑛 = 𝑒 𝑛 − 𝑐2 𝑒 𝑛 2 + 2 𝑐2 2 − 𝑐3 𝑒 𝑛 3 + 𝑂(𝑒 𝑛 4 ). Hencefrom (2), we get 𝑥 𝑛+1 ∗ = 𝛼 + 𝑐2 𝑒 𝑛 2 + 2 𝑐3 − 𝑐2 2 𝑒 𝑛 3 + 𝑂(𝑒 𝑛 4 ) (14) Again expanding𝑓′ 𝑥 𝑛+1 ∗ about 𝛼and using (14),we get 𝑓′ 𝑥 𝑛+1 ∗ = 𝑓′ 𝛼 [1+2c2 2 en 2 + O(en 3 )]. (15) From (13) and (15), we have 𝑓′ 𝑥 𝑛 + 𝑓′ 𝑥 𝑛+1 ∗ = 2𝑓′ 𝛼 [1+c2en + (c2 2 + 3 2 c3)en 2 + O(en 3 )], (16) 2𝑓′ 𝑥 𝑛 𝑓′ 𝑥 𝑛+1 ∗ = 2𝑓′ α 2 [1+2c2en + (2c2 2 + 3c3)en 2 + O(en 3 )]. (17) Dividing (17) by (16), we get 2𝑓′ 𝑥 𝑛 𝑓′(𝑥 𝑛+1 ∗ ) 𝑓′ 𝑥 𝑛 +𝑓′(𝑥 𝑛+1 ∗ ) = 𝑓′ α [1+c2en + 3 2 c3en 2 + O(en 3 )]. (18) Further, we have xn+1 ∗ +xn 2 = α + 1 2 en + 1 2 c2en 2 + c3 − c2 2 en 3 + O en 4 . (19) Again expanding 𝑓′ 𝑥 𝑛+1 ∗ +𝑥 𝑛 2 by Tailor’s series about 𝛼 and using (19), we get 2𝑓′ xn+1 ∗ +xn 2 = 2𝑓′ α [1+c2en + c2 2 + 3 4 c3 en 2 + O(en 3 )]. (20) Adding (18) and (20), we get 2𝑓′ 𝑥 𝑛 𝑓′(𝑥 𝑛+1 ∗ ) 𝑓′ 𝑥 𝑛 +𝑓′(𝑥 𝑛+1 ∗ ) + 2𝑓′ 𝑥 𝑛+1 ∗ +𝑥 𝑛 2 = 3𝑓′ α [1 + c2en + 2 3 c2 2 + c3 en 2 + O(en 3 )] . (21) Then, from equations(12)and (21), we get 3𝑓 𝑥 𝑛 2𝑓′ 𝑥 𝑛 𝑓′ (𝑥 𝑛+1 ∗ ) 𝑓′ 𝑥 𝑛 +𝑓′ (𝑥 𝑛+1 ∗ ) +2𝑓 ′ 𝑥 𝑛+1 ∗ +𝑥 𝑛 2 = 𝑒 𝑛 − 2 3 𝑐2 2 𝑒 𝑛 3 + 𝑂 𝑒 𝑛 4 . (22) The above equation (22) is substituted in (11)to get 𝑥 𝑛+1 = 𝑥 𝑛 − [𝑒 𝑛 − 2 3 𝑐2 2 𝑒 𝑛 3 + 𝑂 𝑒 𝑛 4 ].Since𝑥 𝑛 = 𝑒 𝑛 + 𝛼, we finally obtain that 𝑒 𝑛+1 = 2 3 𝑐2 2 𝑒 𝑛 3 + 𝑂 𝑒 𝑛 4 .This shows that the method (11) has third order convergence. V. Numerical Examples In this section, we present the results of numerical calculations to compare the efficiency of Harmonic- Simpson-Newton’s method (HSN). We compare HSN with Newton’s method (NM) and other cubic convergent
  • 4. Modified Newton's method using harmonic mean for solving nonlinear equations www.iosrjournals.org 96 | Page methods given in section III. We note thatfunction𝑓5 𝑥 is not convergent inAN method if x0=1 even when 100 iterations are used, but convergent in the present method.Stopping criterion for the iterations has been taken as xn+1 − xn + f(xn+1) < ε,where 𝜀 = 10−14 . Different functions and number of iterations to find their roots are given in Table1. Computational order of convergence (COC) and the number of function evaluation (NOFE) are given in Table 2. Numerical computations are performed in the Matlab software with double precision accuracy and the results are presented. Table 1 𝑓 𝑥 X0 Number of iterations Root NM AN MN TN SN HSN 𝑓1 𝑥 = x3 + x2 – 2 1.5 6 5 4 5 5 4 𝛼 =1 3 8 6 6 6 6 5 𝑓2 𝑥 = Sin(x) + x Cos(x) 1.3 6 5 5 5 5 5 𝛼 = 2.028757838110434 3 6 5 4 4 4 4 𝑓3 𝑥 = x 2 – e x – 3x + 2 3 7 5 5 5 5 5 𝛼 = 0.257530285439861 5 9 7 6 6 6 6 𝑓4 𝑥 = x e x – 1 3 9 7 6 7 6 6 𝛼 = 0.567143290409784 4.5 11 8 8 8 8 7 𝑓5 𝑥 = x 3 – 10 3 6 5 5 5 5 4 𝛼 = 2.154434690031884 1 7 NC 6 11 7 5 𝑓6 𝑥 = e x + x – 20 10 13 9 9 9 9 8 𝛼 = 2.842438953784447 5 8 6 4 6 6 5 Table 2 𝑓 𝑥 X0 COC NOFE NM AN MN TN SN HSN NM AN MN TN SN HSN 𝑓1 𝑥 1.5 2.00 2.99 2.75 2.99 2.99 2.80 12 15 12 20 20 16 3 2.00 2.98 2.99 2.99 2.99 2.80 16 18 18 24 24 20 𝑓2 𝑥 1.3 1.99 3.82 3.17 3.07 3.12 3.08 12 15 15 20 20 20 3 1.99 4.10 2.71 2.88 2.60 2.70 12 15 12 16 16 16 𝑓3 𝑥 3 2.00 3.04 3.39 2.91 2.66 2.78 14 15 15 20 20 20 5 2.00 3.01 3.29 3.20 3.16 2.69 18 21 18 24 24 24 𝑓4 𝑥 3 2.00 2.99 2.88 2.99 2.84 2.93 18 21 18 28 24 24 4.5 2.00 2.96 2.99 2.98 2.99 2.91 22 24 24 32 32 28 𝑓5 𝑥 3 2.00 2.99 2.99 2.99 2.99 2.81 12 15 15 20 20 16 1 2.00 NC 2.91 3.01 3.02 2.95 14 NC 18 44 36 20 𝑓6 𝑥 10 2.00 2.93 3.00 2.98 2.99 2.94 26 27 27 36 28 32 5 2.00 2.99 3.00 2.99 2.99 2.94 16 18 12 24 24 20 NC – Not Convergent, X0 initial point VI. Discussion The basic advantage of the present method is that it is a variant of Newton’s method based on Newton’s theorem. Comparing to other cubic convergent methods, our method converges faster and takes less number of iterations. Further,this method does not require the computation of second or higher order derivatives although it produces third order convergence. This method can easily be extended for equations having multiple roots and for multi-variable case. References [1] M.K. Jain, S.R.K. Iyengar, R.K. Jain, Numerical Methods for Scientific and Engineering Computation, New Age International,6th edition, 2012. [2] S. Weerakoon. T.G.I. Fernando, A variant of Newton’s method with accelerated third-order convergence, Applied Mathematics Letters 13 (8)(2000) 87-93.
  • 5. Modified Newton's method using harmonic mean for solving nonlinear equations www.iosrjournals.org 97 | Page [3] V. I. Hasanov, I. G. Ivanov, G. Nedjibov, A new modification of Newton’s method, Applied Mathematics and Engineering 27 (2002) 278 -286. [4] G. Nedzhibov, On a few iterative methods for solving nonlinear equations. Application of Mathematics in Engineering and Economics’28, in: Proceeding of the XXVIII Summer school Sozopol’ 02, pp.1-8, Heron press, Sofia, 2002. [5] M. Frontini, E. Sormoni, Some variants of Newton’s method with third order convergence, Applied Mathematics and Computation 140 (2003) 419-426. [6] A.Y. Ozban, Some new variants of Newton’s method, Applied Mathematics Letters 17 (2004) 677-682. [7] H.H.H. Homeier, On Newton type methods with cubic convergence, Journal of Computational and Applied Mathematics 176 (2005) 425-432. [8] D.K.R. Babajee, M.Z. Dauhoo, An analysis of the properties of the variants of Newton’s method with third order convergence, Applied Mathematics and Computation 183 (2006) 659–684. [9] K. Jisheng, L.Yitian, W. Xiuhua, Third-order modification of Newton’s method, Journal of Computational and Applied Mathematics 205 (2007) 1 – 5. [10] T. Lukic, N. M. Ralevic, Geometric mean Newton’s method for simple and multiple roots, Applied Mathematics Letters 21 (2008) 30–36. [11] O. Y. Ababneh, New Newton’s method with third-order Convergence for solving nonlinear equations, World Academy of Science, Engineering and Technology 61 (2012) 1071-1073.