Results 1 to 20 of 20
  1. #1
    Kärnfysikern's Avatar
    Kärnfysikern is offline Retired: AR-Hall of Famer
    Join Date
    Dec 2001
    Location
    Scotty, beam me up
    Posts
    6,359

    Maths help needed

    How do I prove that

    2^n > n^3 for n>10 or n=10??? I am suposed to use the induktion principle(this is a straight translation from swedish so might not be the correct english term).

    I have done it in steps.

    Step 1. 2^10 > 10^3. The difference is valid for n=10.

    Step 2. Assume that the difference is true for n=p where p=10 or p>10

    2^p > p^3 <=> 2^p - p^3 > 0

    Step 3

    2^(p+1) - (p+1)^3 = 2*2^p - (p^3 + p^2 + 3p + 1)=
    = 2*2^p - p^3 - p^2 - 3p -1 > 0

    How do I continue from there?? Or have I made a error in step 3?
    Should I replace 2*2^p with 2*p^3?? damn I hate this

  2. #2
    Calipso's Avatar
    Calipso is offline Banned Post Whore
    Join Date
    Aug 2003
    Location
    Freakville, MA
    Posts
    1,683
    This thread scared me and reminded me I'm going to college some day.

  3. #3
    SV-1's Avatar
    SV-1 is offline Respected Member
    Join Date
    Aug 2003
    Location
    The Lab
    Posts
    5,464


    2+2=4...... F-O-U-R


  4. #4
    Danielle's Avatar
    Danielle is offline Female Member
    Join Date
    Aug 2003
    Location
    New Yorker
    Posts
    1,561
    Quote Originally Posted by johan
    How do I prove that

    2^n > n^3 for n>10 or n=10??? I am suposed to use the induktion principle(this is a straight translation from swedish so might not be the correct english term).

    I have done it in steps.

    Step 1. 2^10 > 10^3. The difference is valid for n=10.

    Step 2. Assume that the difference is true for n=p where p=10 or p>10

    2^p > p^3 <=> 2^p - p^3 > 0

    Step 3

    2^(p+1) - (p+1)^3 = 2*2^p - (p^3 + p^2 + 3p + 1)=
    = 2*2^p - p^3 - p^2 - 3p -1 > 0

    How do I continue from there?? Or have I made a error in step 3?
    Should I replace 2*2^p with 2*p^3?? damn I hate this
    ok ok.........i think you are totally making this more complicated then it really is.......first off......does ^ mean multiplication?!?!?........you need to explain all the terms.........

    no clue what the induktion principle is................please explain

    what Math class are you taking?............

    "where p=10 or p>10"....quoting you.........now if P is 10..........then how is P greater then 10......???......10 equals 10.......

    im just trying to help you............if i have all the correct terms and know what you are trying to solve...........this problem will be a breeze for me........
    Strength does not come from winning. Your struggles develop your strengths. When you go through hardships and decide not to surrender, THAT IS STRENGTH

  5. #5
    Billy_Bathgate's Avatar
    Billy_Bathgate is offline AR Vet / Retired
    Join Date
    Apr 2003
    Location
    Antarctica
    Posts
    4,393
    2*2^p - p^3 - p^2 - 3p -1 > 0 should be your final answer

    Plug in 10 and you should have your proof. If F(P+1) is true, then so is F(P) where n=10, n>10.

    I think? Been awhile since I did these. Calc 1 right? Analytic?

  6. #6
    BDTR's Avatar
    BDTR is offline Retired
    Join Date
    Jul 2003
    Posts
    10,343
    This post made me so happy i'll never have to take Calc again. God i hated college.

  7. #7
    MMC78's Avatar
    MMC78 is offline Senior Member
    Join Date
    Jul 2003
    Posts
    1,040
    I can solve this, but have 2 questions. What level math is this and are you allowed to use L'Hoptial's rule?

  8. #8
    navydevildoc's Avatar
    navydevildoc is offline Associate Member
    Join Date
    Sep 2003
    Location
    SoCal
    Posts
    451
    Quote Originally Posted by bdtr
    This post made me so happy i'll never have to take Calc again. God i hated college.
    I am laughing at one of my friends who is taking Calc II, and his prof. won't let him use his graphing calculator... only a normal scientific one!!! I feel sorry for him, but glad my math is done!

  9. #9
    MMC78's Avatar
    MMC78 is offline Senior Member
    Join Date
    Jul 2003
    Posts
    1,040
    Prove:
    2^(n+1) > (n+1)^3 forall n >= 10

    Inductive step
    2^(n+1) > (n+1)^3 =
    (2^n) + (2^n) > (n^3) + (3n^2 + 3n + 1)
    By the inductive hypothesis we know that 2^n > n^3 forall n > 10
    so it suffices to prove that n^3 > 3n^2 + 3n + 1

    Since we know n > 10 then we know that
    n^3 > 10n^2 and also
    n^3 > 3n^2 + 3n^2 + 3n^2
    and since 3n^2 > 3n > 1 we can conclude
    n^3 > 3n^2 + 3n + 1
    QED

  10. #10
    BDTR's Avatar
    BDTR is offline Retired
    Join Date
    Jul 2003
    Posts
    10,343
    I would have never made it through Cal II without a graphing calculator.

    Quote Originally Posted by navydevildoc
    I am laughing at one of my friends who is taking Calc II, and his prof. won't let him use his graphing calculator... only a normal scientific one!!! I feel sorry for him, but glad my math is done!

  11. #11
    punk_bbuilder's Avatar
    punk_bbuilder is offline Senior Member
    Join Date
    Jul 2003
    Posts
    1,520
    Calculus is the biggest pain in the ass class i have had thus far..besides Organic Chemistry.

  12. #12
    Full Intensity's Avatar
    Full Intensity is offline Anabolic Member
    Join Date
    Aug 2001
    Location
    Toronto, Canada
    Posts
    3,295
    Quote Originally Posted by MMC78
    Prove:
    2^(n+1) > (n+1)^3 forall n >= 10

    Inductive step
    2^(n+1) > (n+1)^3 =
    (2^n) + (2^n) > (n^3) + (3n^2 + 3n + 1)
    By the inductive hypothesis we know that 2^n > n^3 forall n > 10
    so it suffices to prove that n^3 > 3n^2 + 3n + 1

    Since we know n > 10 then we know that
    n^3 > 10n^2 and also
    n^3 > 3n^2 + 3n^2 + 3n^2
    and since 3n^2 > 3n > 1 we can conclude
    n^3 > 3n^2 + 3n + 1
    QED
    that looks spot on to me cause for induction you first have to prove it correct for all "n" then for all "n+1" Fuck do the calc days bring back bad bad memories

  13. #13
    Dude-Man's Avatar
    Dude-Man is offline Anabolic Member
    Join Date
    Jul 2003
    Location
    Nowhere, USA
    Posts
    5,966
    The worst part is the calcs keep going. I took calc 4 (differential equations) last semester. Hardest class i've ever taken.

  14. #14
    symatech's Avatar
    symatech is offline Retired Moderator
    Join Date
    May 2002
    Location
    not where I want to be
    Posts
    6,696
    calc I & II isn't too difficult....the intense algebra in it is what always threw me. but without a graphing calc....ouch.

  15. #15
    mass junkie's Avatar
    mass junkie is offline banned
    Join Date
    Dec 2002
    Location
    on the net
    Posts
    8,835
    Thanks for reminding me how much I suck at Math

  16. #16
    wrstlr69sdnl's Avatar
    wrstlr69sdnl is offline Senior Member
    Join Date
    Oct 2002
    Location
    California
    Posts
    1,820
    www.math.com has tones of calculators thats the only way I passed my math class

  17. #17
    Kärnfysikern's Avatar
    Kärnfysikern is offline Retired: AR-Hall of Famer
    Join Date
    Dec 2001
    Location
    Scotty, beam me up
    Posts
    6,359
    Thanks everyone.

    Yupp Billy its analytic

    Thanks for the correct answere MMC78

    Danielle, ^ menas...uhhh dont know the english word for it to be honest

    but x^2=x*x and x^3=x*x*x and so on. What is the correct english word for it?? It sux that we read the maths on swedish I would prefer it to be on english

    And I said "where p=10 or p>10" because the "equals or greater then" isymbol isnt aviable on the keyboard so I had to type it out like that instead.

    Cant figure out how to explain the inductive hypothesis on english either

    Now I know where to turn when I get stuck in maths expect those kinds of threads alot this weekend because I have a test on monday

    Thanks again!

  18. #18
    MMC78's Avatar
    MMC78 is offline Senior Member
    Join Date
    Jul 2003
    Posts
    1,040
    No problem. BTW the english word for the ^ operator is exponentiation. 2^n is usually written with the n as a superscript, but it's common when writing on a computer to use ^.

  19. #19
    Kärnfysikern's Avatar
    Kärnfysikern is offline Retired: AR-Hall of Famer
    Join Date
    Dec 2001
    Location
    Scotty, beam me up
    Posts
    6,359
    Quote Originally Posted by MMC78
    No problem. BTW the english word for the ^ operator is exponentiation. 2^n is usually written with the n as a superscript, but it's common when writing on a computer to use ^.
    btw just noticed a thing

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

    shouldnt that be (n^3)*(3n^2+3n+1)??

    This is how my teacher wanted me to solve it

    2^(p+1)-(p+1)^3 = 2*2^p - (p^3+3p^2+3p+1) > 2*p^3 - (p^3+3p^2+3p+1)=p^3-3p^2-3p-1
    The above is > or = with
    10p^2-3p^2-3p-1=7p^2-3p-1 , p>10 or p=10
    That is > or = with
    70p-3p-1 , p>10 or p=10
    That in turn is > or = with
    670-1 , p>10 or p=10
    And then we have

    2^(p+1)-(p+1)^3 > 660 > 0

    So the difference according to the induktion is valid for all n>10 n= 10

    Dont know what way to solve it is the best one

  20. #20
    MMC78's Avatar
    MMC78 is offline Senior Member
    Join Date
    Jul 2003
    Posts
    1,040
    [I](2^n) + (2^n) > (n^3) + (3n^2 + 3n + 1)
    shouldnt that be (n^3)*(3n^2+3n+1)??/[I]

    No, that's ok. I just grouped the addition with parenthesis to make the next step clearer. I don't know why your teacher didn't like this proof. It's basically a textbook soultion for a class I taught 2 years ago.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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