Bit confused about the geometric series

In summary, the correct formula for the sum of a geometric series is a/(1-r) when |r|<1. However, if the series starts at n=2, you need to multiply the formula by r. Additionally, you can use the formulas 1 - xn = (1 - x)(1 + x + x^2 + ... + x^(n-1)) and 1 + xn = (1 + x)(1 - x + x^2 - ... + x^(n-1)) to help find the sum for even and odd values of n, respectively.
  • #1
Bazzinga
45
0
I'm confused about the sum of the geometric series:

[tex]\sum ar^{n-1} = \frac{a}{1-r}[/tex] when |r|<1

but if you have a series like:

[tex]\sum (1/4)^{n-1}[/tex]

the sum is:

[tex]\frac{1/4}{1-(1/4)}[/tex]

should't it be [tex]\frac{1}{1-(1/4)}[/tex] because there is no a value?
 
Physics news on Phys.org
  • #2
Hi Bazzinga! :smile:

Depends where you start from: n = 1 or n = 2. :wink:
 
  • #3
Well, for the question's sake let's say we start at n=1, why is there a difference if we start at n=2?
 
  • #4
Bazzinga said:
Well, for the question's sake let's say we start at n=1, why is there a difference if we start at n=2?

erm :redface:

because every term in the second series is 1/4 times the same term in the first series! :biggrin:
 
  • #5
Not following :S
 
  • #6
1/4 + 1/16 + 1/64 + …

1/16 + 1/64 + 1/256 + …

the second line is 1/4 times the first line
 
  • #7
Ok.. so why does my textbook say the sum is a/(1-r) when it's actually ar/(1-r) ?
 
  • #8
dunno
 
  • #9
So the textbook is wrong? What is the actual sum of the geometric series then?
 
  • #10
Bazzinga said:
So the textbook is wrong? What is the actual sum of the geometric series then?

No one can say until you tell us what the limits on the summation are. The textbook really doesn't show any??
 
  • #11
We can't answer anything without knowing what the starting point and ending point is on the sum.
 
  • #12
how about n=1->infinity? The textbook doesn't say, it just says that's the sum =\ I'm assuming its n=1->inf though
 
  • #13
Well, assuming it starts at one and goes to infinity, then yes, your answer should be [tex]\frac{1}{1-(1/4)} = 4/3[/tex]

You might want to look where your book defines the sigma notation for the sum... It might say somewhere "if no starting and ending point are on the sum, assume _____". If not, that's pretty poor form for a question.
 
  • #14
Ok I just looked at another question and it does have n=1 to infinity, but it still defines the sum like:
(1/4)/(1-(1/4))
 
  • #15
Bazzinga said:
Ok I just looked at another question and it does have n=1 to infinity, but it still defines the sum like:
(1/4)/(1-(1/4))

Are you saying it DOESN'T give limits on this problem?? The sum from n=1 to infinity of (1/4)^(n-1) is 1/(1-(1/4)). If that's the problem the book gives then that is the answer. If the books says otherwise, it's wrong. Here's a much better question. Do you know how you would figure out for yourself if the book was wrong? Presuming you can figure out what the question is.
 
Last edited:
  • #16
No idea how to figure it out, want to help me through it instead of being a dick, Dick?
 
  • #17
Bazzinga said:
No idea how to figure it out, want to help me through it instead of being a dick, Dick?
You might want to edit your inappropriate response, that is, if you want to use this website to get any more help.

Note: Dick has 16,513 posts on this site, and he is an official "Homework Helper" and an official "Science Advisor".
 
  • #18
Bazzinga said:
No idea how to figure it out, want to help me through it instead of being a dick, Dick?

Oh, I think you've probably had enough help. Bye.
 
  • #19
Keep your panties on ladies, I was making a pun
 
  • #20
Bazzinga said:
Keep your panties on ladies, I was making a pun

Exactly what kind of help do you need? I can't find the limits for you. They HAVE to be stated in the problem. Why don't you state a problem with explicit limits? Then say why you are having trouble with it.
 
  • #21
I was hoping someone could help me understand how to find the actual sum of the geometric series, whether it starts at n=0, n=1 or n=N or whatever!
 
  • #22
But judging by what everyones been saying, I'm assuming if n=1, then the sum is a/(1-r) and if it starts at 0 you have to multiply everything by r, making the actual sum ar/(1-r)

