Ask Experts Questions for FREE Help !
Ask
    tikki14's Avatar
    tikki14 Posts: 53, Reputation: 2
    Junior Member
     
    #1

    May 7, 2011, 11:45 AM
    How to solve by using induction?
    How to solve this equation by using induction?




    for n=k:



    for n=k+1:





    Is it correct by now? If yes, what should I do next?
    jcaron2's Avatar
    jcaron2 Posts: 986, Reputation: 204
    Senior Member
     
    #2

    May 9, 2011, 12:49 PM
    Quote Originally Posted by tikki14 View Post
    How to solve this equation by using induction?




    for n=k:



    for n=k+1:





    Is it correct by now? If yes, what should I do next?
    This proof is MUCH easier if you increment p instead of n.

    For proof by induction, we take the given equation as true. Then we replace p with p+1:



    But the first p terms of the left side are the left side of the given equation (which we assume is true for proof by induction), so we can replace those terms with the right side of the given equation and write:



    Now if we can show that the two sides are indeed equal, we will have succeeded in proof by induction.

    First, let's get rid of the 1/(n+1):



    Now we can lose the -(n+1)! Terms on both sides and get a common denominator of (p+1)!:



    Now we get rid of the denominator and factor out a (n+p+1)! Term on the left side:







    Q.E.D.
    Unknown008's Avatar
    Unknown008 Posts: 8,076, Reputation: 723
    Uber Member
     
    #3

    May 10, 2011, 09:47 AM

    Nice demonstration, it's the first time I see a proof by induction :)

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Induction [ 4 Answers ]

I’m doing a induction proof and need to find a way to prove (k(k+1)(k+2))/3 + k + 1 = ((k+1)(k+2)(k+3))/3. thanks

Induction motor [ 3 Answers ]

When the direction of a 3 phase induction motor is changed , is there may be any losses increases?

Single-phase induction motor versus 3Phase-induction motor [ 1 Answers ]

I know the advantages of 3phase induction motor (IM) when compared with a single-phase IM one. However I need to justify using a single-phase IM (main and auxiliary windings) with a 3 legs inverter instead a 3phase IM with also a 3 legs inverter. Are the single-phase IM cheaper the 3phase one...

Proof by induction [ 1 Answers ]

I need help in figuring out how to prove 1+2n is less than or equal to 3^n by using induction.

Mathematical Induction [ 1 Answers ]

Using Mathematical Induction Solve: 1/2*3/4*... *(2n-1)/(2n)<srqt(3n+1)


View more questions Search