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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top