Maths For Management Material
Maths For Management Material
INTRODUCTION
Numerical data arranged in a rectangular form referred as matrix is
very common in everyday life. Matrices and the algebra of matrices
are long recognized for their usefulness in almost every branch of
science and engineering. They are assuming an increasingly
important role among the modern techniques used in mathematical
analysis of social, business and economic problems. In this chapter we
will first have a review of matrix algebra learned in previous
mathematics course. After the review, we will introduce technique of
solving system of linear equations, inverting matrices and the
application in solution to input- out put problems. Finally we will have
another application of matrix algebra in concept of Markov chains.
Example 1
A=
1
Matrix algebra and its application AAUCC, 2010
is of size3 by 2.
C = (2 7 9 -5) is of size 1 by 4
D = (5) is of size 1 by 1.
entries on the main diagonal of the matrix are: a 11 = 4, a22 = 8 and a33
=9
A matrix with only one column is called a Column matrix, and one
with only one row is called a row matrix. Row and column matrices
are also called vectors.
Two matrices A, and B are said to be equal if and only if they have
same size and each entry in matrix A equals the corresponding entry
in matrix B, that is aij = bij for all ij.
2
Matrix algebra and its application AAUCC, 2010
Solution: c.
Addition of matrices
The sum of two matrices A and B of the same size denoted by A+B is a
matrix whose entries are obtained by adding the corresponding entries
of the two matrices A and B. Since entries must correspond addition is
not defined for matrices with different size.
Example 8
Example 9. If A= then,
2A= , -A =
3
Matrix algebra and its application AAUCC, 2010
Example 10
The identity and inverse properties for matrix addition require the
matrix with entries that are all zeros called the zero matrix.
Example 11
Using letter O to denote the zero matrix, it is clear that the matrix O
behaves like the number 0 in ordinary arithmetic. So if matrix A and
matrix O, have the same size then,
Application problem
i) If production of each item from each plant during the fourth week is
twice of the Productions of the first week write a matrix that
describes the total productions for the last four- week periods.
ii) If the plan for the total production for the coming four weeks is, to
increase total production of each type of product from both the
plants by 10% of the total production during the last four weeks,
write the matrix that represents the total production for the
coming four weeks.
4
Matrix algebra and its application AAUCC, 2010
Solution i) the production for the fourth week is 2A. Using scalar
multiplication and addition of matrices the total production for the last
four-week periods is given by the matrix T as follows;
T= A + B + C +2A
= 3A + B + C
1.1T =
Multiplication of matrices
b1
b2
a 1 a2 a3 an
b3 a1b1 a 2 b2 a 3b3 . . . a n bn
bn
= 6 + 7 + -18 + 20 = 15
Note that from the definition of the dot product it is clear that matrix
multiplication is possible only if the number of columns of the first
matrix is equal to the number of rows of the second matrix.
5
Matrix algebra and its application AAUCC, 2010
Example 13
This example shows that if AB=C, entry c 12 (6) is found by the dot
product of 1st row of matrix A and 2nd column of matrix B. We should
also note that BA is impossible. Even if it is possible the commutative
property does not hold in general for matrix multiplication.
Example 14
AB and BA are the same size matrices, but they are not equal that is
AB ¹ BA. Thus we say that matrix multiplication is not commutative,
but it has some properties similar to properties of multiplication of real
numbers, such as identity and inverse property.
6
Matrix algebra and its application AAUCC, 2010
Example 15.
Application problem
ii) If the value of each boat is Birr 40, each car is Birr 35 and each
train is Birr 50.Use matrix multiplication to determine the total
value of inventory at each store
7
Matrix algebra and its application AAUCC, 2010
A=
The total inventory value at store 1 is Birr 24000 and at store 2 is Birr
49750
8
Matrix algebra and its application AAUCC, 2010
[A | B] =
(The bar is used to separate the constants from the coefficients)
x –y + 3z = 8
2x +2y -4z = -13
3x + 6z = 20
Recall that two linear systems are said to be equivalent if they have
exactly the same solution set. Similarly, we say that two augmented
matrices are equivalent, denoted by the symbol ‘~’ placed between
the two matrices, if they are augmented matrices of equivalent
systems of equations. As we do on equations in linear systems, we
can use the following three operations called elementary row
operations on the rows of the augmented matrix. These operations
provide equivalent matrices.
9
Matrix algebra and its application AAUCC, 2010
2x + 6y = -10
x - 3y = 7
R1 ↔ R 2 ~
Step 2. Multiply the first row by -2 and add to the second row
to get 0 in row 2 column1
R2 - 2 R1 → R2 ~
1/12 R2 → R2 ~
R1 + 3 R 2 → R 1 ~
10
Matrix algebra and its application AAUCC, 2010
x + 0y = 1
0x + y = -2
x +y + 2z = -3
3x – y + z = 11
x + 2y -3z = -8
11
Matrix algebra and its application AAUCC, 2010
x+0y +0z = 2 ↔ x = 2
0x +y +z = -5 ↔ y = -5
0x+0y+ z = 0 ↔ z = 0
4x + 6y = 8
6x + 9y = 12
R1 → ¼ R 1 ~
R2 - 6 R1 → R2 ~
At this point we cannot continue the process since all entries in the
last row are 0. The system of equations corresponding to this final
augmented matrix is,
x + 3/2 y = 2
0=0
12
Matrix algebra and its application AAUCC, 2010
2x + 2y + 4z = 13
x - y + 3z = 8
3x + 3y + 6z = 20
When we write the equation corresponding to the last row of this final
augmented matrix we get a false statement 0 = -1/2. Hence, the
system has no solution. Note that a row containing all zeros except in
the last column provides a false statement which indicates the
problem has no solution.
13
Matrix algebra and its application AAUCC, 2010
contains this 1 to the other rows to get 0s in all other positions within
that column. Continue this process, until it is not possible to go
further. If at any point in the process we obtain a row that is all zeros
except in the constant column, as example 6 above, we can stop,
since the system has no solution.
x + 3y +z = 16
x+y–z=8
2x + y +2z = 12
3x + 2y +z = 20
[ A|B] =
14
Matrix algebra and its application AAUCC, 2010
At this point we stop the process. The coefficient matrix has no fourth
column since the system involves only three variables. The linear
system corresponding to this last augmented matrix is;
x + 0y + 0z = 4
0x + y + 0z = 4
0x +0y + z = 0
0x + 0y +0z = 0
2x +3y = 1
3x – y = 7
2x – y = 9
1
R1 R1 1 3 1
2 2 2
~ 3 1 7
2 1 9
15
Matrix algebra and its application AAUCC, 2010
At this point we stop the process. The coefficient matrix has no third
column since the system involves only two variables. The linear
system corresponding to this last augmented matrix is;
x + 0y = 2
0x + y = -1
0=4
x+ y - 2z = 8
2x- y +2z = 7
At this point we stop the process. Why? The last matrix corresponds to
the system is,
x=5
y- 2z = 3
x = 5,
y = 3 + 2k,
z = k.
16
Matrix algebra and its application AAUCC, 2010
x= 5,
y= 3 + 2(4) = 11
z= 4
That is (5, 11, 4) is one particular solution for the system. Other
particular solutions can be obtained in a similar manner. For instance
if k= -2, we will have another particular solution (5, -1, -2).
Application problems
3x + 2y +z = 23
x + 3y + 2z = 26
17
Matrix algebra and its application AAUCC, 2010
R1↔ R2 ~
R2 -3R1 → R2 ~
-1/ 7 R2 → R2 ~
R1-3R2→ R1 ~
From the first equation x = 17/7 + k/7 k can assume the values 4, 11,
18, 25. . .
From the second equation k can only assume the values 4 and 11.
Hence the values of k that can satisfy both the equations are 4 and 11.
If k = 4 then x= 3 , y= 5, z = 4
If k= 11 then x = 4, y = 0, z = 11
Thus either 3 tables, 5beds and 4 chairs or 4 tables and 11 chairs but
no beds can be produced at the given available time.
18
Matrix algebra and its application AAUCC, 2010
x+y=8
x + 2y = 10
3x + y = 20
19
Matrix algebra and its application AAUCC, 2010
[A| I] =
~ ~ ~
We now have identity matrix at the left, hence the matrix at the right
of the vertical line is
A-1 =
~ ~
We stop the process here since we have only zeros in row two to the
left of the vertical line. There are no possible row operations that will
provide a 1 in the 2nd row 2nd column, and maintain the 0 in the 2 nd row
1st column. Thus, it is not possible to get an identity matrix to the left
of the vertical line; hence matrix A is not invertible. A is a singular
matrix.
20
Matrix algebra and its application AAUCC, 2010
3 1 1
1 1 1 1
to obtain A =
-1
2
3 1 3
AX= B
A-1(AX) = A-1B Why?
(A A)X = A B
-1 -1
Why?
IX = A-1B Why?
X= A B-1
Why?
21
Matrix algebra and its application AAUCC, 2010
2x + y = t
250x + 150y = c
A-1 =
To find the solution for each available time and cost we substitute the
given values of t and c in questions i, ii and iii.
i)
thus, 2 model 201 bicycles and 8 model 301 bicycles can be produced
ii)
iii)
22
Matrix algebra and its application AAUCC, 2010
X=
D=
23
Matrix algebra and its application AAUCC, 2010
X= MX + D
X- MX = D
(I- M) X = D
X= ( I – M)-1 D
X= ( I – M)-1 D
We require here that the matrix I-M be invertible, which might not be
always the case. If, in addition, (I-M)-1 has nonnegative entries, then
the components of the vector X are nonnegative and therefore they
are acceptable as solutions for this model. We say in this case that the
matrix M is productive.
24
Matrix algebra and its application AAUCC, 2010
x1 52 1
5 x1 30,000,000
x 1 1 x 10,000,000
2 5 10 2
I-M=
(I – M)-1 =
X = (I-M)-1 D
= (I – M)-1 D
= =
= 58 and = 24
25
Matrix algebra and its application AAUCC, 2010
It is now easy to get the new vector of total output as a result of the
change in final demand. For example if the final demand for
manufacturing is increased by 1 million units then,
(I- M)-1 D = =
Observe that the total out put of both the industries has increased.
The total output level needed from manufacturing and transportation
respectively, are 59.8 million and 24.4 million units.
I-M=
(I - M)-1 =
This gives,
26
Matrix algebra and its application AAUCC, 2010
So, the total output of electricity must be worth Birr 20,500,000, and
the total output of water must be worth Birr 16,750,000.
Using Markov chains, we will learn the answer to such question. The
answers to the question will help to study the success of these
companies in terms of their business.
1. It is square, since all possible states must be used both as rows and
as columns.
2. All entries are between 0 and 1, inclusive; this is because all entries
represent probabilities.
27
Matrix algebra and its application AAUCC, 2010
3. The sum of the entries in any row must be 1, since the numbers
give the probability of moving from the state at the left to one of
the states indicated across the top.
Suppose currently company A has 70% and company B has 30% of the
market for the product hence, the initial state vector is given by,
X = [0.7 0.3]
In the next observation period, say end of the first month, if we wish to
find the market share of each company, the state vector can be found
by multiplying the initial state vector X and the transition matrix P
At the end of one month period Company A will have 75% of the
market for the product. Note that 90% of the 70% who bought
company A’s product one month will buy it the next month and an
additional 40% of the 30% who bought company B’s product one
month will buy company A’s product next month. This sum can be
found by the dot product
0.7(0.9)+0.3 (0. 4)=0.75= 75%. In the same manner the market
share for company B’s product is 0.7(0.1)+0.3 (0 .6)= 0.25= 25%.
In a similar way, the market share of the two companies after two
months is given by the state vector
28
Matrix algebra and its application AAUCC, 2010
Table 1
After n months Company A Company B
0 (initial) [0.7 0.3]
1 [0.75 0.25]
2 [0.775 0.225]
3 [0.7875 0.2125]
4 [0.79375 0.20625]
5 [0.796875 0.203125]
6 [0.7984375 0.2015625
]
The market shares of the two companies remain to be the same even
though the transition from buying product of one company to buying
product of the other company continues. Therefore, in the long run
the market shares of company A and company B will be 80 % and 20
%, respectively.
0.9x + 0.4y = x
0.1x +0.6y = y
29
Matrix algebra and its application AAUCC, 2010
-0.1x + 0.4y = 0
0.1x - 0.4y = 0
It is clear that both equations are the same. The second equation is
simply the first equation multiplied by -1, so we will drop the second
equation. Recall that V= [x y] is a probability vector, so, x + y = 1.
Hence to find values of x and y substitute y = 1- x in the first equation,
i) To find the proportion after two years we first find the proportion at
the end of one year as,
Then at the end of two years the percentage of car owners and non
owners is given by,
Hence after two years 16.661% of the population will be car owners.
ii) To find the long range prediction we find the steady state vector
30
Matrix algebra and its application AAUCC, 2010
[x y] = [x y]
EXERCISES
1. Let
26 43 52 40
M= 31 25 50 46 S=
35 29 63 41
31
Matrix algebra and its application AAUCC, 2010
T=
ii) Use matrix multiplication and find the matrix that represents the
wholesale and retail values of inventory at each store.
32
Matrix algebra and its application AAUCC, 2010
12. A factory produces tow alloys, A and B. Each ton of alloy A requires 4
units of metal 1 and 4 units of metal 2 Each ton of alloy B requires 7
units of metal 1 and 3 units of metal 2. How many tons of each alloy
can be produced in a day if the factory obtains and uses;
33
Matrix algebra and its application AAUCC, 2010
Small MediumLarge
Assembly time 1 hr. 3 hrs. 4 hrs.
Electronic 5 units 7 units 8 units
components
14. To produce two different items three types of raw materials are
needed for each item. The number of units of raw materials needed to
produce one unit of each of the two items is given below
How many units of each item can be produced if the numbers of units of
raw materials available are 56 of type 1, 22 of type 2 and 34 units of type
3.
ii) Find the total output for each sector that is needed to satisfy a final
demand of 4 million units of Agriculture and 1 million units of
Manufacturing.
iii) Find the internal demand given the final demand in ii above.
34
Matrix algebra and its application AAUCC, 2010
35
Linear mathematical models AAUCC, 2010
INTRODUCTION
The procedure of using numbers and mathematical statements to
represent underlying structures in a situation, real or hypothesized, is
termed mathematical model building. One issue of paramount
interest to management is the impact of costs and volume on profits.
If mathematical model could be established among costs, volume, and
profits, it would help decision-makers to figure out the right volume of
output with the right cost to achieve a desired profit objective.
The Break-even model is a tool widely used by management in the
analysis of cost-volume-profit relationship. Given estimates on fixed
and variable costs and on price per unit of output, one can determine
the profitability of each alternative using break-even analysis. The
main advantage of break-even analysis is that it can be extended to
show how changes in fixed cost, variable cost, commodity prices, or in
revenues, will affect profit levels and break-even points.
The graph of the line passing through the two points (2.5, 0) and (0, 3)
is shown in figure 2-1. The set of points on the line represents all
ordered pairs (x, y) that are solutions for the equation 6x + 5y= 15.
Slope = where
Note that the slope of a horizontal line is 0 and vertical line has no
slope.
Two points form: The equation of the line passing through two
different points and is given by:
Point- Slope form: In the above two points form if we rewrite the
linear equation replacing, the slope, by m, we obtain the
following point- slope form of equation of a line.
y = mx +
b
p- 10 = -1/5 (q-125)
p = -1/5q + 25 +10
p = -1/5q + 35 or f(q) = -1/5q + 35
Similarly we substitute the two points (75, 8) and (195, 20) to find the
supply function.
Linear mathematical models AAUCC, 2010
p – 8 = 3/5 (q –75)
p = 3/5q – 45 + 8
p = 3/5q – 37 or f (q) = 3/5q –37
Costs are classified as fixed costs and variable costs. Fixed costs
are those costs which remain constant over a period of time regardless
of the levels or volume of output. Examples of costs in this category
are rent, insurance, property tax, depreciation etc. The variable
costs are costs that fluctuate in total amount as volume fluctuates.
Examples of variable costs are, direct labor, raw materials sales
commissions, etc. The variable cost per unit is constant. The total
variable cost would, then, be the variable cost per unit time volume.
Total cost is thus the sum of the fixed cost and the total variable cost.
If we let b to represent fixed cost per period and a variable cost per
unit per period then the total cost of producing x units of a product
C(x) is given by
Total cost = total variable cost + fixed cost
C(x) = ax +
b
Fixed costs are not constant across all levels of output but tend to
change in a step- like manner. Per unit variable costs are not also
always constant but are influenced by economies of scale. However,
for purpose of an uncomplicated introductory analysis, the
assumptions made serve a useful purpose.
C(x)
Fixed costs are constant in total, but they vary per unit of output.
They decrease per unit of output as volume increases and increase per
unit of output as volume decreases. Thus the average cost per unit;
the costs per unit of an item when x units are produced decreases as
the volume increases. This average cost per unit denoted by is
defined as total cost divided by number of units produced.
C(x) = 8x + 1200.
The marginal cost at the two different levels of out put is the same Birr
8 and it is the same as the variable cost per unit. It costs an additional
Birr 8 to produce one more unit at all production level.
R(x) =
px
R(x)
Profit is generally defined as total revenue minus total cost. The profit
function then is given by
P(x) = R(x) –
Linear mathematical models AAUCC, 2010
C(x)
In the discussion about average cost per unit we have seen that the
costs per unit of an item when x units are produced decreases as the
volume increases. This same idea is reflected on the average profit
per unit. As the volume of out put x increases the average profit per
unit increases. The average profit per unit denoted by is the total
profit divided by number of units produced and sold.
Example 5: In example 8 above the average profit per unit when 500
units are sold is
The average profit per unit when 600 units are sold is
Linear mathematical models AAUCC, 2010
Observe that when the number of units sold increased from 500 to 600
the average profit per unit also increased from Birr 4.00 to Birr 6.67,
respectively. This is due to a decrease in average cost per unit
resulting to an increase of average profit per unit
Then we determine the required variable cost per unit due to the
purchase of the new machine next year and sales of 2700 units.
Let the variable cost per unit be a then total variable cost is 2700 a
Total revenue -Total cost = Profit
202500 – (2700a + 87000) = 44000
2700a = 71500
a = Birr 26.48
The increase in the fixed cost with a higher output level reduced the
variable cost per unit from Birr 35 to Birr 26.48 to maintain the level of
profit this year. A switch to a more advanced technology or larger
plant size at higher output volumes requires higher fixed costs as a
trade –off for lower unit variable cost.
BEP =
The production of the new product is profitable since the break even
output level 40 units is less than the maximum capacity of production.
The break-even volume is 50% of capacity (40/80 = 0.5).
If 40 units of the new product are produced and sold total costs
amount to Birr 4800 (50(40) +2800) which is exactly equal to revenue
of Birr 4800 (120x40) generated by the activity at which the firm will
break-even. If less than 40 units are produced and sold, costs will be
greater than revenue and the activity will operate at a loss; if more
than 40 units are produced and sold, revenue will be greater than
costs and the activity will operate at a profit.
iii) Lowering of the total fixed costs such as through the exercise
of cost controls on fixed expenses, will shift down the total
cost line. This in turn raises the profit and yields a lower
break-even output. Figure 2.10 shows the effect on the break-
even output level as the fixed cost per period decreases from
Birr b to Birr b'
Example 2: Consider a firm which has a fixed cost of Birr 200 and a
variable cost of Birr 10 per unit. Find the break even output level at
each of the following three selling prices.
a) Birr 12. 5 per unit b) Birr 15 per unit c) Birr 20 per unit
Solution: The total cost function is the same but each of the three
prices would yield different total revenue functions, hence the break
even output at each price is different. Using the formula,
Price Quantity
Birr 20 25 units
15 60
12.5 110
Which of these three prices would bring the highest profit in terms of
expected sales?
EXERCISES
1. A firm’s production during the year 2000 was 4000 units. It has a
plan of producing 10000 units during the year 2010. Assuming
increase in production from year to year is approximately linear,
estimate the production level during the year 2004
ii) Variable cost per unit Birr 50, 80 items cost Birr 4500
one. The following data on total variable cost (TVC) and total fixed
costs (TFC)have been collected for 150,000 units.
TVC TFC
i) The marginal cost and the average cost per unit at a level of
production of a) 20 units b) 80 units and interpret the results
ii) Find the average profit per unit at a level of a) 20 units b) 80 units
Linear programming AAUCC, 2010
INTRODUCTION
Linear programming is a mathematical technique which aids managers
in making decision for the optimal allocation of scarce resources, such
as money, material, labor, machinery, space, etc. These limited
resources have to be allocated to various alternative uses to the
achievement of some objectives like maximizing profits or minimizing
costs. The objective to be optimized and all interrelating restrictions
and constraints are linear.
Assembly 8 2 400
Finishing 2 1 120
Maximize
Maximize
The model stated above is a specific model for the example of the
furniture manufacturing company. A standard form of a linear
programming maximization model can be expressed as
The line AB on figure 3.2 joining the two points represents all
combinations for which the profit is Birr 1350
In a similar manner additional lines are drawn for any convenient profit
such as profit=Birr 2250 (line CD); Profit= Birr 3375 (line EF) and
profit= Birr 4500 (line GH). Due to the non-negative constraints
Linear programming AAUCC, 2010
shown in figure 3.1 above the lines are drawn in the first quadrant and
not extended across the two axes.
Choose a convenient test point above or below the line. The origin (0,
0) requires the least computation. So, substituting and into
the inequality, we get that 8(0) + 2(0) 400. Hence, the graph of the
inequality is the region below the line AB. Considering the non-
negative requirements the combinations that are feasible are
represented by the points inside and on the boundary of the triangle
OAB.
Substituting the origin into the inequality, we see that 2(0) + 1(0)
120. Hence the graph of the inequality together with the non
negativity requirements is the region OCD as shown on Fig.3.3 (ii).
Figure 3.4
Graph of the region of feasible solution
Once the area of feasibility has been determined the optimal point-
the point which yields the maximum profit needs to be located.
This is done by introducing the series of iso- profit lines by the method
previously explained.
Linear programming AAUCC, 2010
We see in figure 3.5 that the profit line farthest from the origin which
still passes through the area of region of feasible solution OABC is the
line drawn through the point B. Hence the point B is optimal point
representing the combination (x1, x2) for which the profit is the
maximum, yielding a profit contribution of Birr 4600. The point B is the
intersection of the lines representing the assembly department and
the line representing the finishing department constraint. Solving
simultaneously the equations that these lines represent, we find the
coordinates of this point are (40, 40). Thus optimal production is 40
tables and 40 chairs each day, with a maximum profit contribution of
Birr 4600.
Linear programming AAUCC, 2010
Our analysis of the region of feasible solutions and of the slope of the
objective function of the linear programming problem leads to the
following theorem, which is of fundamental importance in linear
programming problem.
Graphical method
Note that optimal solutions always exist when the feasible region is
bounded, but may or may not exist when the feasible region is
unbounded. The following theorem provides some conditions that will
ensure that a linear programming problem has a solution.
Linear programming AAUCC, 2010
Existence of Solutions
Given a linear programming problem with feasible region S and
objective function :
3. If S is empty set (that is, there are no points that satisfy all
the constraints), then the objective function z has neither a
maximum nor a minimum value over S.
Coordinates of B from the graph are (20, 80) which can also be
obtained by solving the system
( 0, 0) 0
( 0, 120) 3000
Corner point (20, 80) represents the optimal solution. This optimal
solution suggests production of 20 tables and production of 80 chairs
with expected maximum profit of Birr 3800.
Mine X 1 2 3 $250
Mine Y 2 1 1 $100
Amount required 60 48 55
Note we have an inequality here rather than equality. This implies that
we may produce more of some grade of ore than we need. In fact we
have the general rule: given a choice between equality and an
inequality choose the inequality.
2x + y = 48
3x + y = 55
2x + y = 48
x +2y = 60
(x, y) C =250x+100y
(0,55) 5500
(24, 0) 6000
Corner point (7, 34) represents the optimal solution. This optimal
solution suggests Mine X to be operated for 7days and Mine Y to be
operated for 34 days with a minimum cost of $ 5150.
(x, y) C=100x+60y
(150,100) 21000
Corner point (100, 100) represents the optimal solution. This optimal
solution suggests 100 items to be transported from plant 1 and 100
Linear programming AAUCC, 2010
Brand A Brand B
Nitrogen 8 3
Phosphoric 4 4
acid
Chlorine 2 1
Since the constraints are similar we can write the linear programming
problem as
Linear programming AAUCC, 2010
and use only one graph to identify the feasible region as well as the
corner points.
4x + 4y = 1000
2x + y = 400
(x, y) N= 8x + 3y
Corner point (150, 100) is the optimal solution to part (i) of the
question. This optimal solution suggests 150 bags Brand A and 100
bags Brand B fertilizer to be added to the grove to provide the
maximum amount of 1500 pounds of nitrogen.
Corner point (0, 250) is the optimal solution to part (ii) of the question.
This solution suggests only 250 bags of Brand B to be added to the
grove to provide a minimum of 750 pounds of nitrogen.
Subject to
Excluding the objective function the problem now has two equations
with four variables ( ). Given a system of m equations with n
variables, however a unique solution may exist if at least n-m of the
variables are set equal to 0, (here, n-m = 4-2 = 2). Hence an optimal
Linear programming AAUCC, 2010
solution, if one exists, will always be found among the set of basic
feasible solutions, and it is upon these solutions that we focus our
attention.
as
(1)
Basic z b
Variable
s
0 8 2 1 0 400
0 2 1 0 1 120
Z 1 -90 -25 0 0 0
The basic variables and their values may always be read directly from
the row labels and the B-vector. Variables not labeling rows are
nonbasic variables that have zero values. The letter z is commonly
used to represent the dependent variable of the objective function and
Linear programming AAUCC, 2010
serves to label the bottom row of any simplex tableau. Although the
values on this row will be altered from one tableau to the next, the row
label z is not changed. The numbers on this row are sometimes
referred as the indicators and the row as the indicator row. The last
entry of the bottom row at the rightmost cell will always show the
value of the objective function.
Next we should decide the basic variable which will become nonbasic.
Referring to equation form (1) of the problem in step 1 we should
increase by holding = 0 and without causing or to become
nonnegative.
The row which contains the basic variable that is going out is known as
the pivot row. The number 8 at the intersection of the pivot row
and the pivot column is known as the pivot element.
Table 3-2
Basic z b
variable
s
0 8 2 1 0 400 ← pivot row
0 2 1 0 1 120
z 1 -90 -25 0 0 0
↑
pivot
column
Then, we solve the second equation for the other basic variable in
terms of the nonbasic variables and
(2)
The new simplex tableau Table 3.3 representing the new equivalent
system of equations (2) is shown below.
Table 3-3
Basis z b
0 1 ¼ ⅛ 0 50
0 0 ½ -¼ 1 20
z 1 0 -5/2 45/4 0 4500
Then we see from the first equation must not be increased to more
than 200, because if it is, will become negative and not more than
40 from the second equation, so that will not become negative.
Therefore must not be increased not more than 40 so that both
and will not be negative. Thus, the outgoing variable is . That is
will become nonbasic variable and will assume a zero value. The
column is the pivot column, the row is the pivot row and the pivot
element is ½.
Table 3-4
Basis z B
0 1 ¼ ⅛ 0 50
0 0 ½ -¼ 1 20 ← pivot
row
z 1 0 -5/2 45/4 0 4500
↑
pivot
colum
n
Now in the new solution and are nonbasic variables and assume 0
values. We solve the second equation in (2) for to obtain;
Then we solve the first equation in (2) for the other basic variable in
terms of the nonbasic variables and .
(3)
The simplex tableau Table 3-5 below represents this new basic
feasible solution
Table 3-5
Basis z B
0 0 1 -½ 2 40
0 1 0 ¼ -½ 40
z 1 0 0 10 5 4600
The profit has improved further from Birr 4500 to Birr 4600. Have we
found the production schedule that maximizes profit? To find out, we
write the objective function in (3) in the form
Note that the coefficients of both and are negative; any increase in
value of these variables will decrease the value of z. There is no other
way that we can increase value of z so the current solution is the
optimal solution. As we found the solution using graphical method 40
tables and 40 chairs should be produced to maximize profit. Since
and are both zero, there are no labor- hours (slack) left in both the
assembly and finishing departments.
The algebraic process started with the initial basic feasible solution of
no production of both items, the origin, and moved to another basic
feasible solution, improving z each time until the optimal solution is
reached. Comparing the results with the corners of the feasible region
discussed using graphical method (Figure 3.4); we see that the
algebraic process moved from one corner point of the feasible region
to the next without skipping over corner points. This process of
moving from one basic feasible solution to another is called pivot
operation or pivoting.
These ratios, then, represent the maximum value that assumes, and
we obviously choose the minimum value so that any of the variables
or will not become negative, thus, the row is the pivot row.
row 2, and 90 times new -row to row 3 entries in Table 3-2 to get the
completed simplex tableau shown in Table 3-3.
Note that from any simplex tableau, we can read the current feasible
solution. The basic variables and their values may always be read
directly for the row labels and the B-vector. Variables not labeling
rows are nonbasic variables that have zero values.
In the third simplex tableau (Table 3-3) the values of basic variables
are = 50 and =20, the nonbasic variables that are not labeled in a
row and have 0 values are and . The value of z is 4500. This
solution is not optimal since there is a negative indicator -5/2 in the
bottom row (indicator row) which indicates that z can be made larger
by increasing .
We select the pivot element and perform the pivot operation to get the
final simplex tableau, shown in Table 3-5. We read the feasible
solution from this last simplex tableau to be
This is the optimal solution since the bottom row (the indicator row)
has no more negative indicators, z can not be made larger by
increasing any of the variables.
The reason is that since the entries above the objective row are all 0s,
when multiplying the pivot row by any number the entry is always
zero. As a result the pivot operation results with the same entry, so we
no longer include the z-column in simplex tableaus.
Remarks
1. It is important to realize that we have limited our discussion to a
standard maximization problem with positive constraints. The
simplex method can be modified to deal with both maximization
and minimization problems with any combination of ≤ , ≥, or =
constraints.
2. If we select a new pivot column and there are no positive entries
in this column then we are unable to select a new pivot row;
hence we stop because the problem has no solution.
Maximize 5 + 40
Subject to +8 24
+ 2 12
, ≥0
Now we form the initial simplex tableau and apply pivoting operation
Initial tableau
Basis b ratio
1 8 1 0 24 24/8=3
1 2 0 1 12 12/2=6
z -5 - 0 0 0
40
Second tableau
Basis b ratio
⅛ 1 ⅛ 0 3 3/1/8=24
¾ 0 -¼ 1 6 6/3/4=8
z 0 0 5 12
0 0
From this second tableau we read the optimal solution
Linear programming AAUCC, 2010
Third tableau
Basis b
0 1 1/ -1/ 2
6 6
1 0 -1/ 4/ 8
3 3
z 0 0 5 0 120
Maximize profit z = 15 +6 +5
Subject to 6 + 2 + 4 2400
8 + 10 + 4 3200
12 + 9 +3 3600
, , ≥0
Since there are there decision variables involved in the problem the
solution can be obtained using only the simplex method.
6 + 2 + 4 + = 2400
8 + 10 + 4 + = 3200
12 + 9 +3 + = 3600
z- 15 - 6 -5 =0
Now we form the initial simplex tableau and apply pivoting operation
to solve the problem.
Initial tableau
Basi b ratio
s
6 2 4 1 0 0 2400 400
8 10 4 0 1 0 3200 400
12 9 3 0 0 1 3600 300
z -15 -6 -5 0 0 0 0
Second tableau
Basi b ratio
s
0 - 5/2 5/
2 1 0 - 1/
2 600 240
0 4 2 0 1 - 2/
3 800 400
1 3/
4
1/
4 0 0 1/
12 300 120
0
z 0 21/
4 - 5/
4 0 0 5/
4 450
0
Third tableau
Basi b
s
2/
0 -1 1 5 0 - 1/5 240
4/
0 6 0 - 5 1 -4/15 320
1 1 0 1/ 0 2/ 240
- 10 15
Linear programming AAUCC, 2010
z 0 4 0 ½ 0 1 480
0
Since there are no negative indicators in the bottom row of the third
tableau, we have reached to the optimal solution.
The company can produce 240 design A shirts and 240 design B shirts
but no design C shirts, with a maximum profit of Birr 4800. This
maximum profit is reached by using the available full capacity time in
cutting and finishing department and only 2880 minutes of the 3200
minutes available in the sewing department. The fact that =320
indicates that the company has a slack of 320 minutes in the sewing
department that can be used for some other purpose.
Now we form the initial simplex tableau and apply pivoting operation
to solve the problem.
Initial tableau
b ratio
Basi
s
20 30 1 0 0 0 1200 600
0
20 10 0 1 0 0 8000 400
10 10 0 0 1 0 4500 450
0 0 0
0 1 0 0 0 1 350 -
z -30 -20 0 0 0 0 0
Second tableau
b ratio
Basi
s
0 20 1 -1 0 0 4000 200
1 1/
½ 0 20 0 0 400 800
0 50 0 -5 1 0 5000 100
0 1 0 0 0 1 350 350
z 0 -5 0 3/2 0 0 1200
0
Third tableau
b
Basi
Linear programming AAUCC, 2010
s
0 0 1 1 -2/5 0 2000
1 0 0 1/ 1/
10 - 100 0 350
0 1 0 - 1/ 1/ 0 100
10 50
0 0 0 1/
10 -1/50 1 250
z 0 0 0 1 1/10 0 1250
0
Since there are no negative indicators in the bottom row of the third
tableau, we have reached to the optimal solution.
Thus, the company can sell 350 square containers and 100 round
containers with a maximum profit of Birr 12500. This maximum profit
is reached by using only Birr 10000 of the Birr 12000 available, the full
capacity of floor space and the maximum load of storage. That is the
company has slack of Birr 2000 that can be used for some other
purpose. Solve this problem using graphical method and observe the
path to the optimal solution determined by the simplex method.
EXERCISES
3. A gold processor has two sources of gold ore, source A and source
B. In order to keep his plant running, at least three tons of ore must be
processed each day. Ore from source A costs $20 per ton to process,
and ore from source B costs $10 per ton to process. Costs must be
kept to less than $80 per day. Moreover, Federal Regulations require
that the amount of ore from source B cannot exceed twice the amount
of ore from source A. If ore from source A yields 2 oz. of gold per ton,
and ore from source B yields 3 oz. of gold per ton, how many tons of
ore from both sources must be processed each day to maximize the
amount of gold extracted subject to the above constraints?
INTRODUCTION
The use of money as a means of exchange has lead to the practice of
lending and borrowing money. Lenders usually require compensation
for their service in the form of interest. The amount of such interest is
based on three factors: the amount of money borrowed, the rate of
interest at which it is borrowed and the time period for which it is
borrowed. The loan may be repaid in a single payment or a series of
payments, depending upon the type of loan. This chapter explains the
different types of interest, the basic types of loans and the loan
repayment.
Interest is the rent charged for the use of money. Simple interest is
calculated on the original principal only. The principal is the
amount of money that might be invested or loaned initially. The
amount of simple interest earned is computed using the formula
I =
PRT
The time may be stated in days, months or years while the percent of
rate R is quoted on a yearly (per annum) basis, unless otherwise
specified. This often requires conversion of months or days into years
so that the time T corresponds to the interest rate R.
To convert months into years, divide the number of months by 12. But
when time is given in days there are different practices used in
converting days into years. Some use a 365 – day year known as
exact interest and others a 360- day year known as an ordinary
interest method. In much the same way the number of days may be
determined based on a 30- day month where each month is assumed
to have 30 days referred as an approximate and on a count of the
exact number of days called exact time. We will adopt the
combination of exact time and ordinary interest which is known as the
Banker’s rule, given by,
89
Mathematics of finance AAUCC, 2010
Banks (as well as other financial institutions) generally use this rule to
compute their interest. To count the number of days between two
dates count the beginning date but not the ending date. In Gregorian
calendar the number of days in each month may not be 30 like our
calendar where each month has 30 days except pagume
Solution: Counting the beginning date March 28 but not the ending
date July 6 the number of days in each month is:
March 4
April 30
May 31
June 30
July 5
Total 100
amount due on the ending date also referred as the maturity value
is the value obtained by adding the original principal and the interest
earned. The maturity value is represented by S and is expressed by
the formula, S= P + I. Substituting I = PRT in the formula we obtain
the amount formula for simple interest
S=P+I
S = P + PRT
S = P ( 1+
RT)
90
Mathematics of finance AAUCC, 2010
S= P (1 + RT)
= 2250 [1 + .035(166/360)]
= 2250 [1 + .016139]
= 2250 [1.016139]
= Birr 2286.31
I = PRT
45 = 540 x R x 10/12
45 = 450 R
R = 0.1 = 10%
Example 5. How long will it take for Birr 550 to amount to Birr 605 at
8% simple interest rate?
91
Mathematics of finance AAUCC, 2010
S = P (1 + RT )
4500 = P ( 1 + 0.1x 183/360)
4500 = P ( 1 + 0.05083)
P = 4500/ 1.05083
P = Birr 4282. 33
Installment Plan
Example 7 w/o Aster bought a new color television whose cash price
is Birr 2000 by paying 25% down payment. The store arranged a 1½
year payment plan, including installment charge computed at 6%
simple interest.
a) How much is the monthly payment?
b) What will the total cost of the TV be?
c) How much extra will Aster pay for the convince of installment
buying?
92
Mathematics of finance AAUCC, 2010
Solution a) n= 4; R = 6% = 0.06:
Note that the amount of simple interest required on the Birr 540
outstanding balance for 4 months is I=540x.06x4/12= Birr 10.80. On
the other hand if the outstanding balance is repaid in 4 months
without the interest then each month Birr 135 (540/4) should be paid.
Applying an effective rate of 9.6% only to the unpaid balance each
month the interest is computed as follows:
Month I= PRT
1 540x.096x1/12= 4.32
2 405x.096x1/12= 3.24
3 270x.096x3/12= 2.16
4 135x.096x1/12= 1.08
Total = Birr 10.80
93
Mathematics of finance AAUCC, 2010
Thus, we see that an effective rate of 9.6%, applied only to the unpaid
balance each month, would result in interest of Birr 10.80 over 4
months time. This is the same amount of simple interest at a 6%
nominal rate, which illustrates well how misleading advertised
installment rates could be unless disclosed to the customers.
4.2. COMPOUND INTEREST
W/o Almaz would earn Birr 150 on this investment, making the total
maturity value of Birr 1150 (S= 1000 + 150).
Now suppose that w/o Almaz invests the Birr 1000 only for one year at
5% interest then,
She would have Birr 1050 (1000 +50) at the end of this first year
investment. If w/o Almaz reinvest this Birr 1050 for another one year
at 5%, then she would earn interest of Birr 52.50( 1050x .05 x 1) on
her second investment, making the total amount Birr 1102.5( 1050.00
+ 52.50). If this amount is then deposited for another one year, the
interest would be Birr 55.13 and, she would have Birr 1157.63 after 3
years. In total during the 3 years period Almaz would earn an interest
of Birr 157.63.
At simple At compound
interest interest
In this case the compound interest exceeds the simple interest by Birr
7.63. This difference represents the amount of interest earned by
interest added to the principal at the end of each compounding period.
94
Mathematics of finance AAUCC, 2010
Example 2. Find the compound amount and the compound interest for
Birr 1000 investment at 5% compounded quarterly for 1 year.
95
Mathematics of finance AAUCC, 2010
The sum of the original principal and all interest earned is the
compound amount. The difference between the compound amount
and the original principle is the compound interest. Compound amount
can be computed using the formula
C= P( 1 + i)n
96
Mathematics of finance AAUCC, 2010
C= P (1+i) n
= 1000 (1 + 0.05)3
= 1000(1.05)3
= 1000 (1.157625) using calculator
= Birr 1157.63
C= P (1+i) n
= 1000 (1+ .05)3
=1000( 1.157625)
= Birr 1157.63
Interest = C – P
= 1157. 63- 1000
= Birr 157. 63
C= 10000( 1 + .06)60
= 10000(1.06)60
= 10000(32.987691)
= Birr 329,876.91
Interest= C- P
= 329876.91-10000
= Birr 319,876.91
97
Mathematics of finance AAUCC, 2010
C = P( 1 + i)n
= 10000(1 + 0.03)120
= 10000 ( 1. 03 )120
= 10000 (34.710987)
= Birr 347,109. 87
Interest = C – P
= 347109.87 -10000
= Birr 337,109.87
C 1= 1200(1.0025)7
= 1200(1.017632)
= Birr 1221.16
Then add the deposit of Birr 600 made on July 1,2008 to the amount
Birr1221.16 to obtain the new principal and determine the amount on
November1, 2009. The period from July 1, 2008 to November 1, 2009
is 1year and 4 months
C2 = 1821.16 (1.0025)16
= 1821.16 (1.040759)
= Birr 1895.39
Finally subtract the withdrawal of Birr 400 from the amount Birr
1895.39 to obtain the new principal as of November 1, 2009 and
determine its amount on January 1, 2010. The period from November
1, 2009 to January 1, 2010 contains 2 months.
98
Mathematics of finance AAUCC, 2010
C= 1495.39( 1.0025)2
= 1495.39 (1.005006)
= 1502.88
It often happens that someone wishes to know how much would have
to be deposited now (at present) at a given rate of interest per
conversion period in order to obtain a certain amount at a given point
in time. Under this condition the principal P that would have to be
deposited is called the present value.
P = C (1 + i)-n
99
Mathematics of finance AAUCC, 2010
P= C (1+i)-n
= 1000(1.03)-6
= 1000(0.83748)
= 837.48
P = 600(1.03)-7
= 600(0.081309)
= 487.85
The equivalent of Birr 600 in twenty months is Birr 487.85 now. Thus
it would be better to wait and pay Birr 600 twenty one months from
now.
Or, we can see that Birr 500 invested now at 12% compounded
quarterly would earn interest for 21 months and would amount to
C= 500 (1.03)7
= 500 (1.22987)
= Birr 614.94
Hence the equivalent value of Birr 500 now is Birr 614.94 twenty one
months from now. Thus it would be better to invest Birr 500 and pay
Birr 600 twenty months from now.
100
Mathematics of finance AAUCC, 2010
Solution i) Since the focal date ‘now’ falls before the due date four
years we use the present value formula P = C (1+i) -n.
P = 4000(1.01)-48
= Birr 2481.04
ii) Since the focal date ‘six years from now’ falls two years
after
the due date(four years) we use the amount formula C= P
(1+i) n
C= 4000(1.01)24
= Birr 5078.94
Note that Birr 4000 is amount to be paid in four years including the
loan and the interest. If you pay ahead (now) the amount of interest
you pay will be less, as a result you pay Birr 2481.04 which is less than
Birr 4000. On the other hand if you pay two years later than the due
date you have to pay additional interest for two years and as a result
the amount ( Birr 5078.94) you pay will be more than Birr 4000.
Example 10. A debt can be paid Birr 2000 two years from now and
another debt of Birr 5000 due in five years. Determine the single
payment required in three years from now to settle both debts if
money is worth 6% compounded monthly?
101
Mathematics of finance AAUCC, 2010
Hence the equivalent values of the debt payments three years from
now are:
C= 2000 (1.005)12
= Birr 2123.36
P = 5000 (1.005)-24
= Birr 4435.93
The required single payment to settle both the debts three years from
now is
Birr 2123.36 + Birr 4435.93 = Birr 6559.29
P (1 + f)1 = P( 1+i)m
1+f = (1+i)m
f = (1+i)m – 1
102
Mathematics of finance AAUCC, 2010
Basic Concepts
103
Mathematics of finance AAUCC, 2010
There are several time variables that may affect an annuity that lead
to a classification of annuities. For instance, annuities that have
definite beginning dates and ending dates are classified as annuities
certain; while annuities where the beginning and/or ending dates are
uncertain are classified as contingent annuities. Examples of an
annuity certain are installment plan payments on loan, mortgage
payments, and interest payments on bonds. Life insurance premium
and pension payments are examples of contingent annuities for which
the ending dates are unknown, since both will terminate when the
person dies. If a person provides in a will that following death a
beneficiary is to receive an annuity for a fixed number of years, this is
a contingent annuity for which the beginning date is uncertain. A
person with a large estate might provide that his surviving child
receive a specified yearly income for the remainder of his life and that
the balance then be donated to some charity; this contingent annuity
would then be uncertain on both the beginning and ending dates.
104
Mathematics of finance AAUCC, 2010
Amount of an annuity
The amount of an annuity is the maturity value (or future value) that
an account will have at the end of a series of equal payments. This
amount is the sum of all the series payments plus all interest earned.
Example 1. You decide to deposit Birr 1000 at the end of each year,
for four years, into a saving account that pays 5% compounded
annually. What will be the amount of this investment just after the
last deposit has been made?
105
Mathematics of finance AAUCC, 2010
Note that the first payment is not received until the end of the first
year; hence it earns interest only for the next 3 years. Likewise, the
second payment is received at the end of year 2 and earns interest
only over the third and fourth years. The third payment received at
the end of year 3, earns interest during the fourth year. The last
payment, received at the end of the fourth year, earns no interest,
since the value of the annuity is computed immediately after this last
payment received.
The amount or the future value of the ordinary annuity in this example
can easily be calculated using a calculator. However, for instance if
the term of the above annuity were 25 years, then the amount of the
ordinary annuity would be given by the expression:
E2
S ( 1+i) – S = R ( 1+i)n – R
S ( 1 + i -1 ) = R[ ( 1 + i)n -1]
S (i) = R [( 1 + i)n -1]
106
Mathematics of finance AAUCC, 2010
OR FV = PMT sn┐i
107
Mathematics of finance AAUCC, 2010
b) The total deposit that will be made by Birtukam into the account
= Birr 150x 120
= Birr 18000
Solution: To find the amount of the first deposit of Birr 1200 over
seven years we use the compound amount formula
C = 1200 (1+0.03)14
= Birr 1815.11
= Brr 7096.01
Thus, Ayele will have a total amount of Birr 1815.11+ Birr 7096.01=
Birr 8911.12 in his account at the end of seven years.
108
Mathematics of finance AAUCC, 2010
Example 5. How long will it take for Birr 500 deposited at the end of
every six months to amount to Birr 8313.40 at 8% compounded
semiannually?
n = 13.0002
n = 13 (semi annuals)
It will take 6 ½ years for Birr 500 semi annual payment to grow to
Birr 8313.40. You can also use table 3 to find value of n using the
formula
FV= PMT sn┐i
8313.40 = 500 sn┐4%
sn┐4% = 16.6268
Sinking Fund
A sinking fund is an interest bearing fund into which equal periodic
deposits are made to provide a desired sum of money at a specified
future date. Sinking funds usually involve large sum of money used to
finance the replacement of machinery and equipment, finance future
capital acquisition, to repay loans, etc.
109
Mathematics of finance AAUCC, 2010
Or PMT = FV (1/sn┐i)
110
Mathematics of finance AAUCC, 2010
0 0.00
Notice that the final balance in the sinking fund is Birr 0.04 more than
the Birr 500000 required, because of rounding to two decimal places.
2. The first deposit is made at the end of the first payment period
and the balance at the payment number 0 is empty (0.00).
Hence there is no interest earned during the first payment
period and the balance at the end of year 1 is the amount of
deposit.
111
Mathematics of finance AAUCC, 2010
5. The three totals shown are useful and should be obtained for
each schedule. The total periodic payment is 8 (56228.20)= Birr
449825.60. The total interest is 50174.44 which is also equal to
500000.04 - 449825.60= 50174.44. The sum of the total
periodic payments plus all the interest earned is the final
balance which must be the same as the total increase in the
fund.
The interest per period is i= 8%/2=0.04. The present value of the first
payment is 1000(1.04)-1, the second payment is 1000(1.04) -2 and so on as
illustrated in the following table.
Year 0 (Now)
present Year 1 Year 2 Year3
112
Mathematics of finance AAUCC, 2010
value
P=C(1+i)-n 1 2 3 4 5 6
We evaluate each of the present values and add the results to find the
total present values as follows:
P=1000(1.04)-1+1000(1.04)-2+1000(1.04)-3+1000(1.04)-
4
+1000(1.04)5+1000(1.04)-6
= Birr 5242.14
Since the payments that Bekele will receive that is Birr 1000 are equal
in size and made at the end of each period, the problem is an ordinary
annuity. The sum of the present values of the series payments is the
present value of an ordinary annuity. We will use the same method
we used in the last section to produce the formula for present value of
an ordinary annuity.
113
Mathematics of finance AAUCC, 2010
Table 5 in the appendix shows the values of a n┐i evaluated for different
values of n and i.
a) How much must you have on your account before the first
withdrawal is made?
b) How much will you receive in total?
Or, from table 5 with i= 2% and n=20 we find that the value of
a20┐2% = 16.35143
PV = PMT an┐i
= 3000(16.351433)
114
Mathematics of finance AAUCC, 2010
= Birr 49054.30
Example 10. Say that you are currently 45 years old, and you plan to
retire at age 60. When you retire, you would like to receive Birr 400 at
the end of each month for 12 years. If money is worth 6%
compounded monthly
a) How much must you have in your account when you retire?
b) What single deposit made now into an account paying 6%
compounded monthly will provide the desired amount when
you reach age 60?
c) How much you will receive in payments from the account?
d) How much of what you will receive is interest?
Solution This is a two- part problem: In (a) and in (b) to find the
single deposit made now (present value at a compound interest) that
would produce a maturity value equal to the answer obtained in (a).
= Birr 40989.90
115
Mathematics of finance AAUCC, 2010
P= C (1+i)-n
= 40989.90(1.005)-180
= Birr 16702.66
c) Then you will receive 144 payments of Birr 400, for a total of Birr
57,600 (144x400) during the term of the annuity 12 years.
d) The total interest is the difference between what you will actually
receive from the annuity (Birr 57600) and the original amount
invested (Birr 16702.65)
n = 160.447417
n = 160 months, or 13 years and 4 months.
Example 12. You have decided to set up a college fund for your child.
You have found that Birr 3000 at the end of every three months should
be enough for the three-year college studies. You decide to open the
116
Mathematics of finance AAUCC, 2010
account when the child is born and make quarterly deposits for 18
years. How much should you deposit at the end of every three months
to reach your goal, if the account pays 4.5% interest compounded
quarterly?
The account of the child must contain Birr 33500 when the child starts
college studies at age of 18 years old, in order for the child to receive
Birr 3000 at the end of each there months for 3 years.
Then find the periodic payment to be made into the account that
would reach to a future amount of Birr 33500 beginning when the child
is born till the child is 18 years old.
= Birr 304.48
You need to deposit Birr 304.48 at the end of every three months in an
account that earns 4.5% compounded quarterly in order to reach your
goal.
Amortization
Amortization refers to the repayment of interest-bearing debts by a
series payment, usually equal in size, made at equal intervals of time.
The series of equal periodic payments form an annuity where the debt
is the present (beginning) value of the annuity. Mortgage and many
consumers loan are repaid by this method.
117
Mathematics of finance AAUCC, 2010
Or , PMT = PV (1/an┐i)
= Birr 2033.63
Interest is the difference between the total amount paid and the loan
The details of how the debt is repaid are shown in a table called an
amortization schedule. The schedule normally shows the payment
118
Mathematics of finance AAUCC, 2010
number (or date), the payment amount, the interest paid, the
payment to principal and the outstanding principal balance (or unpaid
balance).
Example 14. The amortization schedule for the above Birr 8000 loan
at 12% compounded semiannually interest for 3 years, which will be
repaid in semiannual payments of Birr 2033.63 is constructed as
follows.
Since the interest is rounded to the nearest cents, the last payment is
less by Birr 0.04 than the other regular payments in order to obtain a
final outstanding principal balance of exactly zero. In actual practice,
the last payment is usually slightly different from the regular payment
and it is computed by adding the interest due in the last payment
(0.06x1918.48=115.11) to the then outstanding balance 1918.48 to
obtain, 1918.48 + 115.11= Birr 2033.59
119
Mathematics of finance AAUCC, 2010
Example 15. Helen purchased a house for Birr 80000. She paid 10%
down payment, with the balance amortized by a 20- year mortgage at
9% compounded monthly. After making regular monthly payments for
9 years she decided to sell the house. How much will be the
outstanding balance (or the unpaid balance) at the end of 9 years?
9 %
PV=80000-10%(80000)=Birr72000; i= /12 =0.0075; n=
12x20=240
= Birr 647.78
Then find the present value of a Birr 647.78 per month for the
remaining 132 payments ( 240- 108=132) .
= Birr 54158.57
EXERCISES
1. If you paid Birr 40 to a loan company for the use of Birr 1000 for 6
months, find the nominal rate of simple interest they charged you.
120
Mathematics of finance AAUCC, 2010
2. The maturity value of a 6- month note dated June 12 was Birr 4500,
including interest at 10% simple interest rate. Find the due date and
the face value of the note.
4. The cash price of a Sofa set is Birr 6300. The buyer intends to make
a down payment and pay the balance together with interest by making
equal payments of Birr 462 at the end of each month for one year. If
the simple nominal rate of interest is 10% what is the amount of the
down payment?
9. A debt can be paid Birr 2000 two years from now and another debt
of birr 5000 due in five years. Determine the single payment required
in three years from now to settle both debts if money is worth 6%
compounded monthly?
11. How much should I have to save in each month if I'd wanted to end
up with Birr 5000 at the end of 5 years, assuming that I compound
monthly at 4%? How much did I put in total? How much interest did I
earn?
121
Mathematics of finance AAUCC, 2010
13. If you borrow money to buy a car for birr 60,000 at interest rate of
12% compounded monthly.
i) How much do you need to pay each month if the loan is for 5
years?
ii) How much did you put in total over the life of the loan?
iii) How much total interest do you pay over the life of the loan?
iv) How long will be the loan period if monthly payment is birr 500?
14. W/o Alemetu wants to withdraw Birr 500 at the end of every month
for ten years starting at the end of the first month after her
retirement. If she retires in 12 years and interest is 6% compounded
monthly, how much must she deposit at the end of every month for
the next 12 years?
18. Gelila opened an account with Birr 1000 and one year later
decided to deposit Birr 100 each month for the next 6 years. If the
account pays 3% interest compounded monthly, how much will she
have in the account at the end of 7 years? How much interest did she
earn?
19. You have decided to set up a college fund for your kid. You decide
to open an account when Mamush is born by making monthly deposits
every month for 18 years. You assume that Birr 50,000 should be
enough to get Mamush most of the way through college. What
monthly deposit would reach your goal, if the account pays 3.75%
interest compounded monthly? How much money did you deposit into
the account? How much interest did the account earn?
20. You want to buy a house. The house will cost Birr 120,000. You put
5% down and then plan to pay off the house for the next 30 years with
monthly payments. What payments should you make to pay off the
loan if the interest rate is 7.5% compounded monthly? How much
interest did you pay?
122
Mathematics of finance AAUCC, 2010
22. Say that you are currently 45 years old, and you plan to retire at
age 60. When you retire, you would like to have the retirement plan
that was discussed in the previous exercise (receiving quarterly
payments of Birr 5,000 for 10 years). If you won a lottery how much
money should you deposit into an account paying 8% compounded
quarterly so that at age 60 you can reach this goal?
123
Differential calculus AAUCC 2010
INTRODUCTION
This and the next two chapters, deal with concepts and applications on
elementary calculus. Calculus is a branch of mathematics that studies
continuously changing quantities. It is concerned with a dynamic
situation on how a change in one variable affects another variable. The
English physicist Isaac Newton and the German mathematician G. W.
Leibniz working independently, developed the calculus during the 17th
century. Calculus then was considered to be essential only in physical
sciences, but now people in many other disciplines are finding it a
useful tool.
Calculus has two basic tools: differentiation and integration and they
are inverse operations of each others. The first section of this chapter
deals with an introduction to the concept of a limit. The idea of limits
is basic to understand the concepts of continuity and derivative. After
the discussion on concepts of continuity, derivative and the
fundamental rules of computing derivatives we will see the application
of derivative in finding slope of a tangent line and marginal analysis.
Observe that as x gets closer and closer to one, from both left and right
side, the value of f(x) approaches L. Clearly from given values of f(x) in
the table the value of L is 2; and we say the limit of f(x) as x approaches
1 is 2 even though f(x) is not defined at x=1. With this discussion in
124
Differential calculus AAUCC 2010
if and only if f(x) get closer and closer to the unique real
number L as x gets closer and closer to a from both left
and right side.
Note that according to the definition for the limit to exist, both the left
and right limits must exist, be equal and the limit L must be a real
number. The left hand limit symbolized, is computed for only
values of x less than and close to a but not equal to a. Similarly the
right hand limit is computed only for values of x greater than and close
to a symbolized . In the above example both limit from left
*
The formal definition of limit is: if for every number ε >0 there is a number δ >0 such
that if |x-a| <δ, then |f(x)-L| < ε. The Greek letters ε ( epsilon) represents how close we wish f(x) to be to
L and δ (delta) represents how close x must be to a to ensure the distance between f(x) and L is less than ε.
This formal definition is used to prove many useful properties of limits.
125
Differential calculus AAUCC 2010
*
and are not equal hence the limit doesn’t
exist.
f(x)=
x+6 6.9 6.99 6.99 6.999999→ 7 ←7.00001 7.0001 7.001 7.1
In this case f(x) is defined at x=1 (f (1)= 3) but the limit doesn’t exist.
= and =
The limits from the left and limit from the right are not equal, hence
the limit doesn’t exist.
Properties of limits
The example of the use of the table to evaluate limit can sometimes
be cumbersome processes. Graphs can also be used to evaluate limits
however; properties of limits are most useful in evaluation of limits.
*
The symbol ∞ represents infinity which is not a number, rather it means the value of f(x) gets larger and
larger without bound as x approaches a( for positive infinity, +∞). Similarly; the value of f(x) gets smaller
and smaller without bound as x approaches a, (for negative infinity, -∞)
126
Differential calculus AAUCC 2010
The properties listed below are theorems that can be proved using the
formal definition of limits that are not appropriate for this course. The
course is designed to offer an introduction to calculus and its
application in business and economics.
Limit theorems
i) if n ≠ 0,
= 2(1)3 + 12 -5
= -2
=[ x2 -5 x] [ 8+ 3x4]
*
A polynomial function is a function expressed in the form P(x) = an xn + an-1 xn-1 +. . . + a1 x +a0, where
the coefficients a0, a1, . . . an are real numbers and n is a non negative integer.
127
Differential calculus AAUCC 2010
Example 7. , evaluate
Example 9
Solution x2+1= 5 and x-2 =0, hence the limit doesn’t exist
Example 10
= 2+2
=4
128
Differential calculus AAUCC 2010
Example 11
Example 12
Continuity
129
Differential calculus AAUCC 2010
1) f(a) is defined
2) f(x) exists
3) f(x) = f(a)
130
Differential calculus AAUCC 2010
All the three requirements of continuous function are satisfied for all
real numbers, hence the function is continuous everywhere. The graph
of this continuous function f (x) in figure 5-3) below has neither a hole
nor a gap.
131
Differential calculus AAUCC 2010
132
Differential calculus AAUCC 2010
Let us consider the different dotted secant lines on figure 5-5 as value
of x gets closer and closer to x0.
133
Differential calculus AAUCC 2010
The equation of the tangent line passing through(x 0, f(x0)) with slope m
can be determined using the slope-point form of equation of a line in
chapter 2 given by,
y - f(x0) = m (x-x0 )
Example 1. Given the function f(x)= x2, show that there is a line
tangent to the graph of f at the point (2, f(2)) and find the equation of
the line.
y – 4 = 4 (x-2)
y = 4x -4
You may think that every point on a graph has a tangent line,
unfortunately that is not the case. Let us consider the following
example.
134
Differential calculus AAUCC 2010
Figure 5-7
But this limit doesn’t exist since the left hand limit and the right hand
limit are not equal
Hence the graph of f doesn’t have a tangent line at (0, 0). Observe
that the graph of the function on figure 5-7 has a sharp corner at (0,
0). It is generally true that if the graph of a function has a sharp
corner point at (x0, f(x0)), then there is no tangent line at that point.
*
The absolute value of x denoted by |x|= x if x0 and |x|= -x if x< 0
**
The closed interval [x1 x2]= {x : xεR and x1 x x2 }
135
Differential calculus AAUCC 2010
= Birr 389
*
In the real-world problems the cost function is defined only for non negative integers. However to find
the instantaneous rate of change of C(x) at a point x=50, we must assume that C(x) is defined for all real
numbers in the given interval.
136
Differential calculus AAUCC 2010
Now let us see the average rate of change of C over the interval
[50, 50+ x] for x = 0.1, 0.01, 0.001, and 0.0001 to estimate the
instantaneous rate of change of cost that results from an increase in
production level above 50 units.
x 390-0.1 x
0.1 389.99
0.01 389.999
0.001 389.9999
0.0001 389.99999
Observe that the smaller x gets the closer the average rate of change
gets to 390. This is the limit of the average rate of change as x
approaches to 0 and using the notation of limit it is written as,
= Birr 390
137
Differential calculus AAUCC 2010
Note that the average rate of change is defined over an interval and
the instantaneous rate of change over a point x =x 0. From the
discussion of concepts of slope of a tangent line and the instantaneous
rate of change also notice that the slope of the secant line at (x 0, f(x0))
and (x 0+ x, f(x0 + x)) is the same as the average rate of
change over the interval [x0, x0+ x] or the difference quotient.
Similarly the limit that defines the slope of the tangent line at the
point (x0, f(x0)) is the same as the instantaneous rate of change of f at
the point x =x0.
In the last section 5.3 we defined the slope of a tangent line to the
graph of a function at a point (xo, f (xo)) by the special limit
Provided that the limit exists, this special limit is also used to define
the instantaneous rate of change. Because of its importance to
calculus and its various possible interpretations this special limit is
expressed as a function and is given the name derivative defined as
follows.
Definition
138
Differential calculus AAUCC 2010
139
Differential calculus AAUCC 2010
or
y = x2
140
Differential calculus AAUCC 2010
Rules of differentiation
141
Differential calculus AAUCC 2010
Example 4 i) = x2
n=2, hence, (x)= 2x2-1= 2x
1/2
)
= 12 x3 = -15\x4 =2/
142
Differential calculus AAUCC 2010
ii) = 5 - 3,
(x) = (5x1/2)' - (3)'
= 5/2 (x -1/2)
= 5/2
at x= 3, (3) = 2(3) - 3 =3
Solution. Recall that the cost (in Birr) of producing x units of the item
is given by
143
Differential calculus AAUCC 2010
144
Differential calculus AAUCC 2010
Thus,
P' (x) = R' (x) - C' (x)
= (284 -x) - (200-0.4x)
= -0.6 x + 84
Evaluating at x= 50, P' (50) = -0.6(50) + 84 = Birr 54.
x= 6000-30p,
Where, x is the number of the new product that retailers are likely to
buy per week at a price of Birr p per product. Find the marginal
revenue at x=1500 and 4500.
x= 6000-30p,
R(x) = 200x- x2
145
Differential calculus AAUCC 2010
The product rule. The derivative of a product is the first function times the
derivative of the second function plus the second function times the derivative of the first
function
or,
= 9x2 – 10x +3
Or, in this example we can first multiply and then find the derivative
= 3x3 -5x2 + 3x – 5
The quotient rule. The derivative quotient of two functions is the denominator
times the derivative of the numerator minus the numerator times the derivative of the
denominator all over the denominator squared.
146
Differential calculus AAUCC 2010
or,
Solution.
At t = 2 months
147
Differential calculus AAUCC 2010
At t= 8 months
Thus, 8 months after the introduction of the new product sales are
decreasing at a rate of 560 units per month.
= (5x + 3)2
Using the rules that we have introduced so far we can find the
derivative after expansion of the expression as follows,
= 25x2 + 30x + 9
148
Differential calculus AAUCC 2010
Put y= u 2
and u = 5x +3
= 2u and =5
Then,
= 2u x 5 = 10u
Substituting u= 5x +3 = 10 (5x +3)
= 50x + 30
You can choose any one of the formulation of the chain rule that you
find easier to use. They are equivalent.
f (x) = ( 1-x3 )8
149
Differential calculus AAUCC 2010
= 8u7x -3x2
= -24x2 u
Substituting for u= 1- x3, = -24x2 (1- x3)7
= n [g(x)] n-1
g' (x)
f ( x ) = (3x2 +5x)4
Solution. Applying the function power rule
f (x) =
f (x) =
150
Differential calculus AAUCC 2010
f (x)= ex
151
Differential calculus AAUCC 2010
ex = ex
= 6 and = eu
thus, = 6 eu
= 6e6x-1
In general the application of the chain rule to functions involving
exponents as eg(x where g(x) is some function other than simply x,
leads to the following differentiation formula.
e g(x)
= eg(x) .
g'(x)
f(x) = e3x
= 3e3x
Example 20. Find the slope of the tangent line to the curve y =
at x = 0
= =
152
Differential calculus AAUCC 2010
= (x2 +1)1/2
= ½ (x2 +1)-1/2 ( 2x)
=
Hence,
=
When x = 0 we get,
=
=
=0
f (x) = x2ex
Solution. We use the product rule to find the derivative,
153
Differential calculus AAUCC 2010
x = ef(x) (1)
x= ef(x)
1= x f '(x)
f ' (x) =
ln x = , x>0
ln g(x) =
154
Differential calculus AAUCC 2010
f (x) = ln ( 5x)
Solution. ln (5x) = 5x
= (5)
= [2 (x3 + 2) (3x2)]
Hence,
Example 24. Find the slope of the tangent line to the curve
at x=1
Solution. The slope of the tangent line is evaluated at x=1, by the
quotient rule,
=
155
Differential calculus AAUCC 2010
When x= 1, we get,
EXERCISES
a) b) c) d) e)
f) g) h)
i) j) k)
3. A sales man received a fixed salary of Birr 600 per month and a
commission of 10% for all sales over Birr1000 during the month. If
sales amounts Birr x per month, write the total salary f(x) of the
salesman. Is f(x) continuous at x = 1000?
156
Differential calculus AAUCC 2010
157
Application of derivative AAUCC, 2010
INTRODUCTION
Two useful applications of derivatives have already been discusse d:
tangent lines and marginal analysis. The practical applications of
differential calculus are so wide ranging that it would be impossible to
discuss them all here. In this chapter we will give a brief introduction
to how differential calculus is used in optimization problems. This is
the most important application of the derivatives because so many
everyday problems involve maximizing or minimizing function.
First we will discuss about minimum and maximum values also called
the extrema (the singular of extrema is extremum) of a function. In
particular we will see the difference between two types of extrema of a
function called relative extrema and absolute extrema. Then we will
see business and management applications such as finding level of
production that will provide minimum cost, minimum average cost,
maximum revenue and maximum profit.
158
Application of derivative AAUCC, 2010
We can easily find relative extrema from a graph of the function but
how do we find the values of x at which f has a relative extrema if
given a function . Figure 6.2 focuses on the tangent lines at the three
relative extrema from figure 6.1. Observe that the tangent lines at
these points are horizontal.
159
Application of derivative AAUCC, 2010
This example shows that all critical points are not necessarily relative
extrema points, so we need a test for determining at which of the
critical values does have a relative minima, relative maxima, or
neither.
160
Application of derivative AAUCC, 2010
Step 1: Find
161
Application of derivative AAUCC, 2010
f (x) = x2 -4x + 3
Solution. Step 1: = 2x - 4
Step 2: 2x - 4 = 0
2 (x -2) = 0
x = 2 is the only critical value
Sign of = 2(x-2) - - - - - -0 + + + + + +
2
Sign of f ' changes from minus to plus, hence, at x=2 a relative minimum
value occurs and f(2)= (2)2- 4(2)+3= -1 is the relative minimum value.
The graph is shown in figure 6.4
162
Application of derivative AAUCC, 2010
f (x) = x3 +3x2 – 9x + 1
-3 1
0
Sign of x+3 - - - - -- + + + + + + +
Sign of x -1 - - - - - - - - - - 0+ + + + +
0 0
Sign of + - +
3 (x +3)(x-1)
163
Application of derivative AAUCC, 2010
f (x) = x2/3
Solution : Step 1: = 2/3 x -1/3
= ; f (0)= 0 but f ' (0) is undefined.
Sign of = -- - - - |++ + +
0
The second method of locating relative maxima and relative minima values
that we will consider is simple to use and is very useful in optimization
problem. We have seen that the first derivative f ' can be used to
determine when a graph of f is increasing and decreasing. Similarly the
derivative of the derivative called the second derivative can be used to
determine the slope and the behavior of the derivative function f '. The
second derivative is denoted by
f '' (x), or
We have noted that when the first derivative of a function is positive, the
function is increasing; or when the first derivative is negative the function
is decreasing. Similarly if f ''(x) > 0 for all x in the interval (a, b) then the
first derivative f ' is increasing. Graphically this relationship means the
164
Application of derivative AAUCC, 2010
slope of the function f is increasing since f ' gives the slope of the function.
Thus the curve y= f(x) “bends upward” over the interval (a, b) (see figure
6.7a). Such a curve is said to be concave upward over (a, b). In addition
we can say that a curve is concave upward over (a, b) if the curve lies
above its tangent line at each x in (a, b).
Similarly if f ''(x) < 0 then f ' (x) is decreasing which means the slope of the
function f (x) decreasing as we move along the x-axis from a to b as shown
in figure 6.7 (b). Thus the curve y = f(x) “bends downward”. Such a curve
is said to be concave downward over (a, b). We can also say that a
curve is concave downward over (a, b) if the curve lies below its tangent
line at each x in (a, b).
165
Application of derivative AAUCC, 2010
1. Find f ' (x), and solve f ' (x) = 0 to identify critical values of f
(x).
The third part (iii) of the second derivative test is important to notice. If
the second derivative is zero then the critical point can be anything. That
is it can be either relative maximum, or relative minimum or neither type
of extrema. The graphs of three functions below in which all have a critical
point at x=0, and the second derivative of all of the functions is zero
exhibit the three possibilities.
Figure 6.9. Graphs of functions that have the same critical values
at x=0
The point (0, 0) on the curve of the function given in diagram 6.9 (c) is
a point where the curve changes from concave downward to concave
upward. The point where a function changes from being concave
upward to concave downward (or from being concave downward to
concave upward) is called a point of inflection or an inflection
point. All lists of possible inflection points will be those points where f
166
Application of derivative AAUCC, 2010
''(x) = 0 or where f ''(x) is undefined. However, the point where f '' (x)
=0 may not be an inflection point as shown in figure 6.9 a and b
In a majority of problems concerned with finding relative extrema
values of a function the second derivative test is often easier to use
than the first derivative test. However, in the case where both the first
derivative and second derivative are zero we can apply the first
derivative test.
f (x) = x3 +3x2 – 9x + 1
Solution: = 3x2 + 6x - 9
Solving, 3x2 + 6x – 9 = 0. Critical values of f are x= 1 and x= -3
Then the second derivative is evaluated at each critical value
f ''(x) = 6x +6
f ''(1) = 6(1) + 6 = 12 >0 hence, f has relative maximum at
x=1
f ''(-3) = 6(-3) +6 = -12 <0 hence, f has relative minimum at
x= -3
f (x)= ¼ x4 + x3 + 5
Solution = x3 + 3x2
Solving, x3 + 3x2 = x2(x + 3) =0 critical values of f are x = -3 an d x=
0 Then find second derivative and evaluate at each critical values
f ''(x) = 3x2 + 6x
f ''(-3) = 3(-3)2 + 6(-3) = 9 > 0, f has a relative minimum at x=
-3
f ''(0) = 3(0)2 + 6(0) = 0 the second derivative test fails at x=0
Hence we apply the first derivative test at this critical value using the
sign chart.
167
Application of derivative AAUCC, 2010
sign of x2 (x +3) - 0 + 0 +
From the sign chart we see that f has relative minimum value at x= -3
since at this point the sign of f ' changes from minus to positive. But
the sign of f ' on both sides of 0 is the same positive hence, there is no
a relative extremum value at x=0. The relative minimum value f (-
3)=-7/4 and the point ( 0, 5) is an inflection point. Observe that on
figure 6.10 at the point (0, 5) the graph changes from concave up to
concave down.
f (x)= x3 + 8
Solution = 3x2
3x2 = 0; critical value is only x=0
f ''(x) = 6x and f ''(0)= 0 second derivative test fails,
The sign of f '(x) is the same on both sides of x=0. Therefore, (0, 8) is
an inflection point. At this point the graph changes from concave
downward to concave upwards. The graph of the function is given
below in figure 6.11.
168
Application of derivative AAUCC, 2010
(a) (b)
169
Application of derivative AAUCC, 2010
and a lowest point on the graph. The following theorem states this
fact.
Note that in this theorem the function f has to be continuous and the
interval has to be closed. If f has critical values c 1, c2, . . .cn , the point
at which f attains its absolute extremum must be either a critical value
of x which represents a relative extremum or at the endpoints of the
interval a or b. Thus to find the absolute maximum and absolute
minimum value we evaluate f (c1 ), f (c2 ). . . f (cn ), f (a ) and f (b ).
The summary of the procedure for finding the absolute extrema of a
continuous function on [a b] is given below.
170
Application of derivative AAUCC, 2010
Example 1. The profit P(x) (in birr) realized from producing and
selling x shoes per month is given by, P(x) = - 0.001 x 2 + 5x - 800
X 0 2500 3000
P(x)= -0.001 x + 5x- -800
2
5450 5200
800
171
Application of derivative AAUCC, 2010
172
Application of derivative AAUCC, 2010
Area = xy
Step 2. The information given about amount of fencing material
available, 600 meters is expressed as
x + x + y = 600
2x +y = 600
Solving for y we get y = 600-2x
Area = x( 600-2x)
Simplifying we have, A(x) = 600x – 2x 2
Step 3. Since x is the length of the rectangle x>0. Also, x< 300
because, the width y= 600-2x should be positive. Value of x=0 and x=
300 provide area of zero that will clearly not maximize area. Thus, the
problem is to find the largest grazing area A over the open interval (0,
300).
173
Application of derivative AAUCC, 2010
cost of the material for the bottom (base) is Birr 3 per square
centimeter and the material for the sides cost Birr 1 per centimeter.
Find the dimension of the box with a minimum cost of material.
Step 1. Let the base width be x cm then the base length is 2x cm and
the height be y cm. the figure of the box is given below
Step 2. The information that the volume of the box 32000 cubic
centimeter is the area of the base time the height so we have,
Volume = 2x2 y
32000 = 2x2y
174
Application of derivative AAUCC, 2010
12x =
12x3 = 96000
x3 = 8000
x=
We get, x= 20 cm as the only critical value of C (x) in the interval (0,
∞). From the second derivative
Area= (x+2) (y + 4)
Step 2. The information given about the area of the printed material
is expressed as
xy= 128
Solving for y we get y = 128 /x and substituting in the area function
we get
Area = (x+2) (128/x + 4)
175
Application of derivative AAUCC, 2010
We get the critical value x= 8 since -8 is not in the domain (0, ∞).
Applying the second derivative
A''( x ) = 512/x3 and A''( 8) > 0 ,
We see that the relative minimum of A(x) occurs at x=8. This relative
minimum is the absolute minimum of A(x). Substituting x= 8 in y=
128/x the width of the rectangular sheet is 16 inch. Hence the
minimum area of the required rectangular sheet A(8 ) = 200 inches
occurs when the dimensions of the rectangular sheet are 10 ( 8+2)
inches by 20 (16 + 4) inches.
1024= Πr2h
Solving for h we get, h= 1024/ Πr2
Substituting into the surface area function to be minimized, we obtain
176
Application of derivative AAUCC, 2010
4Πr = 2048/r2
r3= 512/ Π
r=
Example 5. The owner of a 100 room motel finds that when the rent
is Birr 40 per room all rooms are occupied each night. However for
each Birr 10 increase in the rent per room, 5 fewer rooms are rented
each night. How much of an increase in the rent per room should be
made to maximize daily revenue?
Solution. In this problem the information given is that when the rent
of each room is Birr 40 per day all the 100 rooms will be rented, but an
additional Birr 10 increase in rent will reduce the number of rooms
rented by 5.
For instance if rent increased by Birr 10 only 100-5 rooms are occupied
“ “ “ by Birr 2(10) only 100 – 2(5) “
“ “ “ by Birr 3(10) only 100 – 3 (5) “
We see that the revenue depends upon the number of Birr 10 increase
in rent put into effect. If we let x to represent the number of Birr 10
increase in rent, the number of rooms rented will be 100 – 5x while the
177
Application of derivative AAUCC, 2010
rent per day will be Birr 40 +10x. The daily revenue function to be
maximized is thus, determined by,
The rent would increase from Birr 40 to Birr 120. The number of rooms
rented each day would decrease by 5 (8) = 40, only 60 of the 100
rooms would be occupied resulting with total revenue of (120) (60) =
Birr 7200 which is the same as R ( 8).
EXERCISE
1. Find the local maxima and local minima of the function
f(x)= 2x3-3x2 -36x +8,
2. For what value of k will f(x) = have a relative minimum at x =6
4. The marginal cost per day for a factory is C’(x) = 3/5 x2 + 2x + 3 with
a fixed cost of Birr 420 per day. Find the total cost function.
178
Application of derivative AAUCC, 2010
7. A real state office handles an apartment house with 100 units. When
the rent of each unit is $120 per month, all units are occupied.
Experience has shown that for each $10 per month increase in rent,
five units become vacant. The cost of servicing a rented apartment is
$20 a month. What rent should be charged to maximize profit? What is
the maximum profit?
12. Suppose the cost of publishing a certain book is Birr 10,000 to set
up the annual press run, plus Birr 8 for each book actually printed. The
publisher sold 7,000 copies last year at Birr 13 each, but this year
sales dropped to 5,000 copies when the price was raised to Birr 15 per
copy. Assuming that as many as 10,000 copies can be printed in a
single press run find the number of copies that should be printed in
order to maximize the year's profit. What is maximum profit and what
should be the selling price of each copy?
179
Integral calculus AAUCC, 2010
INTRODUCTION
The second branch of calculus concerned with the theory and
applications of integrals is called the integral calculus. The last two
chapters dealt with differential calculus concerned with rates of change.
Integral calculus deals with total size interpreted as an area under a
curve.
Two types of integrals will be discussed, the indefinite integral and
the definite integral. The indefinite integral focuses on the reverse
process of the derivative, known as the antiderivative. The definite
integral focuses on areas and how to find them. The bridge between
these two types of integrals is the fundamental theorem of
calculus in which we will show on how a definite integral is calculated
by using its antiderivative.
Now, let’s go back and recall the rule for the operation of taking the
derivative of x to a power n. When differentiating powers of x n we
multiply the term by the power n and then subtract one from the
power to obtain a new power (n-1).
180
Integral calculus AAUCC, 2010
Definition
Rules of integration
181
Integral calculus AAUCC, 2010
Example 1 i) ii)
iii) iv)
In this rule note that n is different from negative one. Because the
denominator n+1 will be zero when we substitute n= -1and any
number over 0 is undefined. To plug the gap in this rule we need to
look for the derivative of x-1 = . Recall from section 5. 6 that
for x >0
Rule 3.
i) where x 0
ii)
Example 2.
182
Integral calculus AAUCC, 2010
Example 3. i)
ii)
iii)
iv)
183
Integral calculus AAUCC, 2010
= (3x2) -5 + +0
= 2x2 -5 +
184
Integral calculus AAUCC, 2010
Example 5. Evaluate,
Example 6.
Evaluate,
185
Integral calculus AAUCC, 2010
Given the fixed cost is Birr 15,000, find the cost function C(x) and the
cost of producing 10 units of the product.
Solution. Since the marginal cost function C'(x) is given we can find
the cost function C(x) by computing the indefinite integral of 5x+250.
= 1000/x + c
186
Integral calculus AAUCC, 2010
Consider the area under the graph y =x, above the x-axis bounded by
the lines x=0 and x=1 as shown in figure 7.1.
The region whose area we want to compute is a triangle with base one
unit and height one unit. We know the area of a triangle is equal to
half
the product of the base and the height hence the area is
187
Integral calculus AAUCC, 2010
a) ( b)
( c) ( d)
188
Integral calculus AAUCC, 2010
= 6/
16
= 0 .375 units
Because some of the shaded regions are not included in the rectangles
this area is not also a good approximation of the exact area of the
triangle 0.5 units. To get a better approximation as shown in figure
7.2 (c), the interval between 0 and 1 is divided into eight equal parts
with more rectangles. The width of each rectangle is the same ⅛ and
as discussed above the height of each rectangle is different for each
and equals the left hand end point of each sub interval. The combined
area of the rectangles used to approximate the area of the triangle
A ≈ 0(⅛)+⅛ (⅛)+2/8(⅛)+⅜(⅛)+4/8(⅛)+⅝(⅛)+6/8(⅛)
+⅞(⅛)
=0+ 1/
64 + 2/
64 + 3/
64 + 4/
64 + 5/
64 + 6/
64 +7/64
= 28/
6
= 0. 4375 units
189
Integral calculus AAUCC, 2010
The width of each rectangle is 1/n and the height of the i th rectangle is
xi, the left hand of the subinterval since f(x i)= xi. The first rectangle
has left endpoint x0 = 0 while the last rectangle has left endpoint x n-1=
n-1/n.
Thus area of the ith rectangle is xi times 1/n and substituting i/n for x i
we get i/n2. Now the area A will be approximated by
A ≈ 1/n2 ( 1 + 2 + 3 + …+ n-1)
Recall that the sum in the bracket is an arithmetic sequence and it can
be computed using the formula for the sum of the first n natural
number given by
1 + 2 + 3 + …+ k =
Substituting k= n-1 we get,
190
Integral calculus AAUCC, 2010
*
We can choose any point from each interval. If we choose the minimum value of f (x) in the sub interval
the rectangles will be underneath the graph with underestimated area. Similarly if we choose the maximum
value of f(x) in the sub interval the top of the rectangles will be above the graph with overestimated area.
However as n approaches infinity the top of the rectangles get closer and closer to being a straight line and
the approximated areas will approach to the actual area.
191
Integral calculus AAUCC, 2010
A≈
A=
sum and the limit is called the Riemann integral, or the definite
The n subintervals are; [0, 1/n], [1/n 2/n], [2/n, 3/n], …[n-1/n, 1]
192
Integral calculus AAUCC, 2010
= =
Thus we get,
The evaluation of area using the limit of a Riemann sum as you have
seen is possible. However, this was tedious and requires a lot of work
and time, even for fairly simple functions. The following important
theorem which expresses the relation between indefinite integral and
definite integral is used to evaluate the definite integral.
= F(b) – F( a)
193
Integral calculus AAUCC, 2010
and x=b to obtain F(b) and F(a) respectively, and compute the
difference F(b)-F(a). The following notation is often used for the
definite integral
= = F (b) –F(a)
Area = =
Rules of integration discussed in section 7.1 will also apply for definite
integral. The following properties of definite integral are also
important in finding areas under a curve.
1.
2. =
3. additive property
, Where a c b
194
Integral calculus AAUCC, 2010
A= = = F (b) –F(a)
195
Integral calculus AAUCC, 2010
Thus, the limits of integration are the y- intercepts which can be found
by solving the equation
1-x2 = 0
x2 =1
x = -1 , x =1
The area of the region bounded by f(x) and x-axis is, thus, given by,
A=
= [1- (1/3)]-[-1-(-1/3)]
= 2/3 +2/3
= 4/3 units
To find area when f(x) is negative over the interval [a b].Consider area
of the region bounded by x-axis and the function f (x) = x2 -1 shown
below.
196
Integral calculus AAUCC, 2010
A=
Thus we use the following property to find area that lies below x-axis.
A=- =
Example 4. Find the area bounded by x2 –4x, x-axis, x=1 and x=3
From the sketch of the graph we see that f(x) 0 for all x in [1 3], so
the area of the required region is
A=
=
= 22/3 units
Example 5. Find the area bounded by f(x) = 2x, x-axis, x=0 and x = -
3
197
Integral calculus AAUCC, 2010
The required region lies below x-axis, that is f (x) 0 for all x in [-3, 0]
thus area of the required region
A=
=
= 9 units
We could have found this area by using the area formula of a triangle
with base 3 units and height 6 units.
A = ½ x 3 x 6= 9
Example 6. Find the area between f(x) = x2 – 2x, x-axis, x=-2 and
x=2
From the graph we see that f (x) 0 on the interval [-2 0] and f (x) 0
on [0 2]. Hence to find the required area, we must compute the
definite integral above the x-axis (A1) and the definite integral for the
198
Integral calculus AAUCC, 2010
area below the x-axis (A2) and add the results of the definite integrals.
Hence,
A = A1 + A 2
= 20/3 + 4/3
= 8 units
Solution. The graph of f (x) intersects the x-axis at the points where
f (x) = 0. Hence endpoints of the interval can be obtained by solving,
x3-x = 0
x(x2-1) =0
x=0, x= -1, x=1
From the sketch of the graph we see that f(x) 0 on [-1 0] and f(x) 0
on [0 1]. Hence the area of the required region is
A = A 1 + A2
199
Integral calculus AAUCC, 2010
=¼+¼
= ½ units
Suppose f (x) and g(x) are continuous function with f(x) g(x) for all x
in [a, b]. That is the graph of f lies above the graph of g as shown
below.
The area bounded by the two curves is equal to area under f (x) minus
area under g(x). Using definite integral we can write as
Or A =
A=
200
Integral calculus AAUCC, 2010
A =
= 36 units
201
Integral calculus AAUCC, 2010
Example 9. Find the area enclosed by the curves f(x)= x2- 4 and
g(x) = 2x -1
Solution. The sketch of the required region is
The line g(x) is above the parabola hence (g (x) f (x)), thus, area of
the required region is
A=
A=
= 32/3 units
Example 10. Find the area bounded by f(x)= -x2 and g(x)= x2-8
202
Integral calculus AAUCC, 2010
The values of a and b are the intersection of the two functions. These
values are determine by solving,
f (x) = g(x)
-x2 = x2 -8
-2x2 = -8
x2 = 4
x=-2 , x=2
Thus, the limits of integration are a= -2 and b=2 and f(x) g(x) over
the interval [-2 2], hence, the area is given by
A=
= 64/3 units
Example 11. Find the area bounded by f (x) = x3-x and g(x)= 3x
203
Integral calculus AAUCC, 2010
Solution. The following sketch shows the region bounded by f(x) and g
(x)
f (x) = g(x)
x3-x = 3x
x3-x-3x = 0
x3 -4x = 0
x ( x2 -4) =0
x = -2, x = 0, x=2
A = A1 + A2
= 8 units
204
Integral calculus AAUCC, 2010
R(x) =
= 600x - 0.15 x2 + c
Thus, the total revenue obtained from sales of 200 units and from
sales of 100 units are,
R(200) = 600(200)- (0.15) (200)2 + c = 114000 + c
R(100) = 600(100)- (0.15) (100)2 + c = 58500 + c
Therefore, the total change in revenue is R(200)- R(100)= Birr 55500.
The constant c canceled out so we don’t need to know the value of
constant of integration c. Note that this is equal to the value of the
definite integral, .
= Birr 5835
205
Integral calculus AAUCC, 2010
= Birr 50.76
Thus, total cost would increase by Birr 5076 if production increases
from 30 to 35 units.
= Birr 35050
Thus, total maintenance cost over the 6 years from the 2 nd to the 7th
year since the apartment was built is Birr 35050. That is the
accumulated maintenance cost during 2nd, 3rd, 4th up to the 7th year.
= - 625 units
206
Integral calculus AAUCC, 2010
= - Birr 23750
Thus, the total loss in value of the machine in the first 5 years is Birr
23,750. That is the book value of the machine after 5 years will be the
original value of the machine less Birr 23750.
The total loss in value of the machine in the second 5 years is,
.
= - Birr 11250
Thus, the total loss in value of the machine in the second 5 years is
Birr 11250 which is less than that of in the first 5 years. So the
machine depreciates in value less rapidly as time increases.
f (t) = 16 + 2t
207
Integral calculus AAUCC, 2010
Total net savings are changing at the rate of f (t)-g(t) per year, thus,
total net earnings over the first 6 years is given by,
= 27
Thus, total net earnings over 6 years will be Birr 27,000.
Geometrically, this is the area of the region bounded by the marginal
revenue, the marginal maintenance and repair costs function, over the
interval [0 6] as shown below.
EXERCISES
208
Integral calculus AAUCC, 2010
a) b) c)
d) e)
3. a) Find the area of the region enclosed by the curve f(x) = x and g(x)
=x2.
b) Find the area of the region enclosed by the curve y = 1- x2 and y = 0
c) Find the area of the region enclosed by the curve y=x2-3x+ 2 and x-
axis
d) Find the area bounded by f(x) = x3- 3x2+ 2x and the x-axis.
4. The marginal cost per day for a factory is C’(x) = 3/5 x2 + 2x + 3 with
a fixed cost of Birr 420 per day. Find the total cost function
209
Appendix AAUCC, 2010
APPENDIX
210
Appendix AAUCC, 2010
211
Appendix AAUCC, 2010
n/i 1% 1.5% 2% 3% 4% 5% 6% 8%
0.98522 0.98039 0.96153
1 0.990099 2 2 0.970874 8 0.952381 0.943396 0.925926
0.97066 0.96116 0.92455
2 0.980296 2 9 0.942596 6 0.907029 0.889996 0.857339
0.95631 0.94232 0.88899
3 0.970590 7 2 0.915142 6 0.863838 0.839619 0.793832
0.94218 0.92384 0.85480
4 0.960980 4 5 0.888487 4 0.822702 0.792094 0.735030
0.92826 0.90573 0.82192
5 0.951466 0 1 0.862609 7 0.783526 0.747258 0.680583
0.91454 0.88797 0.79031
6 0.942045 2 1 0.837484 5 0.746215 0.704961 0.630170
0.90102 0.87056 0.75991
7 0.932718 7 0 0.813092 8 0.710681 0.665057 0.583490
0.88771 0.85349 0.73069
8 0.923483 1 0 0.789409 0 0.676839 0.627412 0.540269
0.87459 0.83675 0.70258
9 0.914340 2 5 0.766417 7 0.644609 0.591898 0.500249
0.86166 0.82034 0.67556
10 0.905287 7 8 0.744094 4 0.613913 0.558395 0.463193
0.84893 0.80426 0.64958
11 0.896324 3 3 0.722421 1 0.584679 0.526788 0.428883
0.83638 0.78849 0.62459
12 0.887449 7 3 0.701380 7 0.556837 0.496969 0.397114
0.82402 0.77303 0.60057
13 0.878663 7 3 0.680951 4 0.530321 0.468839 0.367698
0.81184 0.75787 0.57747
14 0.869963 9 5 0.661118 5 0.505068 0.442301 0.340461
0.79985 0.74301 0.55526
15 0.861349 2 5 0.641862 5 0.481017 0.417265 0.315242
0.78803 0.72844 0.53390
16 0.852821 1 6 0.623167 8 0.458112 0.393646 0.291890
0.77638 0.71416 0.51337
17 0.844377 5 3 0.605016 3 0.436297 0.371364 0.270269
0.76491 0.70015 0.49362
18 0.836017 2 9 0.587395 8 0.415521 0.350344 0.250249
0.75360 0.68643 0.47464
19 0.827740 7 1 0.570286 2 0.395734 0.330513 0.231712
0.74247 0.67297 0.45638
20 0.819544 0 1 0.553676 7 0.376889 0.311805 0.214548
0.73149 0.65977 0.43883
21 0.811430 8 6 0.537549 4 0.358942 0.294155 0.198656
0.72068 0.64683 0.42195
22 0.803396 8 9 0.521893 5 0.341850 0.277505 0.183941
0.71003 0.63415 0.40572
23 0.795442 7 6 0.506692 6 0.325571 0.261797 0.170315
0.69954 0.62172 0.39012
24 0.787566 4 1 0.491934 1 0.310068 0.246979 0.157699
0.68920 0.60953 0.37511
25 0.779768 6 1 0.477606 7 0.295303 0.232999 0.146018
0.67902 0.59757 0.36068
26 0.772048 1 9 0.463695 9 0.281241 0.219810 0.135202
0.66898 0.58586 0.34681
27 0.764404 6 2 0.450189 7 0.267848 0.207368 0.125187
0.65909 0.57437 0.33347
28 0.756836 9 5 0.437077 7 0.255094 0.195630 0.115914
212
Appendix AAUCC, 2010
n/i 1% 1.5% 2% 3% 4% 5% 6% 8%
0.64935 0.56311 0.32065
29 0.749342 9 2 0.424346 1 0.242946 0.184557 0.107328
0.63976 0.55207 0.30831
30 0.741923 2 1 0.411987 9 0.231377 0.174110 0.099377
0.63030 0.54124 0.29646
31 0.734577 8 6 0.399987 0 0.220359 0.164255 0.092016
0.62099 0.53063 0.28505
32 0.727304 3 3 0.388337 8 0.209866 0.154957 0.085200
0.61181 0.52022 0.27409
33 0.720103 6 9 0.377026 4 0.199873 0.146186 0.078889
0.60277 0.51002 0.26355
34 0.712973 4 8 0.366045 2 0.190355 0.137912 0.073045
0.59386 0.50002 0.25341
35 0.705914 6 8 0.355383 5 0.181290 0.130105 0.067635
0.58509 0.49022 0.24366
36 0.698925 0 3 0.345032 9 0.172657 0.122741 0.062625
0.57644 0.48061 0.23429
37 0.692005 3 1 0.334983 7 0.164436 0.115793 0.057986
0.56792 0.47118 0.22528
38 0.685153 4 7 0.325226 5 0.156605 0.109239 0.053690
0.55953 0.46194 0.21662
39 0.678370 1 8 0.315754 1 0.149148 0.103056 0.049713
0.55126 0.45289 0.20828
40 0.671653 2 0 0.306557 9 0.142046 0.097222 0.046031
0.54311 0.44401 0.20027
41 0.665003 6 0 0.297628 8 0.135282 0.091719 0.042621
0.53508 0.43530 0.19257
42 0.658419 9 4 0.288959 5 0.128840 0.086527 0.039464
0.52718 0.42676 0.18516
43 0.651900 2 9 0.280543 8 0.122704 0.081630 0.036541
0.51939 0.41840 0.17804
44 0.645445 1 1 0.272372 6 0.116861 0.077009 0.033834
0.51171 0.41019 0.17119
45 0.639055 5 7 0.264439 8 0.111297 0.072650 0.031328
0.50415 0.40215 0.16461
46 0.632728 3 4 0.256737 4 0.105997 0.068538 0.029007
0.49670 0.39426 0.15828
47 0.626463 2 8 0.249259 3 0.100949 0.064658 0.026859
0.48936 0.38653 0.15219
48 0.620260 2 8 0.241999 5 0.096142 0.060998 0.024869
0.48213 0.37895 0.14634
49 0.614119 0 8 0.234950 1 0.091564 0.057546 0.023027
0.47500 0.37152 0.14071
50 0.608039 5 8 0.228107 3 0.087204 0.054288 0.021321
n
Table 3. Value of s n┐i = ((1+i) – 1)/i
n/i 1% 1.5% 2% 3% 4% 5% 6% 8%
1 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.00000
2 2.010000 2.015000 2.020000 2.030000 2.040000 2.050000 2.060000 2.08000
3 3.030100 3.045225 3.060400 3.090900 3.121600 3.152500 3.183600 3.24640
4 4.060401 4.090903 4.121608 4.183627 4.246464 4.310125 4.374616 4.50611
5 5.101005 5.152267 5.204040 5.309136 5.416323 5.525631 5.637093 5.86660
6 6.152015 6.229551 6.308121 6.468410 6.632975 6.801913 6.975319 7.33592
7 7.213535 7.322994 7.434283 7.662462 7.898294 8.142008 8.393838 8.92280
8 8.285671 8.432839 8.582969 8.892336 9.214226 9.549109 9.897468 10.6366
9 9.368527 9.559332 9.754628 10.159106 10.582795 11.026564 11.491316 12.4875
10 10.46221 10.70272 10.94972 11.463879 12.006107 12.577893 13.180795 14.4865
213
Appendix AAUCC, 2010
3 2 1
11 11.56683 11.86326 12.16871 12.807796 13.486351 14.206787 14.971643 16.6454
5 2 5
12 12.68250 13.04121 13.41209 14.192030 15.025805 15.917127 16.869941 18.9771
3 1 0
13 13.80932 14.23683 14.68033 15.617790 16.626838 17.712983 18.882138 21.4952
8 0 2
14 14.94742 15.45038 15.97393 17.086324 18.291911 19.598632 21.015066 24.2149
1 2 8
15 16.09689 16.68213 17.29341 18.598914 20.023588 21.578564 23.275970 27.1521
6 8 7
16 17.25786 17.93237 18.63928 20.156881 21.824531 23.657492 25.672528 30.3242
4 0 5
17 18.43044 19.20135 20.01207 21.761588 23.697512 25.840366 28.212880 33.7502
3 5 1
18 19.61474 20.48937 21.41231 23.414435 25.645413 28.132385 30.905653 37.4502
8 6 2
19 20.81089 21.79671 22.84055 25.116868 27.671229 30.539004 33.759992 41.4462
5 6 9
20 22.01900 23.12366 24.29737 26.870374 29.778079 33.065954 36.785591 45.7619
4 7 0
21 23.23919 24.47052 25.78331 28.676486 31.969202 35.719252 39.992727 50.4229
4 2 7
22 24.47158 25.83758 27.29898 30.536780 34.247970 38.505214 43.392290 55.4567
6 0 4
23 25.71630 27.22514 28.84496 32.452884 36.617889 41.430475 46.995828 60.8932
2 4 3
24 26.97346 28.63352 30.42186 34.426470 39.082604 44.501999 50.815577 66.7647
5 1 2
25 28.24320 30.06302 32.03030 36.459264 41.645908 47.727099 54.864512 73.1059
0 4 0
26 29.52563 31.51396 33.67090 38.553042 44.311745 51.113454 59.156383 79.9544
1 9 6
27 30.82088 32.98667 35.34432 40.709634 47.084214 54.669126 63.705766 87.3507
8 8 4
28 32.12909 34.48147 37.05121 42.930923 49.967583 58.402583 68.528112 95.3388
7 9 0
29 33.45038 35.99870 38.79223 45.218850 52.966286 62.322712 73.639798 103.965
8 1 5 6
30 34.78489 37.53868 40.56807 47.575416 56.084938 66.438848 79.058186 113.283
2 1 9 1
31 36.13274 39.10176 42.37944 50.002678 59.328335 70.760790 84.801677 123.345
0 2 1 8
32 37.49406 40.68828 44.22703 52.502759 62.701469 75.298829 90.889778 134.213
8 8 0 7
33 38.86900 42.29861 46.11157 55.077841 66.209527 80.063771 97.343165 145.950
9 2 0 0
34 40.25769 43.93309 48.03380 57.730177 69.857909 85.066959 104.18375 158.626
9 2 2 5 0
35 41.66027 45.59208 49.99447 60.462082 73.652225 90.320307 111.43478 172.316
6 8 8 0 4
36 43.07687 47.27596 51.99436 63.275944 77.598314 95.836323 119.12086 187.102
8 9 7 7 8
37 44.50764 48.98510 54.03425 66.174223 81.702246 101.62813 127.26811 203.070
7 9 5 9 9 0
38 45.95272 50.71988 56.11494 69.159449 85.970336 107.70954 135.90420 220.315
4 5 0 6 6 5
39 47.41225 52.48068 58.23723 72.234233 90.409150 114.09502 145.05845 238.941
1 4 8 3 8 1
214
Appendix AAUCC, 2010
215
Appendix AAUCC, 2010
n/i 1% 1.50% 2% 3% 4% 5% 6% 8%
30 0.028748 0.026639 0.024650 0.021019 0.017830 0.015051 0.012649 0.008827
31 0.027676 0.025574 0.023596 0.019999 0.016855 0.014132 0.011792 0.008107
32 0.026671 0.024577 0.022611 0.019047 0.015949 0.013280 0.011002 0.007451
33 0.025727 0.023641 0.021687 0.018156 0.015104 0.012490 0.010273 0.006852
34 0.024840 0.022762 0.020819 0.017322 0.014315 0.011755 0.009598 0.006304
35 0.024004 0.021934 0.020002 0.016539 0.013577 0.011072 0.008974 0.005803
36 0.023214 0.021152 0.019233 0.015804 0.012887 0.010434 0.008395 0.005345
37 0.022468 0.020414 0.018507 0.015112 0.012240 0.009840 0.007857 0.004924
38 0.021761 0.019716 0.017821 0.014459 0.011632 0.009284 0.007358 0.004539
39 0.021092 0.019055 0.017171 0.013844 0.011061 0.008765 0.006894 0.004185
40 0.020456 0.018427 0.016556 0.013262 0.010523 0.008278 0.006462 0.003860
41 0.019851 0.017831 0.015972 0.012712 0.010017 0.007822 0.006059 0.003561
42 0.019276 0.017264 0.015417 0.012192 0.009540 0.007395 0.005683 0.003287
43 0.018727 0.016725 0.014890 0.011698 0.009090 0.006993 0.005333 0.003034
44 0.018204 0.016210 0.014388 0.011230 0.008665 0.006616 0.005006 0.002802
45 0.017705 0.015720 0.013910 0.010785 0.008262 0.006262 0.004700 0.002587
46 0.017228 0.015251 0.013453 0.010363 0.007882 0.005928 0.004415 0.002390
47 0.016771 0.014803 0.013018 0.009961 0.007522 0.005614 0.004148 0.002208
48 0.016334 0.014375 0.012602 0.009578 0.007181 0.005318 0.003898 0.002040
49 0.015915 0.013965 0.012204 0.009213 0.006857 0.005040 0.003664 0.001886
50 0.015513 0.013572 0.011823 0.008865 0.006550 0.004777 0.003444 0.001743
216
Appendix AAUCC, 2010
n/i 1% 1.5% 2% 3% 4% 5% 6% 8%
18.85698 17.90013 17.01120 15.41502 14.02916 12.82115 11.76407 10.01680
21 3 7 9 4 0 3 7 3
19.66037 18.62082 17.65804 15.93691 14.45111 13.16300 12.04158 10.20074
22 9 4 8 7 5 3 2 4
20.45582 19.33086 18.29220 16.44360 14.85684 13.48857 12.30337 10.37105
23 1 1 4 8 2 4 9 9
21.24338 20.03040 18.91392 16.93554 15.24696 13.79864 12.55035 10.52875
24 7 5 6 2 3 2 8 8
22.02315 20.71961 19.52345 17.41314 15.62208 14.09394 12.78335 10.67477
25 6 1 6 8 0 5 6 6
22.79520 21.39863 20.12103 17.87684 15.98276 14.37518 13.00316 10.80997
26 4 2 6 2 9 5 6 8
23.55960 22.06761 20.70689 18.32703 16.32958 14.64303 13.21053 10.93516
27 8 7 8 1 6 4 4 5
24.31644 22.72671 21.28127 18.76410 16.66306 14.89812 13.40616 11.05107
28 3 7 2 8 3 7 4 8
25.06578 23.37607 21.84438 19.18845 16.98371 15.14107 13.59072 11.15840
29 5 6 5 5 5 4 1 6
25.80770 24.01583 22.39645 19.60044 17.29203 15.37245 13.76483 11.25778
30 8 8 6 1 3 1 1 3
26.54228 24.64614 22.93770 20.00042 17.58849 15.59281 13.92908 11.34979
31 5 6 2 8 4 1 6 9
27.26958 25.26713 23.46833 20.38876 17.87355 15.80267 14.08404 11.43499
32 9 9 5 6 1 7 3 9
27.98969 25.87895 23.98856 20.76579 18.14764 16.00254 14.23023 11.51388
33 3 4 4 2 6 9 0 8
28.70266 26.48172 24.49859 21.13183 18.41119 16.19290 14.36814 11.58693
34 6 8 2 7 8 4 1 4
29.40858 27.07559 24.99861 21.48722 18.66461 16.37419 14.49824 11.65456
35 0 5 9 0 3 4 6 8
30.10750 27.66068 25.48884 21.83225 18.90828 16.54685 14.62098 11.71719
36 5 4 2 2 2 2 7 3
30.79951 28.23712 25.96945 22.16723 19.14257 16.71128 14.73678 11.77517
37 0 7 3 5 9 7 0 9
31.48466 28.80505 26.44064 22.49246 19.36786 16.86789 14.84601 11.82886
38 3 2 1 2 4 3 9 9
32.16303 29.36458 26.90258 22.80821 19.58448 17.01704 14.94907 11.87858
39 3 3 9 5 5 1 5 2
32.83468 29.91584 27.35547 23.11477 19.79277 17.15908 15.04629 11.92461
40 6 5 9 2 4 6 7 3
33.49968 30.45896 27.79948 23.41240 19.99305 17.29436 15.13801 11.96723
41 9 1 9 0 2 8 6 5
34.15810 30.99405 28.23479 23.70135 20.18562 17.42320 15.22454 12.00669
42 8 0 4 9 7 8 3 9
34.81000 31.52123 28.66156 23.98190 20.37079 17.54591 15.30617 12.04324
43 8 2 2 2 5 2 3 0
35.45545 32.04062 29.07996 24.25427 20.54884 17.66277 15.38318 12.07707
44 4 2 3 4 1 3 2 4
36.09450 32.55233 29.49016 24.51871 20.72004 17.77407 15.45583 12.10840
45 8 7 0 3 0 0 2 2
36.72723 33.05649 29.89231 24.77544 20.88465 17.88006 15.52437 12.13740
46 6 0 4 9 4 6 0 9
37.35369 33.55319 30.28658 25.02470 21.04293 17.98101 15.58902 12.16426
47 9 2 2 8 6 6 8 7
37.97395 34.04255 30.67312 25.26670 21.19513 18.07715 15.65002 12.18913
48 9 4 0 7 1 8 7 6
38.58807 34.52468 31.05207 25.50165 21.34147 18.16872 15.70757 12.21216
49 9 3 8 7 2 2 2 3
217
Appendix AAUCC, 2010
n/i 1% 1.5% 2% 3% 4% 5% 6% 8%
39.19611 34.99968 31.42360 25.72976 21.48218 18.25592 15.76186 12.23348
50 8 8 6 4 5 5 1 5
n /i 1% 1.50% 2% 3% 4% 5% 6% 8%
1.01000
1 0 1.015000 1.020000 1.030000 1.040000 1.050000 1.060000 1.080000
0.50751
2 2 0.511278 0.515050 0.522611 0.530196 0.537805 0.545437 0.560769
0.34002
3 2 0.343383 0.346755 0.353530 0.360349 0.367209 0.374110 0.388034
0.25628
4 1 0.259445 0.262624 0.269027 0.275490 0.282012 0.288591 0.301921
0.20604
5 0 0.209089 0.212158 0.218355 0.224627 0.230975 0.237396 0.250456
0.17254
6 8 0.175525 0.178526 0.184598 0.190762 0.197017 0.203363 0.216315
0.14862
7 8 0.151556 0.154512 0.160506 0.166610 0.172820 0.179135 0.192072
0.13069
8 0 0.133584 0.136510 0.142456 0.148528 0.154722 0.161036 0.174015
0.11674
9 0 0.119610 0.122515 0.128434 0.134493 0.140690 0.147022 0.160080
0.10558
10 2 0.108434 0.111327 0.117231 0.123291 0.129505 0.135868 0.149029
0.09645
11 4 0.099294 0.102178 0.108077 0.114149 0.120389 0.126793 0.140076
0.08884
12 9 0.091680 0.094560 0.100462 0.106552 0.112825 0.119277 0.132695
0.08241
13 5 0.085240 0.088118 0.094030 0.100144 0.106456 0.112960 0.126522
0.07690
14 1 0.079723 0.082602 0.088526 0.094669 0.101024 0.107585 0.121297
0.07212
15 4 0.074944 0.077825 0.083767 0.089941 0.096342 0.102963 0.116830
0.06794
16 5 0.070765 0.073650 0.079611 0.085820 0.092270 0.098952 0.112977
0.06425
17 8 0.067080 0.069970 0.075953 0.082199 0.088699 0.095445 0.109629
0.06098
18 2 0.063806 0.066702 0.072709 0.078993 0.085546 0.092357 0.106702
0.05805
19 2 0.060878 0.063782 0.069814 0.076139 0.082745 0.089621 0.104128
0.05541
20 5 0.058246 0.061157 0.067216 0.073582 0.080243 0.087185 0.101852
0.05303
21 1 0.055865 0.058785 0.064872 0.071280 0.077996 0.085005 0.099832
0.05086
22 4 0.053703 0.056631 0.062747 0.069199 0.075971 0.083046 0.098032
0.04888
23 6 0.051731 0.054668 0.060814 0.067309 0.074137 0.081278 0.096422
0.04707
24 3 0.049924 0.052871 0.059047 0.065587 0.072471 0.079679 0.094978
0.04540
25 7 0.048263 0.051220 0.057428 0.064012 0.070952 0.078227 0.093679
0.04386
26 9 0.046732 0.049699 0.055938 0.062567 0.069564 0.076904 0.092507
218
Appendix AAUCC, 2010
n /i 1% 1.50% 2% 3% 4% 5% 6% 8%
0.04244
27 6 0.045315 0.048293 0.054564 0.061239 0.068292 0.075697 0.091448
0.04112
28 4 0.044001 0.046990 0.053293 0.060013 0.067123 0.074593 0.090489
0.03989
29 5 0.042779 0.045778 0.052115 0.058880 0.066046 0.073580 0.089619
0.03874
30 8 0.041639 0.044650 0.051019 0.057830 0.065051 0.072649 0.088827
0.03767
31 6 0.040574 0.043596 0.049999 0.056855 0.064132 0.071792 0.088107
0.03667
32 1 0.039577 0.042611 0.049047 0.055949 0.063280 0.071002 0.087451
0.03572
33 7 0.038641 0.041687 0.048156 0.055104 0.062490 0.070273 0.086852
0.03484
34 0 0.037762 0.040819 0.047322 0.054315 0.061755 0.069598 0.086304
0.03400
35 4 0.036934 0.040002 0.046539 0.053577 0.061072 0.068974 0.085803
0.03321
36 4 0.036152 0.039233 0.045804 0.052887 0.060434 0.068395 0.085345
0.03246
37 8 0.035414 0.038507 0.045112 0.052240 0.059840 0.067857 0.084924
0.03176
38 1 0.034716 0.037821 0.044459 0.051632 0.059284 0.067358 0.084539
0.03109
39 2 0.034055 0.037171 0.043844 0.051061 0.058765 0.066894 0.084185
0.03045
40 6 0.033427 0.036556 0.043262 0.050523 0.058278 0.066462 0.083860
0.02985
41 1 0.032831 0.035972 0.042712 0.050017 0.057822 0.066059 0.083561
0.02927
42 6 0.032264 0.035417 0.042192 0.049540 0.057395 0.065683 0.083287
0.02872
43 7 0.031725 0.034890 0.041698 0.049090 0.056993 0.065333 0.083034
0.02820
44 4 0.031210 0.034388 0.041230 0.048665 0.056616 0.065006 0.082802
0.02770
45 5 0.030720 0.033910 0.040785 0.048262 0.056262 0.064700 0.082587
0.02722
46 8 0.030251 0.033453 0.040363 0.047882 0.055928 0.064415 0.082390
0.02677
47 1 0.029803 0.033018 0.039961 0.047522 0.055614 0.064148 0.082208
0.02633
48 4 0.029375 0.032602 0.039578 0.047181 0.055318 0.063898 0.082040
0.02591
49 5 0.028965 0.032204 0.039213 0.046857 0.055040 0.063664 0.081886
0.02551
50 3 0.028572 0.031823 0.038865 0.046550 0.054777 0.063444 0.081743
-n
Table 6. Value of 1/ a n┐I = i/(1-(1+i) )
219