OneStopGate.Com
OnestopGate   OnestopGate
   Sunday, May 12, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » GATE Study Material » Mathematics » Numerical Analysis » Nonlinear Equations » An Improved Newton's Method

An Improved Newton's Method

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

An Improved Newton's Method

MATHEMATICAL EXPOSITION

An Improved Newton's Method
by
John H. Mathews
The AMATYC Review, Vol. 10, No. 2, Spring, 1989, pp. 9-14.

Introduction

Newton's method is used to locate roots of the equation[Graphics:Images/NewtonImprovedMod_gr_1.gif].The Newton-Raphson iteration formula is:
(1)[Graphics:Images/NewtonImprovedMod_gr_2.gif]

Given a starting value[Graphics:Images/NewtonImprovedMod_gr_3.gif],the sequence[Graphics:Images/NewtonImprovedMod_gr_4.gif]is computed using:

(2)[Graphics:Images/NewtonImprovedMod_gr_5.gif]for[Graphics:Images/NewtonImprovedMod_gr_6.gif]

provided that[Graphics:Images/NewtonImprovedMod_gr_7.gif].

[Graphics:Images/NewtonImprovedMod_gr_8.gif]

If the value[Graphics:Images/NewtonImprovedMod_gr_9.gif]is chosen close enough to the root p, then the sequence generated in (2) will converge to the root p.Sometimes the speed at which [Graphics:Images/NewtonImprovedMod_gr_10.gif]converges is fast (quadratic) and at other times it is slow (linear).To distinguish these two cases we make the following definitions.

Definition 1 (Order of Convergence)Assume that[Graphics:Images/NewtonImprovedMod_gr_11.gif] converges top,and set[Graphics:Images/NewtonImprovedMod_gr_12.gif].If two positive constants[Graphics:Images/NewtonImprovedMod_gr_13.gif]exist, and

[Graphics:Images/NewtonImprovedMod_gr_14.gif]

then the sequence is said to converge topwith
order of convergence R.The numberAis called the asymptotic error constant.The cases[Graphics:Images/NewtonImprovedMod_gr_15.gif]are given specialconsideration.

(3)If[Graphics:Images/NewtonImprovedMod_gr_16.gif], and[Graphics:Images/NewtonImprovedMod_gr_17.gif]

then the convergence of
[Graphics:Images/NewtonImprovedMod_gr_18.gif]is called quadratic.

(4)If[Graphics:Images/NewtonImprovedMod_gr_19.gif], and[Graphics:Images/NewtonImprovedMod_gr_20.gif]

then the convergence of
[Graphics:Images/NewtonImprovedMod_gr_21.gif]is called linear.

The mathematical characteristic for determining which case occurs is the "multiplicity" of the root p.

Definition 2 (Order of a Root)If[Graphics:Images/NewtonImprovedMod_gr_22.gif]can be factored as

(5)[Graphics:Images/NewtonImprovedMod_gr_23.gif]wheremis a positive integer,

and
[Graphics:Images/NewtonImprovedMod_gr_24.gif]is continuous at[Graphics:Images/NewtonImprovedMod_gr_25.gif]and[Graphics:Images/NewtonImprovedMod_gr_26.gif],then we say that[Graphics:Images/NewtonImprovedMod_gr_27.gif]has a root of ordermat[Graphics:Images/NewtonImprovedMod_gr_28.gif].

A root of order
[Graphics:Images/NewtonImprovedMod_gr_29.gif]is often called a simple root, and if[Graphics:Images/NewtonImprovedMod_gr_30.gif]it is called a multiple root.A root of order[Graphics:Images/NewtonImprovedMod_gr_31.gif]is sometimes called a double root, and so on.

Theorem 1 (Convergence Rate for Newton-Raphson Iteration)Assume that Newton-Raphson iteration (2) produces a sequence[Graphics:Images/NewtonImprovedMod_gr_32.gif] that converges to the rootpof the function[Graphics:Images/NewtonImprovedMod_gr_33.gif].

(6)Ifpis a simple root, then convergence is quadratic and

[Graphics:Images/NewtonImprovedMod_gr_34.gif]forksufficiently large.

(7)Ifpis a multiple root of orderm,then convergence is linear and

[Graphics:Images/NewtonImprovedMod_gr_35.gif]forksufficiently large.

There are two common ways to use Theorem 1 and gain quadratic convergence at multiple roots. We shall call these methods A and B (see Mathews, 1987, p. 72 and Ralston & Rabinowitz, 1978, pp. 353-356).

Method A.Accelerated Newton-Raphson

Suppose thatpis a root of order[Graphics:Images/NewtonImprovedMod_gr_36.gif] .Then the accelerated Newton-Raphson formula is:

(8)[Graphics:Images/NewtonImprovedMod_gr_37.gif].

