jetpac
- 7
- 0
Proving an inequality using induction
Hey, sorry for any bad formatting, I did my best..
Prove for all positive integers n:
<br /> \sum_{i = 1}^n \frac{2i^2 - 1}{i^4} \leq 4 - ( \frac{2n+1}{n^2} )<br />
First prove for n=1:
<br /> \frac{2(1)-1}{1} = 1<br />
<br /> 4 - \frac{2+1}{1} = 1 <br />
therefore it holds for n = 1
Then assuming the equation holds for any positive integer m, does it hold for n = m+1:
n = m:
<br /> \sum_{i = 1}^m \frac{2i^2 - 1}{i^4} \leq 4 - ( \frac{2m+1}{m^2} )<br />
n = m+1:
Subbing m+1 into the RHS gives:
<br /> 4 - \frac{2m + 3}{(m+1)^2}<br />
However subbing (i=m+1) into the LHS and adding it to the RHS with (n=m) gives:
<br /> (4 - \frac{2m+1}{m^2} ) + \frac{2(m+1)^2 - 1}{(m+1)^4}<br /> <br /> = 4 - (\frac{2m+1}{m^2} - \frac{2(m+1)^2 - 1}{(m+1)^4})<br /> <br /> = 4 - (\frac{(2m + 1)(m + 1)^4-m^2(2m^2 + 4m + 1)}{m^2(m+1)^4})<br />
Next multiply the first equation top and bottom by <br /> m^2(m+1)^2 gives:
<br /> 4 - \frac{2m + 3}{(m+1)^2} * \frac{m^2(m+1)^2}{m^2(m+1)^2}<br /> = 4 - (\frac{m^2(2m+3)(m+1)^2}{m^2(m+1)^4})<br />
So essentially I sub (i = m+1) into the LHS and (n=m) into the RHS and add them (giving the next value in the sequence). Then I compare this to what happens when I just sub (n = m+1) directly into the RHS and isolate exactly what differs between the two methods. The result is that you get 4 - \frac{some number}{m^2(m+1)^4} in both cases. The minimum value of {some number} can be found by subbing m=1 into it (since m is positive). So then if {some number} on the LHS is greater than {some number} on the RHS then the original statement also holds for n = m + 1 and therefore all positive integers m?
Homework Statement
Hey, sorry for any bad formatting, I did my best..
Prove for all positive integers n:
<br /> \sum_{i = 1}^n \frac{2i^2 - 1}{i^4} \leq 4 - ( \frac{2n+1}{n^2} )<br />
The Attempt at a Solution
First prove for n=1:
<br /> \frac{2(1)-1}{1} = 1<br />
<br /> 4 - \frac{2+1}{1} = 1 <br />
therefore it holds for n = 1
Then assuming the equation holds for any positive integer m, does it hold for n = m+1:
n = m:
<br /> \sum_{i = 1}^m \frac{2i^2 - 1}{i^4} \leq 4 - ( \frac{2m+1}{m^2} )<br />
n = m+1:
Subbing m+1 into the RHS gives:
<br /> 4 - \frac{2m + 3}{(m+1)^2}<br />
However subbing (i=m+1) into the LHS and adding it to the RHS with (n=m) gives:
<br /> (4 - \frac{2m+1}{m^2} ) + \frac{2(m+1)^2 - 1}{(m+1)^4}<br /> <br /> = 4 - (\frac{2m+1}{m^2} - \frac{2(m+1)^2 - 1}{(m+1)^4})<br /> <br /> = 4 - (\frac{(2m + 1)(m + 1)^4-m^2(2m^2 + 4m + 1)}{m^2(m+1)^4})<br />
Next multiply the first equation top and bottom by <br /> m^2(m+1)^2 gives:
<br /> 4 - \frac{2m + 3}{(m+1)^2} * \frac{m^2(m+1)^2}{m^2(m+1)^2}<br /> = 4 - (\frac{m^2(2m+3)(m+1)^2}{m^2(m+1)^4})<br />
So essentially I sub (i = m+1) into the LHS and (n=m) into the RHS and add them (giving the next value in the sequence). Then I compare this to what happens when I just sub (n = m+1) directly into the RHS and isolate exactly what differs between the two methods. The result is that you get 4 - \frac{some number}{m^2(m+1)^4} in both cases. The minimum value of {some number} can be found by subbing m=1 into it (since m is positive). So then if {some number} on the LHS is greater than {some number} on the RHS then the original statement also holds for n = m + 1 and therefore all positive integers m?
Last edited: