The goal of this exercise is to increase your understanding of convergence of infinite series by exploring some examples both theoretically (by hand) and experimentally (by computer).
Section 10.3 in the textbook contains the background information about the integral test, the comparison test, and the remainder estimate for the integral test. The relevant Maple commands are add(f(n),n=1..10) (for the sum of a finite number of terms), sum(f(n),n=1..infinity) (for the sum of a series), and evalf (for floating-point evaluation).
Answer the following questions for each of the expressions for an indicated below.