MHB Inductive Proof: Sum of Cubes of First n Natural Numbers

AI Thread Summary
The discussion focuses on proving the formula for the sum of cubes of the first n natural numbers using mathematical induction. The base case is verified, showing that the formula holds for n=1. The induction hypothesis assumes the formula is true for n, and the inductive step demonstrates that if it holds for n, it also holds for n+1. The proof concludes by successfully deriving the formula for n+1 from the assumption for n, thereby completing the induction process. This confirms that the sum of cubes can be expressed as the square of the sum of the first n natural numbers.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Prove that 13+23+...+n3=(n(n+1)/2)2 by using induction.?

help me

I have posted a link there to this question so the OP can view my work.
 
Mathematics news on Phys.org
Hello Vu,

We are given to prove by induction:

$$\sum_{k=1}^n\left(k^3\right)=\left(\frac{n(n+1)}{2}\right)^2$$

First, we must check to see if our base case $P_1$ is true:

$$\sum_{k=1}^1\left(k^3\right)=\left(\frac{1(1+1)}{2}\right)^2$$

$$1^3=1^2$$

$$1=1$$

The base case is true, so we next state the induction hypothesis $P_n$:

$$\sum_{k=1}^n\left(k^3\right)=\left(\frac{n(n+1)}{2}\right)^2$$

As our inductive step, we may add $(n+1)^3$ to both sides:

$$\sum_{k=1}^n\left(k^3\right)+(n+1)^3=\left(\frac{n(n+1)}{2}\right)^2+(n+1)^3$$

On the left, incorporate the new term within the sum and factor on the right:

$$\sum_{k=1}^{n+1}\left(k^3\right)=(n+1)^2\left(\left(\frac{n}{2}\right)^2+(n+1)\right)$$

$$\sum_{k=1}^{n+1}\left(k^3\right)=(n+1)^2\left(\frac{n^2+4n+4}{4}\right)$$

$$\sum_{k=1}^{n+1}\left(k^3\right)=\frac{(n+1)^2(n+2)^2}{4}$$

$$\sum_{k=1}^{n+1}\left(k^3\right)=\left(\frac{(n+1)(n+2)}{2}\right)^2$$

$$\sum_{k=1}^{n+1}\left(k^3\right)=\left(\frac{(n+1)((n+1)+1)}{2}\right)^2$$

We have derived $P_{n+1}$ from $P_n$ thereby completing the proof by induction.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.

Similar threads

Replies
3
Views
2K
Replies
7
Views
2K
3
Replies
105
Views
6K
Replies
1
Views
2K
Back
Top