Skip to main content
Ch. 10 - Sequences and Infinite Series
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243당신이 사용하는 게 아니라요?교과서 변경
10장, 문제 10.2.73a

{Use of Tech} A savings plan
James begins a savings plan in which he deposits \(100 at the beginning of each month into an account that earns 9% interest annually, or equivalently, 0.75% per month.
To be clear, on the first day of each month, the bank adds 0.75% of the current balance as interest, and then James deposits \)100.


Let Bₙ be the balance in the account after the nᵗʰ payment, where B₀ = \$0.


a.Write the first five terms of the sequence {Bₙ}.

검증된 단계별 안내
1
Understand the problem setup: James deposits \$100 at the beginning of each month, and the account earns 0.75% interest monthly. The interest is added first, then the deposit is made each month.
Define the sequence {Bₙ} where B₀ = 0 represents the balance before any deposits or interest. For each month n, the balance after the nth deposit is Bₙ.
Express the recursive formula for Bₙ: The balance after the nth payment is the previous balance Bₙ₋₁ grown by 0.75% interest, plus the new \$100 deposit. Mathematically, this is: \(B_{n} = B_{n-1} \times (1 + 0.0075) + 100\)
Calculate the first five terms step-by-step using the recursive formula: - \(B_0 = 0\) - \(B_1 = B_0 \times 1.0075 + 100\) - \(B_2 = B_1 \times 1.0075 + 100\) - \(B_3 = B_2 \times 1.0075 + 100\) - \(B_4 = B_3 \times 1.0075 + 100\) - \(B_5 = B_4 \times 1.0075 + 100\)
Write out each term explicitly by substituting the previous term's value, showing how the balance grows month by month with interest and deposits.

비슷한 문제에 대한 검증된 영상 답변:

이 영상 해법은 위 문제에 도움이 된다고 튜터들이 추천한 것입니다.
영상 길이:
6m
도움이 되었나요?

주요 개념

질문에 올바르게 답하기 위해 반드시 이해해야 하는 핵심 개념들은 다음과 같습니다.

Recursive Sequences

A recursive sequence defines each term based on the previous term(s). In this problem, the balance after each payment depends on the previous balance plus interest and the new deposit. Understanding how to express Bₙ in terms of Bₙ₋₁ is essential to write out the sequence terms.
추천 영상:
6:40
Arithmetic Sequences - Recursive Formula

Compound Interest

Compound interest means interest is earned on both the initial principal and the accumulated interest from previous periods. Here, interest is added monthly at 0.75%, so the balance grows by multiplying the previous balance by 1.0075 before adding the new deposit.
추천 영상:
4:47
The Number e

Sequence Initialization and Notation

The sequence starts with B₀ = 0, representing the initial balance before any deposits. Correctly interpreting the timing of interest addition and deposits is crucial to accurately calculate each term Bₙ, especially since interest is added before the deposit each month.
추천 영상:
8:22
Introduction to Sequences
관련 실천
교과서 질문

88–89. Binary numbers

Humans use the ten digits 0 through 9 to form base-10 or decimal numbers, whereas computers calculate and store numbers internally as binary numbers—numbers consisting entirely of 0’s and 1’s. For this exercise, we consider binary numbers that have the form 0.b₁b₂b₃⋯, where each of the digits b₁, b₂, b₃, ⋯ is either 0 or 1. The base-10 representation of the binary number 0.b₁b₂b₃⋯ is the infinite series

b₁ / 2¹ + b₂ / 2² + b₃ / 2³ + ⋯


89. Computers can store only a finite number of digits and therefore numbers with nonterminating digits must be rounded or truncated before they can be used and stored by a computer.


a. Find the base-10 representation of the binary number 0.001̅1.

70
views
교과서 질문

12–24. Limits of sequences Evaluate the limit of the sequence or state that it does not exist.

aₙ = ((3n² + 2n + 1) · sin(n)) / (4n³ + n) (Hint: Use the Squeeze Theorem.)

79
views
교과서 질문

27–34. Working with sequences Several terms of a sequence {aₙ}ₙ₌₁∞ are given.

a. Find the next two terms of the sequence.

{-5, 5, -5, 5, ......}

47
views
교과서 질문

27–34. Working with sequences Several terms of a sequence {aₙ}ₙ₌₁∞ are given.

a. Find the next two terms of the sequence.

{1, 2, 4, 8, 16, ......}

54
views
교과서 질문

41–44. {Use of Tech} Remainders and estimates Consider the following convergent series.


a. Find an upper bound for the remainder in terms of n.


41. ∑ (k = 1 to ∞) 1 / k⁶

105
views
교과서 질문

Loglog p-series Consider the series ∑ (k = 2 to ∞) 1 / (k(ln k)(ln ln k)ᵖ), where p is a real number.

a. For what values of p does this series converge?

52
views