Values of x1 for which an iterative formula converges or diverges?

  • Thread starter Thread starter 21joanna12
  • Start date Start date
  • Tags Tags
    Formula Iterative
AI Thread Summary
The discussion focuses on determining the values of x1 for which the iterative formula xn+1=0.25(xn^3+1) converges, particularly in the context of finding roots of the function x^3-4x+1. It was established that convergence occurs when the absolute value of the derivative of the function f(x) is less than 1. The user notes that while exploring roots in the intervals 0-1 and 1-2, only one of two iterative formulas converges for each root, raising questions about the existence of a universally converging formula for all roots. The conversation suggests that using a "cobweb diagram" could provide further insights into the convergence behavior of the iterative process. Understanding these dynamics is crucial for effectively applying iterative methods in root-finding scenarios.
21joanna12
Messages
126
Reaction score
2
I was wondering if there is a way of finding out the values of x1 for which an iterative formula converges.
Specifically, I am looking at the formula xn+1=0.25(xn3+1) and I am thinking about it in the context of finding roots of a function, although it would be great if there was a general way of finding whether a sequence converges or diverges.

I haven't had any ideas yet, so thank you in advance for any help! :)
 
Physics news on Phys.org
I found the answer: it converges if the absolute value of the derivative of the function f(x) where your formula is xn+1=f(xn) must be less 1. I get that, but now II have another question...

For the function x3-4x+1, if you want to find the roots using this iterative process you can use xn+1=0.25(xn3+1) or xn+1=cube root(4xn-1). I know that there are 3 roots. I have only considered the two in the interval 0-1 and 1-2, but it seems like for each of these roots only one of the formulae converges, the other diverges. Is it the case that there will always be one fomrula which converges, or are there some roots that can never be found by this process? Can this be shown mathematically?

Thank you :)
 
21joanna12 said:
I was wondering if there is a way of finding out the values of x1 for which an iterative formula converges.
Specifically, I am looking at the formula xn+1=0.25(xn3+1) and I am thinking about it in the context of finding roots of a function, although it would be great if there was a general way of finding whether a sequence converges or diverges.

I haven't had any ideas yet, so thank you in advance for any help! :)

You will gain a lot of insight into your problem if you look at it using a "cobweb diagram" methodology. See, eg., http://en.wikipedia.org/wiki/Cobweb_plot or
https://www.math.ubc.ca/~andrewr/620341/pdfs/ga_sum.pdf . This last one has examples similar to yours.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top