Geometric progression, is this correct? ratio/first/next term

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Geometric Term
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, I'm trying to solve the following:
If n is an integer and n > = 1, find a formula for the expression
2^n - 2^{n-1} + 2^{n-2} - 2^{n-3} + ... + (-1)^{n-1} * 2 + (-1)^n

okay this confuses me, because I'm not sure which is the first term and which is the last term...
I figured the ratio was the following: -2
becuase if u take 2^n/[-2^(n-1)] = -2
I took the first term and divided it by the 2nd term to find the ratio or is it vice versa? by taking the 2nd term and dividing it by the first, which would give the ratio of: -1/2?

once i find the ratio, i can find the term right after the last by multiplying the ratio by the last term in this case (-1)^n is the last term, and the first term is 2^n correct?

Thanks, once i get this figured out i cna find the formual for the sum.
 
Physics news on Phys.org
You take the 2nd term and divide it by the first, so r = -\frac{1}{2}
 
Thanks courtrigrad
Okay so the answer I'm getting would be:
["Mythical Next term" - "First real term" ]/[ratio - 1]
thats the general formula to find the formula for the sum of a geometric progression and i come up with:

sum = [-.5*(-1)^n - 2^n]/(-3/2)

does that look correct to you? I'm not sure how i can clean that up though.
 
\sum_{n=0}^{\infty} ar^{k} = \frac{a(1-r^{n+1})}{1-r}

The last term is (-1)^{n-1} 2^{n}

\frac{2^{n}(1-(-\frac{1}{2})^{n+1}))}{\frac{3}{2}}
 
Last edited:
thanks a ton! I now see that the (-1)^n was just changing the + to - and vice versa! :)
 
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