Use induction to prove that 1/1 + 1/2 +1/3 +1/4 +1/5 + ... + 1/(2^n) is greater
ID: 1944279 • Letter: U
Question
Use induction to prove that 1/1 + 1/2 +1/3 +1/4 +1/5 + ... + 1/(2^n) is greater than or equal to 1 + n/2.Explanation / Answer
to prove it by induction, first we verify the base case n = 1: 1/1 + 1/2 >= 1+1/2 as required. now assume that n = k is true ie the property is true for n = k ie: 1/1+ 1/2+ ... +1/(2^k) >= 1 + k/2 so to show it for n = (k+1) ie 1/1+ 1/2+ ... +1/(2^k) + 1/((2^k)+1) + ... + 1/(2^(k+1)) >= 1+(k+1)/2 so, we have to show that 1/((2^k)+1) + ... + 1/(2^(k+1)) >= 1/2 hence by adding 1/1+ 1/2+ ... +1/(2^k) >= 1 + k/2 and 1/((2^k)+1) + ... + 1/(2^(k+1)) >= 1/2 we get the required result so, to show 1/((2^k)+1) + ... + 1/(2^(k+1)) >= 1/2 we just have to observe that the expression on left has exactly 2^k terms and that each term is greater than equal to 1/(2^(k+1)) ( As i 1/j i,j positive). so 1/((2^k)+1) + ... + 1/(2^(k+1))>=1/(2^(k+1))+1/(2^(k+1))...1/(2^(k+1))(2^k times) == 2^k/(2^(k+1)) = 1/2. hence proved. So by induction we have the required resultRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.