Discrete Mathematics with Applications 4th Edition

Published by Cengage Learning
ISBN 10: 0-49539-132-8
ISBN 13: 978-0-49539-132-6

Chapter 5 - Sequences, Mathematical Induction, and Recursion - Exercise Set 5.7 - Page 316: 35

Answer

See explanation

Work Step by Step

Below is a brief outline of how to prove, by induction, that for all integers \(k \ge 0\), \[ h_k \;=\; \frac{2^{\,k+1} + (-1)^k}{3} \] satisfies the recursion \[ h_k = 2^k - h_{k-1} \quad\text{with}\quad h_0 = 1. \] --- ### **Base Case** \((k=0)\) We check the formula for \(k=0\): \[ h_0 \;=\; \frac{2^{0+1} + (-1)^0}{3} \;=\; \frac{2 + 1}{3} \;=\; 1. \] This matches the given initial condition \(h_0 = 1\). So the base case holds. --- ### **Inductive Step** Assume that for some \(k \ge 1\) the formula holds at \(k-1\), i.e., \[ h_{k-1} \;=\; \frac{2^{(k-1)+1} + (-1)^{k-1}}{3} \;=\; \frac{2^k + (-1)^{k-1}}{3}. \] We must show that the same formula then holds for \(h_k\). From the recursive definition, \[ h_k \;=\; 2^k - h_{k-1}. \] Using the inductive hypothesis, \[ h_k \;=\; 2^k \;-\; \frac{2^k + (-1)^{k-1}}{3} \;=\; \frac{\,3 \cdot 2^k - \bigl(2^k + (-1)^{k-1}\bigr)}{3} \;=\; \frac{\,3 \cdot 2^k - 2^k - (-1)^{k-1}}{3}. \] Simplify the numerator: \[ 3 \cdot 2^k \;-\; 2^k \;=\; 2 \cdot 2^k \;=\; 2^{k+1}, \] so \[ h_k \;=\; \frac{\,2^{k+1} - (-1)^{k-1}}{3}. \] Notice that \[ -\,(-1)^{k-1} \;=\; (-1)\cdot(-1)^{k-1} \;=\; (-1)^k. \] Hence \[ 2^{k+1} - (-1)^{k-1} \;=\; 2^{k+1} + (-1)^k. \] Thus \[ h_k \;=\; \frac{2^{k+1} + (-1)^k}{3}, \] which is exactly the claimed closed-form formula.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.