Saturday, 24 February 2018

Prove fracn(n+1)2 by induction, triangular numbers





Prove that the n-th triangular number is:




Tn=n(n+1)2




I did this:



Base case: 1(1+1)2=1, which is true.



Then I assumed that Tk=k(k+1)2 is true.




Tk+1=(k+1)(k+1+1)2



I'm not sure what to do next. What is this supposed to be equal to?


Answer



You have to think about the nature of the triangular numbers: the n-th triangular number is the number of dots created by n layers of dots stacked upon each other: the first (top) layer has 1 dot, the next (below it) has 2 dots, etc. The n-th and last layer of the n-the triangular number has n dots:



enter image description here



Now, your inductive hypothesis is that the k-the triangular number consists of k(k+1)2 dots, i.e. that




Tk=k(k+1)2



Using that hypothesis, you have to show that the k+1-th triangular number has (k+1)(k+2)2 dots. But note: the k+1-th triangular number adds a layer of k+1 dots to the k-th triangular number. That is, we know that:



Tk+1=Tk+(k+1)



So, use that fact, together with the inductive hypothesis, to show what you need to show, i.e. that



Tk+1=(k+1)(k+2)2


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...