Wednesday, 7 September 2016

discrete mathematics - Use the recursive definition of summation together with mathematical induction to prove a sequence



Use the recursive definition of summation together with mathematical induction to prove that for all positive integers n if a1,a2,,an are real numbers, then




nk=1(3ak2k+3)=3nk=1akn2+2n.



Attempted Solution: I know how to check the base case (n=1) of both the left and the right side to get 3a1+1.



For my inductive hypothesis, I got:



Assume for j1, jk=1(3ak2k+3)=3jk=1akj2+2j.



From the recursive definition of summation: Sj+1=Sj+aj+1.




After this I am lost. I don't know where to start, and unfortunately, my professor didn't have any notes about proving these with mathematical induction. Looking at the solutions manual I am even more confused. If anyone can look at his solution and kind of go step by step with me to tell me what he did or where he got things from, I would seriously appreciate it. I am especially having trouble knowing with what equations to set things up with, and how to change the j on sigma to j+1.



Teachers Solution:



Sj+1=Sj+aj+1=jk=1(3ak2k+3)+3aj+12(j+1)+3=3jk=1akj2+2j+3aj+12(j+1)+3=3j+1k=1akj2+2j2(j+1)+3=3j+1k=1ak(j+1)2+2(j+1)=Right Sidej+1



Therefore, nk=1(3ak2k+3)=3nk=1akn2+2n..



Thank you for any help..


Answer



The teacher's solution is somewhat problematic in itself as it (ab)uses aj for two purposes: Once for the "generic" name of the summand in the first line Sj+1=Sj+aj+1 and then as the numbers from which the summands are computed via 3ak2k+3. Of course in general aj+13aj+12(j+1)+3!



I guess the most promising way to prove equations about such summations is as follows:

Consider the left hand side and the right hand side as functions of n, say f(n)=nk=1(3ak2k+3) and g(n)=3nk=1akn2+2n. Then show that f(1)=g(1) (you did that). Next concentrate on one side and compute f(n)f(n1) for n>1, making use of the recursive definition:
f(n)f(n1)=nk=1(3ak2k+3)n1k=1(3ak2k+3)=(nk=1(3ak2k+3)+(3an2n+3))n1k=1(3ak2k+3)=3an2n+3.
Do the same with the right hand side:
g(n)g(n1)=(3nk=1akn2+2n)(3n1k=1ak(n1)2+2(n1))=(3n1k=1ak+3ann2+2n)(3n1k=1ak(n1)2+2(n1))
and simplify until you notice that this is just f(n)f(n1).


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}...