How can I find the closed form of
a) 1+3+5+...+(2n+1)
b) 1^2 + 2^2 + ... + n^2
using induction?
I'm new to this site, and I've thought about using the series 1 + 2 + 3 +...+ n = n(n+1)/2 to help me out But isn't that technically using prior knowledge and hence invalid? Am I on the right track? Thanks.
Answer
a): Clearly it is an Arithmetic Series
So, the sum up to nth term is =n2{2⋅1+(n−1)2}=n2
Let P(n):∑1≤r≤n(2r−1)=n2
P(1):∑1≤r≤1(2r−1)=1 which is =12 so P(n) is true for n=1
Let P(n) is true for n=m
So, ∑1≤r≤m(2r−1)=m2
P(m+1):∑1≤r≤m+1(2r−1)=∑1≤r≤m(2r−1)+2m+1=m2+2m+1=(m+1)2
So, P(m+1) will be true if P(m) is true.
But we have already shown P(n) is true for n=1
So, by induction we can prove that P(n) is true for all positive integer n
b):
HINT:
We know, (r+1)3−r3=3r2+3r+1
Putting r=1,2,⋯,n−1,n and adding we get (n+1)3−1=3∑1≤r≤nr2+3∑1≤r≤nr+∑1≤r≤n1
Now, you know ∑1≤r≤nr=n(n+1)2 and ∑1≤r≤n1=n
On simplification ∑1≤r≤nr2=n(n+1)(2n+1)6
Can you use similar induction approach here?
No comments:
Post a Comment