I need to prove the equation $$ \frac 1 3 = \frac { 1 + 3 + 5 + \dots + ( 2 n - 1 ) } { ( 2 n + 1 ) + ( 2 n + 3 ) + \dots + \bigl ( 2 n + ( 2 n - 1 ) \bigr ) } $$ using mathematical induction.
I tried solving this but I got stuck. I would be very thankful is someone could help me. Or maybe give me a references or hint.
My Attempt:
- For $n=1$
$$\frac13=\frac1{2n+1}$$
$$\frac13=\frac1{2+1}$$
$$\frac13=\frac1{3}$$
which is true.
- For $n=k$
$$ \frac 1 3 = \frac { 1 + 3 + 5 + \dots + ( 2 k - 1 ) } { ( 2 k + 1 ) + ( 2 k + 3 ) + \dots + \bigl ( 2 k + ( 2 k - 1 ) \bigr ) } $$
- For $n=k+1$
$$ \frac 1 3 = \frac { 1 + 3 + 5 + \dots + ( 2 k - 1 )+ ( 2 k+1 - 1 ) } { ( 2 k + 1 ) + ( 2 k + 3 ) + \dots + \bigl ( 2 k + ( 2 k - 1 ) \bigr ) } $$