Computing Upper & Lower Limit of {Sn} from Expression

AI Thread Summary
To compute the upper and lower limits of the sequence {Sn}, defined recursively, it is suggested to separate the even and odd terms into distinct equations. This approach simplifies the analysis by allowing the formulation of two series, each governed by a single rule. Specifically, the equations can be expressed as S[SIZE="1"]2m+1 = 1/2 + S[SIZE="1"]2m-1 /2 for odd terms and S[SIZE="1"]2m+2 = (1/2 + S[SIZE="1"]2m) /2 for even terms. This method facilitates a clearer understanding of the sequence's behavior without relying on the initial term deductions. Following this guidance should enable a successful computation of the limits.
Ka Yan
Messages
27
Reaction score
0
How can I compute the Upper and Lower limit of {Sn}, which defineded as: S1 = 0, S2m = S2m-1 /2, S2m+1 = 1/2 + S2m , directly from its expression, rather than by deduction of the terms?

(i.e., from the definition of Sn, instead of from 0, 0, 1/2, 1/4, 3/4, ...)

thks!
 
Last edited:
Physics news on Phys.org
Hi, Ka Yan! :smile:

Hint: deal with the even and odd terms separately.

That is, get an equation with only even terms in it, and another with only odd terms in it.

Instead of one series with two rules, that should give you two series each with only one rule, which is much easier! :smile:
 
I got you!
That you mean, write S2m+1 = 1/2 + S2m-1 /2, and S2m+2 = (1/2 + S2m) /2 instead, isn't it?

Thank you!
 
Last edited:
You're very welcome! :smile:

I assume you can finish it now, but if you can't after a few hours, come back for another hint! :smile:

[size=-2]ooh, you've worked out how to use "size"! :smile:[/size]​
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top