Chapter 4: Problem 2
For which natural numbers \(n\) is \(n^{2}<2^{n} ?\) Justify your conclusion.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! 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 4: Problem 2
For which natural numbers \(n\) is \(n^{2}<2^{n} ?\) Justify your conclusion.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
The Future Value of an Ordinary Annuity. For an ordinary annuity, \(R\) dollars is deposited in an account at the end of each compounding period. It is assumed that the interest rate, \(i,\) per compounding period for the account remains constant. Let \(S_{t}\) represent the amount in the account at the end of the \(t\) th compounding period. \(S_{t}\) is frequently called the future value of the ordinary annuity. So \(S_{1}=R\). To determine the amount after two months, we first note that the amount after one month will gain interest and grow to \((1+i) S_{1} .\) In addition, a new deposit of \(R\) dollars will be made at the end of the second month. So $$ S_{2}=R+(1+i) S_{1} $$ (a) For each \(n \in \mathbb{N},\) use a similar argument to determine a recurrence relation for \(S_{n+1}\) in terms of \(R, i,\) and \(S_{n}\). (b) By recognizing this as a recursion formula for a geometric series, use Proposition 4.16 to determine a formula for \(S_{n}\) in terms of \(R, i,\) and \(n\) that does not use a summation. Then show that this formula can be written as $$ S_{n}=R\left(\frac{(1+i)^{n}-1}{i}\right) $$ (c) What is the future value of an ordinary annuity in 20 years if \(\$ 200\) dollars is deposited in an account at the end of each month where the interest rate for the account is \(6 \%\) per year compounded monthly? What is the amount of interest that has accumulated in this account during the 20 years?
In calculus, it can be shown that $$ \begin{array}{l} \int \sin ^{2} x d x=\frac{x}{2}-\frac{1}{2} \sin x \cos x+c \quad \text { and } \\ \int \cos ^{2} x d x=\frac{x}{2}+\frac{1}{2} \sin x \cos x+c \end{array} $$ Using integration by parts, it is also possible to prove that for each natural number \(n,\) $$ \begin{aligned} \int \sin ^{n} x d x &=-\frac{1}{n} \sin ^{n-1} x \cos x+\frac{n-1}{n} \int \sin ^{n-2} x d x \text { and } \\ \int \cos ^{n} x d x &=\frac{1}{n} \cos ^{n-1} x \sin x+\frac{n-1}{n} \int \cos ^{n-2} x d x \end{aligned} $$ (a) Determine the values of $$ \int_{0}^{\pi / 2} \sin ^{2} x d x $$ and $$ \int_{0}^{\pi / 2} \sin ^{4} x d x $$ (b) Use mathematical induction to prove that for each natural number \(n\), $$ \begin{aligned} \int_{0}^{\pi / 2} \sin ^{2 n} x d x &=\frac{1 \cdot 3 \cdot 5 \cdots(2 n-1)}{2 \cdot 4 \cdot 6 \cdots(2 n)} \frac{\pi}{2} \text { and } \\ \int_{0}^{\pi / 2} \sin ^{2 n+1} x d x &=\frac{2 \cdot 4 \cdot 6 \cdots(2 n)}{1 \cdot 3 \cdot 5 \cdots(2 n+1)} \end{aligned} $$ These are known as the Wallis sine formulas. (c) Use mathematical induction to prove that $$ \begin{aligned} \int_{0}^{\pi / 2} \cos ^{2 n} x d x &=\frac{1 \cdot 3 \cdot 5 \cdots(2 n-1)}{2 \cdot 4 \cdot 6 \cdots(2 n)} \frac{\pi}{2} \quad \text { and } \\ \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x &=\frac{2 \cdot 4 \cdot 6 \cdots(2 n)}{1 \cdot 3 \cdot 5 \cdots(2 n+1)} \end{aligned} $$ These are known as the Wallis cosine formulas.
Which of the following sets are inductive sets? Explain. (a) \(\mathbb{Z}\) (c) \(\\{x \in \mathbb{Z} \mid x \leq 10\\}\) (b) \(\\{x \in \mathbb{N} \mid x \geq 4\\}\) (d) \(\\{1,2,3, \ldots, 500\\}\)
For the sequence \(a_{1}, a_{2}, \ldots, a_{n}, \ldots,\) assume that \(a_{1}=1,\) and that for each natural number \(n\), $$ a_{n+1}=a_{n}+n \cdot n ! $$ (a) Compute \(n !\) for the first 10 natural numbers. (b) Compute \(a_{n}\) for the first 10 natural numbers. (c) Make a conjecture about a formula for \(a_{n}\) in terms of \(n\) that does not involve a summation or a recursion.
For the sequence \(a_{1}, a_{2}, \ldots, a_{n}, \ldots,\) assume that \(a_{1}=2\) and that for each \(n \in \mathbb{N}, a_{n+1}=a_{n}+5\) (a) Calculate \(a_{2}\) through \(a_{6}\). (b) Make a conjecture for a formula for \(a_{n}\) for each \(n \in \mathbb{N}\). (c) Prove that your conjecture in Exercise (9b) is correct.
What do you think about this solution?
We value your feedback to improve our textbook solutions.