Sequences: Monotones, Supermum, Infimum, Min & Max, and Convergence Explained

  • Thread starter Thread starter mmoadi
  • Start date Start date
  • Tags Tags
    Sequences
mmoadi
Messages
149
Reaction score
0

Homework Statement



For the sequence (see picture), explore its monotones, define supermum and infimum, minimum and maximum, and find if the sequence is convergent. If the sequence is convergent, find form where on the terms of this sequence differ from the limit for less than ε = 0.01.

The Attempt at a Solution



a1= 1
a2= 1/4
a3= 1/9
a4= 1/16
a5= 1/25

Concussion: the sequence is decreasing.

Prove:
a(n+1) ≤ an
(1/n+1)^n ≤ (1/n)^n
(1/n+1)^n – (1/n)^n ≤ 0

Since (1/n+1)^n will always be smaller than (1/n)^n, I concluded that the left side will always be smaller than 0. I think this is the prove that the sequence is decreasing.

Now, I stuck. How do you know if the the sequence is monotonic, how can I define supermum and infimum, min and max? And how can I prove if it is convergent or not?
 

Attachments

Physics news on Phys.org
From the terms you give, your sequence appears to be (1/n)2, not (1/n)n. The argument you gave in your limit has to be adjusted for this.
 
Ooops, my bad. It was a typo. It should be like this:

a1= 1
a2= 1/4
a3= 1/27
a4= 1/256
a5= 1/3125
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top