Proving Induction Principle: Summation k^3 to n = (summation of k to n)^2

fk378
Messages
366
Reaction score
0

Homework Statement


Prove that summation k^3 from k=1 to k=n is equal to (summation of k from k=1 to k=n)^2.


Homework Equations


Induction Principle


The Attempt at a Solution


It is true for k=1, so we must assume it is true for k=n-->then prove true for k=n+1.

Where do I go from here?
 
Physics news on Phys.org
fk378 said:
... we must assume it is true for k=n ...

Can you write out an equation to express that statement ...

... -->then prove true for k=n+1.

... and use it to derive an equation which expresses this 2nd statement.
 
There's one part of the question where you have to make use of the sum of a arithmetic progression. Just quote that formula, then you can prove it easily. That may be the problem you're having.
 
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