S(n): 1/n =< (1+...+1/n)-ln(n)Use Induction to prove statement true for all positive integers n
Hence show that
does not converge to a limit
1) I get confused with left and right very often. Sorry it should be RHS.hmmm... question is inequality? How did you sub into equn to make LHS =
Also, perhaps more importantly, how did you get final greater then 1/(k+1)
+
how did you also get result of <=1, since k>=1
That is qutie skilled Trebla. How did you manage to get this? What thought processes did you use?First we need to derive a useful result.
Now to proceed to the induction problem:
but ln(k/k+1) is not positive1) I get confused with left and right very often. Sorry it should be RHS.
2) Do you agree that...1/k and ln(k/(k+1)) are positive for all k: k>=1? This can be verified by using the derivative and proving the functions are positive for k>=1 but decreasing.
So, 1/k+ln(k/(k+1)) >= 0 [Adding 1/(k+1) to both sides]
1/k+1/(k+1)+ln(k/(k+1)) >= 1/(k+1)
RHS >= 1/(k+1)
3) Since 1/k, 1/(k+1) and ln(k/(k+1)) are positive but decreasing functions for k>=1. Use derivatives and show that f'<0 for k>=1 where f is any of the above functions. And for the functions above i'm pretty sure max/turning pt occurs at k=1 and the functions are decreasing after k=1.
Note k=1 is base case...hopefully.
Yeah realised that after writing that up. But i don't think it matters.but ln(k/k+1) is not positive
If you draw a diagram of the hyperbola y = 1/x for k < x < k + 1, both the lower and upper rectangle have a length of 1. The lower rectangle (which understates the true area) has a width of 1/(k + 1) which is the y-value corresponding to x = k + 1 and the upper rectangle (which overstates the true area) has a width of 1/k. Hence the area of the lower rectangle is 1/(k+1) and the area of the upper rectangle is 1/k.Also, not quite sure about ur first assumption. I do get how the area is between 2 rectangles. But why is then the area between
1/k+1 and 1/k
Also, for the second part of Q. I do not get how you get 1/ne^... for middle of inequality. e^-lnn is e^1/n?