Finding the sum of 1^3 + 2^3 + + n^3 by induction

In summary, the conversation discusses the equation 1^3+2^3+...+n^3 = \left[ \frac{n(n+1)}{2}\right]^2; n\ge 1 and its proof by induction. It starts with the base case P(1) and then uses the induction hypothesis P(k) to prove P(k+1). The final step involves expanding the square and using the property a^2b^2 = (ab)^2 to show that P(k+1) is equal to the given equation.
  • #1
jonroberts74
189
0
[tex]1^3+2^3+...+n^3 = \left[ \frac{n(n+1)}{2}\right]^2; n\ge 1[/tex]

[tex]P(1) = 1^3 = \frac{8}{8} = 1[/tex]

[tex]P(k) = 1^3+...+k^3 = \left[ \frac{k(k+1)}{2}\right]^2[/tex] (induction hypothesis)

[tex]P(k+1) = 1^3+...+k^3+(k+1)^3 = \left[\frac{(k+1)(k+2)}{2}\right]^2[/tex]

I start getting stuck here
I foiled it out then let m = P(k)

[tex]\left[ m + \frac{2(k+1)}{2}\right]^2[/tex]
 
Last edited:
Physics news on Phys.org
  • #2
You probably meant ##m = \sqrt{P(k)}##. Now expand the square and use the induction hypothesis.
 
  • #3
You assume that [tex]P(k) = 1^3+...+k^3 = \left[ \frac{k(k+1)}{2}\right]^2[/tex] To get P(k+1), you have to add (k+1)^3 to P(k). [tex]P(k+1)=P(k)+(k+1)^3=\left[ \frac{k(k+1)}{2}\right]^2+(k+1)^3[/tex] Write it out, and show that it is equal to [tex]P(k+1) = \left[ \frac{(k+1)(k+2)}{2}\right]^2[/tex]
pull out (k+1)2

ehild
 
  • #4
ehild said:
You assume that [tex]P(k) = 1^3+...+k^3 = \left[ \frac{k(k+1)}{2}\right]^2[/tex] To get P(k+1), you have to add (k+1)^3 to P(k). [tex]P(k+1)=P(k)+(k+1)^3=\left[ \frac{k(k+1)}{2}\right]^2+(k+1)^3[/tex] Write it out, and show that it is equal to [tex]P(k+1) = \left[ \frac{(k+1)(k+2)}{2}\right]^2[/tex]
pull out (k+1)2

ehild
[tex]\left[\frac{(k+1)(k+2)}{2}\right]^2 = \left[ \frac{k(k+1)}{2}\right]^2+(k+1)^3[/tex]

[tex] (k+1)^2 \left[\frac{(k+2)}{2}\right]^2=(k+1)^2\left[\frac{k^2}{2^2} + (k+1)\right][/tex]

[tex] (k+1)^2 \left[\frac{(k+2)}{2}\right]^2=(k+1)^2\left[\frac{k^2+4k+4}{2^2}\right][/tex]

[tex] (k+1)^2 \left[\frac{(k+2)}{2}\right]^2=(k+1)^2\left[\frac{(k+2)^2}{2^2}\right][/tex]

?
 
  • #5
jonroberts74 said:
[tex]\left[\frac{(k+1)(k+2)}{2}\right]^2 = \left[ \frac{k(k+1)}{2}\right]^2+(k+1)^3[/tex]

[tex] (k+1)^2 \left[\frac{(k+2)}{2}\right]^2=(k+1)^2\left[\frac{k^2}{2^2} + (k+1)\right][/tex]

[tex] (k+1)^2 \left[\frac{(k+2)}{2}\right]^2=(k+1)^2\left[\frac{k^2+4k+4}{2^2}\right][/tex]

[tex] (k+1)^2 \left[\frac{(k+2)}{2}\right]^2=(k+1)^2\left[\frac{(k+2)^2}{2^2}\right][/tex]

?

Apply that a2b2=(ab)2

[tex](k+1)^2 \left[\frac{(k+2)}{2}\right]^2=\left[(k+1)\frac{(k+2)}{2}\right]^2= P(k+1)[/tex]

is it familiar? Is it what you wanted to arrive at?


ehild
 

Related to Finding the sum of 1^3 + 2^3 + + n^3 by induction

What is the purpose of finding the sum of 1^3 + 2^3 + ... + n^3 by induction?

The purpose of finding the sum of 1^3 + 2^3 + ... + n^3 by induction is to determine a general formula for finding the sum of any number of cubes, without having to manually add each term. This can be useful in various mathematical and scientific applications.

What is the principle behind using induction to find the sum of cubes?

The principle behind using induction to find the sum of cubes is to prove that a given formula holds true for a base case (usually n = 1) and then show that if it holds true for any n, it also holds true for n+1. This allows us to extend the formula to any number of terms.

What is the formula for finding the sum of 1^3 + 2^3 + ... + n^3?

The formula for finding the sum of 1^3 + 2^3 + ... + n^3 is n(n+1)/2^2, also known as the square of the n-th triangular number. This formula has been proven using mathematical induction.

Is there a visual representation of the sum of cubes?

Yes, there is a visual representation of the sum of cubes known as the "cuboctahedron" or "cube-octahedron", which is a three-dimensional shape made of 8 cubes and 6 octahedrons. Each cube and octahedron represents a term in the sum of cubes, and the overall shape represents the total sum.

What are some real-world applications of finding the sum of cubes by induction?

Finding the sum of cubes by induction has various real-world applications in fields such as physics, engineering, and computer science. For example, it can be used to calculate the total volume of a shape made up of cubes, or to determine the total number of operations needed for an algorithm with a loop that involves cubes. It can also be used in physics to calculate the total energy or force in a system of particles.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
565
  • Calculus and Beyond Homework Help
Replies
1
Views
315
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
582
  • Calculus and Beyond Homework Help
Replies
9
Views
782
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
Replies
12
Views
929
  • Calculus and Beyond Homework Help
Replies
9
Views
975
  • Calculus and Beyond Homework Help
Replies
8
Views
377
  • Calculus and Beyond Homework Help
Replies
6
Views
537
Back
Top