Proving Existence of Series with Nondecreasing Sequence and Nonnegative Terms

happyg1
Messages
304
Reaction score
0
Hi,
I'm working on this problem:
If {s_n} is a nondecreasing sequence and s_n>=0, prove that there exists a series SUM a_k with a_k>=0 and s_n = a_1 + a_2 + a_3 + ...+ a_n.
I'm not sure where to start. I wrote out the sequence's terms:
s_n = (s_1, s_2, s_3, ...s_n)
Then I wrote;
s_1=a_1
s_2=a_1+a_2
.
.
s_n=a_1+a_2+...a_n
I'm unclear about exactly what I need to go for.
Any clarifiction will be greatly appreciated.
CC
 
Physics news on Phys.org
Try to write the a's in terms of the s's. You've already got a_1=s_1. What must a_2 be? a_3? a_4? a_n?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top