Results 1 to 8 of 8

Thread: Mathematical Induction help

  1. #1
    Junior Member
    Joined
    Mar 2009
    Posts
    30

    Mathematical Induction help

    1^3+2^3+...+n^3 = [n(n+1)/2]^2 n>= 1

    If anyone has a link to write in mathematical nottaion on this forum, i will appreciate it, thanks.
    Follow Math Help Forum on Facebook and Google+

  2. #2
    MHF Contributor
    Joined
    Nov 2008
    From
    France
    Posts
    1,458
    Hi

    Have a look to the LATEX tutorial in the LATEX forum

    Let P(n) be 1^3+2^3+...+n^3 = \left(\frac{n(n+1)}{2}\right)^2

    Check that P(1) is true

    Suppose that P(k) is true and show that P(k+1) is true
    Follow Math Help Forum on Facebook and Google+

  3. #3
    Junior Member
    Joined
    Mar 2009
    Posts
    30
    Thanks for the help, but i need help on the induction stage, when i do n+1. Here is what i have.

     \frac{n(n+1)^2+2(n+1)^3}{2} = \frac{((n+1(n+2)))}{2}^2
    Follow Math Help Forum on Facebook and Google+

  4. #4
    MHF Contributor
    Joined
    Nov 2008
    From
    France
    Posts
    1,458
    Quote Originally Posted by tokio View Post
    Thanks for the help, but i need help on the induction stage, when i do n+1. Here is what i have.

     \frac{n(n+1)^2+2(n+1)^3}{2} = \frac{((n+1(n+2)))}{2}^2
    You suppose that P(n) is true, which means that 1^3+2^3+...+n^3 = \left(\frac{n(n+1)}{2}\right)^2

    You want to prove that P(n+1) is true : 1^3+2^3+...+n^3+(n+1)^3 = \left(\frac{(n+1)(n+2)}{2}\right)^2

    1^3+2^3+...+n^3+(n+1)^3 =(1^3+2^3+...+n^3)+(n+1)^3 =\left(\frac{n(n+1)}{2}\right)^2+ (n+1)^3

    Factor (n+1)²/4
    Follow Math Help Forum on Facebook and Google+

  5. #5
    Junior Member
    Joined
    Mar 2009
    Posts
    30
    Quote Originally Posted by running-gag View Post
    You suppose that P(n) is true, which means that 1^3+2^3+...+n^3 = \left(\frac{n(n+1)}{2}\right)^2

    You want to prove that P(n+1) is true : 1^3+2^3+...+n^3+(n+1)^3 = \left(\frac{(n+1)(n+2)}{2}\right)^2

    1^3+2^3+...+n^3+(n+1)^3 =(1^3+2^3+...+n^3)+(n+1)^3 =\left(\frac{n(n+1)}{2}\right)^2+ (n+1)^3

    Factor (n+1)²/4

    Im still stuck on the induction stage, It seems like if i still factor that i still cant get both sides of the quation to be logically equilvalent.
    Follow Math Help Forum on Facebook and Google+

  6. #6
    MHF Contributor
    Grandad's Avatar
    Joined
    Dec 2008
    From
    South Coast of England
    Posts
    2,570

    Proof by induction

    Hello tokio
    Quote Originally Posted by tokio View Post
    Im still stuck on the induction stage, It seems like if i still factor that i still cant get both sides of the quation to be logically equilvalent.
    Here's the bit you need:

    \left(\frac{n(n+1)}{2}\right)^2 + (n+1)^3

    = \frac{n^2\color{red}(n+1)^2}{\color{red}4} + \frac{4(n+1)\color{red}(n+1)^2}{\color{red}4}

    = \color{red}\frac{(n+1)^2}{4}\color{black}(n^2 + 4(n+1))

    = \frac{(n+1)^2}{4}(n+2)^2

    Can you complete it now?

    Grandad
    Follow Math Help Forum on Facebook and Google+

  7. #7
    Junior Member
    Joined
    Mar 2009
    Posts
    30
    Quote Originally Posted by Grandad View Post
    Hello tokioHere's the bit you need:

    \left(\frac{n(n+1)}{2}\right)^2 + (n+1)^3

    = \frac{n^2\color{red}(n+1)^2}{\color{red}4} + \frac{4(n+1)\color{red}(n+1)^2}{\color{red}4}

    = \color{red}\frac{(n+1)^2}{4}\color{black}(n^2 + 4(n+1))

    = \frac{(n+1)^2}{4}(n+2)^2

    Can you complete it now?

    Grandad
    Thanks for the help but i still cant believe im confused. Im assume that your just working onthe right hand side, i dont see where you proved for (n+1).
    Follow Math Help Forum on Facebook and Google+

  8. #8
    MHF Contributor
    Grandad's Avatar
    Joined
    Dec 2008
    From
    South Coast of England
    Posts
    2,570

    Proof by induction

    Hello tokio
    Quote Originally Posted by tokio View Post
    Thanks for the help but i still cant believe im confused. Im assume that your just working onthe right hand side, i dont see where you proved for (n+1).
    That's correct. I thought it was just the manipulation of the RHS that you couldn't do. The complete proof is:

    Let P(n) be the propositional function: 1^3+2^3+...+n^3 = \left(\frac{n(n+1)}{2}\right)^2

    Then P(n) \Rightarrow 1^3+2^3+...+n^3+(n+1)^3 =(1^3+2^3+...+n^3)+ (n+1)^3 =\left(\frac{n(n+1)}{2}\right)^2+ (n+1)^3

    = \dots (as in my previous posting)

    = \frac{(n+1)^2}{4}(n+2)^2

    = \left(\frac{(n+1)([n+1]+1)}{2}\right)^2

    \Rightarrow P(n+1)

    P(1) is 1^3 = \left(\frac{1 \cdot 2}{2} \right)^2, which is true. Hence P(n),  \forall n \in \mathbb{N}.

    Grandad

    PS If you want to see the LaTeX that's been used to generate any of the expressions, just click on them and a little window will open showing you the code.
    Last edited by Grandad; March 6th 2009 at 10:13 PM. Reason: Add PS
    Follow Math Help Forum on Facebook and Google+

Similar Math Help Forum Discussions

  1. Mathematical Induction
    Posted in the Discrete Math Forum
    Replies: 3
    Last Post: August 31st 2010, 03:31 PM
  2. Mathematical induction
    Posted in the Discrete Math Forum
    Replies: 4
    Last Post: August 30th 2010, 05:54 AM
  3. Replies: 10
    Last Post: June 29th 2010, 12:10 PM
  4. mathematical induction
    Posted in the Discrete Math Forum
    Replies: 2
    Last Post: April 13th 2009, 05:29 PM
  5. Mathematical Induction
    Posted in the Algebra Forum
    Replies: 1
    Last Post: March 18th 2009, 08:35 AM

Search Tags


/mathhelpforum @mathhelpforum