Proving Sum of Cubes using Induction | Step-by-Step Guide

  • Thread starter Thread starter Isaak DeMaio
  • Start date Start date
  • Tags Tags
    Induction Proof
Isaak DeMaio
Messages
74
Reaction score
0
1. For all, n is greater/= to 1. 1^3+2^3+...+n^3 = [n(n+1)/2]^2


2. I have to use the K+1 thing. where it would be: K^3+(K+1)^3=[(K+2)(K+3)/2]^2
I may be setting it up wrong, but I used past notes to help and I believe it would look like that.



3. I plugged in 1,2 and 3 into the equations and they check out, so I can move to the next step.
On the left side I get: [K(K+1)/2]^2 + (K+1)^3 = [(K+2)(K+3)/2]^2
I then got a common denominator and for the left side I got [(K^2)(K^2+2K+2)/4] + 4(K^3+3K^2+3K+1)/4 = [(K^2+4K+4)(K^2+6K+9)/4)].

Did I make a mistake at all anywhere in there, cause I kept going but I couldn't get them to equal.
 
Physics news on Phys.org
Isaak DeMaio said:
1. For all, n is greater/= to 1. 1^3+2^3+...+n^3 = [n(n+1)/2]^2


2. I have to use the K+1 thing. where it would be: K^3+(K+1)^3=[(K+2)(K+3)/2]^2
I may be setting it up wrong, but I used past notes to help and I believe it would look like that.



3. I plugged in 1,2 and 3 into the equations and they check out, so I can move to the next step.
On the left side I get: [K(K+1)/2]^2 + (K+1)^3 = [(K+2)(K+3)/2]^2
I then got a common denominator and for the left side I got [(K^2)(K^2+2K+2)/4] + 4(K^3+3K^2+3K+1)/4 = [(K^2+4K+4)(K^2+6K+9)/4)].

Did I make a mistake at all anywhere in there, cause I kept going but I couldn't get them to equal.
You need to do three things:
1. Establish a base case.
2. Assume that the proposition is true for n = k. IOW, that
13 + 23 + ... + k3 = [k(k+1)/2]^2
This is the induction hypothesis.
3. Show that the induction hypothesis being true implies that the proposition is true for n = k + 1.
IOW, show that 13 + 23 + ... + k3 + (k + 1)3 = [(k + 1)(k+2)/2]^2

Start with the left side of the equation above and show that it is equal to [(k + 1)(k+2)/2]^2.
 
Mark44 said:
You need to do three things:
1. Establish a base case.
2. Assume that the proposition is true for n = k. IOW, that
13 + 23 + ... + k3 = [k(k+1)/2]^2
This is the induction hypothesis.
3. Show that the induction hypothesis being true implies that the proposition is true for n = k + 1.
IOW, show that 13 + 23 + ... + k3 + (k + 1)3 = [(k + 1)(k+2)/2]^2

Start with the left side of the equation above and show that it is equal to [(k + 1)(k+2)/2]^2.

Can you explain in it and not ask me other questions when I already have a question I can't figure out?
 
I didn't ask you any questions. I told you what you need to do. What part of what I said don't you understand?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top