OneStopGate.Com
OnestopGate   OnestopGate
   Saturday, May 11, 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


Fixed Point Iteration

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.. **

Fixed Point Iteration

Fixed Point Iteration

A fundamental principle in computer science is iteration.As the name suggests, a process is repeated until an answer is achieved. Iterative techniques are used to find roots of equations, solutions of linear and nonlinear systems of equations, and solutions of differential equations.

A rule or function [Graphics:Images/FixedPointMod_gr_1.gif] for computing successive terms is needed, together with a starting value [Graphics:Images/FixedPointMod_gr_2.gif].Then a sequence of values [Graphics:Images/FixedPointMod_gr_3.gif] is obtained using the iterative rule [Graphics:Images/FixedPointMod_gr_4.gif].The sequence has the pattern

[Graphics:Images/FixedPointMod_gr_5.gif](starting value)
[Graphics:Images/FixedPointMod_gr_6.gif]
[Graphics:Images/FixedPointMod_gr_7.gif]
[Graphics:Images/FixedPointMod_gr_8.gif]
[Graphics:Images/FixedPointMod_gr_9.gif]
[Graphics:Images/FixedPointMod_gr_10.gif]
[Graphics:Images/FixedPointMod_gr_11.gif]

What can we learn from an unending sequence of numbers?If the numbers tend to a limit, we suspect that it is the answer.

Finding Fixed Points

Definition ( FixedPoint ). A fixed point of a function [Graphics:Images/FixedPointMod_gr_12.gif] is a number [Graphics:Images/FixedPointMod_gr_13.gif] such that [Graphics:Images/FixedPointMod_gr_14.gif].

Caution.A fixed point is not a root of the equation[Graphics:Images/FixedPointMod_gr_15.gif],it is a solution of the equation[Graphics:Images/FixedPointMod_gr_16.gif].

Geometrically, the fixed points of a function[Graphics:Images/FixedPointMod_gr_17.gif]are the point(s) of intersection of the curve[Graphics:Images/FixedPointMod_gr_18.gif]and the line[Graphics:Images/FixedPointMod_gr_19.gif].

[Graphics:Images/FixedPointMod_gr_20.gif]

Definition (Fixed Point Iteration). The iteration [Graphics:Images/FixedPointMod_gr_21.gif] for [Graphics:Images/FixedPointMod_gr_22.gif] is called fixed point iteration.


Theorem (For a converging sequence). Assume that [Graphics:Images/FixedPointMod_gr_23.gif] is a continuous function and that [Graphics:Images/FixedPointMod_gr_24.gif] is a sequence generated by fixed point iteration.
If[Graphics:Images/FixedPointMod_gr_25.gif],then [Graphics:Images/FixedPointMod_gr_26.gif] is a fixed point of [Graphics:Images/FixedPointMod_gr_27.gif].


The following two theorems establish conditions for the existence of a fixed point and the convergence of the fixed-point iteration process to a fixed point.


Theorem (First Fixed Point Theorem). Assume that [Graphics:Images/FixedPointMod_gr_28.gif], i. e.[Graphics:Images/FixedPointMod_gr_29.gif]is continuous on[Graphics:Images/FixedPointMod_gr_30.gif].
Then we have the following conclusions.
(i).If the range of the mapping [Graphics:Images/FixedPointMod_gr_31.gif] satisfies [Graphics:Images/FixedPointMod_gr_32.gif] for all [Graphics:Images/FixedPointMod_gr_33.gif], then[Graphics:Images/FixedPointMod_gr_34.gif] has a fixed point in [Graphics:Images/FixedPointMod_gr_35.gif].
(ii).Furthermore, suppose that [Graphics:Images/FixedPointMod_gr_36.gif] is defined over [Graphics:Images/FixedPointMod_gr_37.gif] and that a positive constant [Graphics:Images/FixedPointMod_gr_38.gif] exists with
[Graphics:Images/FixedPointMod_gr_39.gif]for all[Graphics:Images/FixedPointMod_gr_40.gif],then [Graphics:Images/FixedPointMod_gr_41.gif] has a unique fixed point [Graphics:Images/FixedPointMod_gr_42.gif] in [Graphics:Images/FixedPointMod_gr_43.gif].


