Question:
Prove by induction that, for all integers n,n≥1:
n∑r=1r>12n2
Working:
Step 1 (Prove true for n=1):
1>12(1)2
Step 2 (Assume true for n=k):
k>12k2
Step 3 (Prove true for n=k+1):
And having only faced equations with an equals (=) sign I have no idea what to do next. Right now I have assumed that it stands true for k and I will try to prove for k+1. What should be my next step?
Answer
Your second step should read k∑r=1r>k22
Then note that k+1∑r=1r=(k+1)+k∑r=1r>(k+1)+k22⏟Induction hypothesis=k2+2k+22>k2+2k+12⏟a+12>a=(k+1)22
No comments:
Post a Comment