Let the starting value
[Graphics:Images/NewtonImprovedMod_gr_38.gif]be close top, and compute the sequence [Graphics:Images/NewtonImprovedMod_gr_39.gif]iteratively;

(9)[Graphics:Images/NewtonImprovedMod_gr_40.gif]for[Graphics:Images/NewtonImprovedMod_gr_41.gif]

Then the sequence generated by (9) will converge quadratically top.

Mathematica Subroutine (Accelerated Newton-Raphson Iteration).

[Graphics:Images/NewtonImprovedMod_gr_42.gif]

On the other hand, if[Graphics:Images/NewtonImprovedMod_gr_43.gif]then one can show that the function[Graphics:Images/NewtonImprovedMod_gr_44.gif]has a simple root at[Graphics:Images/NewtonImprovedMod_gr_45.gif].

Using[Graphics:Images/NewtonImprovedMod_gr_48.gif]in place of[Graphics:Images/NewtonImprovedMod_gr_49.gif]in formula (1) yields Method B.

Method B.Modified Newton-Raphson

Suppose thatpis a root of order
[Graphics:Images/NewtonImprovedMod_gr_50.gif] .Then the modified Newton-Raphson formula is:

(10)[Graphics:Images/NewtonImprovedMod_gr_51.gif]

Let the starting value[Graphics:Images/NewtonImprovedMod_gr_54.gif]be close top, and compute the sequence[Graphics:Images/NewtonImprovedMod_gr_55.gif]iteratively;

(11)[Graphics:Images/NewtonImprovedMod_gr_56.gif]
for[Graphics:Images/NewtonImprovedMod_gr_57.gif]

Then the sequence generated by (11) converges quadratically top.

Mathematica Subroutine (Modified Newton-Raphson Iteration).

[Graphics:Images/NewtonImprovedMod_gr_58.gif]

Limitations of Methods A and B

Method A has the disadvantage that the ordermof the root must be known a priori.Determiningmis often laborious because some type of mathematical analysis must be used.It is usually found by looking at the values of the higher derivatives of[Graphics:Images/NewtonImprovedMod_gr_59.gif].That is ,[Graphics:Images/NewtonImprovedMod_gr_60.gif]has a root of order mat [Graphics:Images/NewtonImprovedMod_gr_61.gif]if and only if

(12)[Graphics:Images/NewtonImprovedMod_gr_62.gif].

Dodes (1978, pp. 81-82) has observed that in practical problems it is unlikely that we will know the multiplicity.However, a constant
mshould be used in (8) to speed up convergence, and it should be chosen small enough so that [Graphics:Images/NewtonImprovedMod_gr_63.gif]does not shoot to the wrong side ofp.Rice (1983, pp. 232-233) has suggested a way to empirically findm.If [Graphics:Images/NewtonImprovedMod_gr_64.gif]is a good approximation topand [Graphics:Images/NewtonImprovedMod_gr_65.gif], and [Graphics:Images/NewtonImprovedMod_gr_66.gif] somewhat distant from[Graphics:Images/NewtonImprovedMod_gr_67.gif]thenmcan be determined by the calculation:

[Graphics:Images/NewtonImprovedMod_gr_68.gif] .

Method B has a disadvantage, it involves three functions[Graphics:Images/NewtonImprovedMod_gr_69.gif].Again, the laborious task of finding the formula for[Graphics:Images/NewtonImprovedMod_gr_70.gif]could detract from using Method B.Furthermore, Ralston and Rabinowitz (1978, pp. 353-356) have observed that[Graphics:Images/NewtonImprovedMod_gr_71.gif]will have poles at points where the zeros of[Graphics:Images/NewtonImprovedMod_gr_72.gif]are not roots of [Graphics:Images/NewtonImprovedMod_gr_73.gif].Hence,[Graphics:Images/NewtonImprovedMod_gr_74.gif]may not be a continuous function.

The New Method C.Adaptive Newton-Raphson

The adaptive Newton-Raphson method incorporates a linear search method with formula (8).Starting with[Graphics:Images/NewtonImprovedMod_gr_75.gif],the following values are computed:

(13)[Graphics:Images/NewtonImprovedMod_gr_76.gif]for[Graphics:Images/NewtonImprovedMod_gr_77.gif].

Our task is to determine the value
mto use in formula (13), because it is not known a priori.First, we take the derivative of[Graphics:Images/NewtonImprovedMod_gr_78.gif]in formula (5), and obtain:

(14)[Graphics:Images/NewtonImprovedMod_gr_79.gif]

When (5) and (14) are substituted into formula (1) we have
[Graphics:Images/NewtonImprovedMod_gr_80.gif]which can be simplified to get

[Graphics:Images/NewtonImprovedMod_gr_81.gif].

This enables us to rewrite (13) as

(15)[Graphics:Images/NewtonImprovedMod_gr_82.gif].

