squaremeplz
- 114
- 0
Homework Statement
Use the triangle inequality (many times) and the formula for the partial sums of a geometric series to show that for m>n
|s_m - s_n| <= r^(n-1)*(1/1-r)|s_2 - s_1|
Homework Equations
geometric series s = 1/1-r = 1 + r + r^2 + r^3...
The Attempt at a Solution
my first step was to multiply the terms inside the absolute to get 1/(1-r)
|s_m - s_n| <= r^(n-1)*|(s_2/1-r) - (s_1/1-r)|
next I expanded the geo. series as follows
|s_m - s_n| <= r^(n-1) *
|(s_2 + (s_2)*r + (s_2)*r^2 +...+ (s_2)*r^(m-1)) - |(s_1 + (s_1)*r + (s_1)*r^2 +...+(s_
1)*r^(m-1))|
then I applied the triangle inequality... many times
r^(n-1)*|(s_2 + (s_2)*r + (s_2)*r^2 +...+ (s_2)*r^(m-1)) - |(s_1 + (s_1)*r + (s_1)*r^2 +...+(s_1)*r^(m-1))|
<=
r^(n-1)*|(s_2 - s_1)| + r^(n)*|(s_2 - s_1)| + r^(n+1)*|(s_2 - s_1)| + ... + r^(m+n-2)*|(s_2 - s_1)|
is this close to the right path or did I make a mistake? thanks!