Infinite Series Problem (I'm stuck)

AI Thread Summary
The discussion revolves around a recursively defined sequence, \( a_n = \frac{1}{2}(a_{n-1} + a_{n-2}) \), where initial terms \( a_1 \) and \( a_2 \) can be any real numbers. Participants experiment with various values for \( a_1 \) and \( a_2 \) to determine the limit of the sequence, noting that different pairs yield different limits. A key insight involves expressing the limit in terms of \( a_1 \) and \( a_2 \) by analyzing the differences between successive terms, leading to a geometric series. The final consensus suggests that the limit can be expressed as \( a_n = \frac{a_1 + 2a_2}{3} - \left(-\frac{1}{2}\right)^n \frac{4(a_1 - a_2)}{3} \). The discussion concludes with participants confirming the derived formula and expressing gratitude for the collaborative problem-solving effort.
DivGradCurl
Messages
364
Reaction score
0
\textrm{(a) A sequence}\left\{ a_n \right\} \textrm{is defined recursively by the equation} a_n = \frac{1}{2} \left( a_{n-1} + a_{n-2} \right) \textrm{for} n \geq 3 \textrm{, where} a_1 \textrm{and} a_2 \textrm{can be any real numbers. Experiment with various values of} a_1 \textrm{and} a_2 \textrm{and use your calculator to guess the limit of the sequence.}

\hline

\textrm{Here is what I've got:}

a_1 = 1 \qquad a_2 = 3 \qquad \Longrightarrow a_n = 2.\overline{3}

a_1 = 7 \qquad a_2 = 16 \qquad \Longrightarrow a_n = 13

a_1 = -3 \qquad a_2 = 48 \qquad \Longrightarrow a_n = 31

a_1 = 0 \qquad a_2 = 1 \qquad \Longrightarrow a_n = 0.\overline{6}

a_1 = 0.3 \qquad a_2 = 0.98 \qquad \Longrightarrow a_n = 0.75\overline{3}

a_1 = 4 \qquad a_2 = 6 \qquad \Longrightarrow a_n = 5.\overline{3}

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

\hline

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

\hline

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

\hline

\textrm{Thanks!} :smile:
 
Physics news on Phys.org
0. Reminds me of Fibonacci...interesting...

1. Can a_{1} = a_{2}? Does your problem permit that?

Lets see...

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

Of course if a_{1} \neq a_{2} 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
 
Subtract

a_n

from both sides of your recurrence relation to give

a_n - a_{n-1} = -\frac {1}{2} (a_{n-1} - a_{n-2})

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

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

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

\hline

If:

a_1 = 1

a_2 = 3 \Longrightarrow a_2 - a_1 = 2

a_3 = 2 \Longrightarrow a_3 - a_2 = -1

a_4 = \frac{5}{2} \Longrightarrow a_4 - a_3 = \frac{1}{2}

a_5 = \frac{9}{4} \Longrightarrow a_5 - a_4 = -\frac{1}{4}

a_6 = \frac{19}{8} \Longrightarrow a_6 - a_5 = \frac{1}{8}

It follows that:

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)

\hline

a_n - a_{n-1} = \frac{1}{2} a_{n-1} - a_{n-1} + \frac{1}{2} a_{n-2}

a_n - a_{n-1} = -\frac{1}{2} \left( a_{n-1} - a_{n-2} \right)

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

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

a_n = - \frac{4}{3} \left( a_2 - a_1 \right)

What additional steps are necessary to find:

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

a_n - a_{n-1} = -\frac {1}{2} (a_{n-1} - a_{n-2})

it follows that

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

Now just recurse a_{n-1} down to index 1:

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

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

Thank you very much.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top