- #1
irebat
- 7
- 0
Given the sequence:
if n=1, an = 2
if n>1, an+1 = 1/2(an + 3/an)
prove that this sequence is decreasing
im having trouble with recursively defined sequences. I know I am supposed to use induction in some way, but its not that straitforward with the 'double sequence' in the an+1 term. how do I add a sequence to both sides and still achieve proof by induction.
(im trying to use the monotone convergence theorem to show this converges)
my attempt:
WTS an > an+1
so, I am assuming an > an+1 and trying to make this into an+1 > an+2 to show induction.
3/an < 3/an+1 (put 3 over both sides, flipped sign.)
an + 3/an < an + 3/an+1 (this is where i assume I am messing up) there's probably a better strategy than my simplistic approach.. but what?
1/2(an + 3/an) > 1/2(an + 3/an+1)
this would work by induction if not for that dang a_n on the right hand side of the inequality
also, if you are feeling particularily helpful, I also have to show this sequence is bounded below by [tex]\sqrt{3}[/tex] using the hint that the (an)^2 > [tex]\sqrt{3}[/tex] . what real number does it converge to?
i really want help with the first part, showing its monotonically decreasing because that's the part I've tried and been stumped on, the other stuff is just bonus if its easy enough for you.
big thanks!
if n=1, an = 2
if n>1, an+1 = 1/2(an + 3/an)
prove that this sequence is decreasing
im having trouble with recursively defined sequences. I know I am supposed to use induction in some way, but its not that straitforward with the 'double sequence' in the an+1 term. how do I add a sequence to both sides and still achieve proof by induction.
(im trying to use the monotone convergence theorem to show this converges)
my attempt:
WTS an > an+1
so, I am assuming an > an+1 and trying to make this into an+1 > an+2 to show induction.
3/an < 3/an+1 (put 3 over both sides, flipped sign.)
an + 3/an < an + 3/an+1 (this is where i assume I am messing up) there's probably a better strategy than my simplistic approach.. but what?
1/2(an + 3/an) > 1/2(an + 3/an+1)
this would work by induction if not for that dang a_n on the right hand side of the inequality
also, if you are feeling particularily helpful, I also have to show this sequence is bounded below by [tex]\sqrt{3}[/tex] using the hint that the (an)^2 > [tex]\sqrt{3}[/tex] . what real number does it converge to?
i really want help with the first part, showing its monotonically decreasing because that's the part I've tried and been stumped on, the other stuff is just bonus if its easy enough for you.
big thanks!
Last edited: