Infinite Series Problem (I'm stuck)

In summary, a sequence {a_n} is defined recursively by the equation a_n = \frac{1}{2} \left( a_{n-1} + a_{n-2} \right) for n \geq 3, where a_1 and a_2 can be any real numbers. By experimenting with various values of a_1 and a_2 and using a calculator, the limit of the sequence can be guessed. Additionally, the limit can also be expressed in terms of a_1 and a_2 by subtracting a_n from both sides of the recurrence relation and recognizing it as a geometric series. This leads to the formula a_n = \frac {a_1
  • #1
DivGradCurl
372
0
[tex]\textrm{(a) A sequence} [/tex][tex]\left\{ a_n \right\}[/tex] [tex] \textrm{is defined recursively by the equation} [/tex] [tex] a_n = \frac{1}{2} \left( a_{n-1} + a_{n-2} \right) [/tex] [tex] \textrm{for} [/tex] [tex] n \geq 3[/tex] [tex]\textrm{, where} [/tex] [tex] a_1 [/tex] [tex] \textrm{and}[/tex] [tex] a_2 [/tex] [tex] \textrm{can be any real numbers. Experiment with various values of} [/tex] [tex] a_1 [/tex] [tex] \textrm{and} [/tex] [tex] a_2 [/tex] [tex] \textrm{and use your calculator to guess the limit of the sequence.} [/tex]

[tex] \hline [/tex]

[tex]\textrm{Here is what I've got:}[/tex]

[tex] a_1 = 1 \qquad a_2 = 3 \qquad \Longrightarrow a_n = 2.\overline{3} [/tex]

[tex] a_1 = 7 \qquad a_2 = 16 \qquad \Longrightarrow a_n = 13 [/tex]

[tex] a_1 = -3 \qquad a_2 = 48 \qquad \Longrightarrow a_n = 31 [/tex]

[tex] a_1 = 0 \qquad a_2 = 1 \qquad \Longrightarrow a_n = 0.\overline{6} [/tex]

[tex] a_1 = 0.3 \qquad a_2 = 0.98 \qquad \Longrightarrow a_n = 0.75\overline{3} [/tex]

[tex] a_1 = 4 \qquad a_2 = 6 \qquad \Longrightarrow a_n = 5.\overline{3} [/tex]

[tex]\textrm{Is that it? I'm not so sure about that.}[/tex]

[tex] \hline [/tex]

[tex]\textrm{(b) Express}[/tex] [tex] \lim _{n \to \infty} a_n [/tex] [tex]\textrm{in terms of} [/tex] [tex] a_1 [/tex] [tex] \textrm{and} [/tex] [tex] a_2 [/tex] [tex] \textrm{by expressing} [/tex] [tex] a_{n-1} - a_n [/tex] [tex] \textrm{in terms of} [/tex] [tex] a_2 - a_1 [/tex] [tex]\textrm{and summing a series.}[/tex]

[tex] \hline [/tex]

[tex]\textrm{Since I've had some difficulty finding a common pattern, I don't even have a clue!}[/tex]

[tex] \hline [/tex]

[tex]\textrm{Thanks!}[/tex] :smile:
 
Physics news on Phys.org
  • #2
0. Reminds me of Fibonacci...interesting...

1. Can [tex]a_{1} = a_{2}[/tex]? Does your problem permit that?

Lets see...

[tex]a_{1} = 1[/tex]
[tex]a_{2} = 1[/tex]
[tex]a_{3} = 0.5(a_{2} + a_{1}) = 1[/tex]
[tex]a_{4} = 0.5(a_{3} + a_{2}) = 1[/tex]
[tex]a_{5} = 0.5(a_{4} + a_{3}) = 1[/tex]
[tex]a_{6} = 0.5(a_{5} + a_{4}) = 1[/tex]
...
[tex]a_{n} = 1![/tex]

Of course if [tex]a_{1} \neq a_{2}[/tex] then that's a different story. And it seems it is indeed so for you have not taken the first two terms in your solutions as being equal.

Um...let's see what can fit in...

Cheers
Vivek
 
  • #3
Subtract

[tex]a_n[/tex]

from both sides of your recurrence relation to give

[tex]a_n - a_{n-1} = -\frac {1}{2} (a_{n-1} - a_{n-2})[/tex]

which you will recognize as a geometric series in the difference of successive elements in your series.

You should be able to see your way through the rest. I ended up with

[tex]a_n = \frac {a_1 + 2 a_2}{3} - \left( - \frac {1}{2} \right)^n \frac {4 (a_1 - a_2)}{3}[/tex]
 
  • #4
This is as far as I could get:

[tex] a_n = \frac{1}{2} \left( a_{n-1} + a_{n-2} \right) [/tex]

[tex] \hline [/tex]

If:

[tex] a_1 = 1 [/tex]

[tex] a_2 = 3 \Longrightarrow a_2 - a_1 = 2 [/tex]

[tex] a_3 = 2 \Longrightarrow a_3 - a_2 = -1 [/tex]

[tex] a_4 = \frac{5}{2} \Longrightarrow a_4 - a_3 = \frac{1}{2} [/tex]

[tex] a_5 = \frac{9}{4} \Longrightarrow a_5 - a_4 = -\frac{1}{4} [/tex]

[tex] a_6 = \frac{19}{8} \Longrightarrow a_6 - a_5 = \frac{1}{8} [/tex]

It follows that:

[tex] a_n - a_{n-1} = \left( a_2 - a_1 \right) \sum _{n=1} ^{\infty} \left( - \frac{1}{2} \right) ^{n-1} = \frac{2}{3} \left( a_2 - a_1 \right) [/tex]

[tex] \hline [/tex]

[tex] a_n - a_{n-1} = \frac{1}{2} a_{n-1} - a_{n-1} + \frac{1}{2} a_{n-2} [/tex]

[tex] a_n - a_{n-1} = -\frac{1}{2} \left( a_{n-1} - a_{n-2} \right) [/tex]

[tex] \frac{2}{3} \left( a_2 - a_1 \right) = -\frac{1}{2} \left( a_{n-1} - a_{n-2} \right) [/tex]

[tex] \frac{2}{3} \left( a_2 - a_1 \right) = -\frac{1}{2} \left[ \left( a_n - a_{n-2} \right) - a_{n-2} \right] [/tex]

[tex] a_n = - \frac{4}{3} \left( a_2 - a_1 \right) [/tex]

What additional steps are necessary to find:

[tex]a_n = \frac {a_1 + 2 a_2}{3} - \left( - \frac {1}{2} \right)^n \frac {4 (a_1 - a_2)}{3}[/tex] ? Do I miss the whole point? :confused:
 
  • #5
Starting with

[tex]a_n - a_{n-1} = -\frac {1}{2} (a_{n-1} - a_{n-2})[/tex]

it follows that

[tex]a_n = a_{n-1} + \left(-\frac {1}{2}\right)^{n-2} (a_2-a_1)[/tex]

Now just recurse [itex]a_{n-1}[/itex] down to index 1:

[tex]a_n = a_1 + (a_2-a_1) \sum_{j=0}^{n-2} \left( - \frac {1}{2}\right)^j[/tex]

You can sum the geometric series and rearrange terms to arrive at the result I showed earlier.
 
  • #6
I finally get the same result.

Thank you very much.
 

FAQ: Infinite Series Problem (I'm stuck)

1. What is an infinite series problem?

An infinite series problem is a mathematical problem that involves adding an infinite number of terms together. It is usually written in the form of Σan, where "Σ" represents the summation symbol, "a" represents the terms of the series, and "n" represents the number of terms.

2. How can I tell if an infinite series converges or diverges?

To determine if an infinite series converges or diverges, you can use several tests such as the ratio test, the comparison test, or the integral test. These tests evaluate the behavior of the terms in the series and help determine if the series approaches a finite value (converges) or approaches infinity (diverges).

3. What is the difference between a convergent and divergent infinite series?

A convergent infinite series is one in which the sum of all the terms approaches a finite value as the number of terms increases. In contrast, a divergent infinite series is one in which the sum of the terms approaches infinity as the number of terms increases.

4. Can I use a calculator to solve an infinite series problem?

Yes, you can use a calculator to solve an infinite series problem. Many scientific calculators have built-in functions for evaluating infinite series, such as the sum function. However, it is important to understand the concepts and principles behind infinite series before relying solely on a calculator for solutions.

5. What are some real-life applications of infinite series?

Infinite series have many real-life applications, including in physics, engineering, and finance. For example, they can be used to model the motion of a pendulum, the decay of a radioactive substance, or the value of an investment over time. Infinite series also play a crucial role in the development of calculus and other branches of mathematics.

Back
Top