Can someone explain why this is a proof?

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Explain Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Prove that the geometric series [tex]\sum_{n=1}^{\infty} r^n[/tex] if -1 < r < 1


2. The Solution

[tex]s_n = r + r^2 + ... + r^n[/tex]

[tex]rs_n =r^2 + r^3 ... + r^{n+1}[/tex]

[tex]s_n - rs_n = r - r^{n+1}[/tex]

[tex]s_n = \frac{r - r^{n+1}}{1 -r}[/tex]

For |r|<1

[tex]As\;n\to\infty\;,r^{n+1}\to \infty[/tex]

Therefore

[tex]\lim_{n\to\infty}s_n=\frac{r}{1-r}[/tex]

Q.E.D

Question

The solution is what we took in notes during lecture.

Now here is my question why does [tex]\lim_{n\to\infty}s_n=\frac{r}{1-r}[/tex] answer the proof? How does that prove the geometric series [tex]\sum_{n=1}^{\infty} r^n[/tex] converge?
 
Physics news on Phys.org
Because s_n is a partial sum of the series. And the definition of convergence of a series is that the limit of the partial sums converges. Look up the definition of convergence.
 
There is an error in what you wrote.
|r| < 1
[tex]As\;n\to\infty\;,r^{n+1}\to \infty[/tex]
You should have
[tex]As\;n\to\infty\;,r^{n+1}\to 0[/tex]
 
Mark44 said:
There is an error in what you wrote.

You should have
[tex]As\;n\to\infty\;,r^{n+1}\to 0[/tex]

Yeah lol, it seems I make one of these TEX mistakes every time lol

thanks for catching that