How to prove a sequence converges linearly or quadractically?

  • Thread starter Thread starter dinosoup
  • Start date Start date
  • Tags Tags
    Linearly Sequence
AI Thread Summary
To prove that a sequence converges linearly or quadratically, one must use specific definitions involving constants M. A sequence converges linearly if the inequality |p - p(n+1)| <= M|p - pn| holds for large n, with 0 < M < 1. An example of linear convergence is the sequence defined by (3n + 2)/(n + 1), which converges to 3. Quadratic convergence is demonstrated by the recursive sequence defined as pn+1 = (1/2)pn^2, which converges to 0. Understanding these definitions allows for the creation of sequences that converge to any number with specified rates of convergence.
dinosoup
Messages
4
Reaction score
0
I have a question from my assignment which requires me to prove that a sequence converges to 0 linearly, and another sequence that converges quadractically. I have no idea how to do this. The prof didn't talk much about it neither have the TA.

The textbook book just gives the following about convergence:

"A method that produces a sequence of {pn} of approximations that converge to a number p converges linearly if, for large values of n, a constant 0 < M < 1 exists with

|p - p(n+1)| <= M|p - pn|

The sequence converges quadractically if, for large values of n, a constant 0 < M exists with

|p - p(n+1)| <= M|p - pn|^2
"

The n, (n+1) are meant to be subscripts. Could someone prove an example sequence which converges linearly or quadractically? Or give me some tips on how to do so? Thanks.
 
Mathematics news on Phys.org
Here are a couple of obvious ones:

\frac{3n+2}{n+1} converges to 3 linearly because
|3-\frac{3(n+1)+2}{(n+1)+1}|= \frac{1}{n+2}
while |3-\frac{3n+2}{n+1}|= \frac{1}{n+1}

and certainly \frac{1}{n+2}&lt; 1* \frac{1}{n+1}.
 
Last edited by a moderator:
"quadratic" convergence is a little harder (which is why it wasn't in my first post. I had to think about it!) but here is an obvious example:

Take p0= 1 and then define recursively:
pn+1= (1/2)pn2.

That is: p0= 1
p1= 1/2
p2= 1/2(1/4)= 1/8
p3= 1/2(1/64)= 1/128 etc.

That clearly converges to 0. for any n, |p- pn+1| = pn+1= (1/2)p2 so it obviously of quadratic convergence (with M= 1/2).

The recursive formula makes that obvious. I could have blown your mind by handing you the result: p_n= \frac{1}{2^{2^n-1}}!

You can get a sequence that converges to any number, m, by simply adding m to that sequence: would you have guessed that
p_n= \frac{(5)(2^{2^n}-1)}{2^{2^n-1}} converges quadratically to 5?

You should now be able to create sequences that converge to any number with any power of convergence.
 
Thanks for that clarifying post. I've never heard of these types of convergence, and it worried me slightly that a non-convergent (in the usual sense) sequence could be said to converge quadratically, as appeared in the original version of the first reply.
 
Hi thanks for your reply HallsofIvy. Though I counldn't figure out how to do the question from my assignment. But thanks again.
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
5
Views
2K
Replies
13
Views
8K
Replies
14
Views
2K
Replies
17
Views
992
Replies
1
Views
2K
Replies
10
Views
2K
Back
Top