Harmonic series/Computation/Termination/Exercise

From Wikiversity
Jump to navigation Jump to search

Karl wants to compute approximately with his programmable pocket calculator the value of the series . The display of the calculator shows positions after the decimal point. The calculator performs one addition (meaning a member of the series is added to the previous sum) per second and shows the result. Karl has programmed correctly and considers the following strategy: "If the display does not change for a complete hour, then we are probably close to the true result and we accept this as a good approximation. Then the calculator shall stop“.

  1. What is roughly the last member to be added?
  2. What do you think about this strategy?