Proving an Infinite Series Equation

Gregg
Messages
452
Reaction score
0
1. Problem



Prove that
\sum_{n=0}^{\infty} \frac{a}{k^n} = a\frac{k}{k-1}



Homework Equations


-


The Attempt at a Solution



Don't know how to do it at all.
 
Physics news on Phys.org
The infinite sum

\sum_{n=0}^\infty ar^n = \frac{a}{1-r}

where |r|<1 (a necessary condition for convergence) is called the geometric series. (Putting r=1/k is your version.) One way to prove convergence and derive the value of the sum is to first derive the finite sum

\sum_{n=0}^N ar^n = a\frac{1-r^{N+1}}{1-r}

and then take the limit.

You can find a simple proof of this latter sum at Wikipedia: http://en.wikipedia.org/wiki/Geometric_progression#Geometric_series

and (although redundant after having derived the finite sum) proof of the infinite sum there as well: http://en.wikipedia.org/wiki/Geometric_series#Sum .

I suggest scrolling slowly if you wish to exercise your mind and have a crack at it yourself.
 
Unco said:
The infinite sum

\sum_{n=0}^\infty ar^n = \frac{a}{1-r}

where |r|<1 (a necessary condition for convergence) is called the geometric series. (Putting r=1/k is your version.) One way to prove convergence and derive the value of the sum is to first derive the finite sum

\sum_{n=0}^N ar^n = a\frac{1-r^{N+1}}{1-r}

and then take the limit.

You can find a simple proof of this latter sum at Wikipedia: http://en.wikipedia.org/wiki/Geometric_progression#Geometric_series

and (although redundant after having derived the finite sum) proof of the infinite sum there as well: http://en.wikipedia.org/wiki/Geometric_series#Sum .

I suggest scrolling slowly if you wish to exercise your mind and have a crack at it yourself.


Thanks, I will. 7:30am though should sleep soon.
 
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...
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