[College Calc 01-02. Limits of Sequences] #05

Calculus Level 3

Let a n a_n be a sequence of real numbers inductively defined by

a 1 = 3 ; a n + 1 = 1 4 a n 2 + 1 2 a n 2. a_1 = 3;\quad a_{n+1} =\frac{1}{4}{a_n}^2+\frac{1}{2}a_n-2.

Given that lim n a n \displaystyle\lim_{n\to\infty} a_n exists, find its value.


This is a part of the College Calc problem set. You can find more problems here .

4 -4 2 -2 0 0 2 2 4 4

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.

3 solutions

Chris Lewis
Nov 1, 2020

Since we've had two problems for the price of one here, here are two solution methods for this kind of question.


The first idea is to treat this as an iterated function system.

Let f ( x ) = 1 4 x 2 + 1 2 x 2 f(x)=\frac14 x^2+\frac12 x -2 .

The fixed points of this function are found by solving x = f ( x ) x=f(x) ; that is x = 1 4 x 2 + 1 2 x 2 x=\frac14 x^2+\frac12 x -2

There are two fixed points; x = 4 x=4 and x = 2 x=-2 . The important thing to consider is their stability. We have

f ( x ) = 1 2 x + 1 2 f'(x)=\frac12 x+\frac12

so f ( 4 ) = 5 2 f'(4)=\frac52 and f ( 2 ) = 1 2 f'(-2)=-\frac12 .

A fixed point x x is only stable if f ( x ) 1 |f'(x)|\le 1 ; hence x = 4 x=4 is unstable and x = 2 x=-2 is stable, and, in the limit, the iteration will tend to x = 2 x=-2 for all starting points except x = 4 x=4 and one other value (left as a bonus question, if you've read this far; all that matters here is that it's not 3 3 ).

Hence the required limit is 2 \boxed {-2} .


The original recurrence was a 1 = 3 ; a n + 1 = 1 2 a n 2 4 a_1=3;\;\;\;a_{n+1}=\frac12 a_n^2-4

As observed elsewhere, this sequence doesn't converge; but it doesn't go off to infinity, or enter a cyclic pattern either.

Again, there are two fixed points, but using the method above, neither of them is stable.

The first few values are

n n a n a_n
1 1 3 3
2 2 0.5 0.5
3 3 3.875 -3.875
4 4 3.5078125 3.5078125
5 5 2.152374 2.152374\ldots
6 6 1.683642 -1.683642\ldots

and it doesn't really settle down after that.

Dividing both sides of the recurrence by 4 4 , we find

( a n + 1 4 ) = 2 ( a n 4 ) 2 1 \left(\frac{a_{n+1}}{4}\right)=2\left(\frac{a_{n}}{4}\right)^2-1

This form should look familiar; it's similar to the identity cos 2 θ 2 cos 2 θ 1 \cos 2\theta \equiv 2\cos^2 \theta-1

With this in mind, then, put a n = 4 cos x n a_n=4\cos x_n

We then have the very simple recurrence x n + 1 = 2 x n x_{n+1}=2x_n

When n = 1 n=1 , 4 cos x 1 = 3 4\cos x_1=3 ; so the full solution is a n = 4 cos ( 2 n 1 cos 1 3 4 ) a_n=4\cos\left(2^{n-1} \cos^{-1} \frac34 \right)

Although we proved above that 4 4 and 2 -2 are not stable fixed points, it's another nice exercise to show from this trig form that a n a_n can't reach these values.

Let the limit (provided it exists) be l l

Then l = l 2 2 4 l = 4 , 2 l=\dfrac {l^2}{2}-4\implies l=4,-2

Since a n < 0 a_n<0 for n 3 n\geq 3 , therefore the required limit is 2 \boxed {-2} .

But it doesn't converge. Nor is it true that " a n < 0 a_n<0 for n 3 n \ge 3 ".

The first few values are

n n a n a_n
1 1 3 3
2 2 0.5 0.5
3 3 3.875 -3.875
4 4 3.5078125 3.5078125
5 5 2.152374 2.152374\ldots
6 6 1.683642 -1.683642\ldots

Chris Lewis - 7 months, 2 weeks ago

Thanks. This problem was previously flawed and has been rectified.

In the future, if you have concerns about a problem's wording/clarity/etc., you can report the problem. See how here .

Brilliant Mathematics Staff - 7 months, 2 weeks ago
Chew-Seong Cheong
Oct 30, 2020

Obviously the sequence may not converge at all, but the question asks if it converges, what would be the limit? Let the limit be λ \lambda ; then

λ = 1 2 λ 2 4 2 λ = λ 2 8 λ 2 2 λ 8 = 0 ( λ 4 ) ( λ + 2 ) = 0 \begin{aligned} \lambda & = \frac 12 \lambda^2 - 4 \\ 2\lambda & = \lambda^2 - 8 \\ \lambda^2 - 2\lambda - 8 & = 0 \\ (\lambda - 4)(\lambda + 2) & = 0 \end{aligned}

So if the limit exists, it can either be 4 4 or 2 -2 . But the actual values of a n a_n are always less than 4 4 (I don't know how to prove this). The graph show the first values of a n a_n . Hence the limit is 2 \boxed{-2} .

Thanks. This problem was previously flawed and has been rectified.

In the future, if you have concerns about a problem's wording/clarity/etc., you can report the problem. See how here .

Brilliant Mathematics Staff - 7 months, 2 weeks ago

It really doesn't make sense to ask "what would be the limit if it did converge?" when the sequence doesn't actually converge. You discard 4 4 as a possibility because the sequence never reaches 4 4 ; but it doesn't reach 2 -2 either.

Anyway, because the original question actually has a closed form solution (which I found really surprising), I've included that with my solution of the updated problem. You'll be able to see from that why a n |a_n| can't be greater than 4 4 , and why it won't reach either of the fixed points.

Chris Lewis - 7 months, 1 week ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...