Proving \sum_{k=0}^{n} x^{k} = \frac{1-x^{n+1}}{1-x}

  • Thread starter Thread starter courtrigrad
  • Start date Start date
  • Tags Tags
    Sum
courtrigrad
Messages
1,236
Reaction score
2
I want to show that \sum_{k=0}^{n} x^{k} = \frac{1-x^{n+1}}{1-x} using the additive, homogeneous, and telescoping properties of summation. In a hint it says to write the sum as (1-x)\sum_{k=0}^{n} x^{k}. How did they arrive at this? Did they factor out the 1-x. I don't see how they did this. I would then write x^{k} as x^{k+1} - (x-1)^{k+1}. Then what?

Thanks
 
Last edited:
Physics news on Phys.org
courtrigrad said:
I want to show that \sum_{k=0}^{n} x^{k} = \frac{1-x^{n+1}}{1-x} using the additive, homogeneous, and telescoping properties of summation. In a hint it says to write the sum as (1-x)\sum_{k=0}^{n} x^{k}. How did they arrive at this? Did they factor out the 1-x. I don't see how they did this. I would then write x^{k} as x^{k+1} - (x-1)^{k+1}. Then what?

Thanks

Let the sum be represented by S. You want to find a neat expression for S.

One way to do that is to multiply S by (1-x). List out a few terms of S (maybe the first four, then "..." then the last two terms). Now multiply that by (1-x) term by term. Add up the like powers (same exponent of x) and see what happens. You will end up very quickly at the required proof.
 
Another way is that:
Let:
S = \sum_{n = 1} ^ k (x ^ n)
Now multiply both sides by x, we have:
x S = \sum_{n = 1} ^ k (x ^ {n + 1}) = \sum_{n = 2} ^ {k + 1} (x ^ n)
Now, from the 2 equations above, what can you do to get (1 - x) S?
Can you go from here? :)
 
Yup, I got it.

Thanks :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top