Where Will Fixed-Point Iteration Method Converge?

  • Thread starter Thread starter khdani
  • Start date Start date
  • Tags Tags
    Method
Click For Summary
To determine the interval for convergence using the Fixed-Point Iteration Method, one must ensure that the function g meets specific criteria, including being continuous on [a,b] and having a derivative with a magnitude less than one throughout the interval. The convergence theorem indicates that if these conditions are satisfied, the iteration will converge to a unique fixed point within the interval. However, finding such an interval for non-trivial functions often requires educated guesses and verification of the conditions. Tools like Maple or Matlab can assist in testing various intervals to identify suitable ones for convergence. Ultimately, the process involves a combination of theoretical knowledge and practical experimentation.
khdani
Messages
53
Reaction score
0
Hello,
How do i find the interval in which using Fixed-Point iteration method, the iteration will converge ?
 
Physics news on Phys.org
Let g Є C[a,b] such that g(x) Є [a,b], for all x Є [a,b]. Suppose, in addition, that g' exist on (a,b) and that a constant 0 < k < 1 exists with |g'(x)| <= k, for all x Є (a,b)

Then, for any number Po in [a,b], the sequence defined by

Pn = g(Pn-1), n >= 1

converges to the unique fixed point p in [a,b].

Of course this is for just a fixed point for a function of one variable. Just work with your interval so that those conditions are satisfied.
 
Last edited:
The theorem you've written tells me that the iteration will converge to the fixed point
Po in [a,b], according to the terms of the theorem.
But my question is, how do i find the interval [a,b], especially for some non trivial function ?
 
The thing about numerical analysis as that the majority of the time you are going to run into functions or systems that are ill-conditioned. The theorem I wrote down is the fixed point iteration theorem which guarantees convergence. That is, those conditions are sufficient for convergence but not necessary. I haven't seen any other theorems about fixed point iteration that guarantee convergence, at least not in my Numerical Analysis textbooks.

Then the only way to find an interval that guarantees convergence is to make educated guesses about what interval you should use and then check if the conditions are satisfied. This is where programs like Maple/Matlab, etc come in handy, you could written a program that checks interesting intervals until you find an interval that works. I can't think of any other way, otherwise It would have probably been written a textbook right beside the theorem. Of course as you said, non-trivial functions probably won't satisfy one of the two conditions.
 
Last edited:
I understand now, Thank you!
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 16 ·
Replies
16
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 1 ·
Replies
1
Views
6K
Replies
10
Views
2K