Re: induction




katy wrote:
> Hi all!! I'm having problems in proof by induction that:
>
> Sum from k=1 to n of k³ = (sum from k=1 to n of k)²
>
>
> Can somebody help me?

Try to avoid special characters, many people won't see them.

Rewriting:

Sum from k=1 to n of k^3 = (sum from k=1 to n of k)^2

I assume you're stuck on the step of showing that being true
for n implies being true for n+1.

Sum from k=1 to n+1 of k^3 = (n+1)^3 + Sum from k=1 to n of k^3

= ? (sum from k=1 to n+1 of k)^2

You know that

Sum from k=1 to n of k^3 = (sum from k=1 to n of k)^2

by assumption, and that

(sum from k=1 to n+1 of k) = (n+1) + (sum from k=1 to n of k)

So where are you stuck?

- Randy

.



Relevant Pages

  • Re: n! inequality proof
    ... Bart wrote: ... I'm trying to do a proof by induction which is the way to do it but end ... up getting stuck... ... is a power of 16. ...
    (sci.math)
  • Re: generalized product rule
    ... jraul wrote: ... I proved the base case n = 1, but get stuck in the induction step. ... --- Christopher Heckman ...
    (sci.math)
  • Re: help with number problem
    ... after factoring and dividing out, ... this is where i get stuck, can anybody please help me out. ... By induction that establishes that fis ...
    (sci.math)
  • proof by induction
    ... Is it just me or some of the proofs that require induction a bit of ... This is where i am stuck, how do i assert that 2k-1 < 2^. ... I assume some algebraic manipulation is required at this stage but I am ...
    (sci.math)