Theorem (Second Fixed Point Theorem). Assume that the following hypothesis hold true.
(a)[Graphics:Images/FixedPointMod_gr_44.gif] is a fixed point of a function [Graphics:Images/FixedPointMod_gr_45.gif],
(b)[Graphics:Images/FixedPointMod_gr_46.gif],
(c)[Graphics:Images/FixedPointMod_gr_47.gif] is a positive constant,
(d)[Graphics:Images/FixedPointMod_gr_48.gif], and
(e)[Graphics:Images/FixedPointMod_gr_49.gif]for all[Graphics:Images/FixedPointMod_gr_50.gif].
Then we have the following conclusions.
(i).If [Graphics:Images/FixedPointMod_gr_51.gif]for all[Graphics:Images/FixedPointMod_gr_52.gif],then the iteration[Graphics:Images/FixedPointMod_gr_53.gif]will converge to the
unique fixed point [Graphics:Images/FixedPointMod_gr_54.gif].In this case, [Graphics:Images/FixedPointMod_gr_55.gif] is said to be an attractive fixed point.
(ii).If [Graphics:Images/FixedPointMod_gr_56.gif]for all[Graphics:Images/FixedPointMod_gr_57.gif],then the iteration[Graphics:Images/FixedPointMod_gr_58.gif]will not converge to [Graphics:Images/FixedPointMod_gr_59.gif].
In this case, [Graphics:Images/FixedPointMod_gr_60.gif] is said to be a repelling fixed point and the iteration exhibits local divergence.


Remark 1.It is assumed that [Graphics:Images/FixedPointMod_gr_61.gif] in statement (ii).

Remark 2.Because [Graphics:Images/FixedPointMod_gr_62.gif]is continuous on an interval containing [Graphics:Images/FixedPointMod_gr_63.gif], it is permissible to use the simpler criterion [Graphics:Images/FixedPointMod_gr_64.gif]and[Graphics:Images/FixedPointMod_gr_65.gif] in (i) and (ii), respectively.


Corollary. Assume that [Graphics:Images/FixedPointMod_gr_66.gif]satisfies hypothesis (a)-(e)of the previous theorem.Bounds for the error involved when using[Graphics:Images/FixedPointMod_gr_67.gif]to approximate[Graphics:Images/FixedPointMod_gr_68.gif]are given by
[Graphics:Images/FixedPointMod_gr_69.gif]for[Graphics:Images/FixedPointMod_gr_70.gif],
and
[Graphics:Images/FixedPointMod_gr_71.gif]for[Graphics:Images/FixedPointMod_gr_72.gif].

Graphical Interpretation of Fixed-point Iteration

Since we seek a fixed point [Graphics:Images/FixedPointMod_gr_73.gif] to [Graphics:Images/FixedPointMod_gr_74.gif],it is necessary that the graph of the curve[Graphics:Images/FixedPointMod_gr_75.gif]and the line[Graphics:Images/FixedPointMod_gr_76.gif]intersect at the point [Graphics:Images/FixedPointMod_gr_77.gif].
The following animations illustrate two types iteration: monotone and oscillating.


Algorithm (Fixed Point Iteration).To find a solution to the equation[Graphics:Images/FixedPointMod_gr_78.gif] by starting with[Graphics:Images/FixedPointMod_gr_79.gif] and iterating[Graphics:Images/FixedPointMod_gr_80.gif].

Mathematica Subroutine (Fixed Point Iteration).

[Graphics:Images/FixedPointMod_gr_81.gif]

Example.Use fixed point iteration to find the fixed point(s) for the function[Graphics:Images/FixedPointMod_gr_82.gif].
Solution.



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