New Reply

How to prove by mathematical induction?

 
Share Thread Thread Tools
Feb3-13, 10:22 PM   #1
 

How to prove by mathematical induction?


How do I prove a formula/rule or something by mathematical induction? Please give me a few examples or resources and explain it as best you can because I think I'm messing up some how.
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Feb3-13, 10:34 PM   #2
 
What are you not getting, exactly? If you just don't know what induction is, surely a google search would be faster than starting a new thread.
Feb3-13, 10:39 PM   #3
 
Everything I read confuses me, it tells me to do something different everytime...
Feb3-13, 10:40 PM   #4
 

How to prove by mathematical induction?


Quote by James2 View Post
Everything I read confuses me, it tells me to do something different everytime...
We can't help you if you don't explain what's confusing you. Try posting your attempt at solving an induction problem and explain where you get stuck.
Feb3-13, 10:56 PM   #5
 
I have an equation, (5n + 2) = 2[(5/2)n + 1] I know this is true from the basis step. Then I asume n = k now I must prove n = k + 1. So, (5k + 2) = 2[(5/2)k + 1]

Alright then, I try to substitute k + 1 in and add it or something so I get... 2[(5/2)k + 1] + [5(k + 1) + 2] = 2 [(5/2)(k + 1) + 1]

Simplifying, I get 10k + 2 + 5k + 5 + 2 = 10(k + 1) + 2

And finallly, 15k + 9 =/= 10k + 12

SO.... whaaaat? What happened here?
Feb4-13, 12:42 AM   #6
 
(5n + 2) = 2[(5/2)n + 1]

n = 0:
5*0 + 2 = 2[(5/2)*0 + 1]

The case is true for 0.

Suppose the case is true for n = k.
Now we can use (5k + 2) = 2[(5/2)k + 1].

n = k + 1:
5(k + 1) + 2 = (5k + 2) + 5 = 2[(5/2)k + 1] + 5 = 2[(5/2)k + 1 + 5/2] = 2[(5/2)(k+1) + 1]

The case n = k + 1 follows from the case n = k.
With case n = 0 true the equation therefore works for all non-negative integers.
New Reply

Tags
formulas, induction, logic, mathematics, proof
Thread Tools


Similar Threads for: How to prove by mathematical induction?
Thread Forum Replies
Use mathematical induction to prove the following statements are true Precalculus Mathematics Homework 2
prove a^(m+n) = a^m + a^n with mathematical induction Calculus & Beyond Homework 1
Use mathematical induction to prove: Calculus & Beyond Homework 7
Prove Inequality by Mathematical Induction Calculus & Beyond Homework 10
prove by Mathematical induction , please help Math & Science Software 15