Prove by Induction: 1^2 + 2^2 + ... + (n-1)^2 < (n^3)/3

  • Thread starter Thread starter Jimmy84
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion focuses on proving the inequality 1^2 + 2^2 + ... + (n-1)^2 < (n^3)/3 using mathematical induction. The base case A(k) is established, and the next step involves showing A(k+1) by adding k^2 to both sides of the inequality. To complete the proof, it is necessary to demonstrate that k^3/3 + k^2 < (k+1)^3/3, which confirms that the inequality holds for k+1. The transitive property of inequalities is highlighted, as proving this last step ensures the overall inequality is valid. Understanding this transitive relationship is crucial for grasping the induction process in this proof.
Jimmy84
Messages
190
Reaction score
0

Homework Statement


Prove by induction

1^2 + 2^2 + ... + (n-1)^2 < (n^3)/3

(This is the problem on page 33 of Apostol's book)



Homework Equations





The Attempt at a Solution



A(k) = 1^2 + 2^2 + ... + (k-1)^2 < (k^3)/3

A(k+1) = 1^2 + 2^2 + ... + k^2 < (k+1)^3/3


Start with A(k) and add k^2 to both sides. This gives the inequality

1^2 + 2^2 + ... + k^2 < (k^3)/3 + k^2


To obtain A(k+1) as a consequence of this, it suffices to show that

k^3/3 + k^2 < (k+1)^3 /3




Now (k+1)^3 /3 = k^3/3 + k^2 +k +1/3 which is greater than k^3/3 + k^2


Which proves the inequality. However I don't understand why does

k^3/3 + k^2 < (k+1)^3 /3 suffice to prove the inequality

Can anyone explain in detail why does that inequality proves it?
 
Physics news on Phys.org
They're using the transitive property of <. You know

1^2 + 2^2 + ... + k^2 < (k^3)/3 + k^2.

If you can show (k^3)/3 + k^2 < (k+1)^3/3, then you'll have

1^2 + 2^2 + ... + k^2 < (k^3)/3 + k^2 < (k+1)^3/3

Jimmy84 said:

Homework Statement


Prove by induction

1^2 + 2^2 + ... + (n-1)^2 < (n^3)/3

(This is the problem on page 33 of Apostol's book)

Homework Equations


The Attempt at a Solution



A(k) = 1^2 + 2^2 + ... + (k-1)^2 < (k^3)/3

A(k+1) = 1^2 + 2^2 + ... + k^2 < (k+1)^3/3Start with A(k) and add k^2 to both sides. This gives the inequality

1^2 + 2^2 + ... + k^2 < (k^3)/3 + k^2 To obtain A(k+1) as a consequence of this, it suffices to show that

k^3/3 + k^2 < (k+1)^3 /3

Now (k+1)^3 /3 = k^3/3 + k^2 +k +1/3 which is greater than k^3/3 + k^2 Which proves the inequality. However I don't understand why does

k^3/3 + k^2 < (k+1)^3 /3 suffice to prove the inequality

Can anyone explain in detail why does that inequality proves it?
 
Thanks a lot, I really appreciate it. :) I have been struggling with this for quite some time.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top