Chapter 9: Problem 57
Choose your test Use the test of your choice to determine whether the following series converge. $$\sum_{k=1}^{\infty} \frac{k^{8}}{k^{11}+3}$$
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 9: Problem 57
Choose your test Use the test of your choice to determine whether the following series converge. $$\sum_{k=1}^{\infty} \frac{k^{8}}{k^{11}+3}$$
All the tools & learning materials you need for study success - in one app.
Get started for free
Here is a fascinating (unsolved) problem known as the hailstone problem (or the Ulam Conjecture or the Collatz Conjecture). It involves sequences in two different ways. First, choose a positive integer \(N\) and call it \(a_{0} .\) This is the seed of a sequence. The rest of the sequence is generated as follows: For \(n=0,1,2, \ldots\) $$a_{n+1}=\left\\{\begin{array}{ll} a_{n} / 2 & \text { if } a_{n} \text { is even } \\ 3 a_{n}+1 & \text { if } a_{n} \text { is odd. } \end{array}\right.$$ However, if \(a_{n}=1\) for any \(n,\) then the sequence terminates. a. Compute the sequence that results from the seeds \(N=2,3\), \(4, \ldots, 10 .\) You should verify that in all these cases, the sequence eventually terminates. The hailstone conjecture (still unproved) states that for all positive integers \(N,\) the sequence terminates after a finite number of terms. b. Now define the hailstone sequence \(\left\\{H_{k}\right\\},\) which is the number of terms needed for the sequence \(\left\\{a_{n}\right\\}\) to terminate starting with a seed of \(k\). Verify that \(H_{2}=1, H_{3}=7,\) and \(H_{4}=2\). c. Plot as many terms of the hailstone sequence as is feasible. How did the sequence get its name? Does the conjecture appear to be true?
The prime numbers are those positive integers that are divisible by only 1 and themselves (for example, 2,3,5 7, \(11,13, \ldots .\) ). A celebrated theorem states that the sequence of prime numbers \(\left\\{p_{k}\right\\}\) satisfies \(\lim _{k \rightarrow \infty} p_{k} /(k \ln k)=1 .\) Show that \(\sum_{k=2}^{\infty} \frac{1}{k \ln k}\) diverges, which implies that the series \(\sum_{k=1}^{\infty} \frac{1}{p_{k}}\) diverges.
Convergence parameter Find the values of the parameter \(p>0\) for which the following series converge. $$\sum_{k=1}^{\infty} \ln \left(\frac{k}{k+1}\right)^{p}$$
Evaluate the limit of the following sequences. $$a_{n}=\int_{1}^{n} x^{-2} d x$$
Use Exercise 89 to determine how many terms of each series are needed so that the partial sum is within \(10^{-6}\) of the value of the series (that is, to ensure \(R_{n}<10^{-6}\) ). a. \(\sum_{k=0}^{\infty} 0.6^{k}\) b. \(\sum_{k=0}^{\infty} 0.15^{k}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.