Is the Algorithm r_n+1= r_n/(1+sqrt(2-r_n)) Stable?

  • Thread starter Thread starter whattttt
  • Start date Start date
  • Tags Tags
    Algorithm
AI Thread Summary
The discussion centers on the stability of the algorithm defined by the recursion equation r_{n + 1} = r_n / (1 + sqrt(2 - r_n)). Participants suggest performing error analysis and calculating initial terms in the sequence to gain insights into stability. There is a focus on ensuring the correct mathematical notation for clarity. The original poster expresses difficulty in manipulating the equation for analysis. The conversation emphasizes the need for precise formulation to explore the algorithm's behavior effectively.
whattttt
Messages
18
Reaction score
0
Can anyone help in provong whether or not the algorithm

r_n+1= r_n/1+sqrt(2-r_n)

is stable. I have tried using error analysis but am struggling to get the algorithm in a form that can be easily dealt with. Thanks in advance
 
Mathematics news on Phys.org
whattttt said:
Can anyone help in provong whether or not the algorithm

r_n+1= r_n/1+sqrt(2-r_n)

is stable. I have tried using error analysis but am struggling to get the algorithm in a form that can be easily dealt with. Thanks in advance
What have you tried?

What is r0? Have you tried calculating a few terms in the sequence? That might give you some insight.

I'm guessing that this is your recursion equation:
r_{n + 1} = \frac{r_n}{1 + \sqrt{2 - r_n}}

If that is correct, your equation needs more parentheses, like this:
r_n+1= r_n/(1+sqrt(2-r_n))
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top