Let {An} be the sequence defined recursively by A1=sqr(2) and A(n+1) = sqr(2+An) for n is bigger and equal to 1. Show that An < 2. What is An? and how do I find it? Thank you for your time.

An is the nth number in the sequence, and is defined by the recursion rule
A(n+1) = sqr(2+An)
A1 = sqrt 2 = 1.141..
A2 = sqrt (2 + sqrt 2) = 1.773..
A3 = sqrt [2 + sqrt (2 + sqrt 2)]= 1.994..
A4 = sqrt (2 + 1.994.) = 1.998..
etc.
Your job is to prove that no matter how large n is, An < 2.
An cannot equal or exceed 2 unless A(n-1) equals or exceeds two. You can apply this logic going backwards in n to n=1, and conclude that An never reaches 2.

Similar Questions
  1. this is a difficult question for me please help! thankyouA sequence is defined recursively by an + 1 = 3an − n, a1 = 2. Find
    1. answers icon 1 answer
  2. this is a difficult question for me please help! thankyouA sequence is defined recursively by an + 1 = 3an − n, a1 = 2. Find
    1. answers icon 0 answers
  3. A sequence is defined recursively by the following rules:f(1)=3 f(n+1)=2⋅f(n)−1 Which of the following statements is true
    1. answers icon 1 answer
  4. Find the first five terms of the given recursively defined sequence.an = 3an − 1 + 6 and a1 = 1 a1= a2= a3= a4= a5=
    1. answers icon 2 answers
more similar questions