Limit of a recursive succession

  • Thread starter Thread starter wild-night
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
wild-night
Messages
1
Reaction score
0

Homework Statement



Find the limit of the following succession:

a1 = sqrt(b)

an+1 = sqrt(b + an)

where b>0 is a real number.


I've thought about this really hard and could´t come up with an answear.
Please help!
 
Physics news on Phys.org
lim a_(n+1) = lim sqrt(b+a_n) , right?

Do you agree that
lim a_n+1 = lim a_n =x ? (I assume we have already shown the sequence has a limit)

If so then,

x = sqrt(b+ x)

x^2 -x-b=0

Your limit is one of the solutions to that polynomial.