Proving \sum_{i=0}^n (i-3) \geq \frac{n^2}{4} with Mathematical Induction

AI Thread Summary
The discussion focuses on proving the inequality \sum_{i=0}^n (i-3) \geq \frac{n^2}{4} using mathematical induction. The user has successfully established the base case for n=12, demonstrating that the sum equals 39, which is greater than 36. For the inductive step, they express \sum_{i=0}^{n+1} (i-3) in terms of \sum_{i=0}^{n} (i-3) and attempt to incorporate the additional term (n+1-3). There is some confusion regarding the correct adjustments to both sides of the equation, particularly whether to add (n+1) or (n-2) to maintain the inequality. The conversation highlights the challenges of applying mathematical induction while seeking clarity on the steps involved.
James889
Messages
190
Reaction score
1
Hi,

I need some help with mathematical induction

The question is as follows:

prove that \sum_{i=0}^n (i-3) \geq \frac{n^2}{4}

I have shown that it holds for the base step where n=12
\frac{144}{4} = 36
and the sum of all the i's up to 12 -3,-2,-1,0,+1,+2,+3,+4,+5,+6,+7,+8,+9 = 39

39\geq36

Now for the inductive step:
\sum_{i=0}^{n+1}
and i know this can be rewritten, but I am not sure how
either it's \sum_{i=0}^{n} (i-3)(i-3)~~ \text{or}~~\sum_{i=0}^{n} (i-3)+(i-3)

How do i proceed from here?
 
Physics news on Phys.org
i think you need
\sum_{i=0}^{n+1} (i-3) = ((n+1)-3) + \sum_{i=0}^{n} (i-3)

then assuming the proposition is true for n leads to
\sum_{i=0}^{n+1} (i-3) = ((n+1)-3) + \sum_{i=0}^{n} (i-3) \geq ((n+1)-3) + \frac{n^2}{4}
 
The last term, that you want to take out of the sum, has i= n+1 so i- 3= n+1-3= n- 2.

\sum_{i=0}^{n+1}(i- 3)= \sum_{i=0}^n (i- 3)+ (n+1- 3)= \sum_{i=0}^n (i-3)+ n- 2
 
HallsofIvy said:
The last term, that you want to take out of the sum, has i= n+1 so i- 3= n+1-3= n- 2.

\sum_{i=0}^{n+1}(i- 3)= \sum_{i=0}^n (i- 3)+ (n+1- 3)= \sum_{i=0}^n (i-3)+ n- 2

Okay,
Then you have to add (n+1) to the other side of the equation as well?
\sum_{i=0}^n (i-3)+ n- 2 = \frac{(n+1)^2}{4} + (n+1)
 
James889 said:
Okay,
Then you have to add (n+1) to the other side of the equation as well?
\sum_{i=0}^n (i-3)+ n- 2 = \frac{(n+1)^2}{4} + (n+1)
?? No, add n- 2 to other side as well!
 
HallsofIvy said:
?? No, add n- 2 to other side as well!

Haha, I am so bad at this, it's almost funny :biggrin:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top