Depreciation refers to the situation where items or investments lose value over time. We will consider two types of depreciation in this course:
Straight line depreciation - the value reduces by the same amount every time period.
Reducing balance depreciation - the value reduces by a percentage of the previous value every time period.
Straight line depreciation is a bit like simple interest in reverse because the principal is reduced by the same amount every time period. The graph showing the value at regular intervals will appear as a downward-sloping straight line. The slope of the line reflects the fixed quantity lost from the value in each period. Faster depreciation means a graph with a steeper slope.
The straight line method assumes the value of depreciation is constant per period.
Straight line depreciation can also be modelled using an arithmetic sequence. The recurrence relation for the graph above would be V_{n+1}=V_n-3000 where V_0=20\,000 and V_n represents the value at the end of the nth year.
The graph shows the depreciation of a car's value over 4 years.
What is the initial value of the car?
By how much did the car depreciate each year?
After how many years will the car be worth \$14\,400?
What is the value of the car after 4 years ?
A car is initially purchased for \$24\,000 depreciates by \$1700 each year.
Write a recurrence relation, V_n, that gives the value of the car, in dollars, after n years. Write both parts including V_0.
Use the sequence facility of your calculator to determine the value of the car after 7 years.
After how many years will the value of the car first fall below \$10\,100? Your answer should be a whole number.
For straight line depreciation, the principal, P, is reduced by the same amount, d, every time period. The graph showing the value will appear as a downward-sloping straight line.
Straight line depreciation can be modelled using a recurrence relation of the form V_{n+1}=V_n-d, \, V_0=P.
In a similar way to how investments with compound interest increase by a percentage of the value at the start of a time period, assets that are subject to reducing-balance depreciation decrease in value by a percentage of the value at the start of each time period.
This is the more common form of depreciation. We will calculate this kind of depreciation using two methods:
Using the reducing balance depreciation formula, similar to calculating compound interest.
Using a geometric sequence to model the situation.
The formula is just slightly different from the compound interest formula. The difference is that we are reducing the value so we must multiply the principal by a number less than 1 each time. For example, reducing by 5\% is the same as multiplying by 100\%-5\% or 95\% or 0.95. Therefore the formula has 1-r in the bracket instead of 1+r. (Or we could in fact consider it the same formula with a negative rate).
The depreciation formula is A=P(1+r)^n where P is the principal (or initial) amount, r is the depreciation rate per time period, n is the number of time periods, A is the value of the item being depreciated.
Note: The amount an item is worth after depreciation is also called the expected value, book value or residual value.
Han's share portfolio of \$83\,000 fell 14\% per month for the first 4 months of the Global Financial Crisis and then 3\% per month for the 5 months after that.
What was the value of his portfolio after 9 months?
Depreciation formula:
Reducing balance depreciation is where the value at the start of each year is multiplied by a constant rate of depreciation. Therefore we can solve depreciation problems using the geometric sequence forms, where the common ratio will always be less than 1. Notice the explicit rule is the same as the depreciation formula.
For an item with initial value, P, at a depreciation rate of r per period, the sequence of the value of the item over time forms a geometric sequence with a starting value of P and a common ratio of (1-r).
The sequence which generates the value, V_n, of the item at the end of each depreciation period is:
Recursive form: V_n=V_{n-1} \times (1-r), where V_0=P
Explicit form: V_n=P(1-r)^n
A brand new car depreciates in value each year and its value is modelled by:
V_n=0.89V_{n-1},\,V_0=21\,000 where V_n is the value, in dollars, of the car after n years.
How much was the car purchased for?
As a percentage, what is the annual depreciation rate?
Use the sequence facility of your calculator to determine the value of the car after 9 years.
When a car is worth less than \$500 it is deemed only useful for parts. At the end of which year is the car only useful for parts?
For an item with initial value, P, at a depreciation rate of r per period, the sequence of the value of the item over time forms a geometric sequence with a starting value of P and a common ratio of (1-r).
The sequence which generates the value, V_n, of the item at the end of each depreciation period is:
Recursive form:
\displaystyle V_n | \displaystyle = | \displaystyle V_{n-1} \times (1.r), | where V_0=P |
Explicit form:
\displaystyle V_n | \displaystyle = | \displaystyle P(1-r)^n |