Confused by Example 26: n=9, How Does k=0?

  • Thread starter Thread starter Firepanda
  • Start date Start date
  • Tags Tags
    Confused Example
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Firepanda
Messages
425
Reaction score
0
http://img214.imageshack.us/img214/3928/idontgetkm1.jpg

For example 26, I don't see how (for the 1st part) n=9. In the definition of the summing of them it says n is the number above SIGMA, so why not 10? Is it to do with n=1, which isn't k=0 from the definition?
 
Last edited by a moderator:
Physics news on Phys.org
Also,

http://img205.imageshack.us/img205/9089/cantix9.jpg

I did the 1st, which diverged by the divergence test.

But the 2nd, I tried the ratio test, but it got far 2 complicated too early on. Which test do I use? I tried them all, what am I doing wrong?
 
Last edited by a moderator:
Firepanda said:
http://img214.imageshack.us/img214/3928/idontgetkm1.jpg

For example 26, I don't see how (for the 1st part) n=9. In the definition of the summing of them it says n is the number above SIGMA, so why not 10? Is it to do with n=1, which isn't k=0 from the definition?
Yes, the formula given for a geometric series starts with k= 0. The example given
[tex]\sum_{k= 1}^10 \frac{2}{3^n}[/tex]
starts with k= 1. The simplest way to handle that is to factor 1/3 out of the product:
[tex]\sum_{k=1}^{10}\frac{2}{3} \frac{1}{3^{k-1}}[/tex]
Now, let j= k-1. Then k= 1 becomes j= 1-1= 0 and k= 10 becomes j= [itex]j= 10-1= 9[/itex]. Of course, [itex]3^{k-1}[/itex] becomes [itex]3^j[/itex]. The sum is now
[tex]\sum_{j= 0}^9 \frac{2}{3}\frac{1}{3^j}[/itex]<br /> That is a geometric series with A= 2/3, r= 1/3, and n= 9.[/tex]
 
Last edited by a moderator:
Firepanda said:
Also,

http://img205.imageshack.us/img205/9089/cantix9.jpg

I did the 1st, which diverged by the divergence test.

But the 2nd, I tried the ratio test, but it got far 2 complicated too early on. Which test do I use? I tried them all, what am I doing wrong?

For that one,
[tex]\lim_{x\rightarrow 0}\frac{e^x- x- 1}{sin^2(x)}[/itex]<br /> since both numerator and denominator go to 0 I would use L'Hopital's rule (twice). And, again, you <b>don't</b> need to find the limit itself![/tex]
 
Last edited by a moderator: