Thursday, 13 December 2012

recurrence relations - closed form for d(4)=2, d(n+1)=d(n)+n1?



I am helping a friend in his last year of high school with his math class. They are studying recurrences and proof by inference. One of the exercises was simply "How many diagonals does a regular n-polygon have?".



We quickly found a direct answer to that question: d(n)=(n3)n2, but since they are studying recurrences, we didn't stop, and found the recurrence d(n+1)=d(n)+n1. We proceeded to prove by induction that the closed form we initially found is indeed a solution for the recurrence.



But then he asked me a question I couldn't answer: we found the closed form because the question gives us an obvious mapping to an easy to solve geometry problem, but is there a way to find a closed form using the recurrence only?


Answer



Yes it is possible. This is an example of a telescoping sequence.




Notice that dn+1dn=n1



Now consider



(dn+1dn)+(dndn1)+(dn1dn2)++(d5d4)



I will leave the rest to you.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

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