Consider a sequence of numbers a 1 > − 2 , a 2 , a 3 , … where
a n + 1 = a n + 2 ( a n ) 2 + 4
Find n → ∞ lim a n .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Thanks. I've added in the condition that a 1 > − 2 .
@Zach Abueg This is why it's important to ensure that your problems are well phrased and that a solution indeed exists, instead of assuming that the solution exists and then calculating what the answer would be. This is especially the case for calculating limits.
Log in to reply
Calvin, I also saw your comment on my Logs are fun! post. Thank you for noting that solutions to the given problems exist before a certain calculation is made. I will note that for future problems!
Great work by induction and bounding! Well done :)
If lim n → ∞ a n exist, then it the row must converge to a certain value. Which means a n + 1 = a n . So let's solve the equation by multiplying the denominator. This leads to a n 2 + 2 a n = a n 2 + 4 . Now it's easy to solve and find a n = 2 .
But how do you know it exists in the first place?
Log in to reply
I was giving my kid a bottle in the middle of the night, so didn't really payed attention to the existence of the limit ;)
Log in to reply
Ugh I've hit post to early... If you write the numerator as (a n +2)^2 - 2a n, you can write it in another why by dividing by a_n + 2 and that might give you a hint of existence
I too did the same but can't explain why the limit exist.
Problem Loading...
Note Loading...
Set Loading...
We are going to show that the limit exists if and only if a 1 > − 2 . Then according to Peter Van der Linden's reasoning we can conclude that if this condition is met, n → ∞ lim a n = 2 .
Case 1.: a 1 > 2
We prove first by induction that a n > 2 for all n . Clearly for n = 1 it is true, so assuming a n > 2 we obtain
a n + 1 = a n + 2 ( a n ) 2 + 4 > a n + 2 2 a n + 4 = 2
hence we are done.
a n > 2 implies:
2 a n > 4
( a n ) 2 + 2 a n > ( a n ) 2 + 4
a n > a n + 2 ( a n ) 2 + 4 (since a n + 2 > 0 ),
which means a n > a n + 1 so a n is strictly decreasing. Since our infinite sequence is bounded from below and strictly decreases, n → ∞ lim a n must exist.
Case 2.: a 1 = 2
This case yields a 2 = a 2 + 2 ( a 1 ) 2 + 4 = 2 so by induction a n = 2 can be proven for all n. Thus n → ∞ lim a n = 2 .
Case 3.: − 2 < a 1 < 2
This time the same reasoning applies as in Case 1. , but all of the relation signs inverted. After a n < 2 and the strict increasing property of the sequence have been proven, it follows that n → ∞ lim a n exists.
(Note that a n + 2 > 0 still holds, so the division can be performed.)
Case 4.: a 1 = − 2
This case is clearly not possible, otherwise the recursion would not be defined for a 2 .
Case 5.: a 1 < − 2
We prove by induction that a n < − 2 . For n = 1 it is clear, so assuming a n < − 2 we obtain
a n < 2
2 a n < 4
( a n ) 2 + 2 a n < ( a n ) 2 + 4
a n > a n + 2 ( a n ) 2 + 4 ( a n + 2 < 0 ⇒ The relation sign inverts.)
Hence − 2 > a n > a n + 1 , thus we are done.
We have seen that the limit (if exists) can only be 2, which means in this case a n < − 2 implies that the limit does not exist.