Sequences (Induction?) Problem

bz89
Messages
1
Reaction score
0
Homework Statement
Consider the sequence {an} where a1 = sqrt(k), an+1 = sqrt(k + an), and k > 0.

a. Show that {an} is increasing and bounded.

b. Prove that the limit as n approaches infinity of an exists.

c. Find the limit as n approaches infinity of an.

The attempt at a solution

b is straightforward. If you show that an is monotonic and bounded then it has a limit.

I don't really understood how to approach a. The solutions guide suggests some sort of induction that starts with an <= ((1 + sqrt(1 + 4k))/2). I don't understand how I would be able to go from the givens to that point.
 
Physics news on Phys.org
a) calculate a(n+1)-a(n) and draw your conclusion.

b)-

c) In the limit for n tending to infinity you'll get: L = \sqrt{k+L} which you can solve.
 
Last edited:
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...

Similar threads

Back
Top