Problem 71
Question
A construction company purchases a bulldozer for \(\$ 160,000\). Each year the value of the bulldozer depreciates by \(20 \%\) of its value in the preceding year. Let \(V_{n}\) be the value of the bulldozer in the \(n\) th year. (Let \(n=1\) be the year the bulldozer is purchased.) (a) Find a formula for \(V_{n}\). (b) In what year will the value of the bulldozer be less than \(\$ 100,000 ?\)
Step-by-Step Solution
Verified Answer
Formula: \( V_n = 160,000 \times 0.8^{n-1} \). Value < $100,000 in year 4.
1Step 1: Understand Depreciation
The value of the bulldozer decreases by 20% each year. This means after each year, the bulldozer retains 80% of its value from the previous year. Thus, the relationship can be expressed as a multiplication by a factor of 0.8.
2Step 2: Formulate the Recurrence Relation
To express the value of the bulldozer in the nth year, note that the initial value is \( V_1 = 160,000 \). For subsequent years, the value decreases to 80% of its previous year's value, so \( V_n = 0.8 \times V_{n-1} \).
3Step 3: Derive the Formula for V_n
Starting with \( V_1 = 160,000 \), the value in the nth year can be given by the formula \[ V_n = 160,000 \times 0.8^{n-1} \]. You derive this by repeatedly applying the depreciation reduction factor.
4Step 4: Find the Year When Value Falls Below $100,000
Set \( V_n < 100,000 \) to find when the value falls below this threshold. Substitute the formula to get \[ 160,000 \times 0.8^{n-1} < 100,000 \].
5Step 5: Solve the Inequality
Simplify the expression: \[ 0.8^{n-1} < \frac{100,000}{160,000} = 0.625 \]. To solve \( 0.8^{n-1} < 0.625 \), take the logarithm of both sides. For example, using base 10: \[ \log(0.8^{n-1}) < \log(0.625) \].
6Step 6: Calculate n
Using the log property \( \log(a^b) = b \cdot \log(a) \), rewrite as \( (n-1) \cdot \log(0.8) < \log(0.625) \). Then calculate: \( (n-1) > \frac{\log(0.625)}{\log(0.8)} \), giving \( n > 3.10 \). Hence, after 4 complete years, the value of the bulldozer will be below $100,000.
Key Concepts
Recurrence Relation in DepreciationUnderstanding Exponential DecaySolving the Inequality in Depreciation
Recurrence Relation in Depreciation
In the context of depreciation, understanding recurrence relations is crucial. A recurrence relation defines each term of a sequence as a function of its preceding terms. For example, the bulldozer's value after each year can be seen as a series of values, where each value depends on the previous year's value.
The recurrence relation for the bulldozer's depreciation is given by
The recurrence relation for the bulldozer's depreciation is given by
- \( V_n = 0.8 \times V_{n-1} \),
- with the initial value, \( V_1 = 160,000 \).
Understanding Exponential Decay
Exponential decay describes a process where quantities decrease over time at a rate proportional to their current value. In the case of the bulldozer, its value decreases exponentially each year due to the fixed percentage loss known as depreciation.
Let's see how this relates to the formula:
Let's see how this relates to the formula:
- Initially, the bulldozer's value is \( 160,000 \).
- Each year, the value multiplies by 0.8, similarly as seen in the recurrence relation.
- \( V_n = 160,000 \times 0.8^{n-1} \).
Solving the Inequality in Depreciation
Solving inequalities in a depreciation context involves finding when the value of an asset falls below a particular threshold. For the bulldozer, we need to know when its value is less than \( 100,000 \).
Using the equation
Using the equation
- \( 160,000 \times 0.8^{n-1} < 100,000 \),
- \( 0.8^{n-1} < 0.625 \).
- \( (n-1) \cdot \log(0.8) < \log(0.625) \).
- Then: \( n-1 > \frac{\log(0.625)}{\log(0.8)} \).
- This calculation shows that \( n > 3.10 \).
Other exercises in this chapter
Problem 69
Find a formula for the \(n\) th term of the sequence \(\sqrt{2}, \quad \sqrt{2 \sqrt{2}}, \quad \sqrt{2 \sqrt{2 \sqrt{2}}}, \quad \sqrt{2 \sqrt{2 \sqrt{2 \sqrt{
View solution Problem 70
Define the sequence $$ G_{n}=\frac{1}{\sqrt{5}}\left(\frac{(1+\sqrt{5})^{n}-(1-\sqrt{5})^{n}}{2^{n}}\right) $$ Use the \([\text { ABLE }]\) command on a graphin
View solution Problem 71
Julio deposits \(\$ 2000\) in a savings account that pays \(2.4 \%\) interest per year compounded monthly. The amount in the account after \(n\) months is given
View solution Problem 72
A person has two parents, four grandparents, eight great-grandparents, and so on. How many ancestors does a person have 15 generations back?
View solution