We shall assume that the starting value[Graphics:Images/NewtonImprovedMod_gr_83.gif]is close enough topso that

(16)[Graphics:Images/NewtonImprovedMod_gr_84.gif],where[Graphics:Images/NewtonImprovedMod_gr_85.gif].

The iterates [Graphics:Images/NewtonImprovedMod_gr_86.gif] in (15) satisfy the following:

(17)[Graphics:Images/NewtonImprovedMod_gr_87.gif]for[Graphics:Images/NewtonImprovedMod_gr_88.gif]

If we subtractpfrom both sides of (17) then

[Graphics:Images/NewtonImprovedMod_gr_89.gif]

and the result after simplification is:

(18)[Graphics:Images/NewtonImprovedMod_gr_90.gif].

Since
[Graphics:Images/NewtonImprovedMod_gr_91.gif],the iterates[Graphics:Images/NewtonImprovedMod_gr_92.gif]get closer topasjgoes from[Graphics:Images/NewtonImprovedMod_gr_93.gif],which is manifest by the inequalities:

(19)[Graphics:Images/NewtonImprovedMod_gr_94.gif].

The values[Graphics:Images/NewtonImprovedMod_gr_95.gif]are shown in Figure 1.

Notice that if the iteration (15) was continued for
[Graphics:Images/NewtonImprovedMod_gr_96.gif]then[Graphics:Images/NewtonImprovedMod_gr_97.gif]could be larger than[Graphics:Images/NewtonImprovedMod_gr_98.gif].This is proven by using the derivatives in (12) and the Taylor polynomial approximation of degreemfor[Graphics:Images/NewtonImprovedMod_gr_99.gif]expanded about[Graphics:Images/NewtonImprovedMod_gr_100.gif]:

(20)[Graphics:Images/NewtonImprovedMod_gr_101.gif].
[Graphics:Images/NewtonImprovedMod_gr_102.gif]
Figure 1.The values[Graphics:Images/NewtonImprovedMod_gr_103.gif]for the "linear search" obtained by using formula (15)
near a "double root"p(of order
[Graphics:Images/NewtonImprovedMod_gr_104.gif]).Notice that[Graphics:Images/NewtonImprovedMod_gr_105.gif].

If[Graphics:Images/NewtonImprovedMod_gr_106.gif]is closer topthan[Graphics:Images/NewtonImprovedMod_gr_107.gif]then (19) and (20) imply that[Graphics:Images/NewtonImprovedMod_gr_108.gif], hence we have:

(21)[Graphics:Images/NewtonImprovedMod_gr_109.gif].

Therefore, the way to computationally determine
mis to successively compute the values[Graphics:Images/NewtonImprovedMod_gr_110.gif]using formula (13) for[Graphics:Images/NewtonImprovedMod_gr_111.gif]until we arrive at[Graphics:Images/NewtonImprovedMod_gr_112.gif].

The New Adaptive Newton-Raphson Algorithm

Start with
[Graphics:Images/NewtonImprovedMod_gr_113.gif],then we determine the next approximation [Graphics:Images/NewtonImprovedMod_gr_114.gif]as follows:

[Graphics:Images/NewtonImprovedMod_gr_115.gif]

Observe that the above iteration involves a linear search in either the interval[Graphics:Images/NewtonImprovedMod_gr_116.gif]when[Graphics:Images/NewtonImprovedMod_gr_117.gif]or in the interval[Graphics:Images/NewtonImprovedMod_gr_118.gif]when[Graphics:Images/NewtonImprovedMod_gr_119.gif].In the algorithm, the value[Graphics:Images/NewtonImprovedMod_gr_120.gif]is stored so that unnecessary computations are avoided.After the point[Graphics:Images/NewtonImprovedMod_gr_121.gif]has been found, it should replace[Graphics:Images/NewtonImprovedMod_gr_122.gif]and the process is repeated.

Mathematica Subroutine (Adaptive Newton-Raphson Iteration).

[Graphics:Images/NewtonImprovedMod_gr_123.gif]

Example.Use the value[Graphics:Images/NewtonImprovedMod_gr_124.gif]and compare Methods A,B and C for finding the double root[Graphics:Images/NewtonImprovedMod_gr_125.gif]of the equation[Graphics:Images/NewtonImprovedMod_gr_126.gif].
Solution.

Behavior at a Triple Root

When the function has a triple root, then one more iteration for the linear search in (13) is necessary.The situation is shown in Figure 2.
[Graphics:Images/NewtonImprovedMod_gr_161.gif]
Figure 2. The values[Graphics:Images/NewtonImprovedMod_gr_162.gif]for the "linear search" obtained by using formula (15)
near a "triple root"p(of order

[Graphics:Images/NewtonImprovedMod_gr_163.gif]).Notice that
[Graphics:Images/NewtonImprovedMod_gr_164.gif].



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari