Results 1 to 2 of 2

Thread: Proof By Induction Trouble

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    2

    Proof By Induction Trouble

    Im having trouble prooving these two questions, can anyone help me.





    Thanks guys.

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Proof By Induction Trouble

    Q1.

    Consider the sum to (n+1). = [Sum to n] + (m^2) where m = n+1

    = [ n(n+1)(2n+1)/6 ] + (n+1)^2

    Multiply and divide the (n+1)^2 by 6 and then expand out of the brackets. You'll find that you can rebracket the numerator now as (n+1)(n+2)(2n+3)

    So by manually adding in the (n+1) term, you've found that it does indeed result in the same formula but with all the n replaced by (n+1).

    All you then have to do is show that the sum is correct for n=1 (trivial).

    This is proof by induction - you show that the formula holds for n=1 and you also show that if it is true for n then it is true for n+1. Hence it is tre for all integers n >= 1.



    You can do the same for the other one.


    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

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



Click Here to Expand Forum to Full Width