Induction with sum on left and right side.

  • Thread starter Thread starter Tremoi
  • Start date Start date
  • Tags Tags
    Induction Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Tremoi
Messages
1
Reaction score
0

Homework Statement


Does
[itex]\sum_{k=1}^{n}(\frac{1}{2k-1} - \frac{1}{2k}) = \sum_{k=1}^{n}\frac{1}{k + n}[/itex]
hold for [itex]1 \leq n[/itex]


Homework Equations





The Attempt at a Solution


It holds for n = 1. I assume that it should be done with induction but I can't find a way actually compare the two sums to each other. I then had an idea about maybe putting each sum on a common denominator and prove that the both denominators and the both numerators are equal but that's not true so I don't really know where to start.
The left terms can be rewritten as [itex]\frac{1}{2k(2k-1)}[/itex] as well but that haven't really helped me either.
 
Physics news on Phys.org
You can prove this using induction. Using the usual induction techniques, define [itex]f(n) = \sum\limits_{k=1}^{k=n}\left(\frac{1}{2k-1} - \frac{1}{2k}\right)[/itex]. You want to show [itex]f(n) = \sum\limits_{k=1}^{k=n} \frac{1}{k+n}[/itex]. You've already shown that this is true for [itex]n=1[/itex]. Assuming the statement is true for [itex]n[/itex]
[tex] f(n+1)\\<br /> = \sum\limits_{k=1}^{k=n+1}\left(\frac{1}{2k-1} - \frac{1}{2k}\right) = f(n) + \frac{1}{2n+1} - \frac{1}{2n+2} \\<br /> = \sum\limits_{k=1}^{k=n} \frac{1}{k+n}+ \frac{1}{2n+1} - \frac{1}{2n+2}[/tex]
Now changing the variable in the sum [itex]k \to k' = k-1[/itex]. The sum becomes
[tex] f(n+1) \\<br /> = \sum\limits_{k'=0}^{k'=n-1} \frac{1}{k'+n+1}+ \frac{1}{2n+1} - \frac{1}{2n+2} \\<br /> = \sum\limits_{k'=1}^{k'=n-1} \frac{1}{k'+n+1} + \frac{1}{n+1}+ \frac{1}{2n+1} - \frac{1}{2n+2}\\<br /> = \sum\limits_{k'=1}^{k'=n-1} \frac{1}{k'+n+1}+ \frac{1}{2n+1} + \frac{1}{2n+2}\\<br /> =\sum\limits_{k'=1}^{k'=n+1} \frac{1}{k'+n+1}[/tex]

Thus, the statement is true!