Chapter 9: Problem 76
Consider the following infinite series. a. Write out the first four terms of the sequence of partial sums. b. Estimate the limit of \(\left\\{S_{n}\right\\}\) or state that it does not exist. $$\sum_{k=1}^{\infty}(-1)^{k} k$$
/*! 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 76
Consider the following infinite series. a. Write out the first four terms of the sequence of partial sums. b. Estimate the limit of \(\left\\{S_{n}\right\\}\) or state that it does not exist. $$\sum_{k=1}^{\infty}(-1)^{k} k$$
All the tools & learning materials you need for study success - in one app.
Get started for free
The CORDIC (COordinate Rotation DIgital Calculation) algorithm is used by most calculators to evaluate trigonometric and logarithmic functions. An important number in the CORDIC algorithm, called the aggregate constant, is \(\prod_{n=0}^{\infty} \frac{2^{n}}{\sqrt{1+2^{2 n}}},\) where \(\prod_{n=0}^{N} a_{n}\) represents the product \(a_{0} \cdot a_{1} \cdots a_{N}\). This infinite product is the limit of the sequence $$\left\\{\prod_{n=0}^{0} \frac{2^{n}}{\sqrt{1+2^{2 n}}} \cdot \prod_{n=0}^{1} \frac{2^{n}}{\sqrt{1+2^{2 n}}}, \prod_{n=0}^{2} \frac{2^{n}}{\sqrt{1+2^{2 n}}} \ldots .\right\\}.$$ Estimate the value of the aggregate constant.
Determine whether the following series converge absolutely or conditionally, or diverge. $$\sum_{k=1}^{\infty} \frac{\cos k}{k^{3}}$$
The Riemann zeta function is the subject of extensive research and is associated with several renowned unsolved problems. It is defined by \(\zeta(x)=\sum_{k=1}^{\infty} \frac{1}{k^{x}}\). When \(x\) is a real number, the zeta function becomes a \(p\) -series. For even positive integers \(p,\) the value of \(\zeta(p)\) is known exactly. For example, $$ \sum_{k=1}^{\infty} \frac{1}{k^{2}}=\frac{\pi^{2}}{6}, \quad \sum_{k=1}^{\infty} \frac{1}{k^{4}}=\frac{\pi^{4}}{90}, \quad \text { and } \quad \sum_{k=1}^{\infty} \frac{1}{k^{6}}=\frac{\pi^{6}}{945}, \ldots $$ Use estimation techniques to approximate \(\zeta(3)\) and \(\zeta(5)\) (whose values are not known exactly) with a remainder less than \(10^{-3}\).
The famous Fibonacci sequence was proposed by Leonardo Pisano, also known as Fibonacci, in about A.D. 1200 as a model for the growth of rabbit populations. It is given by the recurrence relation \(f_{n+1}=f_{n}+f_{n-1}\), for \(n=1,2,3, \ldots,\) where \(f_{0}=0, f_{1}=1 .\) Each term of the sequence is the sum of its two predecessors. a. Write out the first ten terms of the sequence. b. Is the sequence bounded? c. Estimate or determine \(\varphi=\lim _{n \rightarrow \infty} \frac{f_{n+1}}{f_{n}},\) the ratio of the successive terms of the sequence. Provide evidence that \(\varphi=(1+\sqrt{5}) / 2,\) a number known as the golden mean. d. Verify the remarkable result that $$f_{n}=\frac{1}{\sqrt{5}}\left(\varphi^{n}-(-1)^{n} \varphi^{-n}\right)$$
Consider the sequence \(\left\\{x_{n}\right\\}\) defined for \(n=1,2,3, \ldots\) by $$x_{n}=\sum_{k=n+1}^{2 n} \frac{1}{k}=\frac{1}{n+1}+\frac{1}{n+2}+\dots+\frac{1}{2 n}$$ a. Write out the terms \(x_{1}, x_{2}, x_{3}\) b. Show that \(\frac{1}{2} \leq x_{n}<1,\) for \(n=1,2,3, \ldots\) c. Show that \(x_{n}\) is the right Riemann sum for \(\int_{1}^{2} \frac{d x}{x}\) using \(n\) subintervals. d. Conclude that \(\lim _{n \rightarrow \infty} x_{n}=\ln 2\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.