Find the limit of a recursive sequence

In summary, the sequence {r^n} converges to 0 when |r|<1, as proven by the recursive definition and the monotone convergence theorem.
  • #1
k3k3
78
0

Homework Statement


Suppose |r|<1

Find the limit of {|r|^n} by treating it as a recursive sequence defined by x_1=|r| and x_n=|r|*x_(n-1)


Homework Equations


This is proving a theorem in the book:

If |r| < 1, then the sequence {r^n} converges to 0.


The Attempt at a Solution



It is clear that without the theorem this sequence converges to 0. Showing it is the issue, so maybe it is not so clear?

This is part 2, in part 1 I showed it converges by the monotone convergence theorem, so the limit does exist.

Suppose x_n -> L for some L in ℝ.

Since [itex]lim_{n->∞}[/itex]x_n = L, then [itex]lim_{n->∞}[/itex]x_n+[itex]lim_{n->∞}[/itex]x_(n+1) = 2L

Which this is the same as saying [itex]lim_{n->∞}[/itex]x_n+|r| [itex]lim_{n->∞}[/itex]x_n = 2L

=> L+|r|L = 2L => L+|r|L-2L = 0 => -L+|r|L = 0 => L(-1+|r|)= 0 => L = 0

So the sequence converges to 0.


Am I correct or did I do something wrong?
 
Physics news on Phys.org
  • #2




Your solution is correct! You have correctly applied the recursive definition of the sequence and used the fact that |r|<1 to show that the limit must be 0. Well done! In part 1, you have also correctly used the monotone convergence theorem to show that the sequence is convergent. Keep up the good work!
 

1. What is a recursive sequence?

A recursive sequence is a sequence where each term is defined by a function that uses the previous terms in the sequence. This means that the value of each term depends on the value of the previous term.

2. How do you find the limit of a recursive sequence?

To find the limit of a recursive sequence, you first need to determine if the sequence is convergent or divergent. If the sequence is convergent, meaning that the terms get closer and closer to a specific value as the sequence goes on, then you can find the limit by plugging in larger and larger values for n until the function stabilizes. If the sequence is divergent, meaning that the terms do not approach a specific value, then the limit does not exist.

3. What is the importance of finding the limit of a recursive sequence?

Finding the limit of a recursive sequence is important because it allows us to determine the behavior of the sequence in the long run. It also helps us understand the patterns and relationships within the sequence, which can be useful in various fields such as economics and physics.

4. Are there any special cases where the limit of a recursive sequence may not exist?

Yes, there are some special cases where the limit of a recursive sequence may not exist. One example is when the terms in the sequence alternate between two values, never approaching a specific value. Another example is when the terms in the sequence oscillate between positive and negative values, never approaching a specific value.

5. Can you provide an example of finding the limit of a recursive sequence?

Sure, an example of finding the limit of a recursive sequence is the Fibonacci sequence, where each term is the sum of the previous two terms. By plugging in larger and larger values for n, we can see that the sequence approaches the golden ratio of 1.618 as the limit.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
810
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
Replies
1
Views
570
  • Calculus and Beyond Homework Help
Replies
2
Views
708
  • Calculus and Beyond Homework Help
Replies
1
Views
251
  • Calculus and Beyond Homework Help
Replies
2
Views
837
  • Calculus and Beyond Homework Help
Replies
8
Views
659
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
967
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Back
Top