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
n∑k=1(3ak−2k+3)=3n∑k=1ak−n2+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 j≥1, ∑jk=1(3ak−2k+3)=3∑jk=1ak−j2+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=j∑k=1(3ak−2k+3)+3aj+1−2(j+1)+3=3j∑k=1ak−j2+2j+3aj+1−2(j+1)+3=3j+1∑k=1ak−j2+2j−2(j+1)+3=3j+1∑k=1ak−(j+1)2+2(j+1)=Right Sidej+1
Therefore, ∑nk=1(3ak−2k+3)=3∑nk=1ak−n2+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 3ak−2k+3. Of course in general aj+1≠3aj+1−2(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(3ak−2k+3) and g(n)=3∑nk=1ak−n2+2n. Then show that f(1)=g(1) (you did that). Next concentrate on one side and compute f(n)−f(n−1) for n>1, making use of the recursive definition:
f(n)−f(n−1)=n∑k=1(3ak−2k+3)−n−1∑k=1(3ak−2k+3)=(n∑k=1(3ak−2k+3)+(3an−2n+3))−n−1∑k=1(3ak−2k+3)=3an−2n+3.
Do the same with the right hand side:
g(n)−g(n−1)=(3n∑k=1ak−n2+2n)−(3n−1∑k=1ak−(n−1)2+2(n−1))=(3n−1∑k=1ak+3an−n2+2n)−(3n−1∑k=1ak−(n−1)2+2(n−1))
and simplify until you notice that this is just f(n)−f(n−1).
No comments:
Post a Comment