MHB What is the Sum of Series: Problem of the Week #153 (March 2nd, 2015)?

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    2015
AI Thread Summary
The series in question involves summing terms of the form $\dfrac{2n(2n-2)(2n-4)\cdots}{(2n-1)(2n-3)(2n-5)\cdots}$ for integers $n \ge 1$. Participants in the discussion provided various approaches to derive the sum, with several members successfully arriving at the correct solution. The solution highlights the use of combinatorial identities and properties of series to simplify the terms. Key contributors included Opalg, MarkFL, and lfdahl, who shared their methods and insights. The problem showcases the complexity and beauty of series summation in mathematical analysis.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
For integers $n\ge 1$, determine the sum of $n$ terms of the series

$\dfrac{2n}{2n-1}+\dfrac{2n(2n-2)}{(2n-1)(2n-3)}+\dfrac{2n(2n-2)(2n-4)}{(2n-1)(2n-3)(2n-5)}+\cdots$


Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solutions::)

1. Opalg
2.MarkFL
3. lfdahl

Solution from Opalg:
Proof by induction that $$\frac{2n}{2n-1} + \frac{2n(2n-2)}{(2n-1)(2n-3)} + \frac{2n(2n-2)(2n-4)}{(2n-1)(2n-3)(2n-5)} + \ldots + \frac{2n(2n-2) \cdots 2}{(2n-1)(2n-3) \cdots 1} = 2n.$$

Base case $n=1$: the left side is $\frac21$ and the right side is $2$.

Inductive step: Suppose that the result holds for $n$. Then $$ \frac{2n+2}{2n+1} + \frac{(2n+2)2n}{(2n+1)(2n-1)} + \frac{(2n+2)2n(2n-2)}{(2n+1)(2n-1)(2n-3)} + \ldots + \frac{(2n+2)2n(2n-2) \cdots 2}{(2n+1)(2n-1)(2n-3) \cdots 1}$$ $$\hspace{2em}= \frac{2n+2}{2n+1} \biggl(1 + \frac{2n}{2n-1} + \frac{2n(2n-2)}{(2n-1)(2n-3)} + \ldots + \frac{2n(2n-2) \cdots 2}{(2n-1)(2n-3) \cdots 1} \biggr)$$ $$\hspace{2em}= \frac{2n+2}{2n+1}\bigl(1 + 2n\bigr) = 2n+2.$$ This says that the result is true for $n+1$ and completes the inductive proof.
 
Back
Top