Chapter 9: Problem 18
Write the first four terms of the sequence \(\left\\{a_{n}\right\\}\) defined by the following recurrence relations. $$a_{n+1}=a_{n} / 2 ; \quad a_{1}=32$$
/*! 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 18
Write the first four terms of the sequence \(\left\\{a_{n}\right\\}\) defined by the following recurrence relations. $$a_{n+1}=a_{n} / 2 ; \quad a_{1}=32$$
All the tools & learning materials you need for study success - in one app.
Get started for free
A glimpse ahead to power series Use the Ratio Test to determine the values of \(x \geq 0\) for which each series converges. $$\sum_{k=1}^{\infty} \frac{x^{k}}{k}$$
In Section 3, we established that the geometric series \(\Sigma r^{k}\)
converges provided \(|r|<1\). Notice that if \(-1
A glimpse ahead to power series Use the Ratio Test to determine the values of \(x \geq 0\) for which each series converges. $$\sum_{k=1}^{\infty} \frac{x^{k}}{2^{k}}$$
After many nights of observation, you notice that if you oversleep one night you tend to undersleep the following night, and vice versa. This pattern of compensation is described by the relationship $$x_{n+1}=\frac{1}{2}\left(x_{n}+x_{n-1}\right), \quad \text { for } n=1,2,3, \ldots$$ where \(x_{n}\) is the number of hours of sleep you get on the \(n\) th night and \(x_{0}=7\) and \(x_{1}=6\) are the number of hours of sleep on the first two nights, respectively. a. Write out the first six terms of the sequence \(\left\\{x_{n}\right\\}\) and confirm that the terms alternately increase and decrease. b. Show that the explicit formula $$x_{n}=\frac{19}{3}+\frac{2}{3}\left(-\frac{1}{2}\right)^{n}, \text { for } n \geq 0,$$ generates the terms of the sequence in part (a). c. What is the limit of the sequence?
Reciprocals of odd squares Assume that \(\sum_{k=1}^{\infty} \frac{1}{k^{2}}=\frac{\pi^{2}}{6}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.