I was having trouble proving by induction with this problem.
n∑i=134i<1 for all n≥2
I went to see my professor and he said try proving this equality n∑i=134i<1−1/4n
Where did he get the 1−(1/4n) from? How would I prove this? And is it still proving the same inequality?
Answer
The "improved" inequality is wrong as stated, it should be ≤ (or even =) instead of <
You can hardly use induction with the original inequality. If you only have sn<1, you cannot conclude that sn+1<1 because you always have sn+1>sn. In other words, you need that sn is sufficiently smaller than 1 (and need to show that sn+1 is not just smaller, but sufficiently smaller than 1)
You might get the 1−1/4n from looking at the first few sums (34, 1516, 6364) and smelling the pattern.
As it turns out, the stricter inequality (or even equality) is much easier to prove. Proe by induction is straightforward.
Since 1−1/4n<1 you also obtain the originally desired result.
No comments:
Post a Comment