EDIT: n=1 to infinity of course
 
  • #23
Bazzinga said:
I was hoping someone could help me understand how to find the actual sum of the geometric series, whether it starts at n=0, n=1 or n=N or whatever!

Do you know how to find the sum of a+a*r+a*r^2+a*r^3+...? Let's forget about the summation notation for a minute.
 
  • #24
So far in class to find the sum we've just been comparing everything to the geometric series or using a bound on the error, so no
 
  • #25
Bazzinga said:
So far in class to find the sum we've just been comparing everything to the geometric series or using a bound on the error, so no

Ok, then. Here's the classic way to figure it out without a formula. Let S=a+a*r+a*r^2+a*r^3+... What's S-r*S? Cancel a bunch of stuff.
 
  • #26
Oh! Everything would cancel out except a - ar^n

S - r*S = a - ar^n
...
S = a(1 - r^n)/(1-r)

which explains why -1<r<1 since the limit n->inf r^n would diverge above 1
 
  • #27
Bazzinga said:
Oh! Everything would cancel out except a - ar^n

S - r*S = a - ar^n
...
S = a(1 - r^n)/(1-r)

which explains why -1<r<1 since the limit n->inf r^n would diverge above 1

Sure. But my '...' was supposed to mean 'to infinity'. That means r^n->0. So you just get a/(1-r), right?
 
  • #28
Ok, but there's this example in my textbook:

[tex]\sum^{n=1}_{infinity}(1/2)^{n}=\frac{1/2}{1-(1/2)}=1[/tex]

"The series is a geometric series with a=1/2 and r=1/2"

I'm confused as to how a=1/2
 
  • #29
Oh I think I just got it...

[tex]\sum^{n=1}_{infinity}(1/2)(1/2)^{n-1}=\frac{1/2}{1-(1/2)}=1[/tex]

durr
 
  • #30
Bazzinga said:
Ok, but there's this example in my textbook:

[tex]\sum^{n=1}_{infinity}(1/2)^{n}=\frac{1/2}{1-(1/2)}=1[/tex]

"The series is a geometric series with a=1/2 and r=1/2"

I'm confused as to how a=1/2

Start writing the sum out. n=1 is 1/2, n=2 is (1/2)^2, n=3 is (1/2)^3. So you've got (1/2)+(1/2)^2+(1/2)^3+... If you put a=(1/2) and r=(1/2) in a+a*r+a*r^2+... you get the same series.
 
  • #31
(just got up :zzz: …)

Bazzinga, you need to learn these two formulas …

for all n:
1 - xn = (1 - x)(1 + x + x2 + … + xn-1)​

for odd n:
1 + xn = (1 + x)(1 - x + x2 - … + xn-1) :wink:
 

1. What is a geometric series?

A geometric series is a sequence of numbers where each term is obtained by multiplying the previous term by a constant value. It follows the formula an = a1rn-1, where an is the nth term, a1 is the first term, and r is the common ratio.

2. How do I find the sum of a geometric series?

The sum of a finite geometric series can be calculated using the formula Sn = a1(1-rn)/(1-r), where Sn is the sum of the first n terms. If the series is infinite, the sum can be found using the formula S = a1/(1-r), as long as r is less than 1.

3. What is the common ratio in a geometric series?

The common ratio in a geometric series is the value by which each term is multiplied to get the next term. It is denoted by r and can be found by dividing any term by the previous term in the series.

4. Can a geometric series have a negative common ratio?

Yes, a geometric series can have a negative common ratio. This means that each term in the series will have a different sign, alternating between positive and negative values.

5. How is a geometric series different from an arithmetic series?

An arithmetic series is a sequence of numbers where each term is obtained by adding a constant value to the previous term. In a geometric series, each term is obtained by multiplying the previous term by a constant value. Additionally, the common difference in an arithmetic series is constant, while the common ratio in a geometric series can vary.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
228
  • Calculus and Beyond Homework Help
Replies
7
Views
990
  • Calculus and Beyond Homework Help
Replies
1
Views
191
  • Calculus and Beyond Homework Help
Replies
2
Views
168
  • Calculus and Beyond Homework Help
Replies
16
Views
551
  • Calculus and Beyond Homework Help
Replies
3
Views
400
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
700
  • Calculus and Beyond Homework Help
Replies
5
Views
668
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
Back
Top