MSc Finance Math Induction Notes
MSc Finance Math Induction Notes
Advanced Mathematics
Lecture notes
Linear Algebra
Differential Calculus
Integral Calculus
Difference and Differential Equations
Table Content
1 LINEAR ALGEBRA .................................................................................................................................... 5
1.1. WHAT IS A MATRIX? ................................................................................................................................. 5
1.2. SPECIAL TYPES OF MATRICES .................................................................................................................... 6
1.2.1. Vectors............................................................................................................................................ 6
1.2.2. Square matrix.................................................................................................................................. 6
1.2.3. Diagonal matrix .............................................................................................................................. 7
1.2.4. Identity Matrix ................................................................................................................................ 7
1.3. MATRIX OPERATIONS ............................................................................................................................... 7
1.3.1 Adding and subtracting matrices .................................................................................................... 7
1.3.2 Scalar multiplication ....................................................................................................................... 8
1.3.3. Transpose of a Matrix ..................................................................................................................... 8
1.3.4. Vector multiplication ...................................................................................................................... 9
1.3.5 Matrix multiplication .................................................................................................................... 10
1.3.6 Properties of matrix multiplication ............................................................................................... 12
1.4. THE DETERMINANT ................................................................................................................................. 13
1.4.1. How to find the determinant of a (2 x 2) matrix ........................................................................... 13
1.4.2. The determinant of a (3 x 3) matrix .............................................................................................. 14
1.4.3. Method of cofactors in determining determinants ........................................................................ 14
1.4.4. Properties of Determinants ........................................................................................................... 17
1.5. INVERSE OF A MATRIX ............................................................................................................................. 18
1.5.1. Definition of an inverse matrix ..................................................................................................... 18
1.5.2. How to find the inverse of a square matrix................................................................................... 18
1.6. TRACE OF A MATRIX ............................................................................................................................... 19
1.7. SYSTEM OF LINEAR EQUATIONS ............................................................................................................. 20
1.8. PARTITIONED MATRICES ......................................................................................................................... 22
1.9. VECTOR SPACES ...................................................................................................................................... 22
1.9.1 Rank of a matrix ........................................................................................................................... 25
1.10 EIGENVALUES AND EIGENVECTORS ................................................................................................... 26
1.10.1 General results for characteristic roots and vectors ...................................................................... 28
1.10.2 Further results on determining the rank of a matrix.................................................................... 29
1.11 DEFINITE MATRICES .......................................................................................................................... 29
2. DIFFERENTIAL CALCULUS .................................................................................................................. 32
2.1. DIFFERENTIATION ................................................................................................................................... 32
2.1.1. Definitions .................................................................................................................................... 32
2.1.2. Rules of Differentiation ................................................................................................................ 35
2.1.3. Derivatives of Exponential and logarithmic functions.................................................................. 37
2.1.4. Higher order derivatives ............................................................................................................... 38
2.2. APPLICATIONS OF DERIVATIVES ............................................................................................................. 39
2.2.1. Taylor and Maclaurin Series......................................................................................................... 39
2.2.2. Increasing and decreasing functions ............................................................................................. 41
2.2.3. Concavity and Convexity.............................................................................................................. 42
2.2.4. First derivative test for relative extremum.................................................................................... 44
2.2.5. Second derivative test for relative extremum................................................................................ 45
2.2.6. The Nth-derivative test ................................................................................................................. 46
2.2.7. Economic applications of derivatives ........................................................................................... 46
3. DIFFERENTIAL CALCULUS (THE MULTIVARIATE CASE) ............................................................. 53
3.1. MULTIVARIATE FUNCTIONS .................................................................................................................... 53
3.2 LIMITS AND CONTINUITY......................................................................................................................... 53
3.3 DIFFERENTIATION ................................................................................................................................... 55
3.4 APPLICATION OF DIFFERENTIATION ........................................................................................................ 61
3.4.1 Critical Values of Bivariate Functions.......................................................................................... 61
3.4.2. Critical Points of Multivariate Functions...................................................................................... 64
3.4.3. Constrained Optimisation ............................................................................................................. 67
4 INTEGRAL CALCULUS........................................................................................................................... 72
4.1. INTEGRATION .......................................................................................................................................... 72
2
4.1.1. Definite and Indefinite Integrals ................................................................................................... 72
4.1.2. Properties of definite integrals ...................................................................................................... 74
4.1.3. Rules of Integration - Indefinite Integral ...................................................................................... 75
4.1.4. Auxiliary Conditions..................................................................................................................... 79
4.2. APPLICATIONS OF INTEGRALS ................................................................................................................. 79
4.2.1. Deriving Totals (Revenue/Cost) from Marginals (Revenue/Cost)................................................ 79
4.2.2. Present Value of Cashflows .......................................................................................................... 80
4.2.3. Measuring Probabilities ................................................................................................................ 81
4.3 MULTIPLE INTEGRATION ......................................................................................................................... 81
4.3.1. Double Integral of a Function of Two Variables .......................................................................... 81
4.3.2 Geometric Interpretation of the Double Integral........................................................................... 82
5. DIFFERENCE AND DIFFERENTIAL EQUATIONS .............................................................................. 84
5.1. BASIC IDEA OF A DIFFERENCE EQUATION ............................................................................................... 84
5.2. LINEAR DIFFERENCE EQUATIONS ........................................................................................................... 84
5.3. NUMERICAL EXAMPLE ............................................................................................................................ 85
5.4. SOLUTION OF A FIRST-ORDER LINEAR DIFFERENCE EQUATION .............................................................. 85
5.4.1. Equilibrium Solution..................................................................................................................... 85
5.4.2. General Solution ........................................................................................................................... 86
5.4.3. Stability Analysis.......................................................................................................................... 87
5.5. SOLUTION OF A SECOND-ORDER LINEAR DIFFERENCE EQUATION .......................................................... 90
5.6. ORDINARY DIFFERENTIAL EQUATIONS ................................................................................................... 91
5.6.1. A Simple Growth Model............................................................................................................... 91
5.6.2. First-Order Differential Equations................................................................................................ 93
5.6.3. Second-Order Differential Equations............................................................................................ 94
5.7. INTRODUCTION TO PARTIAL DIFFERENTIAL EQUATIONS......................................................................... 96
REFERENCES ..................................................................................................................................................... 99
3
CHAPTER ONE
Linear Algebra
4
1 Linear Algebra
1.1. What is a Matrix?
A matrix is a common device for displaying numbers or data in an organised form. Therefore
a matrix can be viewed as a simple table of data. Using matrices to represent data makes the
storage, displaying and manipulation of data quite convenient. For example, the test scores
for a class of five students on three examinations. The best way to report these scores is to
use the following table;
• The number of columns and rows of the table, (5 x 3) in this case, are now the number of
column and rows of the matrix, (5 x 3) and is known as the dimension of the matrix.
• Each number in a matrix is called an element of that matrix and is denoted by the name
of that matrix with a subscript noting the row and column of the element.
A is a (m x n) matrix and ai,j represents the element in the ith row and jth column.
Examples:
Identify the elements S1,3 , S2,2 , S5,3 , S4,1 , in the matrix S.
S1,3 = 86 , S2,2 = 95 , S5,3 =74 , S4,1 =59
5
1.2. Special types of matrices
There are special type of matrices according to the dimension, elements and the pattern of the
elements inside the matrix.
1.2.1. Vectors
Vectors are special matrices with only one row or column. Therefore there are two types of
vectors, a row vector and a column vector.
S1 = [ 75 82 86 ]
⎡c1,1 ⎤
⎢ ⎥
c2,1
C =⎢ ⎥
⎢M ⎥
⎢ ⎥
⎢⎣cm ,1 ⎥⎦
As an example consider the test scores of the students in the first subject;
⎡ 75⎤
⎢ 91⎥
⎢ ⎥
S2 = ⎢ 65⎥
⎢ ⎥
⎢59⎥
⎢⎣ 75⎥⎦
6
1.2.3. Diagonal matrix
In a square matrix, the elements which have the same row and column index numbers (i.e. ai,j
where i=j) are known as diagonal elements. Consequently, a matrix with non-zero diagonal
elements and zeros elsewhere is called a diagonal matrix.
⎡1 0 L 0⎤
⎢0 1 0⎥⎥ if i = j
L ⎧1
I=⎢ or ai , j = ⎨
⎢M O M ⎥ ⎩0 if i ≠ j
⎢ ⎥
⎣0 0 L 1⎦
If the upper diagonal elements of a square matrix equal to the lower diagonal elements,
ai,j = aj,i , then the matrix is called symmetric.
⎡1 3 5⎤
Y = ⎢⎢ 3 9 11 ⎥⎥
⎢⎣ 5 11 17 ⎦⎥
2) Only the corresponding elements are added together or subtracted from each other.
⎡1 3 ⎤ ⎡2 4 ⎤
A (2× 2) = ⎢ ⎥ B (2× 2) = ⎢ ⎥
⎣5 7⎦ ⎣ 6 8⎦
⎡1 3 ⎤ ⎡2 4 ⎤ ⎡1 + 2 3 + 4 ⎤ ⎡3 7⎤
C (2×2) = A (2×2) + B (2×2) = ⎢ + =
7⎥⎦ ⎢⎣6 8⎥⎦ ⎢⎣5 + 6 7 + 8⎥⎦ ⎢⎣11 15⎥⎦
=
⎣5
⎡1 3 ⎤ ⎡2 4 ⎤ ⎡1 - 2 3 - 4 ⎤ ⎡- 1 - 1⎤
C (2×2) = A (2×2) − B (2×2) = ⎢ − =
7⎥⎦ ⎢⎣6 8⎥⎦ ⎢⎣5 - 6 7 - 8⎥⎦ ⎢⎣- 1 - 1⎥⎦
=
⎣5
7
• Properties of matrix addition;
These properties hold for matrix subtractions too, knowing that A-B=A+(-B).
This process is known as scalar multiplication, since the matrix is scaled by the size of the
scalar (number).
For example the test scores of the students can be scaled by 0.2, i.e. multiplying the score
matrix by 0.2;
The transpose of a matrix A, denoted by A’ (or AT), where A is (m × n) with elements ai,j , is
an (n × m) matrix with elements equal to aiT, j = a j ,i .
8
⎡a1,1 a1,2 ⎤
⎢ ⎥ ⎡a1,1 a2,1 a3,1 ⎤
A = ⎢a2,1 a2,2 ⎥ A' = ⎢ ⎥
⎢a ⎣a1,2 a2,2 a3,2 ⎦
⎣ 3,1 a3,2 ⎥⎦
⎡1 4 ⎤
⎡1 3 5 ⎤
A = ⎢⎢3 6 ⎥⎥ A' = ⎢ ⎥
⎢⎣5 8 ⎥⎦ ⎣4 6 8 ⎦
• The transpose of a row vector is a column vector and the transpose of a column vector is a
row vector.
• The transpose of a symmetric matrix is equal to the matrix itself. For example
⎡1 3 5⎤ ⎡1 3 5⎤
Y = ⎢⎢ 3 9 11 ⎥⎥ Y’ = ⎢⎢ 3 9 11 ⎥⎥
⎢⎣ 5 11 17 ⎥⎦ ⎢⎣ 5 11 17 ⎥⎦
This product is found by multiplying the individual elements of the row vector by the
corresponding column elements of the column vector and adding them together.
Thus following the vector multiplication rule, the product of vectors R and C can be written
as:
⎡c1,1 ⎤
⎢ ⎥
c2,1
R = [ r1,1 r1,2 . . . r1,n ] C =⎢ ⎥
⎢M ⎥
⎢ ⎥
⎣⎢cn ,1 ⎦⎥
9
⎡c1,1 ⎤
⎢ ⎥
RC = [r1,1 M r1,n ]⎢ ⎥ = [r1,1c1,1 + r1,2 c2,1 + M + r1,n cn ,1 ]
c2,1
r1,2
⎢M ⎥
⎢ ⎥
⎢⎣cn,1 ⎥⎦
Example;
⎡1 ⎤
⎢ 2⎥
⎢ ⎥
AB = [2 4 6 8 10]⎢3 ⎥ = [(2 × 1) + (4 × 2) + (6 × 3) + (8 × 4) + (10 × 5)]
⎢ ⎥
⎢ 4⎥
⎢⎣5 ⎥⎦
= [(2) + (8) + (18) + (32) + (50)] = 110
A × B
(m × n) (p × q)
The product of two matrices can be computed using the inner product. This is done by
computing the inner product of the ith row of A and jth column of B. This inner product will
represent the i,jth element, ci,j , of the product matrix, C which will have dimension (m x q).
A × B = C
(m × n) (n × q) (m× q)
⎡1 3 2⎤
A = ⎡2 4⎤
3 B = ⎢2 4 1⎥⎥
⎢5 6 7 ⎥ ⎢
⎣ ⎦
⎢⎣5 6 3⎥⎦
10
Note that the number of columns of A is equal to the number of rows of B, therefore,
we can perform the multiplication.
⎡28 42 19⎤
=⎢
⎣52 81 37 ⎥⎦
⎡2 - 3 ⎤
A(2×2) = ⎢ ⎥ B(2×1) = ⎡⎢ − 1 ⎤⎥
⎣ -5 6 ⎦ ⎣ 2 ⎦
⎡1 3 2⎤
⎢ -2 4 1⎥ ⎡1 0 0⎤
P(4×3) = ⎢ ⎥ I(3×3)= ⎢ 0 1 0 ⎥⎥
⎢5 0 3⎥ ⎢
⎢ ⎥ ⎢⎣ 0 0 1 ⎥⎦
⎣2 1 -1⎦
11
⎡1 3 2⎤
⎢ -2 4 ⎡1 0⎤
1⎥ ⎢
0
P( 4 × 3) I ( 3× 3) =⎢ ⎥ 0 1 0 ⎥⎥
⎢5 0 3⎥ ⎢
⎢ ⎥⎢ 0 1⎥⎦
-1⎦ ⎣
0
⎣2 1
⎡1 3 2⎤
⎢ -2 4 1⎥
=⎢ ⎥ = P( 4 × 3)
⎢5 0 3⎥
⎢ ⎥
⎣2 1 -1⎦
Note that it is also possible to multiply two vectors in the following way
⎡1 ⎤ ⎡2 4 6 8 10⎤
⎢ 2⎥ ⎢4 8 12 16 20 ⎥⎥
⎢ ⎥ ⎢
BA = ⎢3 ⎥[2 4 6 8 10] = ⎢6 12 18 24 30 ⎥
⎢ ⎥ ⎢ ⎥
⎢ 4⎥ ⎢8 16 24 32 40 ⎥
⎢⎣5 ⎥⎦ ⎢⎣10 20 30 40 50 ⎥⎦
AB≠BA
kA=Ak
(AB)C=A(BC)
A(B+C) =AB+AC
4) Commutative law holds when one of the matrix is the Identity matrix
AI=IA=A
12
1.4. The Determinant
For every square matrix, A(n×n) , a real number can be computed from the elements which is
called determinant of that matrix and is denoted as |A| or DA . When the determinant of a
square matrix is equal to zero, |A| = 0 , the matrix is called singular. When the determinant
of a matrix is not zero, |A| ≠0, the matrix is non-singular.
The concept of determinant is quite important and useful in matrix operations and solving
simultaneous equations.
The determinant of a (1 x 1) matrix is the value of the element inside the matrix. For
example;
the determinant of A can be computed by deducting the product of the elements on the
secondary diagonal of A from the product of the elements on the principal diagonal of A.
Secondary diagonal
⎡ a 1,1 a 1,2 ⎤
A=⎢ ⎥
⎣ a 2 ,1 a 2,2 ⎦
Principal diagonal
a1,1 a1,2
+ −
A= = a1,1a22 − a1,2 a2 ,1
a2 ,1 a2,2
⎡2 - 2⎤ ⎡2 4 ⎤
A=⎢ ⇒ A = 2(1) - (-2)(3) = 8 ; B=⎢ ⎥ ⇒
1 ⎥⎦
a) b) B = 2(12) - (4)(6) = 0
⎣3 ⎣6 12⎦
13
1.4.2. The determinant of a (3 x 3) matrix
The determinant of a (3 x3) matrix can be computed using the following procedure;
1) rewrite the first two columns of the matrix on the right hand side of the matrix.
2) add the products of the elements on the primary diagonals (P1 P2 P3 ).
3) add the products of the elements on the secondary diagonals (S1 S2 S3 ).
4) deduct the result from stage 3 from the result from 2.
S1 S2 S3
⎡ a 1,1 a 1,2 a 1,3 ⎤ a 1,1 a 1,2
⎢ ⎥
A = ⎢ a 2,1 a 2,2 a 2,3 ⎥ a 2,1 a 2,2
⎢a a 32 a 3,3 ⎥⎦ a 3,1 a 32
⎣ 3,1
P1 P2 P3
A = a1,1 a 2 ,2 a 3,3 + a1,2 a 2 ,3 a 3,1 + a1,3 a 2 ,1 a 3,2 − a 3,1 a 2 ,2 a1,3 − a 3,2 a 2 ,3 a1,1 − a 3,3 a 2 ,1 a1,2
⎡3 1 2⎤ S1 S2 S3
A = ⎢⎢- 1 2 4 ⎥⎥ ⎡3 1 2⎤ 3 1
⎢⎣ 3 - 2 1 ⎥⎦
⎢- 1 2 4⎥⎥ -1 2
⎢
⎢⎣ 3 - 2 1 ⎥⎦ 3 -2
P1 P2 P3
The determinant of A is;
14
4) Multiply the minor of the i,jth element by (-1)(i+j). This means that if i+j is even, then the
sign assigned to the minor is positive. Similarly, if the sum of i+j is an odd number, then
the sign assigned to the minor should be negative.
⎡1 -3 ⎤
Therefore, the matrix of cofactors for A can be written as; A c = ⎢
⎣2 2⎥⎦
⎡ 3 1 2⎤
A = ⎢⎢ -1 2 4 ⎥⎥
⎢⎣ 3 -2 1 ⎥⎦
15
To find sub-matrix using formula cofactor
a’1,1 ⎡ 3 1 2⎤ a' 1,1 = ( −1) (1+1) (10)
⎢ -1 2 4 ⎥⎥ 10
⎢ = (-1) 2 (10) = 10
⎢⎣ 3 -2 1 ⎥⎦
a’1,2 ⎡ 3 1 2⎤ a' 1,2 = ( −1) (1+ 2 ) ( −13)
⎢ -1 2 4 ⎥⎥ 13
⎢ = (-1) 3 ( −13) = 13
⎢⎣ 3 -2 1 ⎥⎦
a’1,3 ⎡ 3 1 2⎤ a' 1, 3 = ( −1) (1+ 3) ( −4)
⎢ -1 2 4 ⎥⎥ -4
⎢ = (-1) 4 ( −4) = −4
⎢⎣ 3 -2 1 ⎥⎦
a’2,1 ⎡ 3 1 2⎤ a' 2 ,1 = ( −1) ( 2 +1) (5)
⎢ -1 2 4 ⎥⎥ -5
⎢ = (-1) 3 (5) = −5
⎢⎣ 3 -2 1 ⎥⎦
a’2,2 ⎡ 3 1 2⎤ a' 2 ,2 = ( −1) ( 2 + 2 ) ( −3)
⎢ -1 2 4 ⎥⎥ -3
⎢ = (-1) 4 ( −3) = −3
⎢⎣ 3 -2 1 ⎥⎦
a’2,3 ⎡ 3 1 2⎤ a' 2 , 3 = ( −1) ( 2 + 3) ( −9)
⎢ -1 2 4 ⎥⎥
9
⎢ = (-1) 5 ( −9) = 9
⎢⎣ 3 -2 1 ⎥⎦
a’3,1 ⎡ 3 1 2⎤ a' 3,1 = ( −1) ( 3+1) ( 0)
⎢ -1 2 4 ⎥⎥ 0
⎢ = (-1) 4 ( 0) = 0
⎢⎣ 3 -2 1 ⎥⎦
a’3,2 ⎡ 3 1 2⎤ a' 3,2 = ( −1) ( 3+ 2 ) (14)
⎢ -1 2 4 ⎥⎥ -14
⎢ = (-1) 5 (14) = −14
⎢⎣ 3 -2 1 ⎥⎦
a’3,3 ⎡ 3 1 2⎤ a' 3, 3 = ( −1) ( 3+ 3) ( 7)
⎢ -1 2 4 ⎥⎥ 7
⎢ = (-1) 6 ( 7) = 7
⎢⎣ 3 -2 1 ⎥⎦
⎡ 10 13 -4 ⎤
A c = ⎢ -5 -3 9⎥
⎢ ⎥
⎢⎣ 0 -14 7 ⎥⎦
16
Example: How to find the determinant of the matrix using cofactors
1) Select one row or column of the matrix
2) Add up the product of the elements of the row (or column) by their
corresponding cofactors.
Therefore, selecting the first row of A, in the above example, the determinant of A can be
computed as follows:
|A| = [(3)(10) + (1)(13) + (2)(-4)]=[30+13-8] = 35
This general method can be used to find the determinant of any matrix with dimension
greater than 2.
• The determinant of a matrix will be zero, if all the elements of one row or column of that
matrix are zero.
⎡0 0 0 ⎤ ⎡8 0 12⎤
A = ⎢⎢2 4 1 ⎥⎥ ⇒ A = 0 B = ⎢⎢ 8 0 4 ⎥⎥ ⇒ B =0
⎢⎣3 2 7 ⎥⎦ ⎢⎣12 0 28 ⎥⎦
• If two rows or columns of a matrix are interchanged, the sign of the determinant of that
matrix will change.
⎡2 1 3 ⎤ ⎡2 1 3 ⎤
A = ⎢⎢2 4 1 ⎥⎥ ⇒ A = 17 B = ⎢⎢3 2 7 ⎥⎥ ⇒ B = −17
⎣⎢3 2 7⎥⎦ ⎣⎢2 4 1 ⎥⎦
• If a row or a column of a matrix is multiplied by a scalar, the determinant of the matrix
will be multiplied by that scalar too.
⎡2 1 3 ⎤ ⎡ 4 2 6⎤
A = ⎢⎢2 4 1 ⎥⎥ ⇒ A = 17 B = ⎢⎢2 4 1 ⎥⎥ ⇒ B = 2 *17 = 34
⎢⎣3 2 7⎥⎦ ⎢⎣3 2 7 ⎥⎦
• If any one column or row of a matrix is a linear combination of one or more columns or
rows, then the determinant of the matrix is zero.
⎡2 1 3 ⎤
A = ⎢⎢ 4 2 6 ⎥⎥ ⇒ A = 0
⎣⎢ 3 2 7 ⎦⎥
• If a multiple of a row or column of a matrix is added to another row or column of that
matrix, the value of the determinant will not change.
• If a square matrix, A(n×n), is multiplied by a scalar, λ, then the determinant of the resultant
matrix, B(n×n)=λA, will be; B = (λn )( A )
e.g.
⎡2 1 3 ⎤ ⎡8 4 12⎤
A = ⎢⎢2 4 1 ⎥⎥ ⇒ A = 17 B = 4 * A = ⎢⎢ 8 16 4⎥⎥ ⇒ B = (4 3 )(17) = 1088
⎢⎣3 2 7 ⎥⎦ ⎢⎣12 8 28⎥⎦
17
1.5. Inverse of a matrix
1.5.1. Definition of an inverse matrix
If the determinant of a matrix is not zero, i.e. the matrix is non-singular, there can be
identified a matrix known as the inverse and is denoted as A-1 , with the following
property.
AA −1 = A −1 A = I
The inverse matrix is a unique square matrix with the same dimension as the original matrix.
3) If the determinant of the matrix is non zero, |A| ≠ 0, then find the adjoint matrix,
A j = A' C , which is the transpose of matrix of cofactors.
4) Dividing each element in the Adjoint matrix, Aj , by the determinant of the matrix, |A|,
yields the inverse matrix , A-1.
Example:
⎡3 7⎤
Find the inverse of A = ⎢
⎣2 5⎥⎦
18
⎡ 5 - 2⎤
1) matrix of cofactors AC = ⎢ ⎥
⎣-7 3 ⎦
2) determinant of A |A|=(3)(5)-(7)(2)=15-14=1
⎡ 5 - 7⎤
3) the Adjoint matrix A j = A' C = ⎢ ⎥
⎣-2 3 ⎦
⎡5 - 7⎤
1 ⎢ 1 ⎥ = ⎡ 5 -7 ⎤
4) the inverse of A A -1 = A j = ⎢1 ⎥
|A| ⎢- 2 3 ⎥ ⎢⎣- 2 3⎥⎦
⎣⎢ 1 1 ⎦⎥
Example:
⎡0 1 2⎤
Find the inverse of B = ⎢-1 1 0⎥
⎢ ⎥
⎢⎣ 2 -1 3 ⎥⎦
⎡3 3 -1⎤ ⎡3 -5 - 2⎤
BC = ⎢-5 -4 2⎥ Bj = ⎢ 3 -4 - 2⎥
⎢ ⎥ ⎢ ⎥
⎣⎢-2 -2 1 ⎥⎦ ⎢⎣-1 2 1 ⎥⎦
3) the inverse of B:
⎡3 -5 -2 ⎤ ⎡ 3 -5 -2 ⎤
1⎢
- 4 - 2 ⎥⎥ = ⎢⎢ 3 - 4 - 2 ⎥⎥
1
-1
B = Bj = ⎢ 3
|B| 1
⎢⎣- 1 2 1⎥⎦ ⎢⎣- 1 2 1⎥⎦
⎡0 1 2⎤ ⎡ 3 -5 - 2⎤ ⎡ 1 0 0⎤
BB = ⎢-1
-1
1 0 ⎥⎢ 3 -4 - 2⎥ = ⎢ 0 1 0⎥ =I
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢⎣ 2 -1 3 ⎥⎦ ⎢⎣-1 2 1 ⎥⎦ ⎢⎣ 0 0 1⎥⎦
19
The trace of a square NxN matrix is the sum of its diagonal elements
N
tr (A) = ∑ aii
Properties: i =1
1- tr(cA)=c(tr(A)),
2- tr(A')=tr(A)
3- tr(A+B)=tr(A)+tr(B)
4- tr(IN)=N
5- tr(AB)=tr(BA)
tr(A'A)= ∑i =1 ∑ j =1 aij2
N N
6-
7- tr(ABCD)=tr(BCDA)=tr(CDAB)=tr(DABC)
Example
Find the values of x and y, which satisfy the following system of equations
20
⎧3x + 2 y = 80
⎨
⎩x + 2 y = 40
the above equation can be written in a matrix form by separating the variables and
parameters as follows;
⎡3 2⎤ ⎡ x ⎤ ⎡80⎤
⎢1 =
2 ⎥⎦ ⎢⎣ y ⎥⎦ ⎢⎣40⎥⎦
or Ax=x
⎣
⎡⎛ 2 ⎞ ⎛ −2⎞ ⎤
⎡2 -2 ⎤ ⎢⎜ 4 ⎟(80) + ⎜ 4 ⎟(40)⎥ ⎡(40) + (−20)⎤
⎝ ⎠ ⎝ ⎠
⎢
x = A −1b = ⎢ 4 4 ⎥ ⎡80 ⎤ = ⎢ ⎥ ⎢ ⎥ = ⎡20⎤
⎥⎢ ⎥ ⎢ ⎥=⎢ ⎥ ⎢10 ⎥
⎢ −1 3 ⎥ ⎣40⎦ ⎢ ⎥ ⎢
− + ⎥ ⎣ ⎦
⎢⎣ 4 ⎥ ⎢ ⎛ − 1 ⎞ ⎛ 3 ⎞ ⎥ ⎣ ( 20) (30) ⎦
4⎦ ⎜ ⎟(80) + ⎜ ⎟(40)
⎢⎣⎝ 4 ⎠ ⎝ 4⎠ ⎥⎦
Example
⎧ y + 2z = 25
⎪
⎨- x + y =4
⎪2x - y + 3z = 27
⎩
We write the system in a matrix form
⎡0 1 2⎤ ⎡ x ⎤ ⎡25⎤ ⎡0 1 2⎤ ⎡25⎤
⎢-1 0 ⎥ ⎢ y ⎥ = ⎢4 ⎥
⎢
1
⎥⎢ ⎥ ⎢ ⎥ A = ⎢⎢- 1 1 0⎥⎥ b = ⎢⎢4 ⎥⎥
⎢⎣ 2 -1 3 ⎥⎦ ⎢⎣ z ⎥⎦ ⎢⎣27⎥⎦ ⎢⎣ 2 - 1 3 ⎥⎦ ⎢⎣27⎥⎦
21
Multiplying the inverse by the matrix of constant yields the solutions
⎛ A11 A12 ⎞
A = ⎜⎜ ⎟
⎝ A 21 A 22 ⎟⎠
⎛1 4 5⎞
⎜ ⎟
A = ⎜2 9 3⎟
⎜8 9 6 ⎟
⎝ ⎠
The determinant of a partitioned matrix A can be written as:
A 11 A 12 −1 −1
A= = A 11 * A 22 − A 21 A 11 A 12 = A 22 * A11 − A 12 A 22 A 21
A 21 A 22
−1
⎛ A 11 A 12 ⎞ ⎛ A11
−1 −1
(I + A 12 F2 A 21 A 11 ) −1
− A 11 A 12 F2 ⎞
⎜⎜ ⎟⎟ = ⎜ ⎟
⎜ ⎟
⎝ A 21 A 22 ⎠ -1
⎝ - F2 A 21 A 11 F2 ⎠
−1
Where F2 = (A 22 − A 21 A 11 A 12 ) −1 .
Note that in order to apply the above operations for partitioned matrices, they must be
conformable.
22
10
0
-10 -8 -6 -4 -2 0 2 4 6 8 10
-2
-4
-6
-8
-10
• R2 is closed under scalar multiplication; every scalar multiple of a vector in the plane is
also in the plane.
• R2 is closed under addition; the sum of any two vectors in the plane is always a vector in
the plane.
Definition:
For each integer number n, we define the n-dimensional space Rn to be the set of all n-tuples
(x1, x2,…,xn) of real numbers.
Example
R2 is a subspace of R3.
23
Theorem: Subspace generated or spanned by vectors
Let v1,v2,…,vn be vectors in a vector space Rn. The set
W = sp(v1,v2 ,… ,vn ) = {r1v1 + r2v2 + ... + rn vn / ri ∈ R}
of all linear combinations of these vectors is a subspace of V.
Example
Any vector nonzero in R2 generates a one-dimensional subspace of R2
Example
Consider vectors a, b and c. These vectors are linearly dependent because any of them can be
written as linear combination of the other two.
⎡1 ⎤ ⎡3⎤ ⎡10⎤
a=⎢ ⎥ , b=⎢ ⎥ , c=⎢ ⎥
⎣ 2⎦ ⎣3⎦ ⎣14⎦
2a + b − 12 c = 0 or a = 14 c − 12 b b = 12 c − 2a
Example
Two orthogonal vectors are linearly independent.
Example
On a two-dimensional plane, if we have two vectors a and b non parallel, any other vector
can be obtained as a linear combination of a and b.
Consider vectors a and b in R2. We can find numbers α1 and α2 such that the arbitrary vector
c can be written as c=α1 a+ α2b
24
a and b are a basis and the solutions to this pair of equation are
b2 c1 − b1c2 a1c2 − a2 c1
α1 = , α2 =
a1b2 − b1a2 a1b2 − b1a2
this will have a unique solution provided a1b2 − b1a 2 ≠ 0 . Therefore, any two vectors whose
elements satisfy the condition a1b2 − b1a 2 ≠ 0 can be used as basis and any other vector, c, can
be formed as a unique linear combination of a and b.
Definition: Dimension
The dimension of a vector space is the number of elements in any basis for V.
Observation
If vectors a and b are a basis for R2 and c is another vector in R2, the space spanned by {a, b,
c} is, again, R2.
Example
Consider the set of three coordinate vectors whose third element is zero. For instance,
⎡a1 ⎤ ⎡b1 ⎤
a = ⎢⎢a 2 ⎥⎥ , b = ⎢⎢b2 ⎥⎥
⎢⎣0 ⎥⎦ ⎢⎣0 ⎥⎦
The vectors a and b do not span the three-dimensional space R3. Any linear combination of a
and b has a third coordinate equal to zero, therefore they do not span the whole space R3.
However the vectors, a and b, span a subspace of R3.
For instance,
⎡1 5 6⎤
A = ⎢⎢2 6 8 ⎥⎥
⎢⎣7 1 8 ⎥⎦
25
Matrix A contains three vectors from R3, however, the third is the sum of the first two. Thus,
the column space of the matrix has dimension two.
Definition: The column (row) rank of a matrix is the dimension of the vector space that is
spanned by its columns (rows).
By the definition of row rank and its counterpart for column rank, we obtain the corollary
Corollary
The row space and column space of a matrix have the same dimension.
Lemma
• rank ( A ) = rank ( A ' ) ≤ min( number of columns, number of rows )
• rank (AB) = min(rank (A), rank (B))
• rank (A) = rank (A' A) = rank (AA' )
Theorem:
In a square matrix the rank is the number of linearly independent rows or columns in the
matrix.
Definition:
Matrix A(nxn) is full rank if rank(A)=n. Also matrix A(nxn) is reduced rank if rank(A)=r, where
r<n.
Theorem:
The determinant of a matrix is nonzero (the matrix is non-singular) if and only if it has full
rank.
We may chose v with length one, i.e. v′v=1, to remove indeterminacy. The solution is then λ
and the n-1 unknown elements in v.
This is a homogenous system that has a nonzero solution only if the matrix (A- λI) is singular
i.e has a zero determinant. Therefore, if λ is a solution,
26
A − λI = 0
This polynomial in λ is known as the characteristic equation of A. For a (nxn) matrix, the
characteristic equation is an nth-order polynomial in λ. The solution may be n real or complex
values that may be distinct or repeated.
Example
If
⎛ 5 1⎞
A = ⎜⎜ ⎟⎟
⎝ 2 4⎠
Then
5−λ 1
A − λI = ⇒ (5 - λ )(4 - λ ) - 2 *1 = 0 ⇒ λ2 − 9λ + 18 = 0
2 4-λ
The characteristic roots of A are the solutions to the above equation; that is, λ1=6 and λ2=3.
2−λ 0
= (2 − λ ) 2 ⇒ λ1 = λ2 = 2
0 2-λ
1− λ 0
= λ2 − 5λ = 0 ⇒ λ1 = 5 and λ2 = 0
0 4-λ
With λ in hand, the characteristic vectors are derived from the original problem,
Ac=λv or (A-λI)v=0
⎛ 5 − λ 1 ⎞⎛ v1 ⎞ ⎛ 0 ⎞
⎜⎜ ⎟⎟⎜⎜ ⎟⎟ = ⎜⎜ ⎟⎟
⎝ 2 4 - λ ⎠⎝ v2 ⎠ ⎝ 0 ⎠
Using the two value derived for λ (λ1=6, λ2=3) we can write two sets of simultaneous
equations as follows
⎛ 1
⎞ ⎛ 15 ⎞
For λ = 6 ⇒ v = ⎜ ⎟ For λ = 3 ⇒ v = ⎜ 2 ⎟
2
and
⎜ 1 ⎟ ⎜− ⎟
⎝ 2⎠ ⎝ 5⎠
27
1.10.1 General results for characteristic roots and vectors
Theorem:
A (nxn) symmetric matrix has n distinct characteristic vectors, c1, c2, ..., cn. The
corresponding characteristic roots λ1, λ2, ..., λn are real but not necessarily distinct.
Theorem:
The characteristic vectors of a symmetric matrix are orthogonal, i.e. ci′cj=0 for every i≠j.
Diagonilisation of a Matrix:
The characteristic vectors can be collected in (nxn) matrix C, in which the ith column is ci
corresponding to λi.
C = (c1 c 2 ... c N )
Similarly the n characteristic roots (eigenvalues) can be collected in the following diagonal
matrix.
⎛ λ1 0 L 0 ⎞
⎜ ⎟
⎜0 λ2 0 ⎟
Λ =⎜
M O 0 ⎟
⎜ ⎟
⎜0 0 L λ N ⎟⎠
⎝
Then we can write the full set of equations Aci=λici i=1,2, … n in the form
AC=CΛ (*)
On the other hand, since the eigenvectors are orthogonal ( c 'i c j = 0 for i ≠ j ) and of length one
(c’c=1), it can be seen that C'C=I and thus C'=C-1.
28
1.10.2 Further results on determining the rank of a matrix
Note:
If A can be diagonalized the rank of A is equal to the rank of Λ. Also since Λ is a diagonal
matrix, its rank is just the number of nonzero values on its diagonal.
Theorem: Characteristic roots of the Inverse Matrix. If A-1 exists, the characteristic roots
of A-1 are the reciprocal of those of A, and the characteristic vectors are the same.
⎛ λ1 0 L 0 ⎞ ⎛1 / λ1 0 L 0 ⎞
⎜ ⎟ ⎜ ⎟
⎜ 0 λ2 0 ⎟ ⎜ 0 1/λ2 0 ⎟
for A ⇒ Λ A = ⎜ , A ⇒ Λ A −1 = ⎜
-1
M O 0 ⎟ M O 0 ⎟
⎜ ⎟ ⎜ ⎟
⎜0 0 L λ ⎟ ⎜ 0 0 L 1/λ ⎟
⎝ N ⎠ ⎝ N ⎠
Theorem: Trace of a Matrix of the Inverse Matrix. If A can be diagonalised the trace is
the sum of its characteristic roots.
∑ λi
N
tr(A)= i =1
29
• Definition: Negative semi-definite (nonpositive) matrix. Matrix A is said to be negative
semi-definite if x'Ax≤0 for all nonzero x.
30
CHAPTER TWO
Differential Calculus
(The one variable case)
31
2. Differential Calculus
2.1. Differentiation
2.1.1. Definitions
Definition: Limit
The limit of f(x) as x approaches a equals L if we can make the values of f(x) arbitrarily close
to L (as close to L as we like) by taking x to be sufficiently close to a (on either side of a) but
not equal to a. We write
lim f ( x ) = L
x →a
∆y f ( x2 ) − f ( x1 )
lim = lim
x2 → x1 ∆x x2 → x1 x2 − x1
Continuity is a necessary condition for differentiability but it is not sufficient. That is,
although differentiability implies continuity, the converse it is not true.
32
Continuity at a point only rules up the presence of a gap, whereas differentiability rules out
“sharpness” as well. Therefore, differentiability calls for “smoothness” of the function as well
as its continuity.
Example:
The function
y = f ( x) =| x − 2 | +1
is continuous at x=2,but it is not differentiable at x=2.
Observations:
1. The tangent line to the curve y=f(x) at P(a,f(a)) is the line through P whose slope is f’(a) ,
the derivative of f at a.
2. The derivative f’(a) is the instantaneous rate of change of y=f(x) with respect to x when
x=a.
3. The derivative f’(x) is itself a function
4. If y=f(x) is a linear function of x, the concepts of average rate of change and the
instantaneous rate of change (the derivative) are equivalent. In other words, the tangent
line to a straight line is the line itself. Also the slope of a line is constant.
35
30
25
20
15
10
0
1 3 5 7 9
-5
y = 3x + 2
Where, y is the output and x is the input, find change in the production for a unit
change in input.
1) Choose two points on the domain, and find the respective function values
33
y = f ( x ) = 3x + 2
x1 = 1 y1 = 3(1) + 2 = 5
x2 = 2 y 2 = 3(2) + 2 = 8
∆y y2 − y1 8 − 5 3
m= = = = =3
∆x x 2 − x1 2 − 1 1
The rate of change in the company’s production function is 3. This means that if the input for
this company increase by one unit the production will increase three times.
35
30
25
20
15
10
1 3 5 7
The rate of change in the revenue (slope of the tangent to the curve) is not the same at
different levels of output. It increases in the beginning and reaches a maximum, and declines
after the maximum.
If we plot the graph of the different values taken by the tangent on the curve, we find:
34
15
10
0
-1 1 3 5 7 9 11
-5
-1 0
The plot shows that the rate of change of the function is positive for values of output lower
than 5 and negative for values of output bigger than 5.
y' = f ' ( x ) = 0
f (x) = c.g(x)
Derivative of a constant times a function is equal to the constant times the
derivative of that function:
y' = f ' ( x ) = c. g' ( x )
35
4) The Sums of Functions Rule
Derivative of sums and differences of two functions f ( x) = g ( x) ± h( x) , is:
5) Product Rule
Derivative of product of two functions f ( x ) = g( x ). h( x ) , is:
e.g. a) y = f ( x ) = 2 x 2 (1 − 3 x )
y ' = 4 x ( 1 − 3 x ) + ( − 3)( 2 x 2 ) = 4 x − 12 x 2 − 6 x 2 = 4 x − 18 x 2
b) 1 3
y = f ( x ) = ( 2 + 3x 2 ) x
3
1 3
y '= 6x( x ) + ( 2 + 3x 2 ) x 2 = 2 x 4 + 2 x 2 + 3x 4 = 5x 4 + 2 x 2
3
6) Quotient Rule
The derivative of the ratio of two functions, f(x)= g(x) / h(x) is:
g ' ( x ) h( x ) − h' ( x ) g ( x )
y ' = f ' ( x) =
[h( x)]2
Where g(x) is a differentiable function
3x 2 − x + 3
e.g y=
x3 −1
( x 3 − 1)(6 x − 1) − (3x 2 − x + 3)(3x 2 )
y' = f' (x) =
(x 3 - 1) 2
[6 x 4 − x 3 − 6 x + 1] − [9 x 4 − 3x 3 + 9 x 2 ]
y' = f' (x) =
( x 3 − 1) 2
36
e.g. a) y = f ( x ) = (1 − 3 x 2 ) 3
g ( x ) = 1 − 3x 2 g '( x) = −6 x
y ' = 3 (1 − 3 x ) ( − 6 x ) = − 18 x (1 − 3 x 2 ) 2
2 2
= ( − 18 x )(1 − 6 x 2 + 9 x 4 )
= -162x 5
+ 108 x 3 − 18 x
dy dy du
y' = = ⋅
dx du dx
= 3u 2 ⋅ (2 x + 3) = 3( x 2 + 3x − 1) 2 (2 x + 3)
= 2u ⋅ (3x 2 ) = 2( x3 − 3)(3x 2 ) = 6 x 5 − 18 x 2
i) f ( x) = e x f'(x) = e x
ii) f(x) = e g(x) f'(x) = g'(x)e g(x)
iii) f(x) = ke g(x) f'(x) = kg'(x)e g(x)
iv ) f(x) = a g(x) f'(x) = g'(x)a g(x) . ln a
37
2) The Natural Logarithmic Function Rule
1
i) f(x) = ln x f'(x) =
x
g '(x)
ii) f(x) = ln g ( x ) f'(x) =
g (x)
iii) f(x) = log a g (x)
ln g ( x ) g '(x)
= f'(x) =
ln a g ( x ) ln a
36 x 2 3
e.g. a) y = ln 12 x 3 ⇒ y' = 3
=
12 x x
2x − 1
b) y = ln( x 2 − x + 1) ⇒ y' = 2
x − x +1
5 1
c) y = ln( 5 x ) ⇒ y' = =
5x x
2x 1
d) y = log( x 2 + 4 ) ⇒ y' = 2 *
x + 4 ln 10
The notation for the second derivative is y’’ or f’’(x). Similarly, the third derivative of a
function, f’’’(x), measures the slope and the rate of change of the second derivative and so on
and so forth. The rules for taking the second and higher derivatives are the same as before.
Examples:
a) y = f ( x ) = 2 x 2 − 3x 5 y ' = f ' ( x ) = 4 x − 15 x 4
y ' ' = f ' ' ( x ) = 4 − 60 x 3
y ' ' ' = f ' ' ' ( x ) = − 180 x 2
1 3
b) y = f ( x ) = 3x 6 + x y ' = f ' ( x ) = 18 x 5 + x 2
3
y ' ' = f ' '( x ) = 90 x 4 + 2 x
y ' ' ' = f ' ' ' ( x ) = 360 x 3 + 2
38
2.2. Applications of Derivatives
So far we learned how to find the derivative of a function. Now we study the use of these
derivatives in applications such as plotting functions, finding maximum, minimum, point of
inflection and curvature of a function. We also study some economic applications of
derivatives.
dy d{f (x)}
Let y = f(x), then ≡ ≡ f 1(x)
dx dx
2
d y d{f 1(x)}
2
≡ ≡ f 2(x)
dx dx
d y d{f 2(x)}
3
≡ ≡ f 3(x), etc .
dx 3 dx
Taylor's Series
where f(x0) is the value of f(x) at the point x0 and n! reads n factorial where
n! = n × (n - 1 ) × (n - 2 ) K 2 × 1 .
Note 0! = 1! = 1.
Maclaurin's Series
f(X) = ( 1 + X)3 f( 0 ) = 1
f 1(X) = 3( 1 + X)2 f 1( 0 ) = 3
f 2(X) = 6( 1 + X) f 2( 0 ) = 6
39
f 3(X) = 6 f 3( 0 ) = 6
f 4 (X) = 0 f 4 (0) = 0
1 1
∴ f(X) = 1 + 3 X + 6 X2 + 6 X3
2! 3!
Thus (1 + X)3 = 1 + 3X + 3X + X
2 3
X2 X3 Xn
∴ e = 1 + X +
x
+ + K + + ...
2! 3! n
Taylor series expansion is used to measure the sensitivity of bond prices with respect to
changes in interest rates. Using the first two terms of a Taylor series expansion to
approximate the price change we can write
dP 1 d 2P
dP = dy + 2
(dy)2 + error
dy 2 dy
Dividing both sides of equation by P to find the percentage price change results in
dP dP 1 1 d 2P 1 error
= dy + 2
(dy ) 2 +
P dy P 2 dy P P
The duration of the bond is define as
1 dP
D=− .
P dy
The convexity of the bond is defined as
d 2P
C= 2
dy
40
Bond Price
Actual
price
increase
The line representing slope of the curve
Actual
price fall
On the other hand, if successive increase in x always lead to successive decrease in f(x), that
is,
x1>x2 ⇒ f(x1)<f(x2)
Proposition:
If a function is differentiable and decreasing at an interval, its first derivative is negative,
f’(x)<0 at this interval. This indicates that the slope of the curve at any point, within that
interval, is negative. The figure below illustrates a decreasing function, which has a negative
first derivative at point A and within the chosen interval.
41
∆x
0.8
0.7
0.6
∆y0.5
0.4
0.3
0.2
0.1
0
-1 -0.8 -0.6 -0.4 -0.2 0 0.2
[Decreasing function]
Proposition:
By the same token, a function with a positive first derivative within an interval is an
increasing function. The slope or value of the tangent to any point on an increasing function
is positive. The following figure shows an increasing function
0.8
0.7
0.6
∆y 0.5
0.4
0.3
∆x 0.2
0.1
0
-1.8 -1.6 -1.4 -1.2 -1
[Increasing function]
Definition:
A function is said to be concave at x=a, if at some small region close to the tangent to the
line at point [x=a, f(a)], the graph of the function lies below the tangent line. On the other
hand a function is said to be convex at x=a, if at some small region around the point
[x=a,f(a)], the graph of the function lies completely above the tangent line. The figures
below show the graphs of two concave and convex functions.
42
-0.1 0.8
1 1.2 1.4 1.6 1.8 2
-0.2 0.7
0.6
-0.3
0.5
-0.4
0.4
-0.5 0.3
0.2
-0.6
0.1
-0.7
0
-0.8 -1.8 -1.6 -1.4 -1.2 -1
The first derivative measures the rate of change of a function. The second derivative is the
measure of the rate of change of the first derivative.
We can distinguish the following cases (see the figures):
1. If
f ' ( x0 ) > 0 and f '' ( x0 ) > 0
then the value of the function at x0 is increasing at an increasing rate.
2. If
f ' ( x0 ) > 0 and f '' ( x0 ) < 0
then the value of the function at x0 is increasing at a decreasing rate.
3. If
f ' ( x0 ) < 0 and f '' ( x0 ) > 0
then the slope at x0 is negative and increasing.
4. If
f ' ( x0 ) < 0 and f '' ( x0 ) < 0
then the slope at x0 is negative and decreasing.
The first derivative a function f tells us about its slope. The second derivative of a function
informs us about the curvature of its graph.
We can find whether a function is concave or convex at a point by finding the value of its
second derivative at that point.
Proposition:
If at x=a y''=f''(a)>0 then f(x) is convex at x=a
43
a) f’(x)>0 b) f’(x)<0
f’’(x)>0 f’’(x)>0
c) f’(x)>0 d) f’(x)<0
f’’(x)<0 f’’(x)<0
Examples:
Find the slope and curvature of following functions at x=3;
a) y = −x 2 + 1
y ' = f ' ( x ) = −2x f ' ( 3) = -6 < 0
y ' ' = f ' ' ( x ) = −2 f' ' (3) = -2 < 0
Therefore, the function has a negative slope and is concave at x=3.
b) y = x3 + x
y ' = f ' ( x) = 3x 2 + 1 f ' (3) = 28 > 0
y'' = f''(x) = 6 x f''( 3 )=18>0
Therefore, the function has a positive slope and is convex at x=3.
44
x=1 are zero and at these two point there are a relative maximum and a relative minimum,
respectively.
Note:
In order to find maximum and
minimum points on a curve (function), 0.8
we follow two steps; 0.6
Example:
Find relative maximum and minimum points of the following functions;
a) y = −x2 + 1
FOC : y ' = f ' ( x) = −2 x − 2x = 0 ⇒ x = 0
45
2.2.6. The Nth-derivative test
If f’(x0)=0 and f’’(x0)=0 then f(x0) can be either a relative maximum or minimum, or an
inflectional value (an inflectional value is a point of the graph in which the curvature changes
from concave to convex or vice-versa).
In this case we proceed with the n-th derivative test. If
f ' ( x0 ) = 0, f '' ( x 0 ) = 0,...., f n −1 ( x0 ) = 0, f n (x 0 ) ≠ 0
then the critical value f(x0) will be
• A relative maximum if n is an even number and fn(x0)<0
• A relative minimum if n is an even number and fn(x0)>0
• An inflection point if n is an odd number.
• Total Revenue, TR, is defined as the revenue derived from all sales of particular goods
and is the product of the total number of unit sold, Q, and the unit price of the goods, P.
Mathematically,
TR = P ⋅ Q
• Marginal Revenue, MR, is defined as the change in the Total Revenue caused by a unit
increase in production. Therefore, using derivative notation
MR = d(TR)
d(Q)
• Average revenue, AR, is defined as the revenue from the sale of each unit, and can be
obtained by dividing the total revenue by the number of units sold as follows;
TR PQ
AR = = =P
Q Q
Find the average and marginal revenues for the following total revenue function and evaluate
them at Q=10 and Q=5.
TR = 200Q − 3Q 2
46
d (TR) TR 200Q − 3Q 2
MR = = 200 − 6Q AR = = = 200 − 3Q
dQ Q Q
• Total Cost, TC, is defined as the total cost of all factors of production involved in the
production of a certain level of output. Total cost consist of two parts, Total Fixed Cost
(TFC) and Total variable Cost (TVC). Where, Fixed cost are those which are constant
and do not vary with the output level, while, the variable cost are those which vary with
different levels of output. Therefore we can write;
TC=f(Q)=TVC+TFC
• Marginal Cost, MC, can be defined as the change in the total cost caused by producing an
additional unit of output.
d(TC)
MC = f ' ( Q ) =
d(Q)
• Average Cost, AC, is the cost of production of one unit which can be obtained by
dividing the total cost by the number of units produced in the following form;
TC F ( Q )
AC = =
Q Q
Example 1:
Find the average cost, AC, and marginal cost, MC, for the following total cost, TC, function
and evaluate them at Q=10 and Q=5.
TC = Q 3 − 10 Q 2 + 30 Q + 20
Now, if we sketch the graphs of total and marginal cost curves, we see that;
1) Total cost first rises until reaches a maximum and then falls until reaches its minimum and
then rises again.
47
2) Marginal cost curve is positive until the total cost reaches its maximum, at this point
marginal cost becomes negative indicating that total cost is falling. Marginal costs stays at the
negative region until total cost reaches its minimum. At this point, marginal cost will become
positive indicating that the total cost is rising again.
75
65
55
45
Cost
35
25
15
-5 0 1 2 3 4 5 6 7 8 9 10 11 12
Q u a n tity
TC MC
Now let us find the minimum and maximum of the total cost function. This is equivalent to
setting the MC to zero and solve it to find where the MC cuts the horizontal axis.
20 ± 400 − 4 * 3 * 30
MC = 3Q 2 − 20Q + 30 = 0 ⇒ Q1 , Q2 =
6
20 + 40 20 − 40
⇒ Q1 = = 4.38 and Q 2 = = 2.79
6 6
Profit, Π, of an organisation is the total revenue less total cost and can be shown as;
⎧⎪TC = 4Q 2 − 12Q + 10
Π = TR − TC Where ⎨
⎪⎩TR = 3Q 2 + 8Q + 5
Therefore, using the cost and revenue functions above, the profit function will be;
Π = TR − TC
Π = f (Q) = (3Q 2 + 8Q + 5) − (4Q 2 − 12Q + 10) = −Q 2 + 20Q − 5
Having the firm’s total cost and revenue functions (above examples), it is possible to find the
output level, which maximises its profit.
48
FOC : f ' (Q) = -2Q + 20 = 0 ⇒ Q = 10
SOC : f ' ' (Q) = -2 < 0
2.2.7.5. Elasticities
∆Q
× 100
Percentage change in quantity Q
ε= =
Percentage change in price ∆P
× 100
P
This is equivalent to:
dQ
dQ P Q dQ P
ε= ⋅ or ε= or ε= ⋅
Q dP dP dP Q
P
Therefore, it is the shape of the demand (supply) curve that defines the elasticity of demand
(supply). For example, if the demand for a commodity does not change with the changes in
the price of that commodity, the demand for the commodity is said to be perfectly inelastic,
figure (b) below.
The price elasticity of demand is unitless and negative, and in practice, we are interested in
the absolute value of this number. Therefore, the higher the number, the more elastic is the
demand curve. Following figure shows three special cases of demand curve;
49
P P P
Ed>1
Ed=1
Q Q Q
(a) (b) (c)
Example 1:
Find the price elasticity of demand at prices, P=£100, P=£300, for the following demand
function
Q = 1000 − 2 P
i) Find the first derivative of the demand equation with respect to price
dQ d (1000 − 2 P)
= = −2
dP dP
P=£100 Q=1000-2*100=800
iii) Multiply the price-demand ratio by the value of derivative found in stage (i).
⎛ 100 ⎞ 1 1
E d = (−2)⎜ ⎟=− ⇒ (-1/4) = <1 ⇒ inelastic demand
⎝ 800 ⎠ 4 4
ii) Now we must find the price elasticity of demand when P=300
P=£300 Q=1000-2*300=400
iii) Multiply the new price-demand ratio by the value of derivative found in stage (i).
⎛ 300 ⎞ 3
E d = (−2)⎜ ⎟=− then ⇒ (-3/2) = 1.5 > 1 ⇒ elastic demand
⎝ 400 ⎠ 2
Next, we need to find the quantity and price at which the elasticity is equal to one, i.e. the
demand curve is unit elastic. For this purpose, we need to set the elasticity equal to one (note
that it should be -1), and solve for value of Q in terms of P as follows.
dQ P P
Ed = 1 ⇒ * = −1 ⇒ - 2 * = −1 ⇒ - 2P = -Q ⇒ Q = 2P
dP Q Q
50
Substituting the value of Q in terms of P in the demand equation will result in the price at
which the price elasticity of demand is equal to one.
Q = 1000 − 2 P ⎫
⎬ ⇒ 2P = 1000 - 2P ⇒ 4P = 1000 ⇒ P = 250
Q = 2P ⎭
Therefore, at P=250 the price elasticity of demand is equal to one. It has is also been proved
that the price elasticity of demand of a linear demand curve with a negative slope depends on
the level of the price.
The summary of different forms of price elasticity of demand is presented in the table below.
Elasticity of Demand Types of elasticity
Ed =0 • Perfectly Demand is not sensitive to changes in price.
Inelastic
0< Ed <1 • Inelastic Demand is relatively insensitive to changes in
price.
Ed =1 • Unit elasticity Changes in demand are equal to changes in
price.
1< Ed <∞ • Elastic Demand is relatively sensitive to the changes
in price.
Ed →∞ • Perfectly Elastic Demand is sensitive to the change in price.
51
CHAPTER THREE
Differential Calculus
(The multivariate case)
52
3. Differential Calculus (The Multivariate Case)
3.1. Multivariate Functions
So far we analysed functions of one variable. In real life, economic systems involve functions
of more than one independent variable. For example, the demand for a commodity depends
not only on the price of that commodity, but also on the price for substitute commodities as
well as the income of the consumers. Therefore, it is more realistic to use functions of several
variables in investigating the relationship between economic variables.
Example 1:
(The example is taken from: Stewart J; 2003; Calculus; Thomson, Brooks/Cole; p 940)
Solution:
If y = 0, then f ( x,0) = 0 / x 2 = 0 . Therefore
f ( x, y ) → 0 as ( x, y ) → (0,0) along the x-axis
If x = 0, then f (0, y ) = 0 / y 2 = 0 , so
f ( x, y ) → 0 as ( x, y ) → (0,0) along the y-axis
Although we have obtained identical limits along the axes, that does not show that the given
limit is 0. Let’s now approach (0,0) along another line, say y = x. For all x ≠ 0 ,
53
x2 1
f ( x, x ) → =
x +x
2 2
2
1
Therefore, f ( x, y ) → as ( x, y ) → (0,0) along y = x
2
Since we have obtained different limits along the different paths, the given limit does not
exist. The figure below illustrates the previous example. The ridge that occurs above the line
1
y = x corresponds to the fact that f ( x, y ) = for all points (x,y) on that line except the origin.
2
[INSERT GRAPH 1]
Example 2:
(The example is taken from: Stewart J; 2003; Calculus; Thomson, Brooks/Cole; p 943)
⎧ 3x 2 y
⎪ if ( x, y ) ≠ (0,0)
Let f ( x, y ) = ⎨ x 2 + y 2
⎪0 if ( x, y ) = (0,0)
⎩
[INSERT GRAPH 2]
54
We know f is continuous for ( x, y ) ≠ (0,0) since it is equal to a rational function there. It can
be shown that
3x 2 y
lim f ( x, y ) = lim = 0 = f (0,0)
( x , y ) →( 0 , 0 ) ( x , y ) →( 0 , 0 ) x 2 + y 2
Example 3:
(The example is taken from: Stewart J; 2003; Calculus; Thomson, Brooks/Cole; p 943)
[INSERT GRAPH 4]
3.3 Differentiation
Let f be a function of two variables x and y, suppose we let only x vary while keeping y
fixed, say y=b, where b is a constant. Then we are really considering a function of a single
variable x, namely, g(x)=f(x,b). If g has a derivative at a, then we call it the partial derivative
of f with repect to x at (a,b)
∂f
(a, b ) = g ' (a ) where g (x ) = f (x, b )
∂x
By the definition of the derivative we have
g (a + h ) − g (a )
g ' (a ) = lim
h →0 h
and therefore
55
∂f f (a + h, b ) − f (a, b )
(a, b ) = lim .
∂x h→0 h
Similarly, the partial derivative of f with respect to y at (a,b) is obtained by keeping x fixed
(x=a) and finding the ordinary derivative at b of the function G(y)=f(a,y)
∂f f (a, b + h ) − f (a, b )
(a, b ) = lim
∂y h→0 h
Letting (a,b) vary in the definitions above, the partial derivatives become functions of two
variables
∂f f ( x + h, y ) − f ( x, y )
(x, y ) = lim
∂x h → 0 h
∂f f ( x, y + h ) − f ( x , y )
(x, y ) = lim
∂y h → 0 h
∂f
(x,y )= ∂f = f y (x,y ) = f y = f 2 = ∂z = D2 f = Dy f
∂y ∂y ∂y
56
[INSERT THREE FIG. 1, 2, 3]
[Geometric interpretation of partial derivatives]
57
Higher derivatives
If f is a function of two variables, then its partial derivatives are also functions of two
variables, so we can consider their partial derivatives, which are called second partial
derivatives of f.
If z = f ( x, y ) , we use the following notation
∂ 2 f ∂ 2 z ∂ ⎛ ∂f ⎞
= = ⎜ ⎟ = ( f )xx = f xx = f11
∂x 2 ∂x 2 ∂x ⎝ ∂x ⎠
∂ 2 f ∂ 2 z ∂ ⎛ ∂f ⎞
= = ⎜ ⎟ = ( f )yy = f yy = f 22
∂y 2 ∂y 2 ∂y ⎜⎝ ∂y ⎟⎠
∂2 f ∂2 z ∂ ⎛ ∂f ⎞
= = ⎜⎜ ⎟⎟ = ( f )yx = f yx = f 21
∂x∂y ∂x∂y ∂x ⎝ ∂y ⎠
∂2 f ∂2 z ∂ ⎛ ∂f ⎞
= = ⎜ ⎟ = ( f )xy = f xy = f12
∂y∂x ∂y∂x ∂y ⎝ ∂x ⎠
Example 1:
Find the first second and cross partial derivatives of the following function
y = 3x 3 + 5z - 6xz 2
∂y ∂y
First order partial derivatives = 9 x2 - 6 z2 and = 5 - 12 x z
∂x ∂z
∂2y ∂2y
Second order partial derivatives = 18x and = - 12 x
∂x 2 ∂z 2
∂2y ∂2y
Cross partial derivatives = - 12z and = - 12z
∂x∂z ∂z∂x
Theorem:
Suppose f is defined on a disk D that contains the point (a,b). If the functions fxy and fyx are
both continuous on D, then
f xy (a, b ) = f yx (a, b )
58
Example 2:
(The example is taken from: Stewart J; 2003; Calculus; Thomson, Brooks/Cole; p 960)
Find the tangent plane to the elliptic paraboloid z = 2 x 2 + y 2 at the point (1,1,3).
Solution:
Let f ( x, y ) = 2 x 2 + y 2 . Then
f x ( x, y ) = 4 x f y ( x, y ) = 2 y
f x (1,1) = 4 f y (1,1) = 2
z − 3 = 4( x − 1) + 2( y − 1)
or
z = 4x + 2 y − 3
The figures below show the paraboloid and its tangent plane as we zoom in toward the point
(1,1,3) by restricting the domain of the function f ( x, y ) = 2 x 2 + y 2 . Notice that the more we
zoom in, the flatter the graph appears and the more it resembles its tangent plane.
[INSERT GRAPH 5]
Definition: Differentiability
If z=f(x,y) then f is differentiable at (a,b) if it is possible to write
f (a + ∆x, b + ∆y ) − f (a, b ) = f x (a, b )∆x + f y (a, b )∆y + ε1∆x + ε 2 ∆x
where
ε1 → 0 ε 2 → 0 as (∆x, ∆y ) → (0,0)
In other words, a differentiable function is one for which the tangent plane approximates the
graph of f well near the point of tangency.
Theorem:
If the partial derivatives exist near (a,b) and are continuous at (a,b), the f is differentiable at
(a,b).
59
The chain rule
Suppose that z=f(x,y) is a differentiable function, where x=g(t) and y=h(t) are both
differentiable functions of t. Then z is a differentiable function of t and
dz ∂f dx ∂f dy
= +
dt ∂x dt ∂y dt
Example 3:
(The example is taken from: Stewart J; 2003; Calculus; Thomson, Brooks/Cole; p 968)
Solution:
The Chain Rule gives
dz ∂z dx ∂z dy
= +
dt ∂x dt ∂y dt
= (2 xy + 3 y 4 )(2 cos 2t ) + ( x 2 + 12 xy 3 )(− sin t )
It is not necessary to substitute the expressions for x and y in terms of t. We simply observe
that when t = 0 we have x = sin 0 = 0 and y = cos 0 = 1. Therefore,
dz
= (0 + 3)(2 cos 0) + (0 + 0)(− sin 0) = 6
dt t =0
The derivative can be interpreted as the rate of change of z with respect to t as the point (x,y)
moves along the curve C with parametric equations x = sin 2t, y = cos t. In particular, when t
= 0, the point (x,y) is (0,1) and dz / dt = 6 is the rate of increase as we move along the curve
C through (0,1).
∂F dx ∂F dy dx
+ = 0 , because = 1 we have
∂x dx ∂y dx dx
∂F ∂F dy
1+ =0
∂x ∂y dx
∂F dy
If ≠ 0 we solve for and obtain
∂y dx
∂F
= − ∂x = − x
dy F
dx ∂F Fy
∂y
60
Example 4:
(The example is taken from: Stewart J; 2003; Calculus; Thomson, Brooks/Cole; p 972-973)
Find y ' if x 3 + y 3 = 6 xy .
Solution:
The given equation can be written as
F ( x, y ) = x 3 + y 3 − 6 xy = 0
So
dy F 3x 2 − 6 y x2 − 2y
=− x =− 2 =− 2
dx Fy 3y − 6x y − 2x
Remark
At a critical point a function could have a local maximum, a local minimum or neither.
61
Theorem: Second Derivatives test
Suppose the second partial derivatives of f are continuous on a disk with center (a,b), and
suppose that (a,b) is a critical point of f. Let
D = D(a, b ) = f xx (a, b ) f yy (a, b ) − ( f xy (a, b ))
2
Then:
a) If D>0 and fxx(a,b)>0, then f(a,b) is a local minimum
b) If D>0 and fxx(a,b)<0, then f(a,b) is a local maximum
c) If D<0 then f(a,b) is a saddle point
d) If D=0 the test is inconclusive
In summary
or vice versa
* Applies only if the first order necessary condition is met
Example 1:
A firm producing two goods x and z has the following profit function
Π = 64 x − 2 x 2 + 4 xz − 4 z 2 + 32 z − 14
Find the profit maximising level of output for each of the goods, that is find the combination
of x and z that gives maximum profit.
i) Take the first order partial derivatives and set them equal to zero. Then solve for x and z
simultaneously.
∂Π
FOC : = 0 ⇒ 64 - 4x + 4z = 0
∂x
∂Π
= 0 ⇒ 4x - 8z + 32 = 0
∂z
⎧- 4x + 4z = -64
Solve the simultaneous equations ⎨ ⇒ z = 24 x = 40
⎩ 4x - 8z = -32
Now we should check that this turning point, A(x=40,z=24) is a maximum or minimum.
∂ 2Π ∂ 2Π
SOC : = - 4 < 0 = -8 < 0
∂x 2 ∂z 2
62
Since both the second partial derivatives are less than zero, the turning point might be a
maximum. In order to ensure the existence of this maximum, we should take the cross partial
derivatives and test whether the product of the second partial derivatives is greater than the
product of the cross partial derivatives.
∂ 2Π ∂ 2Π
Cross partial derivatives : =4 =4
∂x∂z ∂z∂x
Therefore
2
∂ 2Π ∂ 2Π ⎛ ∂ 2Π ⎞
>⎜ ⎟ ⇒ (-8)(-4) > (4) 2
∂x 2 ∂z 2 ⎜⎝ ∂x∂z ⎟⎠
This means that there is a maximum point A(x=40,z=24). Now the task is to find the
maximum value of profit, that is to substitute the values of x=40 and z=24 in the profit
function.
P = 64 x - 2 x 2 + 4 xz - 4 z 2 + 32 z - 14
p = 64(40) - 2(40 2 ) + 4(40)(24) - 4(24 2 ) + 32(24) - 14 = 1650
Example 2:
A firm's total costs are related to its work force (L) and capital equipment (K) by the function,
TC = 10 L2 + 10 K 2 - 25 L - 50 K - 5 L K + 2000 . Find the combination of K, L to minimise
TC.
∂ (TC )
FOC: = 20 L - 25 - 5 K = 0 (1)
∂L
∂ (TC )
= 20 K - 50 - 5 L = 0 (2)
∂K
This is a system of two equations and two unknowns, K and L.
Now test the existence using the product of the cross partial derivatives:
2
∂ 2 (TC ) ∂ 2 (TC ) ⎛ ∂ 2 (TC ) ⎞
≡ =-5 ⇒ ⎜⎜ ⎟⎟ = 25
∂K ∂L ∂L ∂K ⎝ ∂K ∂L ⎠
∂ 2 (TC ) ∂ 2 (TC )
× = 400 > 25
∂L2 ∂K 2
63
3.4.2. Critical Points of Multivariate Functions
Let us consider a function y=f(x) = f(x1, x2, …, xN). We define the gradient vector (or simply
gradient) as
⎛ ∂y / ∂x1 ⎞
⎜ ⎟
∂f (x) ⎜ ∂y / ∂x2 ⎟
=⎜ ⎟
∂x M
⎜ ⎟
⎜ ∂y / ∂x ⎟
⎝ N ⎠
Similarly, we define the Hessian as the matrix containing the second partial derivatives and
cross partial derivatives; it is a square symmetric matrix with the following form
The necessary and sufficient conditions for the maximisation (minimisation) problem in the
multivariate case are generalization of the two variable case.
∂2 y ∂2 y ∂2 y ∂2 y
where f 11 = 2 , f 12 = , f 22 = , f 21 = , etc
∂x 1 ∂x 1∂x 2 ∂x 22 ∂x 2 ∂x 1
f 11 f 12
Η 1 = f 11 , Η 2 = , K , Ηn = Η
f 21 f 22
64
Then, the SOCs are as follows:
• for a maximum, H must be negative definite. Equivalently:
, H 1 < 0, H 2 > 0, H 3 < 0, K
• for a minimum H must be positive definite; that is:
H 1 > 0, H 2 > 0, H 3 > 0, K
Example 1:
Consider the function y = x 12 - 2x 1 x 2 + 2x 22 + 2x 1 x 3 + 4x 32 - 2x 3
FOC: ∂y/∂x 1 = 2x 1 - 2x 2 + 2x 3 = 0
∂y/∂x 2 = - 2 x 1 + 4 x 2 = 0
∂y/∂x 3 = 2 x 1 + 8 x 3 - 2 = 0
When solved simultaneously, the system gives x1 = -1, x2 = -0.5, x3 = 0.5. That is, there is a
turning point at (-1, -0.5, 0.5).
SOC: When all the 2nd order and cross partial derivatives of the function are derived and
evaluated at the turning point, the following (3x3) Hessian matrix describes the curvature of
the function at the turning point.
⎛ 2 − 2 2⎞
⎜ ⎟
Η = ⎜− 2 4 0⎟
⎜ 2 0 8 ⎟⎠
⎝
Since they are all positive, i.e. the Hessian is positive definite, thus the turning point is a
minimum.
65
Example 2:
A firm uses three types of advertisements, (TV commercials, Radio commercials and
magazine advertisements). The costs of these advertisements are as follows; x1, x2 and x3 (in
million pound) for TV, Radio and Magazine ads, respectively. The firms total revenue can be
explained as a function of these advertisements as follows;
TR = −5 x12 + 10 x1 + x1 x3 − 2 x 22 + 4 x 2 + 2 x 2 x3 − 4 x32
Find the optimum amount of the expenditure on these commercials, which maximises the
firm’s total revenue.
FOC: Setting the first partial derivative equal to zero and solving the system of 3 equations
and three unknowns will result in
⎧10 x1 − x3 = 10
⎪
⎨ 4 x 2 − 2 x3 = 4 ⇒ x 1 ≅ 1.04 , x 2 ≅ 1.22 , x 3 ≅ 0.43
⎪x + 2 x − 8x = 0
⎩ 1 2 3
SOC: Construct the Hessian using the second partial derivatives and calculate the
determinants of principle minors
− 10 0 1
H = 0 -4 2
1 2 -8
− 10 0 1
- 10 0
H 1 = −10 < 0 , H2 = = 40 > 0 , H3 = 0 -4 2 = -276 < 0
0 -4
1 2 -8
Determinants of principle minors alternate sign, therefore the turning point is a maximum;
that is the revenue of the firm would be maximum if the expenditure of advertisements is set
to be x 1 ≅ £1.04m , x 2 ≅ £1.22m and x 3 ≅ £0.43m, for TV, Radio and magazines,
respectively. Maximum revenue would be?
66
3.4.3. Constrained Optimisation
Since resources are limited in everyday life, we often have to take decisions of the type:
1. The firm wants to maximise revenue subject to costs.
2.The household wants to maximise utility subject to the budget constraint.
This means optimising an objective function, f(x), subject to certain limitations or constraints,
let the constraint be a function itself, g(x).
For simple functions it may be possible to substitute the constraint into the objective function
and optimise this new function in the usual way.
3.4.3.1.Method of substitution
When the constraint function is simple; that is linear and bivariate (az+bx=c). It is convenient
to find the one variable with respect to the other one and substitute the result in the objective
equation and perform optimisation.
Example 1:
Minimise y = 1 + 2 x + 5 z 2 subject to x = z.
Substitute the constraint in the objective function to eliminate x, y = 1 + 2z + 5z 2 .
Minimisation yields dy/dz = 2 + 10z = 0 . Whence z= -1/5, and as a result x= -1/5.
3.4.3.2.Lagrange Multiplier
In many cases the optimisation is done with respect to more than two or three variables or the
constraint might be nonlinear. Therefore, it is not always easy to use the substitution method.
An alternative is to use the Lagrange Multiplier method. This method adds a multiple of the
constraint function to the objective function and optimises the new function know as
Lagrangean. Another advantage of the Lagrange Multiplier method is that it provides
additional information regarding the economic relationship between the constraint and the
objective function.
Let y be a function of x and z, y=f(x,z). Let’s also assume we want to optimise subject to the
following constraint: g(x,z)=k. In general, to find the solution to a constrained optimisation
problem we want to optimise a new function called the Lagrangean:
where λ is some constant to be determined. Note that the term in the square bracket is equal
to zero by construction, therefore, the Lagrangean function only restrict the values that x and
z can take but do not affect f(x,z).
67
Example 1:
Suppose that a company produces two different types of goods, x and z, and has the following
total cost function;
TC = 8 x 2 − xz + 12 z 2
The company is also bound by the existence of the raw material to produce a total number of
42 units. Find the values of x and z that optimises the cost of the company, subject to the
constraint using Lagrange Multiplier method.
In order to optimise the cost function subject to the constraint, first rearrange the constrain
function to get zero in one side.
x + z = 42 ⇒ 42 - x - z = 0
L = 8x 2 − xz + 12 z 2 + 42λ − λx − λz
Take the first partial derivatives of L with respect to x,z and λ.
∂L
= 16 x − z − λ = 0
∂x
∂L Solve the system of 3 variable 3 equations.
= 24 z − x − λ = 0
∂z
∂L
= 42 − x − z = 0
∂λ
⎧λ = 16 x − z ⎧ 25z
⎪ ⎧16x - z = 24z - x ⎧17x = 25z ⎪x =
⎨λ = 24 z − x ⇒ ⎨ ⇒ ⎨ ⇒ ⎨ 17
⎪42 − x − z = 0 ⎩42 - x - z = 0 ⎩42 - x - z = 0 ⎪⎩42 − x − z = 0
⎩
⎧ z = 17
⎧ 25 z ⎪
⎨42 − −z=0 ⇒ z = 17 ⇒ ⎨ x = 25
⎩ 17 ⎪λ = 383
⎩
If the production held at x=25 and z=17, the total cost of the company is minimised while the
constraint is also met. That is x+z=17+25=42.
Example 2:
The production function of a firm describes the technological relationship between inputs
(raw materials, labour etc) and output. Assume, a particular firm wants to optimise a Cobb-
Douglas production function, Q = 10 L1/2 K 1/2 , subject to the cost of input, 4 L + 10 K = 100 ,
where L and K are Labour and Capital inputs.
68
Rearrange the constraint to get: 100 - 4 L - 10 K = 0 , and build the Lagrangean:
∂L* 5K1/2
≡ 5 L-1/2 K 1/2 - 4 λ = 0 ⇒ λ =
∂L 4L1 / 2
∂L* 5L1/2
≡ 5 L1/2 K -1/2 - 10 λ = 0 ⇒λ=
∂K 10K 1/2
∂L*
≡ 100 - 4 L - 10 K = 0 ⇒ 100 - 4 L - 10 K = 0
∂λ
The Lagrange multiplier, λ, is also known as the shadow price. It shows by how much the
optimum Q would change when the constraint is relaxed by 1 unit.
In the above example λ = 0.79. Thus, if the constraint is relaxed from 100 to 101 the optimal
level of output would increase by 0.79 units to Q* = 79.85.
Note: When λ = 0 the constraint is not binding; it does not affect the solution.
3.4.3.3.Bordered Hessian
Assuming f(x) is the objective function and g(x) is the constraint, the following Bordered
Hessian matrix determines the curvature of the Lagrangean function.
⎛ 0 g1 g2 K gn ⎞
⎜ ⎟
⎜ g1 f 11 + λ g11 f 12 + λ g12 K f 1n + λ g1n ⎟
HB = ⎜ g 2 f 21 + λ g 21 f 22 + λ g 22 K f 2n + λ g 2n ⎟
⎜ ⎟
⎜M M M O M ⎟
⎜ g f nl + λ g nl f n 2 + λ g n 2 K f nn + λ g nn ⎟⎠
⎝ n
69
At the turning point (when the FOC's are satisfied), there is a:
maximum when successive principal minors of HB greater than second order alternate in
sign, starting from a positive value: HB 3 > 0, HB 4 < 0, HB 5 > 0, K
minimum when successive principal minors of HB are negative
HB 3 < 0, HB 4 < 0, HB 5 < 0, K
L( x , λ1 , λ 2 ,..., λ n ) = f( x ) + [ λ1g 1 ( x ) + λ 2 g 2 ( x ) + K + λ n g n ( x ) ]
These are complex mathematical programming problems, which may be solved using
specialised computer software.
0 1 1
HB = 1 16 - 1 ⇒ HB3 = −42 < 0 therefore the turning point is a minimum.
1 - 1 24
70
CHAPTER FOUR
Integral Calculus
71
4 Integral Calculus
4.1. Integration
4.1.1. Definite and Indefinite Integrals
Consider the graph below, where the curve represents a function f(x). The shaded portion of
the figure consists of those points, which lie below the curve C and above the horizontal axis.
2. Calculate the value of the function at the end-point of each subinterval, say
f(x1 ), f(x2 ), K ,f(xn ).
If we let ∆x → 0 , or equivalently n → ∞ , the sum of the area of the rectangles tends to the
area under the curve
n
A = lim Σ f(xi ) ∆x
n→∞ i =1
f(x1)
f(x2)
f(x3)
f(x4)
This limit is known as the integral of f(x) between values a and b, and is written
symbolically as
b
A = ∫ f(x) dx .
a
72
Definition: Definite Integral
Let f(x) be defined on [a,b] and let x0, x1, … ,xn be a partition of [a,b]. For each [xi-1,xi], let xi*
∈ [xi-1, xi]. Then we define the (definite) integral of f between a and b as:
b n
∫ f ( x)dx = lim
max ∆x →0
∑ f ( x )∆x
i =1
*
i i
a
F , (x ) = f (x ) .
b
Despite similarity in appearance, the symbols ∫ f ( x )dx and ∫ f (x )dx represent different
a
concepts. However, the two processes are related by the Fundamental Theorem of
Calculus.
Theorem:
If F (x) is the a primitive of f(x) then
b
x =b
∫ f(x) dx = [ F(x) ] x=a = F(b) - F(a).
a
Observation:
Very often the symbol ∫ f (x )dx is referred to as indefinite integral rather than as a primitive
b
or antiderivative. To distinguish the symbol ∫ f ( x )dx from ∫ f (x )dx , the latter is called a
a
definite integral.
73
Example:
2
∫ x 3 dx = [ x 4 / 4 ] 02 = F( 2 ) - F( 0 ) = ( 24 / 4 ) - ( 04 / 4 ) = 4
0
10
8
6
4
2
0
-3 -2 -1 0 1 2 3
-2
-4
-6
-8
-10
y 0=x ^3
If f(x) is continuous in the domain [a, b], and there is point c between a and b where
a < c < b , then we can write
c b b
b b
4) ∫ k f(x) dx = k ∫ f(x) dx
a a
b b b
5) ∫ [ f(x) ± g(x) ] dx = ∫ f(x) dx ± ∫ g(x) dx
a a a
We assumed that f(x) was positive in interval [a, b]. This is because the area should always
be positive. Now if we find that at some intervals [a, c] (a<c<b) f(x) is negative, we need to
pre-multiply the area definite integral at interval [a, c] by –1 and add this to the area at
interval [c, b] where f(x) is positive.
74
Example:
Find the area between the curve and the x-axis for the function y=x for the interval [-1, 1].
1
1
⎡ x2 ⎤ ⎡ (1) 2 (−1) 2 ⎤
A = ∫ xdx = ⎢ ⎥ = ⎢ − ⎥=0
−1 ⎣ 2 ⎦ −1 ⎣ 2 2 ⎦
-1 1
It can be seen that if we take the finite integral, the result would be zero. In order to find the
area we need to use the above mentioned properties of definite integrals. Therefore we can
split the interval into two sub-intervals [-1, 0] and [0, 1].
0 1
0 1
⎡ x2 ⎤ ⎡ x2 ⎤ ⎡ (0) 2 (−1) 2 ⎤ ⎡ (1) 2 (0) 2 ⎤
A = ∫ xdx + ∫ xdx = ⎢ ⎥ + ⎢ ⎥ = − ⎢ − ⎥+⎢ − ⎥ =1
−1 0 ⎣ 2 ⎦ −1 ⎣ 2 ⎦ 0 ⎣ 2 2 ⎦ ⎣ 2 2 ⎦
Note that you need to check the result by differentiation of your answer.
∫ a dx = a x + c a, c ∈ R
Examples:
∫ −2 dx = -2 x + c Check: y = −2 x + c ⇒ y' = −2
∫ 10 dx = 10 x + c Check: y = 10 x + c ⇒ y' = 10
75
2) The integral of a power function, xn , where n≠-1, is :
1
∫ x n dx = x n +1 + c for n ≠ - 1
n+l
Examples:
1 1
a) ∫ x −2 dx = x - 2+1 + c = -x -1 + c = - + c
-2 + 1 x
Check: y = − x + c ⇒ y' = −( − 1 )x −1−1 = x −2
−1
1 5+1 10
b) ∫ 10 x 5 dx = 10* x + c = x6 + c
5 +1 6
10 10
Check: y = x 6 + c ⇒ y' = ( 6 x 5 ) = 10 x 5
6 6
∫ k ⋅ f(x)dx = k ∫ f(x)dx
Example:
1
∫ 4 x dx = 4∫ x 2 dx = 4* x 3 + c
2
a)
3
1
∫ (ax + b) n dx = (ax + b) n +1 + c
a(n + 1)
Example:
1
a) ∫ ( 2 x + 4 )3 dx = ( 2 x + 4 )3+1 + c
2( 3 + 1 )
1
b) ∫ (x + 4 )1/ 2 dx = (x + 4 )( 1 / 2 )+1 + c
1(( 1/ 2 ) + 1 )
∫ e x dx = ex + c
76
Example:
∫ 2 x e x dx = ex + c
2 2
a)
∫ 3 x 2 e x +1 dx = e x +1 + c
3 3
b)
1
∫ dx = lnx + c
x
Where a x>0.
f' (x)
∫ f(x) dx = ln(f(x)) + c
Where a f(x)>0.
Example:
( 2x +1 )
a) ∫ (x2
+ x)
dx = ln (x 2 + x) + c
( 3x 2 + 2 x + 4 )
b) ∫ (x 3 + x 2 + 4 x) dx = ln (x 3 + x 2 + 4 x) + c
Example:
a)
∫ [(x + 1 ) + (x -4 )] dx = ∫ (x + 1 )dx + ∫ (x -4 )dx
2 2
x2 x3
=( + x) + ( − 4 x) + c
2 3
77
9) Integral by parts
Example:
a)
∫x
2
ln x dx
1 x3
Then we can write f'(x) = and g(x) = ∫ x 2 dx =
x 3
⎛ x3 ⎞ x3 1
∫ = ⎜ 3⎟ ∫ 3
⎜ ⎟ − ⋅ dx
2
x ln x d(x) ( ln x )
⎝ ⎠ x
x3 x2 x3 x3
= ln x − ∫ dx = ln x − + c
3 3 3 9
Example:
x+3
a) ∫x 2
+ 3x + 2
dx
x+3 2 1
∫x 2
+ 3x + 2
dx = ∫
x +1
dx − ∫
x+2
dx
= 2 ln (x + 1 )- ln (x + 2 ) + c
78
x3 − 2x
b) ∫ x − 1 dx
using division rules for mathematical expressions we can write
x3 − 2x ⎛ −1 ⎞
∫ x −1
dx = ∫ ⎜ x 2 + x − 1 +
⎝
⎟dx
x − 1⎠
( )
= ∫ x 2 + x − 1 dx − ∫
1
x −1
dx
x3 x 2
= + − x − ln (x − 1 ) + c
3 2
Example:
∫ 3x dx
2
through, , however the value of c 2
Similarly, MC is the derivative of the total cost function (TC). Therefore, the anti-derivative
of the MC function gives the TC function.
79
Let MC = 100 + x
TC = ∫ MC dx = ∫ (100 + x) dx
= 100 x + (1/2) x 2 + c
∫ f (t )e
− rt
PV = dt
t =0
Example 1:
Find the PV of a continuous income stream flowing at a rate of £1000 per year over the next
10 years, assuming an interest rate of r=8%=0.08 annually, compounded continuously.
10
T 10
⎡ ⎛ e −0.08t ⎞⎤
∫ f (t )e dt = ∫ 1000e dt = ⎢1000⎜⎜ − ⎟⎟⎥
− rt − 0.08t
PV =
t =0 t =0 ⎣ ⎝ 0 . 08 ⎠⎦ 0
1000
= (1 − e −(10 )( 0.08) ) ≈ 6883.39
0.08
Example 2:
Find the PV of a perpetual income stream flowing at the uniform rate of a dollars per year,
when t→∞, assuming an interest rate, r, compounded continuously.
∞
∞
⎡ ⎛ e − rt ⎞⎤
∞
⎛⎡ a ⎤ ⎞
PV = ∫ ae dt = ⎢a⎜⎜ −
− rt
( )
⎡ a − rt ⎤ ⎤
⎟⎟⎥ = ⎢− e ⎥ = ⎜ ⎢− e − rt ⎥ ( )
⎡ a
− ⎢− e − rt ⎥ ⎟ ( )
t =0 ⎣ ⎝ r ⎠⎦ 0 ⎣ r ⎦ 0 ⎜⎝ ⎣ r ⎦ t →∞ ⎣ r ⎦ 0 ⎟⎠
⎛⎡ a ⎛ 1 ⎞⎤ ⎡ a⎛ 1 ⎞⎤ ⎞⎟ ⎡ a ⎛ 1 ⎞⎤ a
⎜ − ⎜ ⎟⎥ − ⎢− ⎜ rt ⎟⎥ = 0 − ⎢− ⎜ ⎟⎥ =
⎜ ⎢⎣ r ⎝ e rt ⎠ ⎦ t →∞ ⎣ r ⎝ e ⎠⎦ 0 ⎟⎠ ⎣ r ⎝ 1 ⎠⎦ r
⎝
80
4.2.3. Measuring Probabilities
Integrals are used in statistics when calculating probabilities from continuous distributions, as
the area under the density function curves. Thus,
b
P( a ≤ x ≤ b ) = ∫ f(x) dx
a
0.45
0.4
0.35
0.3
0.25
0.2
0.15
0.1
0.05
0
-4 -2 0 2 4
normal dist
The area under the standardised normal distribution curve is equal to one, which represents
100% probability. The area under this curve between [–1.96 and 1.96] is 0.95, which
represent 95% probability.
n
S n = ∑ f ( xk* , y k* )∆Ak
k =1
This is called a Riemann Sum. In the limit, as we make our grid more and more dense, we
define the double integral of f(x,y) over R as
Notes
• If this limit exists, we say that f is integrable over the region of integration R.
• If f(x,y) is continuous on R, then f(x,y) is integrable over R.
81
4.3.2 Geometric Interpretation of the Double Integral
n
Notice that as we increase the density of our grid, the sum ∑A
k =1
k of the individual rectangles
better and better approximates the area of region R. In the limit as ∆Ak → 0, we have
Area of R = ∫∫ dA
R
Note : The interpretation of the double integral as a volume still holds if f(x,y) takes on both
positive and negative values. In this case, we obtain the difference between the volume above
the xy-plane between z = f(x,y) and R and the volume below the xy-plane between z = f(x,y)
and R.
Example
Let's evaluate the double integral ∫∫ 6 xydA where R is the region bounded by y = 0, x = 2,
R
and y = x2.
2 x2
∫∫ 6 xydA = ∫ ∫ 6 xy dydx
R 0 0
2 2 2
2
1 1 1
= ∫ [ 3xy | ]dx = ∫ 3x dx = x 6
2 x 5
= ( 64 ) − ( 0 ) = 32
y =0 2 2 2
0 0 x =0
82
CHAPTER FIVE
83
5. Difference and Differential Equations
5.1. Basic Idea of a Difference Equation
This states the value of Y in period t depends on the values of Y in earlier periods
(Yt-1,....., Yt-n) and the exogenous variable X.
The most common type of difference equation encountered in economic models is the linear
difference equation. This often arises as the reduced form equation of a dynamic linear
economic model (as the examples below will show). In general a linear difference equation of
order n (with constant coefficients and constant term) is written as follows:
where a1, ... , an are given coefficients/parameters and b is a given constant. Thus a first-order
linear difference equation would be written in general as
Yt = a1Yt −1 + b (3)
Yt = a1Yt −1 + a 2 Yt − 2 + b (4)
• Note that if the constant, b, is zero then the equation is called homogeneous. If
b ≠ 0 the equation is non-homogeneous.
84
5.3. Numerical Example
Consider the following first-order equation:
Yt = 0.8Yt −1 + 30 (5)
This says that the value of Y in any period is equal to the value of Y in the previous period
plus 30. So clearly the value of Y changes over time such that the values in each successive
period are linked as shown by the difference equation. Given the value of Y in some
particular period (e.g. period 0) we can use the difference equation to successively find the
value of Y in each subsequent period.
• Clearly, the problem with using this method to find the value of Y in any given period is
that we have to calculate Y in all the periods prior to the one we are interested in. It would
be much better if we had a formula which told us the value of Y in any given period t. This
is the general solution to a difference equation which we discuss below.
Yt = aYt −1 + b (6)
the equilibrium solution is the value of Y that, once attained, will remain constant throughout
time. If we call this equilibrium value Y* then in equilibrium we have,
(7)
Yt = Yt −1 = Y ∗
85
Hence, by substitution into the first-order equation we get:
(8)
Y ∗ = aY ∗ + b
Y ∗ − aY ∗ = b
Y ∗ (1 − a ) = b
b
Y∗ = (9)
( a)
1 −
Yt = Ka t + Y ∗ (10)
This gives the value of Y in any period t as a function of t. Thus, to find the value of Yt we
simply substitute into this general solution the value of t.
Note, however, that the general solution contains a constant K whose value we do not know.
To determine its value we need to specify the initial condition - i.e. the value of Y in period 0.
Y0 = Ka 0 + Y ∗ = K + Y ∗ (11)
Hence,
K = Y0 − Y ∗ (11')
( )
(12)
Yt = a t Y0 − Y ∗ + Y ∗
This is the general solution we can use to solve any first-order, linear, non-homogeneous
difference equation.
86
Numerical Example
Continuing with our example equation
Yt = 0.8Yt −1 + 30 (13)
we know that the equilibrium value Y* = 150. Suppose that Y0 = 10, then the general solution
is given by
Yt = 0.8 t (10 − 150) + 150
or,
Yt = −140( 0.8) + 150
t
We can now easily find the value of Y in any period by substituting into this general solution
the appropriate value of t. So, for example, if t = 3 then
Y3 = −140(0.8) + 150
3
= −140(0.512) + 150
= 78.32
• Note that this confirms the value of Y3 we calculated earlier using the method of
calculating successive values of Y starting from Y0. The main advantage of using the
general solution is that we can immediately calculate the value of Yt we are interested in
without having to calculate all the prior ones
1. If a > 1 then the equilibrium is unstable. Y will grow continuously since at becomes larger as t → ∞
2. If 0 < a < 1 the equilibrium is stable with a smooth convergence to equilibrium
3. If -1 < a < 0 the equilibrium is stable but with a declining (‘damped’) cyclical convergence to equilibrium
4. If a < -1 the equilibrium is unstable with increasing (‘explosive’) cycles.
So, for stability a must be less than one in absolute value (i.e. ignoring the sign)
−1 < a < 1
87
Numerical Examples
the equilibrium value of 150 will be stable because a = 0.8. To confirm that the value of Y
will indeed converge on to 150 as t increases we can calculate Y for successive values of t
(assuming Y0 = 10) and plot the graph of Yt against t. The result is shown below:
160
150
140
130
120
110
100
90
80
Y
70
60
50
40
30
20
10
0
0 10 20 30 40 50
t
Note that since a is between zero and one the convergence to the equilibrium value is smooth.
Let’s consider an example now of damped cyclical convergence. As indicated above this
occurs if a is less than zero but larger than -1. Thus, suppose we have the following
difference equation:
Yt = −0.9Yt −1 + 114
= −40( −0.9) + 60
t
88
100
90
80
70
60
Y 50
40
30
20
10
0
0 10 20 30 40 50
t
Here we see that Y is gradually converging on to the equilibrium value of 60 but in a cyclical
manner whereby the cycles around the equilibrium are gradually diminishing. Finally, as an
example of a unstable equilibrium consider the following equation:
Yt = −11
. Yt −1 + 42
In this case a = -1.1 which is less than - 1 so the time path of Y should exhibit explosive
cycles. The equilibrium value is
b 42 42
Y∗ = = = = 20
(1 − a ) (1 − ( −11. )) 2.1
Assuming the initial condition is Y0 = 12 the time path is shown in the following diagram.
120
100
80
60
40
Y
20
0
-2 0 0 5 10 15 20 25
-4 0
-6 0
Although an equilibrium value (of 20) exists, Y never attains this value but instead oscillates
around it in ever increasing cycles. The only way equilibrium would be reached is if Y started
off at the equilibrium value, i.e. if Y0 = 20.
89
5.5. Solution of a Second-Order Linear Difference Equation
y t = Ay t −1 + By t − 2 (14)
From looking at this for “most” values of A and B there is a general solution with 2 “roots”,
λ1 and λ2 of the form
(15)
Now, we want to know the values of λ1and λ2. These roots are found as the solution of the
“auxiliary equation”, also sometimes known as the characteristic equation.
(16)
Because we get tired of fussing over minus signs, relabel the coefficients as a1 = - A and
__
a2 = - B.
(17)
(18)
(19)
(20)
This is the characteristic equation for the second order dynamic system. The possible
solutions are referred to as λ1 and λ2. If these two solutions are not the same, then the general
solution in (15) is valid. That is the case of “distinct roots”. If the sum of the roots is less than
one then the system is stable.
90
Note that for any two arbitrary constants k1 and k 2 the linear combination in (15) solves the
homogeneous equation.
Example 1: The number P(t ) of bacteria in a colony at time t is to be studied. The culture
contains an ample food supply and there are no predators for the bacteria in the culture. The
time frame under consideration is assumed to be short relative to the life expectancy of an
individual bacterium. Under these conditions the only way in which the population size
changes is by birth of new bacteria. One reasonable assumption is that the number of births is
proportional to the number of bacteria currently alive. By equating rates of change, this
assumption leads to the model
(21)
for all t > 0 where k is the proportionality constant. The constant k has the interpretation as
the birth rate for the colony. The equation derived above is called an ordinary differential
equation because the equation expresses a relationship between the unknown function
P(t ) and its derivative. (The adjective ‘ordinary’ means that only ordinary derivatives appear
in the equation; there are no partial derivatives appearing in the equation.) More completely,
an ordinary differential equation is an equation which expresses a relationship between the
derivatives of an unknown function, the independent variable, and the unknown function
itself. The equation above is a first order differential equation because only the first
derivative of the unknown function P(t ) appears in the equation. The equation has constant
coefficients because the unknown function P(t ) and its derivatives are multiplied only by
constants, not by functions of the independent variable t. The equation is linear because the
unknown function P(t ) and its derivatives appear only to the first power. The equation is
91
also homogeneous because the function P (t ) which is identically 0 for all t satisfies the
equation.
A solution of an ordinary differential equation is a function which satisfies the equation at all
points in the domain of the function.
Exercise 1: Show that the function P (t ) = e kt solves the differential equation above. (Note
that the domain of the function e kt is all real numbers t).
d kt
Solution: Here just substitute and check for equality. Since e = ke kt the function e kt is a
dt
solution.
The previous exercise points to a two step method for solving homogeneous first order linear
ordinary differential equations with constant coefficients.
(1) Try a solution of the form e mt and find the value of m that makes this function a solution.
(2) The general solution is then of the form Ce mt where C is an arbitrary constant.
This procedure shows that the solution of a homogeneous first order linear ordinary
differential equation with constant coefficients is an exponential function.
d
Example 2: In order to solve the equation A(t ) = 5 A(t ) try a solution of the form e mt .
dt
Substituting this trial solution into the equation leads to me mt = 5e mt , and this equation holds
for all t only if m = 5. The general solution of the equation is A(t ) = Ce 5t .
Example 3: In the bacteria problem suppose the initial population is 100 and the growth rate
is 5%. Then P (t ) = Ce 0.05t is the general solution to the differential equation. Since the
initial population is 100, P(0) = 100. Using this fact and the general solution shows that
C = 100. Hence P(t ) = 100e 0.05t .
92
In the case of the previous example the given information P(0) = 100 is called an initial
condition, for obvious reasons. The initial condition is used to find the appropriate value of
the arbitrary constant that appears in the general solution of the differential equation.
First order differential equations can always be solved (in principle) by the separation of
variables technique (the equation in example 1 can also be solved using this method):
(1) Isolate the derivative of the unknown function on one side of the equation.
(2) Divide by the quantity on the other side of the equation.
(3) Integrate both sides of the resulting equation making use of the Fundamental
Theorem of Calculus and the initial condition.
d
Example 4: To illustrate the method the equation v(t ) = v(t ) − 1 with initial condition
dt
v(0) = 0 will be solved. Dividing both sides by v(t) − 1 gives
(22)
and both sides can now be integrated with respect to t. Since the initial condition is specified
at time t = 0, the integration is from t = 0 to an arbitrary point t = s. This gives
(23)
After integration, using the fact that v(0) = 0, this becomes ln |v(s) − 1| = s or |v(s) − 1| = e s .
Since v(0) = 0, v(s) − 1 is at least initially negative, so removing the absolute values finally
gives v(s) = 1 − e s for s 0 as the solution.
The success of the separation of variables technique depends on the ability to integrate the
resulting expression. This can at times be difficult or even impossible, so we may need to
employ computational techniques.
93
5.6.3. Second-Order Differential Equations
The general method of solving a homogeneous second order linear equation with constant
coefficients is presented.
Example 5: A spring has one end attached to a vertical wall and the other end attached to a 1
kilogram mass. The mass lies on a horizontal surface and x(t) denotes the displacement from
equilibrium at time t. At time 0, the displacement is 1 unit and the mass is released.
According to Hooke’s Law, the force on the mass exerted by the spring is proportional to the
displacement from equilibrium. The proportionality constant is called the spring constant
which measures the stiffness of the spring.
Assume the spring constant is 3. Assume the frictional force is zero and the air resistance is
equal in magnitude to four times the velocity. Using Newton’s Law then gives the equation
(24)
The equation derived in the example is a second order linear homogeneous equation with
constant coefficients. In order to solve the equation the technique used earlier in the first
order case is adapted, as follows. Try a solution of the form x(t ) = e mt , where m is to be
determined. Plugging this trial solution into the equation gives
(25)
and this equation will hold for all t > 0 only if m 2 = −4m − 3. The equation m must satisfy,
here m 2 + 4m + 3 = 0, is called the characteristic equation. The values of m that satisfy the
characteristic equation in this case are m = −3 and m = −1. The corresponding trial solutions
are e −3t and e − t The superposition principle then states that the general solution is
x(t) = C1e −3t + C 2 e − t . Here C1 and C 2 are two arbitrary constants which are determined
from the initial conditions.
94
Exercise 2: Verify that C1e −3t + C 2 e − t and solves the equation no matter what values C1 and
C 2 have.
Solution 2: In this case the initial displacement is 1 and the initial velocity may be assumed
d
to be 0. This means that x(0) = 1 and x(t ) = 0. Using these conditions and the general
dt t =0
form of the solution gives
C1 + C 2 = 1
− 3C1 − C 2 = 0
1 − 3t 3 −t
from which C1 = −1/2 and C 2 = 3/ 2. Hence x(t) = − e + e is the displacement at
2 2
time t.
The method for solving second order linear homogeneous equations with constant
coefficients is therefore as follows.
(1) Try a solution of the form e mt . This produces the characteristic equation (a
quadratic equation) to be solved for m.
(3) The general solution of the differential equation is obtained from the roots
of the characteristic equation as follows.
The alternate form in the conjugate complex roots case is referred to as the
phase-amplitude form. This form is useful in certain cases.
95
5.7. Introduction to Partial Differential Equations
A partial differential equation is an equation which contains partial derivatives, such as the
equation
∂u ∂ 2 u
= 2 (26)
∂t ∂x
in which u is regarded as a function of x and t .Unlike the theory of ordinary differential
equations (which centers upon one key theorem, the fundamental existence and uniqueness
theorem), there is no real unified theory of partial differential equations. Instead, each type of
partial differential equations exhibits its own special idiosyncracies, which usually mirror the
physical phenomena which it was first designed to model.
Many of the foundational theories of physics and engineering are expressed by means of
systems of partial differential equations. The reader may have heard some of these equations
mentioned in physics. Fluid mechanics is often formulated by the Euler equations of motion,
electricity and magnetism by Maxwell equations, etc. It is therefore important to develop
techniques that can be used to solve a wide variety of partial differential equations.
We will give one important simple example of partial differential equations, the heat
equation, which governs propagation of heat in a bar of length L .We imagine that the bar is
located along the x -axis and we let
96
Assuming that no heat is being created or destroyed in D x 1 , x 2 , the rate at which heat leaves
D x 1 , x 2 is:
d ⎡2 ⎤ d ⎡2 ∂u ⎤
x x
∂u
F ( x, t ) = − κ ( x ) ( x, t ) (29)
∂x
where κ (x) is the thermal conductivity of the bar at x . Thus we find that the rate at which
heat leaves the region D x 1 , x 2 is also given by the formula
∂F
x2
F ( x 2 , t ) − F ( x1 , t ) = ∫ ∂x ( x, t )dx
x1
(30)
∂F ∂u
x2 x2
This equation is true for all choices of x1 and x 2 , so the integrands on the two sides must be
equal:
∂F ∂u
= − ρ ( x) σ ( x) (32)
∂x ∂t
∂ ⎛ ∂u ⎞ ∂u
⎜ − κ ( x) ⎟ = − ρ ( x) σ ( x) (33)
∂x ⎝ ∂x ⎠ ∂t
∂u ∂⎛ ∂u ⎞
ρ ( x) σ ( x) = ⎜ κ ( x) ⎟ (34)
∂t ∂x ⎝ ∂x ⎠
In the special case where the bar is homogeneous, i.e. its properties are the same at every
point, ρ ( x), σ ( x), κ ( x) are constants, say σ and κ respectively, (33) becomes
97
∂u κ ∂ 2u
= (35)
∂t ρσ ∂x 2
This is our simplest example of a linear partial differential equation. Although its most basic
application concerns diffusion of heat, it arises in many other contexts as well. For example, a
slight modification of the heat equation was used by Black and Scholes to price derivatives in
financial markets.
98
References
1- "Fundamental Methods of Mathematical Economics", Chiang, Alpha. C.
2- "Calculus", Stewart, James, 2003. Thomson,
3- "Elementary Linear Algebra", Anton, Howard. John Wiley and Sons.
4- "Partial Differential Equations for Scientist and Engineers", Farlow, S. J. John Wiley and
Sons.
5- "Econometric Analysis" Greene, William, Prentice Hall.
99
Section II
<&=?>A@6BDCFEG>FHJI?=
ÿ ¢Awgz¼zuv8©z|xJxz|{uÛ}}Ëyvl}Q\}Qvau© z©©`¢(luÊyauwJ
yzzuwv¿©íuwv¿Ûßz}Qvzv}w¥ ¡`l}\uÁ}Q§vy{ ly}§ê^z}\wvlv xglx
{l}Ëvl}{ Ì wx Í Í Í
Ì Í µ(ϱ Í Í
©¦Î ª µ(ºÑÏZ® ± º ¬º»± Ò ¬º£Î- ºªézv~ - ½-Î
©¦ÎDª ºÑ ® º ¬ º»±ÁÒ ¬ º Î º ªÓxg ½-Î
ÿ
}Í x}Ì zÍ }Q¨ÛxÌ z|xg¨Í l}§uunzvlßÞ
Í Î Ì Í ©¦ÎÁç Ì Í ©¦Î¢
Í yÎ Ì Í ©¦ÎÁç Ì ©Í $Î
Í Î Ì Í © ÎÁç Ì Í ©¦Î
{Î ©-±Înç ©y³¹Îuw^wv¨Ûzzuwvx¥©±¹©y³¢
Ì Í Ì Í
¢~lu Û ÞJ y¡ z|xênz}vlv²zv}Qßw}Ýz"!°u}èà8á â äí
yzzuwvÝ©$#¥xÝÌ Í © #gÎ Ò © #gÎ¥¯²à¢
ì
¤¥l}¥xg}Quwu}xlx+« ©¦Î¥Þw©wgz¼zuvx y¡·xJxgl} Ì l&
Í %(vlunvwxl}
Ú'(+ÂÙÃÅÇÖ×ÂØwÙÆÚ~ª*) wv{Jl}+Quw}xguwvy{~zvßÁx}ì Zuw(ly}¦xlx`«
©¦ÎÁÞw©¿wgz¼zuvx§ ¡$·
î
xwv zv~Ël Qw}{Vl}§É,+-+lÂQÙnÃÅÇÖ×£ØÙÆÚª ) ¢ ô l}x}+sÁua¹w}xb}+l}nxw\}
v .l}xgzuwvÝzx ênz}vlvÝzvî}Qßw}¢
}QvÝl}§vzuvÝz/
øJù0214365Õú
Í
±
ÿ ¢~luÓJ ½Î+ª »±
zxnênz}QwÍ vlvzv}ßwl}auwv â ÿ ¡¢
n=5
n=20
0.8
0.6
f(x)
0.4
0.2
0.0
¸zßwl} ÿ ¢ ÿ Þ=<>@?BADC@>">@E-FGAHJIKALC@M;NALO-PE;Q;QRPSHDIBMTU>@?WVXPYH[Z[C@P]\^IKM_FE-\F6`a?BHb$ced2fg h
iWj h
Ì Í Ì Í
xlx§uw^ kÓm ª lvn { k°ª âl¢tuv(w}Qßw}v}\y}x§uW}u~QQlzvlߢݤ¦u8xlu
uv(w}Qßw}v}Wu(uo%ÓÛ} {lz"!-}Q}QvQ}}sÁ}Q}v µ µ
± ± © Îv{ © ÎÛvluwzvlßí
º ª p; »± wÌ v{ Í º ª Ì »Í± Þ
q q µ(ϱ µ ± µ(ϱ
µ Î Ò µ µ ±
© © Î ª ºsÑ r µw»Zº µ ± t Ò ºs
±
Ñ r µw»Zº»± µ
ª µ Ò ± ³µ
ª ³µ
¤uËyv{l}l}§u}Vênz}
Ì vlÍ vzv}QßwÁ}§x}V }Q}xulzvß\x}Qz}xÞ
Ì Í Ì Í µ~ϱ ±
© µ Î ª ºÑ® µ»¦º
Ì µ Í Ì µÍ »± ± ±
ªu © Î Ò © µÎ »± ª ³µ Ò ³µ»±
ªu µ
wvµÑ± © Î Ò © ÎDª
±
wvµÑ± ³µ Ò ³;µ± » ±
Ì Í ª ³µv ѱ ð ϵ± »ò q ±
ÿ[x µv ѱ µ»± q
Ì© »Í± Î ³ ð ÏZ± ò
ªu v ª
ªu z
v ó^y v © »± Î ª [ÿ x Í µy ѱ ð µÏZ»± ò ± q
ª uß [ ÿ x°ÿ δ
¨ ¤¥}vzuvx`}xg`{l}`nz¼}+lux}++w}¥uvzvuwxuwv l}nzv}
¡£¢ö Å}vÝl}§lvyzuwvyxnuzvë }}xs^w}§lv(uwlv{l}{¢¸uwn}Ôlwd}
±s®
ÿ
© ª ½ n Ò «
v}Q}{x¥u\}V{~}Ëv}{ÝzvÝ}Q\x¥ë uwl}z\z ë
±s® s± ®
ª:# z ®
© ó
© s» #
¨ ¤¥}d{~}QËvzuwv8uw}dênz}Qwvlv8zv}Qßw¦¥wxJzvW}QxJuw+udywazv}Q¹wx
¡£¢ö Å}vÝl}Vx}x¥uw}Q¥nlz|}§zv}Qßw}aw}Quwvxz{l}Ql¨\uw}aß}QvR¬
}w$= ¢ (}Qx`+w}^xzßwvlzËyQwv¨{~z !}}v`uAxzv}Q¹wxbu}¥{l"z ¼
«
u{~}wnz¼Z¢D xnwv}QÔl\l}§Quwvxz|{~}QÁ}zv{lzuÁlvzuvuwvl}§zu¬
vy|xQÞ Í
ÿ ½W/ ¾ ±
ÿK® ½-Î+° ª ¯ ´
â ³ ½ /¾² ±
7 }Ëyvlzvßl}ll}Q xl wxn}zuwyxg¨ÛÁ}vlu}y }Qß{~}xxÁuwl}VwJ¬
z¼zuvÛluxg}v\l}axg}QuZzuv|x`z|x{l}Qvx}^uwvl}J}zvl}Jxuy+l} wl}
uw ºª ÿ wv{Ý u ºªÊâ¢Á¤¥l} ll}Q zv}¦zx^(x^,} .u ÿ vy{
l} uÁ}QÍ `zv}QßwlzxB} .u ⢤¥} ênz}Qvlvzv}ßw{~u(}x`vlu+(x}QÔ~zxg¢
¤¥} luwl}Q nÍ@´ zzx lvzuwv8z|xnaz¼awx¥u(uÛv(¨ÛuwzvxJu{~z|xQuwvR¬
zv(lzs¨ z¥zxÁ{~z|xQuwvzv(luwx+}Q}Q¨n}Q}Î6¢ x}Q}\zvlߨxz\zw+vzuvÛQwv
}V{~}QËvl}{x vy
{ k¿¹w}aßw}}xs^u\duvÝ{l}Qvludzvuw ª ÿ ¢ Î
Í
±
½ ª µµ ¶ ¾ ±
½-Î+° ª ¯ µ ´
â ½ /
³¾² ±
ô v }nxgunvblz|xlvzuwvdzxbuvzvuwx`(zzuwvwuwzvxbvy{
{lzxuvzvuwx¥uvw¦zuwvwyuzvx¢ ô nlvyxnuw~n lz|x^ulvwl¨Ûwß}
x}`uw{~z|xQuwvzv(lzz}xbz|xbvlu`xg2 Qz}v¨Vwß}+u§l}w}v}Á}QÔ~zxg}v}¥uyl}
ê^z}\wvlv zv}ßw¢§¤¥}luw}ulz|xJ}xlaz|xa{~"z Ql¼nz¿uw~§}xuwzvlß
u\}wxl}}Quw¨w¢t}w¨}vl}Q}{\uw} zvlzzw}d\}u({ uw{~}zvß
nz¸ ·d}wxlzvl;ß ¹wz¼w¨x}x¢ Í
ì Í
¨4º }Áuwl|{ zp%w}dì u}l}duÝo%w}xg},.}QvQ}µ x¹¨Wnlz Quwv(w}ß}x zv
ßz}Qv¿Á¹¨lÎ u Í èvy{ uW¹w}dl}vlz|}luw}Qs¨Wy ) µ ½-Îsï½íÁuwl|{
Í Í î
Quwv(w}ß}u ) ½Îgïw½¢ ô {~}¨WÁ}Áuw{Wpz %w}l}duw u¥uwv(}Qßw}Qvy}§u
î
uwzvsnzx}\xgu µ ½Î»T ½Î uw§}8½¦¢ ô az|xavluw{Wuxg}} zv
ß}Qvl}wlz|xnz|xnvlu^xzxgË}{Z¢tuwvxz{l}Q¥}§uwunzvlß\xg},.}QvQ}wÞ
Í ³ qÂÁ ϱ
â â ç²½W¯
³ qÂÁ q »± ´
³
µ ½-Î+ª½¿ ¾¼ µ * Ò Ã ³µ(ϱ Ò Å ½ Ä ³µ Ã
³ qÂÁ ϱ
²
ç W
½ ¯
à à ³ qÂÁ ³ q »± ³q
â ³ ç²½Wç ÿ
¾À q Í
¸zßl} ÿ ¢ zxg}x l}\xg,} .l}QvQ}
x k zv}xg}xQ¢§¤¥lz|x z|x§ÛQuwvzv(luwx
vzuv nz8zv}Qßw¦,} .yZu ÿ ¢ Æ^uÁ}Q}Q¥}dxB} .l}v}µ ½ÎJuv(w}Qßw}x
u8ªÊâ}w}Q¨(nl}Q}xgu\Jl}ênz}vlvWzv}QßwZu+z| x §Q}uy¢Á¤¥(x^l}
Quwv(w}ß}QvQ}Ûuwaênz}Qvv²zv}ßw|xd{lu}xgs v Ç lu{¢ ô §zvyxs}w{èu§uwzvsnz|x}
Quwv(w}ß}QvQ}n}Jzvyxgz|xs¥uwvÛlvlzuw Quwv(w}ß}QvQ}¥l}vl}aê^z}\wvlvÛzv}ßw|x
Quwv(w}ß}w¢
øJùZúûüýÕþú
Ð
Plot of sequence as n increases
15
n=1
n=2
n=3
10 n=4
f(x)
5
0
µ ^z
ó y
µ ½Îgïw½Wª ½Îsヲ´
î î
K L æ ç
P èPé¤êëP XZUd[P^]_`Sa[bNQcU
e`fnfge ìUsíî¥o¥=í(o^j2
t}¨l}ênz}Qvlvzv}Qßwnzbvluw§}\xgRQz}v§ußz}ßw}Qv}Qb{~}Ëvz¼zuv
uw^wvzv}ßw¢ ô bÁ}§Quwvxz|{~}Q¥l}Vxgz\l}JvzuvÝuv/
Í
ìÌó
oÿ ð òî ñ ½-Î+ª ¯ â ÿ ½8 ¾ ¡
½ ¾ ² ¡
ô
Á}^ul|{\zp%w}nlz|xlvyzuwvu y¹w}^vzv}ßw},.u Ò ¢ º }a}n}W!-}zw}Q¨
wSx %(zvß lõ
} ·g}Qvßö
¹uwJl}Wzv}QV y¡ xluwl|{²y}W},.nu Ò ¢ º }
l
x¹Ól}Q(zux¨\uw {~z|xxxgzvlßd}§ê^z}\wvlvÝzv}ßwy }gzvx}x¥}}avlu
zv}Qßwl}y}Qwxg}}Q¨ {~z!}}{íß}¨¿uw6¿xgz\l}zv}Q¢³(}xxgyèwx
± ß¹w}z|xg}\u8zvy{~zuwlvyzuwvyx nlz| Á}Q}xgz\l¨u(u {lzxuvzv(lux§u8y}
zv}Qßwl}¢ ¤¥l}vlÁÁ¹¨ u¿{~}¥nzèlz|x\ul|{ }Qxd}Ýu uwvyxgz|{~}Q
Ëvlz}x}x§uÁ}Q}Q\}Qvxwv{ l}vuWuS %u~l4 } ·}vlß
¹ÛuWwxxgzßwv uW}w uw
zxJ}Q}Q\}QvxQ¢öJvl} Áuwl|{W}QÔ(} uwvW} ¬£}Q}Q\}Qvax}§xgy wxV«½Z·dul|{Wy}
wxxzßvl}{ }Qvß²u»§Q}uy¢è¤¥l}Wx} ±Oz|x\uw\ux}{èu§uwvl¨ v(¨ uJl}xg}
}Q}Q\}vx^xu}Áuwl|{xglyuxg}§ l÷ } ·}vlß ¹du=±4ul{wxu\y^ } §}Quwxnzx
·g}Qvßö ¹Áxnl}xl u+Quwlvwl¨Ý{~z|x øsuwzv§xg}Qx }wWnz* ·g}Qvlßw
¹§Q}Qu¢^¤¥zx
Áuwl|{Wl}w^uÛxgu}} luwl}Q Á} {nz¼8}ênz}Qvv8zv}Qßw ¢ (8
lvzuwvwx ÿ ® ul{Û¹w } ·gzv}Qßwp ¹ B} .wyuâ zÁ}{~}Ëv}{z¼nzvÛ}Q\xÁuw¦zx
·g}Qvßö ¹l¢ º Juw~a\uw}Vßw}vl}Q¦x}x vWÁ}uvzv}Vzv8xgz\z|^Õwxlzuöv ù
t}¨l}zv}Qn y¡z|xVudux}{ u¥lvQuwlvwl¨W\wv(¨8}bv(l }Qxvy{
(x\zz|x\vluvl¥u Quwvxz|{~}Qdõ } ·g}Qvlßw ¹ualz|xx}Ûwxl}8xg6ual}
·g}Qvßö ¹uÁz¼xa}Q}Q\}Qvx¢ º }dnzbzvyxs}w{¿{~uÝzxJuÝ{~}QËvl}d } ·}vlß
¹uw
ßw}vl}Qx}xn{~z}¨ÛzvÛ}Qxnul/ } ·}vlß ¹dubzv}wxÁu}§uw ¡¢
ú/ûX55+þú;Ëþ
ÈÝú-É6Ê ýÌË ý}öÊ ·÷¦}Qvlßw¹Þ º }V{~}QËvl}§Í l}}vlßuwvzv} ¡wx
ü ¡ÅΪ Ò
þ&ÿ µ
µ
Í
nz
Ð ü µlÎÁ¯²à´
µ Í Í Í
¤¥l}`zv}Q|xzvJl}+{~}QËvlzzuwvVw}buwlv{l}{§zv}Q|xu~v(
¨ %(zv{ z¢ }¢ yÎ ¡ QÎ ¡Î¢
ô ^{~u(}xvÇ Á}nnlzz|w+u Á}J %}J~nßw}Qv}Q¨\Á}axxglyuxg}
}Q uy}vZ¢¤¦u8xlu u Á}d\zßw l¨8lz|xz|{~}Ýu¥u}QzvlßÝÁ}\xwxlu
y v(¨Quwlvwl}§x}^z|x¥v(l$¢
øJù0214365Õú (lu v(¨xg}Q^u`ulv}xzvlß}§}}d}vx¥z|xnv(l¢
÷Z}Ql} uwvl}x} ª µ «Q½yµ·w¢ tuw}}Ó}Q}Q\}Qvu D¨éuy}v
zv}Q|xnxgu^½yº`z|x^Quw}Q}{¨
à à
º ª Q½ ºZÒ º »Z³ ½ º x º»Z
³
xunl}Vu}Qzvßxz|xgË}x
ÿ µ ´
µ
tl}]%zvlßux}Q}§zlzx xg}Q z|x¥v(l Í
ª µ ü µlÎ
ª # µ Ä ³ ± #
ª ³ µ# ³
ª ³
¯ à
xu z|x¥v¢
ô°v Õzzxyuxxzl}xzvlß² xz\zwÛ}lvlza.l}8uèxlu l} vlzuvÓu
ulvwl}§v(ly}nubvÍ Zx}xnzx¥v(l¢
{^| ú }ûú1~$~õ þ µ Î µ Ã|È Æ\ÈQÂÉÂQÇ$ÂU'JÇÉ~ÚÅÚZÈÂQÖ$È`ÖÌlÂQÇ ÖÌlÂQÃÅÙÉ~ÇÃ'Ç
þª þ µ
µ
Ã|È ÆÚ ÈK'ÛÇÉ~ÚÅÚ
7
8+ú19+ú(þ;:ûú/}$û¤Ëúû1 ú0lþ,û¦ûú
öJvQ}ÛÁ}¹}{~}dnzè}v(l^xg}Qx}}Û}{~¨¿u {~}Ëyvl}Ýl}uv}~duw
}QvlßwÝuwv\uw}aß}Qvl}wxg}Qx¢
ÈÝ-ú É6ÊÌý Ëý }öÊ ¤¥l}V÷¦}Q}xY.}uw~}Q^\}xg}§u`v(¨Ûx}þ ÿå¶z|x¥l} vluwvR¬£vl}ßz}
}-v(ly}
Í Í
þ Î+ªÓzv~?> Ð
=< a ü µÎÁÞµw}§zv}Q|xQã2þÕÿ µA@
µ
µ
º }§xwZxluÓ¥l}uw~}Qn\}xg}aßwzw}xyxÁl}V{~}xgz}{}xgl¥uwÁ}}vlß
ubvzv}Q¢
{^| ú }ûú1~$ $Âz'É~Ö×ÂÙ§ÄÂÆÈÉ~ÙÂ_'JVÆÇÃÅÇÖ×ÂÙ ÆÚZÃ|ÍÈÂQÉÆÚZÍ Ö'\ÃÅÖ$ÈÚÂÇ(ØÖÌ
Í
§ûÂ}} ÷Z}þ&}VvÝzv}Q¢b¸zxg^Á}§xlu < þaÎ¥ç ü þJÎnÞ
÷Z}Q µÎ µ y}Á Quw}QzvlߥuþV¢t}Qwzv¨a}QgzÍ vlßE±^ªþèwv{Fµª âlâ¡lu~{~y}x
^xRz}QvQuw}¢Z¤¥l}}vlßVu~lz|xQuw}Q¦zx}B.wu^l}Á}vlßVu(l}+zv}QþV¢
¤¥(x+x`lzx}Qvlßwz|xwv}Q}Q\}vu 8R µ ü µlÎn)Þ µÝ}azv}|x2ã þÕÿ µ µ :
}zv~Ëy l u¦lz|x^xg}Q Qwvlvlun}QÍ Ô~Q}Q}{l} Í
} l
v
ß
u Xþ ¢
H
Í Í
xu Í # ;
µ ü " µ ÎDª µ µ ³ü µ Î x
ª µ ü µ Î x ³ # q
Í xzvlßdlz|x¥Õwnußw}l}Q¥nzW},.Í yzuwv ÿ ¢ ÿ Í z¼^z|x^xlunvÛ Í
Ð ü " µ Î¥ç I< ¡Î x à ÿ ¢ Î
µ
Ê}%(vlunvÝ}xl¼Áuw wv¨~xgz|x¥xs}xÁ^dQuxg}{uwlvy{~}{Ýzv}Qzväzx
u\w¢KJÁ¨¿uw\VÁ}\}v¿ }w}ͨ8uy}v uw}V{~}Ëyvl}{ uv Wxlx}Vuw
uw^uyuußwz|QwxwQ}VwxaËyvlz¼}dxl-u}Q¢F" µ z|xJuw}^uwvÛux}{8yulv{~}{
zv}Q-z¶
v xud}Qwv{~}QËvl}\xgQuw}Q \xlx}nulL } " µ Înlz|xszZu}Qx
þVá¢ Æ }QvQ}
þ&ÿ " M
M O N
TÍ S S S S
nl}} PFzxdxuw\}Ëvz¼}xlx}Í duRQÁ¢Ó¸uw\}S xg}uw vluwzuv Á}ÝxÁzv{l}Ô zx
x}KP uw ÿ u ¢ ÷Z}QI" M ª M ï M ΢ ÷Z}Q ª6\zv§« ±¹´Q´Q´
\zv§«ï(±Q´´Q´Qï ·Ýt}Qwzv¨ ü ¡Îd¯ ï Ò
v ·wv{°ïª
ul}Qnz|xg}\l}Ûx}_þFÁuw{¿vluw y}
v
u}Q}{¢W¤¥l}]%uwn}B.zs¨¿xg}\x uw l}ÕwVÁ}Û¹}}Qvl|ßw}{¿l}
Í S
uwzßwzvu}QX
¢ Æ }QvQ}
ü ¡Z¯éï Ò ¯ " M Î
M ON
vy{Quw zvlzvlß\nz}B.zuwv Í ÿ ¢ Á}xg}}aÍ
øJùZúûüýÕþú
ÿ ¢~luÓnu^v(¨Ûx}B.l}Qvy}§u`xg}Qxa«òþ µ · µ
Í
< U þ µV ç Ð < þ µ δ
µ
µ
¤¥zxnz|
x %(vlunvwx uwvl}xgR ¬£{l{~zz(z¼s¨¢ Í x}Vxz\zw^lluÛu\l}
u(uuw^QuwlvwlÍ ¨v(¨v(l¦xg}Qx¥}Qzvlßv(l$¢Í Í
¢XW+u} nz þ Î+ª°â}QvÝuw^}w Cã
< a þ Y CÎ+ª
< Z < CdÎ
º }^ul|{\zp%w}nl}^zvl}B.wzs¨dzvQuwlvwl}^xgl2¬£{l{~zzzs¨uV}Jwvd},.z¼s¨dnl}v
}÷þ µ }znz|x}{lzxøsuwzv¢*Æ u}w}lz|xz|xvluzvéßw}vl}Q¥l}¢ º }W(x
}xgz+uwlÁ}Qvzuvudxg}Qx`unzlz|x+},.yz¼s¨\{~u(}xluw|{xÛx}xÁ} xz|{
u(u\}d}wxll}w¢
[
8+ú19+ú(þ;:ûú/1íú;0þBûûú
ô Qwv}VxlunvÛ Í QuwlvlÍ }w{l{~zz(z¼s¨Ûu(ÍlxÁuw^x}x\CÎÿå¶z Í
þ Î+ª
< J þ ]KCdÎ
< ^ x þ ] CL_Îa`þ*ÿ¸Á´
< Z ÿ ¢« Î
Fx} C uwnz }B.zuwv ÿ ¢ « luw|{lx§z|xVxwz{ uW}÷Z}y}xS.l}\}wxlwl}w¢ º }
nz¼} C ¾cbTnl}QvIC zx }y}xS.l} d}wxll}w¢XJÁ¨Ûl}Quwlvwl}Vxgl2¬£{l{~zzzs¨
ul}}Q}xY.l}uwl}QnÍ \}wxl} Í Í
þ Înç
I< J þ ] C _Î
I< Z x þ ]dCdÎe`þÕÿô
=< ^
xu^z^z|x¥}QvlulßwÍ uxlu Í Í
þ Î\f
I< J þ ] C _Î
I< Z x þ ]dCdÎe`þÕÿô
=< ^
u\luw}gC z|x¥d}wxll}w¢
øJùZúûüýÕþú
ÿ ¢~luÓ wv¨Ûv¦x}nz|xn}Q}xY.}a\}wxlwl}w¢
¢~luÓ wv¨Ûyulv{~}{zv}z|xn}Q}xY.l}§d}wxll}w¢
{^| ú} ûú1~$ih
j ¶
¾kb
l à & þ ¾ b¶¦ÖÌlÂQÇþ _ ¾ bm
n à þ µ¾ b W ' Ù¿
k ¾ Q ÖÌlÂQÇ µ þJµ¾ bm
Í
¤¥l}uw}Q ÿ ¢ ¢ « }Qx+x`l} x}x`nlz|}nd}wxll}¥zvèuwA o$¬£wß}Ql
o$¬Ë}Q|{΢4¤¥(xl}¿uwvl¨élluwz|}8xg}Qxnlz}8v}Q}Í {°uèQuwvxz|Í {~}QÝ}
uK
}Q}Q\}vxu\o$¬×ßw}Q Ç x¢ º }¹w}w}{~¨ u\d}v}{Vl}uwl}Q d}wxl}
z|xuwvl}w{l{~zzw}Ýuwvè}x}Ý\}wxlwl}Ýx}xQ¢ º }8 þaΪ < þaÎl}
}Q}Yx .}d}wxl}uw¥Wx}U þ Z ¾ b¶¢Û¤¥l}}Q}Yx .l}\}wxl}\zxayxVWulv¨
w{{~z¼z}xg}QnlvzuvW{~}Ëv}{Ýuwvvlulz|}axzßw\ßw}QX ¢ JxÁl}}Q}xßwl}
\}xgl}z| x øsxg l}Û}Q}Yx .l}uwl}Q d}wxl}}xsz|}{u }y}Sx .l}\}wxlwl}
x}x¥z^zvll}Qzxnv(¨uw¦l}luw}Qz}x¥ul}V÷¦}Q}Yx .l}uw~}Qn\}xg}¢
pÅ}ûú5þú;Ëþ
¤¥l}xwQ}un}Q}Yx .}d}wxll}xg}Qxz|x {lz"¼Vu8{~}w+nz wv{¿z¼ z|xVuwÅ}v
}xgz}Q§vy{xRz}Qv§uW{~}bnz¼ x}§x}dnlz¿}xgzxaxauW{~}zvß
nzzv}Q¹wx¢
ÈÝú-É6ÊýÌËý}öÊrq
q ªms2«tèÞtèz|xnxgzßw¬×ßw}lVuvzvlzvlßzv}wx·
z|x xzßw ¬×ßw}lßw}vl}Q}{(¨ÝwZzv}|x¢ ô z|x xRz}Qv^uÛuvxz{~}nuwvl¨
uw}QvuQuxg}{\zv}wxwxuwl}s¨(}x+w} z\lz}{(¨ l}x}w¢+ö Å}QvÁ} {~}nz¼
JÁuw}Q-\}xgl}§xg}Qxnl}QÁl}QvW÷Z}y}Sx .l}\}wxlwl}Juvl}x¢
ÿ â
e`fnf ì síî¥o:hi+qR*u+j2¥q~rgk+i
U
v ý14365Õú Gû¤ÊüËý}$Ê
ÈÝú-É6ÊýÌËý}öÊ &vluvR¬ v}Qßzw}Jlvzuwv88Þ-¸ ¶nlz|Û%}x¥uwv¨Ëyvlz¼}Q¨Ûv(¨
l}x¥z|xnxz\l}alvzuÍ vWz¼`-}Vxg}QÍ x
ϱ
þ º ª « º ·Îª&«½8Þ ½-Î+ª° º ·xwbª ÿ Q ´´Q´Sk`
}ad}wxll}xg}Qx¢b¤¥}Vxgz\l}§vzuvvÝy}nzg}vWwx
Í µ Í
½Î+ª Ð (º !ÿ y ½Î
ºÑ±
8+ú19+ú(þ;:ûú=zKÊËú{ûÂ025XG}yûÛþý14365Õú ûXÊüËý}öÊþ
ÈÝú-É6ÊýÌËý}öÊ ¤¥l} ÷¦}Q}xY.l}W
ë} zv}QßwnuwV gx z\l}8lvzuvÓu}Q xwQ}I| zx
{~}QËvl}{x µ Í
-ï ª Ð º þ º] | Î
ºÑ±
nzÝl}VQuwv(w}vzuwv âÄ\~ ª°âl¢
Í
¤¥lz|x¦z\\}{~z|}Q¨a}xuww}x-}+luwl}Q&Á}{nz¼}vluvR¬ê^z}\wvlvVzv}Qßwl}
lvzuwv ÿ ® ½Î¢
øJùZúûüýÕþú
ÿ ¢~luÓ ÿB® z|xndxzd}§lvyzuwv¦¢
¢ ~luÓnl}}y}xS.l}zv}ßw-u ÿ ® z|xn},.y-uz§}Qu¢
8+ú19+ú(þ;:ûú=zKÊËú{ûÂ025XG}yûʤ}$Ê%YÊú1{$0RËýyú 1 ú 0lþBûûÂ0965ÕúkGû¤ÊüËý}$Êþ
ÈÝ-ú É6ÊÌý Ëý }öÊ ÷Z}QWÊ}ívluw2v ¬vl}ßzw}W\}xgl}WvzuvÓ}QvzxÝ÷Z}y}xS.l}
zv}Qßwuë } }QÁ}Vxg}F|4ë ¾K
} b z|x^{~}QËvl}{x
ÿwÿ
¸zvy{~zvß lzxxll}Ql6x}Q}Qx\u\lz|Q}{ luÁ}Q}Qd}Ývlu}Ûu\vluwvR¬£vl}ßz}
\}xgl}JlvzuwvxnÁ}QwvÝQuwvxz{l}Q¥}§uwunzvlßlvzuvZÞ
Í TÍ TÍ
â ½ªâ
µð ò ¿ Ò ÿ Î -
Ï µ Ò ÿ Î Ï-µ ¯²½Wç ϵ ç³k
½Î+ª ¼ ¾=Q ´
À k ½8áåk
¤¥lz|xz|x%(vlunvÓx\}xgzQwx}lvzuwvZ¢A¸zßw} ÿ ¢ « zyxs}xl}¿xszwx}
n=7
6
n=5
5
n=3
alpha^n(x)
n=1
4
3
2
1
0
0 1 2 3 4 5 6 7
n=7
n=5
−1
n=3
n=1
−2
0 1 2 3 4 5 6 7
øJùZúûüýÕþú Í
µ
ÿ ¢~luÓJ Í ½Î¥z|xn\xgz\l}§vzuvZ¢ Í Í Í
¢~luí¥ µ Í ½Î`zx§\uvluuwvl}nzÍ v}xgzvlßalvzuwv µ ½ Înçé µ»± ½-Îa`½Î
« ¢~luÓJ µ ½ÎnQuwv(w}ß}x+u ½-΢
ÿ,
¤¥(x+Ëv{~zvlß\ xB} .l}Qvy} uw¦xgz\l} lvyzuwvyá x ãnlz|Ûuv(w}Qßw}¥udÝu{~}QËvl}Jl}
zv}Qßwz|x^xz\lzË}{Ý(¨xzvßl}VxgzQwx}JlvzuvZ¢
øJù0214365Õú tuwvxz|{~}Qßzv8l}}Ôl\l}du }ênz}vlv¿zv}Qßwzuvx}zuwvZ¢
÷Z}Q Í
ÿ
½Îª
ÿ[x ½
º
}
V
}
z
v
Q
}
} g
x
} W
{ ÍÍ
z v F
| F
ª l
â ÿ
¡
¢
t
}
W
¨ zxavluvR¬£vl}Qßzw}uvWzxaxg}Q¢§¤¥l}x}
|Azx^d}Q}Yx .l}§d}wxll}ax} xÁz¼x^vÝzv}Q¹w$¢ zxn\Quwvzv(luwxlvyzuwvuv
Í
âl ÿ ¡bwv{ xuÝ ÏZ± ÎÎ^z|xauw}QvZ¢öJ}Qv¿xg}Qx§} \}wxlwl}xuÝ z|x \}wxlwl}
uwk µ
v |¢÷¦}J ½-Îuwn½8¾ âl ÿ ¡Zy} Í
Í TÍ TÍ Í
â Í ½-ΪÓâ
½Î+ª ¿ ¼
µ
Ò ÿ Î Ï-µ Ò ÿ Î Ï-µ ¯° ½Înç ϵ ç³k ¾=Q ´
À k ½ÎÁå á k Í
ó
µ
vW}xgza ½-Î^(¨_øsxsuvxz{¬
º }}V}xx}Qvz|¨zv}Q}xg}{zv¿ ÿ ð ® ñ ± xuÁ} ±
}Qzvlß½ ¾² âl ÿ ¡£¢ º } vluw}VV ÞZ âl ÿ ¤ ¡ ³ ÿ ¡nz lz|xJ}xsz|zuvZ¢atuwvyxgz|{~}Q
Ýßwzw}v k l}Qv¿l}\wvlßw}dul}}xgz}{Wlvzuwv \uwvluwuvl} vzuv¿nzy}
{~}y}v{~}Qv^uvÛl}l}x QwvÛ %}w= ¢ ý^uw}§ynuw k¿á ÿ Þ
µ(ÏZ±
¾48 x°ÿ Q´´Q´ µ Í: ª 8 ÿ Q´´Q´ µ(ÏZ±
:x 8 µ(ÏZ±
Q´´Q´ µ(ÏZ±
: ´
ÿ «
Integral of f^n: n=2 Integral of f^n: n=3
1.0
1.0
0.8
0.8
0.6
0.6
f^n(x)
f^n(x)
0.4
0.4
0.2
0.2
0.0
0.0
0.0 0.2 0.4 0.6 0.8 1.0 0.0 0.2 0.4 0.6 0.8 1.0
x x
1.0
0.8
0.8
0.6
0.6
f^n(x)
f^n(x)
0.4
0.4
0.2
0.2
0.0
0.0
0.0 0.2 0.4 0.6 0.8 1.0 0.0 0.2 0.4 0.6 0.8 1.0
x x
¢XW+u}Jz|J±ÿD| ³v{k|J±r|^ë ³
} ¾ bã(l}Që v }
-ï ç -ï
« ¢XW+u}Jz|J±¹|^³}ë {~} zxøsuw} zv v{ |J±ë r} |^³§¾ bãlë l} }v
Æ ¹(zvlß{~}QËvl}{}J÷Z}y}xS.l}azv}QßwluwÁvluvR¬v}Qßzw}^\}wxlwl}nlvzuwvx
Á} Qwv}w{~z¨}Ô(}v{\lzxzv}Qßw~uVzvQ{l} ßw}vl}Qd}wxll}nlvzuwvx¢á(
}
» ª¶ ÿr)y®6 v{ Ï ª Ò ÿoy ®6 l}QvWݪ » Ò Ï wv{Ûu8 » v{ Ï }
vluvR¬ v}Qßzw}vzuvZ¢ ô wv{8uvl¨Wz¼Áyuw8l}x}dlvzuwvw}d\}xgl} l}v
Ýz|x\}wxlwl}w¢ º }§vl}}{Ûxuw\}aw{l{~zzuwvy-}xg¼x+luÁ}Q}Qy}Quw}JÁ}Jv{l}Ëvl}
}zv}ßw¢
ÿ Ð
}Jz\zÁuwZ}aênz}Qwvlvzv}Qßwyuwl}§xg},.l}QvQ}^udQuwzvz|{~} nzÛl}§ênz}Qvv
zv}Qßw+u l}Ýz\z¼\u l}xg,} .l}QvQ}w¢ ¤¥l}Ý}y}Sx .l}zv}ßwÁwxd8v(ly}uw
uv(w}Qßw}v} l}uw}Qx¥nlz|Ýwuß}}Q }Ô~zlzzs¨w¢
µ
{^| ú }ûú 1~$& ÆÖG'ÉA ȦÂQÄÄÆ ^« ·dÃ|ÈJÆ ÈQÂÉÂQÇ$Â'L Ç$'Ç×ÇÂ£ØÆÖÃe¹ÂaÄÂÆ¹ÈÉ~Ù
ÆwõQÚÂ[É~Ç$QÖ$Ã'ÇlÈÖÌlÂQÇ ë } ë }
µ ^z
ó y
µ ï ª -ï
§ûÂ}} ¸luw^wv(¨Ûxg},.l}QvQ}µÁ}ay¹w}
zéxl µ fèzµ ²zv~ µ
ó^y
ë }^
µ ó y
ë }
xu
zéxl µ ï f²zµ èzv~ µ ï ´
µ óUy óUy
Æ^uÁ}Q}Qnµzx¥\uwvuuvlz|Q¨zvy}wxzvlßdxudë }
ë }
ÿ l
} }
8+ú19+ú(þ;:ûúWýÊËú{yûò05} \{ú;ÊúûÂ025X ûXÊüËý}öÊþ
ÈÝú-É6ÊýÌËý}öÊ (lyuxg}¥\}xgl}lvzuwvx ) » ï ¯¢~ wv{ ) » ï ¯
~ uwR|A¾ b¢ º }Vx¹¨\ë } JWz|xnzvë }Q} ßw}§v{Ý
ë } {~}QËvl}zxnzv}Qßw
» Ï
-ï ª ï Ò ï ´
æ `æ ï ¯¢~°´
øJùZúûüýÕþú
ÿ ¢ ô v{ãÛ}§zv}ßwl}anz¼ë W çôãlë }vxlu
-ï ç ã~ï ´
¢ ~lu²zÝv{zã\}^zv}Qßwl}nnzÝ8çôãd¢ }¢l}Jwyu}n}zuwvxlz
xgzZluw|{lx¢
«
¢ ~luÓ^z`vy{ë ãÛ} w}§zv}Qßwl}Jë } }QvÝl}zJë xg} l zx¥zv}ßwl}v{
Í
x ãlÎsï ª -ï x ã(ï ´
µ Uz
ó y
µ~ï ª -ï ´
Í
øJù0214365Õú ÷Z}Q
µ ½-Î+ª
k½
ª [ÿ x k © ½ ©
zv}xgzß}anl}l}Q zx¥zv}ßwl}§uw}Q§ ÿ QÎ^Já ÿ ¢
ÿ!
¤ l}Wx}B.l}Qvy}8 µ z|xuvzvuwxduwv& ÿ QÎxu¿z¼z|x\\}xgl}¢åý u}
¥
uwv ÿ QÎ Í
k½ k
½ ÿ ÿ
ª [ÿ x k © ½ © ¯ ª k © ½ © ª2¦ k½ ¯ ª ½ ªå㠽δ
º }§vÝ{~}Ëv}§\uwvluwuvlz¨Í zvQ}wxzvlÍ ß Í lvzuwvÝxgzvlßl}VxgwzQxg}^lvzuvZÞ
ì
ã µ ½Îª µ ã ½-ÎgÎ oÿ ð ± ñ ò ´
Í
¤¥(x^(¨\uwvluwuvl} uv(w}Qßw}v»
} ãzx zv}Qßw}Vuví ÿ QÎ ¢ ã{~uw\zv}x§ µ xu(¨
µ
}§{luw\zvy}{Quwv(w}ß}QvQ}n}Quw}QFÁ}§vlu}a^ ½ÎD âxu JݪÓâdvy{
(xÁl}zv}Qßwub z|x¥}B.-u Q§ }uy¢
§Ûú50RËý}öÊþ | ýÌD
3 9+ú;˨ ú(úÊD8ú19+ú(þ!:ûú/02Ê3©¢§Ûý$ú;1³02ʤʲýÊËú{ûÂ025$þ
{^| ú}ûú1~$iª
j Ã|ÈJƧÀJÃÕÂQÄ\ÆÇÇÝÃÅÇÖ×ÂØwÙÆõÚÂ6É~ÇÖÃ'Ç/'Ç y¡ÖÌlÂQÇ\ Ã|ÈÂõÂÈ«ÉÂaÄÂÆ¹ÈÉ~Ù
ÆõÚÂnÆÇ$ Öe §À ÃÕÂQÄÆÇÇ ÃÅÇÖ×ÂØwÙÆÚX'LJ å]' ÇÃÅÇ$Q Ãw ÂÈU`( ÃÅÖÌ
ÖÌlÂFÂõÂÈ6QÉ ÃÅÇÖ×ÂØwÙÆÚ
'J ô`( ÃÅÖe8 ÙÂÈ l+ Â]Q Ö+Ö
' ÖÌl Âg¦ÂõÂÈ«QÉÂÄÂÆÈÉ~Ù ' Ç¿ ¡¬
l Ã|ÈÀ ÃÕÂQÄÆÇǰÃÅÇy֣£ØwÙÆwõQÚÂà ÖÌl ÂÈÂQÖ_'J¶ Ã|ÈKY' ÇÖÃÅÇÉ~ÃÅÖÃÕÂÈ÷'L
Õl ÆÈaÂõÂÈ«ÉÂ
ÄÂÆ¹ÈÉ~ÙÂL®)
¤¥(xnl}vVÁlvzuwvz|xZuvzv(lux-l}+÷Z}y}xS.l}wv{ênz}Qvvazv}ßw|xuwzvQz{~}
vy{ÛÁ}Qvx}al}§v{l\}vl}Qu} ubQwQlyxÁu}Qw}a}zv}ßw¢
ÿ 7
<>=)? @BA$CEDGFEHJICKILNMJO$PQHJLRSIT=
f
UTVXW"V1U ïáðEñò[x\d]8` óaôXñöõÝce[xðå÷¹ceñøúùGZaZ
fhgÔÉ kp^uûkywÕ©t|w)ÍkpdpStphwJzhykq¢d|w¶o«{qw)yü ý&¯þ~ÿÄdw)p
i&lqnµ»tpx ® i1 ®°± ÅÆ ® l
ì ® ³
e ì
wspdw ® î µ¼ eÉ&q: û:i&l^wJp ®î Ç ®g
i&lh µ t|pd ½ ® ³ ®i1'®°±ÅÆ'®1l
ì ì
t|pd ½ ® ³
ì
® î i1'®°±TÅÆ'®1l
µ
ì
ûÄi:lh
ÓdgTß ow8^k«©Ù i&lJÙdÇ i&lgÎ w ° ¢&w>kÒ:i ¯èlgÔÉtvrJ|w'ky^k ^trQê^kptªeë
tvrJ gNÎt¦qw tvrw ¾ µ ÅS> t|p i ¯èl tvr§kvrXotphwJzhykq¢d|wtª
Ù Ùqµ °
tvr§tphwJzhykq¢d| wtª
¾ 5 ^rÙ ÙJtrkvrXoat|p wJzqy~k¢^|whg dyoqò
tvrJg
^w"^y~reQ^kqyX oqd^trwÒxwJy~ tvrw
i:lhÚ Ù i&lJÙ h
¢^x
Ù i&l)Ù h ç ¾ i&lq
^t~^wJpSzqt{qw'rsrTdwyw)êdtyw)uÖtpdw'êhs ktªeëhg
^gT^oqyEkqpët|pw)zqy~k¢dwadp^t|ohpnoqpÊü ý&¯~þÿÄdw§oh|o tpdz>doqvudr
i1þÅÊýxl
i&lh Ç i1þÅÊý5l
!#" %$ !#" %$
^
J
w
y w ¹
µ
t x
p ³
i &
©
l q
k ^
p u µBrX^ ³ i&lg8¥Tdtvr©tr w)kyTyoq dw
udw^pdt|toqpSoqdw Õ©twJÍ kpdpnrdS g8¨5o>tªEÙ i&l)Ùx ohyEkÄ'&áü ý&¯þÿÄdwJp
kqp^uSrXo
i:lh ( i+þ8ÅÊýxl¸
) xdpdt|oqyØJoqp5{qw)yzhwJp^JwTt|>dt|w'r"^k« Ù i&lsÅ i&l)ã Ùx·»Ü"ohykq|sÖoqyrXoh>w
+Ë wJç p^J+ w ã~g-Þ, w¶JkpÖ~^oorXwEkudt/:. wJywJpÜp^kqN!* w)|ë>Ü î µ ¾ kp^uÖrXtd^p^ukp + ã í g
i:lhÅ i&lq µ i i&lQÅ i:lXlq ÝÜ
* *
ohyEk + ç + ã g
í
Ó
UTVXW"V 10 2 ñóñ4365T`Eñ87 ñ ù-35` \dñ
9(:;(:6<>=@?A:CBD?AEF:GIHJ:6KL<>?4GM:
fhgÔÉN tvrEk>p5d rw©^wJpnt|aJkqp¢&w o«{hwJyw)u$¢5ë$kÍrwEoQtphwJy{«kvrPO rXs~$^k«
½RQ i1O lÖ· Ü)gá¥T5^r w$)kpÆsp^u kÚJo«{qw)ytpdzÚr^~Æsk«Ndtvrrd* wJp^udr o
SwJ^yo^rX gá* kmvrXo>w)kq¢&ywëÞwJdyo^tvr g tvrNkn|o wJy¢sohdp^uæron^k«Ndw$|w)¢sw'rêdw$oqxwJyNw'kqrdyw
S
ÔÉ î i%¶N laµúèdw)páJ|w'ky|ë^wJywtvrk$Jo«{qw)ytpdzIO dtv~ ^khr ½ Q i1O laµ èdg
, w )kpN^p^uÍr|tzq|ëNk¢dtzqzqw)y"o«{hwJy"r^~N^k ½ Q * i1O lT·Üro§^k»
á N * tvr"p5d1g
*
ÓdgTá , w"pdoqwG^k« dw"ohxw)y>w)khrXdywQtruxwspdw)u§tp§w)yÍrÄoq5Jo«{qwJytpdz^gÎ wi1O l MU
Jo«{qw)yW» V dw)ptªwJykqt|p^|ë¶o«{qw)yrXN g¥T5^r:dw8o«{hwJyt|p^zhr&t|p§dw"wJ¢&w)rêdw"* oqd* wJy
>w'kqrdyw>oqT N ohpktpÊkQdwÖJo«{qwJytpdzhrat|pádwÍ|w)¢sw'rêdwÍohxw)y>w)kqrdywoq
V g"¥T5^r"dw wJ¢&w)rêdw¶oqxwJyNw'kqrdywEo4¼
N ^rX¢&w§k«w)khreTkqrrXÍkq|:kqr8dw
wJ¢&w)rêdwoqdwJy©>w'kqrdyw¶oYÖ V g
fhgÔÉsdwyt|zhhQ^kqp^u rtudw8tvrtpx^p^tªeëdwJpNw)yX~ktpd|ë§dwJp dwTtpdw)ê^kq|t|eë§osJoqdy~rw
%N [Z
* MU
^oqvudrJgG¨5d^sorXw^k ½ î i l· dwJp wTJkqp ^psu k¶rXw)sw)ykwJo«{qw)y
ohy w)kh~Þoqdw \N g *
w)pdow>dtvr o«{hwJy§¢5ëÝi ³ l 1O ] ] MU
gÌ8t~¦Údtvr o«{hwJyro
* *
1N
^k«
Q
] 1O * ]
Ü
i ³ lT îi l ¸
Ó * *
,áw Jkqpkhududdw'rXwrdÍrToqyEkq| +
Q
] i1O * ³ §] lT 1N l Ó Ü µ î i1N l Ü
î i
* *
* * * * *
) w'JksrXwÖkq|GwJyÍrt|pÊdwuxohd¢dwrd kqywÍpdohp#É^ pdwJzk«t{qw>t|uxo5w)rpW_ Ík«XwJy
sk«Eoqy~uxw)y wkqudu$dwJ t|pg Ë o w){qw)y§i1O ³ ] l ³ ] MU o«{hwJy~r` N g Ë wJpsw
* * * *
î iba N l O ³] î i%N l Ü'¸
* ³] * *
* * *
Î wtpdzÖÜTc è^p^trdw)r©dwdyo5oeg
ÓdgT^oqyEkqpë$rXwJr^woqxwJy©>w)khrXdyw§trT>ohphoqpdw¶dwJywohyw
%N Ï NV lÇ î i%Vl¸
î i
Ë o w){qw)ydwoqdwJy©>w'kqrdyw¶tvrErX^¢#É^ khuduxt|t{qwro^k«
9(:;(:6<>=@?A:CH:Kd<F?AGM:
fhgTá
, wpdw)w)u$oÍrdo ^k«
1N
î i alTÇ î i%NeIVNl î i%NefVhg~l¸
PV YV
ohy ØoÍ¢&w>w)kqrdy~k¢dwqgÔÉ étrEkNp5drXwJ©dw)p
îi1NefVl %V
îqi Nl8µ¹è kqriNefVkjlV
kqro
îqi%NefV g l 1N
îi al¼kqriNemV g jlN
Joq¢dt|p^t|pdzÍrdo rsk« kNp5d|rXwJTtvr©>w)khrX^ykq¢d|whg
YV
ÓdgTÎ w ö¢&wk ¢sohdp^uxw'u t pwJy{«k:iÂohyrt|>dtvt|eë§khrrd>w V
µ ü ýs¯~þÿlkpsu rX^dsorXw
w ^
k h
{ wnNporq ts
g
o « h
{ J
w
y |
t d
p z
q
o y )
kPN
p s
¢ §
w
h
o d
^
p $
u
^
k rktvresw)r
1N Q î i%N¶l Ü'¸
î i alT
MU i%O * lT
*
mohp^rtuxw)y ^k tr pdwJw'uxw)uáo o«{hwJyuV srXtpdzndw)rwINÑJo«{qwJytpdzhrkhr kn¢^khrXtvrJg
V µvNJefV NeIV g ¸
mw)kqyë