How to prove a sequence converges linearly or quadractically?

  • Context: Graduate 
  • Thread starter Thread starter dinosoup
  • Start date Start date
  • Tags Tags
    Linearly Sequence
Click For Summary

Discussion Overview

The discussion revolves around proving that sequences converge either linearly or quadratically. Participants explore examples and seek clarification on the definitions and implications of these types of convergence, as well as how to construct such sequences.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant expresses confusion about proving linear and quadratic convergence, referencing definitions from a textbook.
  • Another participant provides an example of a linearly converging sequence, \(\frac{3n+2}{n+1}\), and explains the reasoning behind it.
  • A different participant introduces a recursively defined sequence, \(p_{n+1} = \frac{1}{2} p_n^2\), claiming it converges quadratically to 0, and discusses the implications of this definition.
  • There is mention of a sequence that converges quadratically to any number \(m\) by modifying the recursive formula, suggesting flexibility in constructing such sequences.
  • One participant expresses concern about the terminology used, particularly regarding non-convergent sequences being described as converging quadratically.

Areas of Agreement / Disagreement

Participants do not reach a consensus on how to approach the assignment question, and there are varying levels of understanding regarding the definitions and examples of linear and quadratic convergence.

Contextual Notes

Some participants note the complexity of quadratic convergence compared to linear convergence, and there are unresolved questions about the implications of sequences that may not converge in the traditional sense.

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.
 
Physics news on Phys.org
Here are a couple of obvious ones:

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

and certainly [tex]\frac{1}{n+2}< 1* \frac{1}{n+1}[/tex].
 
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: [tex]p_n= \frac{1}{2^{2^n-1}}[/tex]!

You can get a sequence that converges to any number, m, by simply adding m to that sequence: would you have guessed that
[tex]p_n= \frac{(5)(2^{2^n}-1)}{2^{2^n-1}}[/tex] 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.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K