Results 1 to 10 of 10

Thread: Mathematical Induction [[+REP]]

  1. #1
    Raj's Avatar
    Joined
    Mar 2012
    Posts
    1,890
    Userbars
    8
    Thanks
    3,428
    Thanked
    2,531/1,432
    DL/UL
    68/0
    Mentioned
    1,177 times
    Time Online
    96d 22h 1m
    Avg. Time Online
    33m

    Mathematical Induction [[+REP]]

    Can someone explain this phenomenon in layman's terms? I have no idea how to prove something by induction and i've searched around for a while and my math final is tomorrow whoops

    Can someone give a few examples of it and describe what it is and how to do it? Fullrep of course b/c this is the bane of my existence right now

  2. #2
    Poem's Avatar
    Joined
    Feb 2013
    Posts
    986
    Userbars
    9
    Thanks
    821
    Thanked
    678/277
    DL/UL
    41/0
    Mentioned
    247 times
    Time Online
    86d 16h 7m
    Avg. Time Online
    30m
    @(you need an account to see links)

    Basically proving using the following logic:
    1. prove first one is true
    2. prove that every subsequent one is true, using the fact that the first one is true.
    3. therefore everything is true.

    For example, it's true when n = 1. As long as we prove that it's true for n + 1, it will be true for 2, which is 1 + 1, or 3, which is 2 + 1, or 4, and so on.... so therefore everything becomes true.

    Analogy time: John has a rare disease. Somehow, we prove that everybody who has the disease will pass it on to their kids. That means John's kids will have the disease, and so will their kids, and so will their kids, etc. By induction we prove that all of John's decendants have the disease as long as 1. we prove John has the disease and 2. proving that the sick people's kids get the disease as well.

    Simple example of the method: prove that n^3 - n is divisible by 3.

    step one: prove n = 1 is true (proving that John has the disease)
    Substitute n = 1 into the equation to check if it actually IS true.

    (1)^3 - (1) = 0, which is divisible by 3. Yes, John does have the disease!

    Step two: prove John's kids get the disease, proving it's true for n + 1. We first assume that n^3 - n is divisible by 3. We can assume this because we just proved it for n = 1 in the first step.

    Substitute n + 1 into the equation:

    (n + 1) ^ 3 - (n + 1)
    = n^3 + 3n^2 + 3n + 1 - (n + 1)
    = n^3 - n + 3n^2 + 3n

    We assumed n^3 - n is divisible by 3, so the first part is true. The second part is also clearly divisible by three. Therefore, the statement is true for n + 1 (the offspring).

    We have successfully proved the statement.

  3. The Following User Says Thank You to Poem For This Useful Post:

    Raj (05-27-2014)

  4. #3
    Raj's Avatar
    Joined
    Mar 2012
    Posts
    1,890
    Userbars
    8
    Thanks
    3,428
    Thanked
    2,531/1,432
    DL/UL
    68/0
    Mentioned
    1,177 times
    Time Online
    96d 22h 1m
    Avg. Time Online
    33m
    @(you need an account to see links) where did you get (n^3 - n) to begin with?

  5. #4
    Poem's Avatar
    Joined
    Feb 2013
    Posts
    986
    Userbars
    9
    Thanks
    821
    Thanked
    678/277
    DL/UL
    41/0
    Mentioned
    247 times
    Time Online
    86d 16h 7m
    Avg. Time Online
    30m
    Quote Originally Posted by Raj View Post
    @(you need an account to see links) where did you get (n^3 - n) to begin with?
    "prove that n^3 - n is divisible by 3. "

    That's the statement we are trying to prove.

  6. #5
    Raj's Avatar
    Joined
    Mar 2012
    Posts
    1,890
    Userbars
    8
    Thanks
    3,428
    Thanked
    2,531/1,432
    DL/UL
    68/0
    Mentioned
    1,177 times
    Time Online
    96d 22h 1m
    Avg. Time Online
    33m
    Quote Originally Posted by Poem View Post
    "prove that n^3 - n is divisible by 3. "

    That's the statement we are trying to prove.
    right but where did you get the n^3 - n? i don't know where you got that statement in the first place

    or did you just make that up for the sake of the example? if so i'm sorry LOL

  7. #6
    Poem's Avatar
    Joined
    Feb 2013
    Posts
    986
    Userbars
    9
    Thanks
    821
    Thanked
    678/277
    DL/UL
    41/0
    Mentioned
    247 times
    Time Online
    86d 16h 7m
    Avg. Time Online
    30m
    Quote Originally Posted by Raj View Post
    right but where did you get the n^3 - n? i don't know where you got that statement in the first place

    or did you just make that up for the sake of the example? if so i'm sorry LOL
    Yes, that's an example question.

  8. The Following User Says Thank You to Poem For This Useful Post:

    Raj (05-27-2014)

  9. #7
    Raj's Avatar
    Joined
    Mar 2012
    Posts
    1,890
    Userbars
    8
    Thanks
    3,428
    Thanked
    2,531/1,432
    DL/UL
    68/0
    Mentioned
    1,177 times
    Time Online
    96d 22h 1m
    Avg. Time Online
    33m
    thanks so much haiku <3 +repped

  10. The Following User Says Thank You to Raj For This Useful Post:

    Poem (05-27-2014)

  11. #8
    Poem's Avatar
    Joined
    Feb 2013
    Posts
    986
    Userbars
    9
    Thanks
    821
    Thanked
    678/277
    DL/UL
    41/0
    Mentioned
    247 times
    Time Online
    86d 16h 7m
    Avg. Time Online
    30m
    Quote Originally Posted by Raj View Post
    thanks so much haiku <3 +repped
    no prob, any other questions let me know =)

  12. #9
    Raj's Avatar
    Joined
    Mar 2012
    Posts
    1,890
    Userbars
    8
    Thanks
    3,428
    Thanked
    2,531/1,432
    DL/UL
    68/0
    Mentioned
    1,177 times
    Time Online
    96d 22h 1m
    Avg. Time Online
    33m
    OH MY GOD @(you need an account to see links) THERE WAS ONE FREE RESPONSE QUESTION WORTH 5 POINTS (THE OTHER 33 QUESTIONS WERE MULTIPLE CHOICE) AND THE FREE RESPONSE ONE WAS AN INDUCTION PROBLEM OHMYGOD IF I DIDNT GET IT THAT BASICALLY DROPPED ME TO A B BUT I GOT IT THANKS TO YOU IM SO HYPED THANKS SO MUCH OHMYGOD

  13. The Following 2 Users Say Thank You to Raj For This Useful Post:

    Poem (05-28-2014),rachel (05-28-2014)

  14. #10
    Poem's Avatar
    Joined
    Feb 2013
    Posts
    986
    Userbars
    9
    Thanks
    821
    Thanked
    678/277
    DL/UL
    41/0
    Mentioned
    247 times
    Time Online
    86d 16h 7m
    Avg. Time Online
    30m
    Quote Originally Posted by Raj View Post
    OH MY GOD @(you need an account to see links) THERE WAS ONE FREE RESPONSE QUESTION WORTH 5 POINTS (THE OTHER 33 QUESTIONS WERE MULTIPLE CHOICE) AND THE FREE RESPONSE ONE WAS AN INDUCTION PROBLEM OHMYGOD IF I DIDNT GET IT THAT BASICALLY DROPPED ME TO A B BUT I GOT IT THANKS TO YOU IM SO HYPED THANKS SO MUCH OHMYGOD
    No problem, glad to hear you did well on your test! ^_^

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •