Quantitative Techniques (Finance) 203. Derivatives for Functions with Multiple Variables

Size: px
Start display at page:

Download "Quantitative Techniques (Finance) 203. Derivatives for Functions with Multiple Variables"

Transcription

1 Quantitative Techniques (Finance) 203 Derivatives for Functions with Multiple Variables Felix Chan October Introduction In the previous lecture, we discussed the concept of derivative as approximation to the slope of a function at a given point. We have also introduced various ways to derive the derivatives for different functions as well as method to derive the tangent line for a function at a given point. This topic will extend the results and methodology developed thus far to functions that involve more than one independent variable. We will discuss the concept of partial derivatives and total derivatives as well as the concept of implicit differentiation. 2 Functions with Multiple variables Definition 1. A function F : R n R with y = F(x 1,..., x n ) defines a function with n- variables. Essentially, the definition above defines F as a function that takes n inputs and return a scalar y as an output. An example of function with many variables would be a production function π = F(K, L), 1

2 where productivity π is a function of both labour input L and capital input K. An explicit example for the production function is the famous Cobbs-Douglas production function which is defined as follows: π = AK α L β. In the case such as the one above, we would often want to know the marginal impact on production if we change our inputs by a small amount. However, unlike the univariate case where there is only one input variable, we have two in this case. So we could potentially derive three sets of marginal effects, namely, 1. Marginal impact on π with respect to labour input L. 2. Marginal impact on π with respect to capital input k. 3. Marginal impact on π with respect to both labour and capital inputs. The first two marginal impacts can be derived using partial derivatives whereas the last marginal impact requires total derivatives. 3 Partial Derivatives Let y = F(x 1,..., x n ) be a function with n variables. The partial derivative of F with respect to x i is F(x 1,..., x i + h i,..., x n ) F(x 1,..., x i,..., x n ) = lim, i = 1,..., n. (1) hi 0 h i In practice, the partial derivative of F with respect to x i is derived by differentiating the function F with respect to x i holding all the other input variables constant. Since there are n variables in the function, we will end up with a set of n partial derivatives. Example 1. Find all the partial derivatives for the Cobbs-Douglas production function: π = 4L 0.5 K

3 Since there are two input variables for the Cobbs-Douglas function, so there will be two partial derivatives. The partial derivative of π with respect to K is π = 4L 0.5K 0.5 π K = (0.5)(4)L0.5 K = 2L 0.5 K 0.5. Notice in the derivation above, L is treated as a constant. Similarly, the partial derivative of π with respect to L is π = 4L 0.5 K 0.5 π L = (0.5)(4)L0.5 1 K 0.5 = 2L 0.5 K 0.5. where K is treated as a constant this time. Example 2. Find all the partial derivatives for the following function: y = ax 1 x 2 + bx 1 + cx 2. Again, there are two input variables here, so we will end up with 2 partial derivatives, namely x 1 and x 2. For the derivative of y with respect to (w.r.t.) x 1 : 3

4 y = ax 1 x 2 + bx 1 + cx 2 x 1 = ax 2 + b The last term vanished in the derivative as we are treating x 2 as constant in this case and the derivative of a constant is 0. Similarly, y = ax 1 x 2 + bx 1 + cx 2 x 1 = ax 1 + c. Similar to the standard derivative, the partial derivative is itself a function with multiple variables. This implies there will be n second order partial derivatives from each first order partial derivatives, which makes a total of n 2 second order partial derivatives. To illustrate this point, let s consider the second order derivatives for the Cobbs-Douglas production function. Example 3. From Example 1, we derived the two first order derivatives as follows: π K = 2K 0.5 L 0.5 π L = 2K0.5 L 0.5. Notice that each partial derivative is a function of both K and L and therefore there will be two second order derivatives by differentiating each first order derivative with respect to K and L, namely: 4

5 L L L K K K K L L 2 L K K 2 K L Now, deriving each of these derivatives we get L L L 2 = ( 0.5)(2)L K 0.5 = L 1.5 K 0.5 L K L K = (0.5)(2)L K 0.5 = L 0.5 K 0.5 K K K 2 = ( 0.5)(2)L 0.5 K = L 0.5 K 1.5 5

6 K π L K L = (0.5)(2)L 0.5 K = L 0.5 K 0.5 An interesting observation from the example above is that the cross derivatives actually equal to each other. In fact, if a function is well behaved then its second order cross derivatives will always equal to each other. Formally, Theorem 1. (Clairaut s theorem /Schwarz s theorem/young s Theorem) Let F : R n R with y = F(x 1,..., x n ), if F is a twice differentiable function with continuous second partial derivatives at every point then 2 F = 2 F i, j = 1,..., n. (2) x j x j 4 Total Derivative Let F : R n R with y = F(x 1,..., x n ), then the partial derivative with respect to x i measures the marginal impacts on y with respect to a small change in x i, i = 1,.., n holding x k constant k i. A basic assumption on the partial derivative is that we are ignoring the impact on other variables as we change x i. The following example would demonstrate this point more clearly: Example 4. Consider the following Cobbs-Douglas type production function where Q(K(t), L(t), t) = t 1 K(t) 0.5 L(t) 0.5. Notice this production function is no longer a function of just Capital and Labour input but also a function of time. Moreover, the Capital and Labour inputs are themselves changing over time. Therefore changing in time will have two impacts on the production function - (i) 6

7 a direct impact on the productivity Q as time changes and (ii) indirect impact on productivity, Q through the changes in capital and labour inputs as a result of time changes. So the total derivative of Q with respect to time, t should therefore be dq dt = Q + Q dk }{{} t K dt + Q dl }{{ L dt} Direct Effect Indirect Effect Notice we use dy/dx to denote the total derivative of y with respect to x and we use / x to denote the partial derivative of y with respect to x. If dk/dt = 0 and dl/dt = 0, that is, if neither capital input or labour input are functions of time, then the partial derivative equals to the total derivative as there is no indirect effect. In general, let F : R n R with y = F(x 1,..., x n ) then the total derivative of y with respect to x i is dy dx i = + j=1 i j x j dx i. (3) Example 5. Find the total derivative of Q with respect to t for the following Cobbs-Douglas production function: Q(K(t), L(t), t) = t 1 K(t) 0.5 L(t) 0.5 L(t) = t K(t) = t + 1 In this case, the total derivative of Q with respect to t is Now, dq dt = Q t + Q dk K dt + Q L dl dt 7

8 Q t = t 2 K(t) 0.5 L(t) 0.5 Q K = 0.5t 1 K(t) 0.5 L(t) 0.5 dk dt = 0.5t 0.5 Q L = 0.5t 1 K(t) 0.5 L(t) 0.5 dl dt = 2t So the total derivative of Q with respect to t is dq dt = t 2 K(t) 0.5 L(t) t 0.5 (0.5t 1 K(t) 0.5 L(t) 0.5 ) + 2t(0.5t 1 K(t) 0.5 L(t) 0.5 ) = t 2 K(t) 0.5 L(t) t 1.5 K(t) 0.5 L(t) K(t) 0.5 L(t) 0.5 The concept of total derivative can be redefined in terms of differentials: dy = dx i (4) The differential dy can be interpreted as (though not very rigorously) the changes in y, and / dx i can be interpreted as (again not very rigorously) the marginal impact on y per small amount changes in x i multiply by the total changes in x i - that is, the total changes in y due to the changes in x i. Note that under certain conditions, the ratio between the differentials dy and is equivalent to the total derivative dy/. Thus, the total derivative of y with respect to x j is dy = dx i. Recall that / = 1 and hence the expression above can be rewritten as 8

9 dy = + x j i j dx i, which is equivalent to the definition of total derivative we had earlier. 5 Derivatives for Implicit Functions The dependent variable in all the functions we have encountered so far can be expressed in terms of the other variables using simple algebraic manipulation. However, there exists functions which are algebraically impossible to express the dependent variables in terms of the other variables. In such cases, it is still possible to compute the derivatives by using equation (4). Consider F(y, x 1,..., x n ) = c where c is a constant, then df = dy + dx i. However, since F = c which is a constant, this implies df = 0 and therefore dy + dx i = 0. (5) Now if we are interested in the derivatives of y with respect to x j then equation (5) will become x j + dx i = 0 + = 0 x j x j = / x j x j / dx i = 0 i j 1 i = j 0. The following example will provide an application for the result above: 9

10 Example 6. Find the derivative of y with respect to x for the following function: x + x 2 y + xy 2 = 0. F(x, y) = x + x 2 y + xy 2 = x2 + 2xy = 1 + 2xy + y2 x x = / x / 1 + 2xy + y2 = x 2 + 2xy 10

Advanced Macroeconomics 8. Growth Accounting

Advanced Macroeconomics 8. Growth Accounting Advanced Macroeconomics 8. Growth Accounting Karl Whelan School of Economics, UCD Spring 2015 Karl Whelan (UCD) Growth Accounting Spring 2015 1 / 20 Growth Accounting The final part of this course will

More information

25 Increasing and Decreasing Functions

25 Increasing and Decreasing Functions - 25 Increasing and Decreasing Functions It is useful in mathematics to define whether a function is increasing or decreasing. In this section we will use the differential of a function to determine this

More information

Long run economic growth, part 2. The Solow growth model

Long run economic growth, part 2. The Solow growth model Long run economic growth, part 2. The Solow growth model The Solow growth model The seminal Solow growth model dates bac to 1950 s and belongs to the fundamentals of growth theory The Solow model is remarable

More information

ANSWERS. Part 1 2. i) 1000 ii) iii) iv) 501 v) x x a) i) 4 ii) 3,4 b) p=10,9

ANSWERS. Part 1 2. i) 1000 ii) iii) iv) 501 v) x x a) i) 4 ii) 3,4 b) p=10,9 ANSWERS. Part. i) 000 ii) 000 iii) 50 iv) 50 v) x +0x+0.. a) i) ii), b) p=0,9. a) i) 0 ii) 9,09 iii) 00 b) The INCREASE in cost incurred when you clean the lake above 50%, i.e. the marginal cost of further

More information

I. The Solow model. Dynamic Macroeconomic Analysis. Universidad Autónoma de Madrid. Autumn 2014

I. The Solow model. Dynamic Macroeconomic Analysis. Universidad Autónoma de Madrid. Autumn 2014 I. The Solow model Dynamic Macroeconomic Analysis Universidad Autónoma de Madrid Autumn 2014 Dynamic Macroeconomic Analysis (UAM) I. The Solow model Autumn 2014 1 / 38 Objectives In this first lecture

More information

MATH 105 CHAPTER 2 page 1

MATH 105 CHAPTER 2 page 1 MATH 105 CHAPTER 2 page 1 RATE OF CHANGE EXAMPLE: A company determines that the cost in dollars to manufacture x cases ofcdʼs Imitations of the Rich and Famous by Kevin Connors is given by C(x) =100 +15x

More information

I. The Solow model. Dynamic Macroeconomic Analysis. Universidad Autónoma de Madrid. Autumn 2014

I. The Solow model. Dynamic Macroeconomic Analysis. Universidad Autónoma de Madrid. Autumn 2014 I. The Solow model Dynamic Macroeconomic Analysis Universidad Autónoma de Madrid Autumn 2014 Dynamic Macroeconomic Analysis (UAM) I. The Solow model Autumn 2014 1 / 33 Objectives In this first lecture

More information

Growth 2. Chapter 6 (continued)

Growth 2. Chapter 6 (continued) Growth 2 Chapter 6 (continued) 1. Solow growth model continued 2. Use the model to understand growth 3. Endogenous growth 4. Labor and goods markets with growth 1 Solow Model with Exogenous Labor-Augmenting

More information

Intro to Economic analysis

Intro to Economic analysis Intro to Economic analysis Alberto Bisin - NYU 1 The Consumer Problem Consider an agent choosing her consumption of goods 1 and 2 for a given budget. This is the workhorse of microeconomic theory. (Notice

More information

ECON Micro Foundations

ECON Micro Foundations ECON 302 - Micro Foundations Michael Bar September 13, 2016 Contents 1 Consumer s Choice 2 1.1 Preferences.................................... 2 1.2 Budget Constraint................................ 3

More information

Solow Growth Accounting

Solow Growth Accounting Econ 307 Lecture 3 Solow Growth Accounting Let the production function be of general form: Y = BK α L (1 α ) We call B `multi-factor productivity It measures the productivity of the composite of labour

More information

I. The Solow model. Dynamic Macroeconomic Analysis. Universidad Autónoma de Madrid. September 2015

I. The Solow model. Dynamic Macroeconomic Analysis. Universidad Autónoma de Madrid. September 2015 I. The Solow model Dynamic Macroeconomic Analysis Universidad Autónoma de Madrid September 2015 Dynamic Macroeconomic Analysis (UAM) I. The Solow model September 2015 1 / 43 Objectives In this first lecture

More information

Lecture 2: Intermediate macroeconomics, autumn 2012

Lecture 2: Intermediate macroeconomics, autumn 2012 Lecture 2: Intermediate macroeconomics, autumn 2012 Lars Calmfors Literature: Mankiw, Chapters 3, 7 and 8. 1 Topics Production Labour productivity and economic growth The Solow Model Endogenous growth

More information

Modelling Economic Variables

Modelling Economic Variables ucsc supplementary notes ams/econ 11a Modelling Economic Variables c 2010 Yonatan Katznelson 1. Mathematical models The two central topics of AMS/Econ 11A are differential calculus on the one hand, and

More information

ECON Chapter 4: Firm Behavior

ECON Chapter 4: Firm Behavior ECON3102-005 Chapter 4: Firm Behavior Neha Bairoliya Spring 2014 Review and Introduction The representative consumer supplies labor and demands consumption goods. Review and Introduction The representative

More information

BEE1024 Mathematics for Economists

BEE1024 Mathematics for Economists BEE1024 Mathematics for Economists Juliette Stephenson and Amr (Miro) Algarhi Author: Dieter Department of Economics, University of Exeter Week 1 1 Objectives 2 Isoquants 3 Objectives for the week Functions

More information

Math Camp: Day 2. School of Public Policy George Mason University August 19, :00 to 8:00 pm.

Math Camp: Day 2. School of Public Policy George Mason University August 19, :00 to 8:00 pm. Math Camp: Day 2 School of Public Policy George Mason University August 19, 2013 6:00 to 8:00 pm http://www.youtube.com/watch?v=bbx44yssq2i Amit Patel, PhD apatelh@gmu.edu 718-866-5757 Teaching Associates

More information

Integrating rational functions (Sect. 8.4)

Integrating rational functions (Sect. 8.4) Integrating rational functions (Sect. 8.4) Integrating rational functions, p m(x) q n (x). Polynomial division: p m(x) The method of partial fractions. p (x) (x r )(x r 2 ) p (n )(x). (Repeated roots).

More information

Chapter 4 Partial Fractions

Chapter 4 Partial Fractions Chapter 4 8 Partial Fraction Chapter 4 Partial Fractions 4. Introduction: A fraction is a symbol indicating the division of integers. For example,, are fractions and are called Common 9 Fraction. The dividend

More information

Percentage Change and Elasticity

Percentage Change and Elasticity ucsc supplementary notes math 105a Percentage Change and Elasticity 1. Relative and percentage rates of change The derivative of a differentiable function y = fx) describes how the function changes. The

More information

p 1 _ x 1 (p 1 _, p 2, I ) x 1 X 1 X 2

p 1 _ x 1 (p 1 _, p 2, I ) x 1 X 1 X 2 Today we will cover some basic concepts that we touched on last week in a more quantitative manner. will start with the basic concepts then give specific mathematical examples of the concepts. f time permits

More information

Econ Review Set 3 - Answers

Econ Review Set 3 - Answers Econ 4808 Review Set 3 - Answers Outline: 1. Limits, continuity & derivatives. 2. Economic applications of derivatives. Unconstrained optimization. Elasticities. 2.1 Revenue and pro t functions 2.2 Productions

More information

Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well!

Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well! Additional Review Exam 1 MATH 2053 Please note not all questions will be taken off of this. Study homework and in class notes as well! x 2 1 1. Calculate lim x 1 x + 1. (a) 2 (b) 1 (c) (d) 2 (e) the limit

More information

Notation for the Derivative:

Notation for the Derivative: Notation for the Derivative: MA 15910 Lesson 13 Notes Section 4.1 (calculus part of textbook, page 196) Techniques for Finding Derivatives The derivative of a function y f ( x) may be written in any of

More information

Lecture 05 Production

Lecture 05 Production Economics, Management and Entrepreneurship Prof. Pratap K. J. Mohapatra Department of Industrial Engineering & Management Indian Institute of Technology Kharagpur Lecture 05 Production Welcome to the fifth

More information

GE in production economies

GE in production economies GE in production economies Yossi Spiegel Consider a production economy with two agents, two inputs, K and L, and two outputs, x and y. The two agents have utility functions (1) where x A and y A is agent

More information

ECON 4415: International Economics. Autumn Karen Helene Ulltveit-Moe. Lecture 8: TRADE AND OLIGOPOLY

ECON 4415: International Economics. Autumn Karen Helene Ulltveit-Moe. Lecture 8: TRADE AND OLIGOPOLY ECON 4415: International Economics Autumn 2006 Karen Helene Ulltveit-Moe Lecture 8: TRADE AND OLIGOPOLY 1 Imperfect competition, and reciprocal dumping "The segmented market perception": each firm perceives

More information

004: Macroeconomic Theory

004: Macroeconomic Theory 004: Macroeconomic Theory Lecture 14 Mausumi Das Lecture Notes, DSE October 21, 2014 Das (Lecture Notes, DSE) Macro October 21, 2014 1 / 20 Theories of Economic Growth We now move on to a different dynamics

More information

1 Answers to the Sept 08 macro prelim - Long Questions

1 Answers to the Sept 08 macro prelim - Long Questions Answers to the Sept 08 macro prelim - Long Questions. Suppose that a representative consumer receives an endowment of a non-storable consumption good. The endowment evolves exogenously according to ln

More information

Economic Growth: Lectures 1 (second half), 2 and 3 The Solow Growth Model

Economic Growth: Lectures 1 (second half), 2 and 3 The Solow Growth Model 14.452 Economic Growth: Lectures 1 (second half), 2 and 3 The Solow Growth Model Daron Acemoglu MIT Oct. 31, Nov. 5 and 7, 2013. Daron Acemoglu (MIT) Economic Growth Lectures 1-3 Oct. 31, Nov. 5 and 7,

More information

Math: Deriving supply and demand curves

Math: Deriving supply and demand curves Chapter 0 Math: Deriving supply and demand curves At a basic level, individual supply and demand curves come from individual optimization: if at price p an individual or firm is willing to buy or sell

More information

Economic Growth: Lectures 2 and 3 The Solow Growth Model

Economic Growth: Lectures 2 and 3 The Solow Growth Model 14.452 Economic Growth: Lectures 2 and 3 The Solow Growth Model Daron Acemoglu MIT November 1 and 3. Daron Acemoglu (MIT) Economic Growth Lectures 2-3 November 1 and 3. 1 / 87 Solow Growth Model Solow

More information

Macroeconomics. Review of Growth Theory Solow and the Rest

Macroeconomics. Review of Growth Theory Solow and the Rest Macroeconomics Review of Growth Theory Solow and the Rest Basic Neoclassical Growth Model K s Y = savings = investment = K production Y = f(l,k) consumption L = n L L exogenous population (labor) growth

More information

I. More Fundamental Concepts and Definitions from Mathematics

I. More Fundamental Concepts and Definitions from Mathematics An Introduction to Optimization The core of modern economics is the notion that individuals optimize. That is to say, individuals use the resources available to them to advance their own personal objectives

More information

Lecture notes: 101/105 (revised 9/27/00) Lecture 3: national Income: Production, Distribution and Allocation (chapter 3)

Lecture notes: 101/105 (revised 9/27/00) Lecture 3: national Income: Production, Distribution and Allocation (chapter 3) Lecture notes: 101/105 (revised 9/27/00) Lecture 3: national Income: Production, Distribution and Allocation (chapter 3) 1) Intro Have given definitions of some key macroeconomic variables. Now start building

More information

Exercises in Mathematcs for NEGB01, Quantitative Methods in Economics. Part 1: Wisniewski Module A and Logic and Proofs in Mathematics

Exercises in Mathematcs for NEGB01, Quantitative Methods in Economics. Part 1: Wisniewski Module A and Logic and Proofs in Mathematics Eercises in Mathematcs for NEGB0, Quantitative Methods in Economics Problems marked with * are more difficult and optional. Part : Wisniewski Module A and Logic and Proofs in Mathematics. The following

More information

The Theory of the Firm

The Theory of the Firm The Theory of the Firm I. Introduction: A Schematic Comparison of the Neoclassical Approaches to the Studies Between the Theories of the Consumer and the Firm A. The Theory of Consumer Choice: Consumer

More information

Elements of Economic Analysis II Lecture II: Production Function and Profit Maximization

Elements of Economic Analysis II Lecture II: Production Function and Profit Maximization Elements of Economic Analysis II Lecture II: Production Function and Profit Maximization Kai Hao Yang 09/26/2017 1 Production Function Just as consumer theory uses utility function a function that assign

More information

Exam Review. Exam Review

Exam Review. Exam Review Chain Rule Chain Rule d dx g(f (x)) = g (f (x))f (x) Chain Rule d dx g(f (x)) = g (f (x))f (x) Write all roots as powers Chain Rule d dx g(f (x)) = g (f (x))f (x) Write all roots as powers ( d dx ) 1 2

More information

Name: Math 10250, Final Exam - Version A May 8, 2007

Name: Math 10250, Final Exam - Version A May 8, 2007 Math 050, Final Exam - Version A May 8, 007 Be sure that you have all 6 pages of the test. Calculators are allowed for this examination. The exam lasts for two hours. The Honor Code is in effect for this

More information

Macroeconomics I, UPF Professor Antonio Ciccone SOLUTIONS PROBLEM SET 1

Macroeconomics I, UPF Professor Antonio Ciccone SOLUTIONS PROBLEM SET 1 Macroeconomics I, UPF Professor Antonio Ciccone SOLUTIONS PROBLEM SET 1 1.1 (from Romer Advanced Macroeconomics Chapter 1) Basic properties of growth rates which will be used over and over again. Use the

More information

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes Arithmetic of Algebraic Fractions 1.4 Introduction Just as one whole number divided by another is called a numerical fraction, so one algebraic expression divided by another is known as an algebraic fraction.

More information

Advanced Microeconomics

Advanced Microeconomics Advanced Microeconomics Ivan Etzo University of Cagliari ietzo@unica.it Dottorato in Scienze Economiche e Aziendali, XXXIII ciclo Ivan Etzo (UNICA) Lecture 3: Cost Minimization 1 / 3 Overview 1 The Cost

More information

TA Handout 2 What is a Derivative and How Can We Make Use of It?

TA Handout 2 What is a Derivative and How Can We Make Use of It? TA Handout What is a Derivative and How Can We Make Use of It? 1 Definition and Intuition A simple wa to think of about a derivative is as a measure of the rate of change in a function That is, given a

More information

Lecture 5: Growth Theory

Lecture 5: Growth Theory Lecture 5: Growth Theory See Barro Ch. 3 Trevor Gallen Spring, 2015 1 / 60 Production Function-Intro Q: How do we summarize the production of five million firms all taking in different capital and labor

More information

TN 2 - Basic Calculus with Financial Applications

TN 2 - Basic Calculus with Financial Applications G.S. Questa, 016 TN Basic Calculus with Finance [016-09-03] Page 1 of 16 TN - Basic Calculus with Financial Applications 1 Functions and Limits Derivatives 3 Taylor Series 4 Maxima and Minima 5 The Logarithmic

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) y = - 39x - 80 D) y = x + 8 5

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) y = - 39x - 80 D) y = x + 8 5 Assn 3.4-3.7 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the equation of the tangent line to the curve when x has the given value. 1)

More information

Microeconomic theory focuses on a small number of concepts. The most fundamental concept is the notion of opportunity cost.

Microeconomic theory focuses on a small number of concepts. The most fundamental concept is the notion of opportunity cost. Microeconomic theory focuses on a small number of concepts. The most fundamental concept is the notion of opportunity cost. Opportunity Cost (or "Wow, I coulda had a V8!") The underlying idea is derived

More information

Week 1 Quantitative Analysis of Financial Markets Basic Statistics A

Week 1 Quantitative Analysis of Financial Markets Basic Statistics A Week 1 Quantitative Analysis of Financial Markets Basic Statistics A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Math 234 Spring 2013 Exam 1 Version 1 Solutions

Math 234 Spring 2013 Exam 1 Version 1 Solutions Math 234 Spring 203 Exam Version Solutions Monday, February, 203 () Find (a) lim(x 2 3x 4)/(x 2 6) x 4 (b) lim x 3 5x 2 + 4 x (c) lim x + (x2 3x + 2)/(4 3x 2 ) (a) Observe first that if we simply plug

More information

Partial Fractions. A rational function is a fraction in which both the numerator and denominator are polynomials. For example, f ( x) = 4, g( x) =

Partial Fractions. A rational function is a fraction in which both the numerator and denominator are polynomials. For example, f ( x) = 4, g( x) = Partial Fractions A rational function is a fraction in which both the numerator and denominator are polynomials. For example, f ( x) = 4, g( x) = 3 x 2 x + 5, and h( x) = x + 26 x 2 are rational functions.

More information

ECO 209Y MACROECONOMIC THEORY AND POLICY LECTURE 12: THE DERIVATION OF THE AGGREGATE DEMAND CURVE

ECO 209Y MACROECONOMIC THEORY AND POLICY LECTURE 12: THE DERIVATION OF THE AGGREGATE DEMAND CURVE ECO 209 MACROECONOMIC THEOR AND POLIC LECTURE 12: THE DERIVATION OF THE AGGREGATE DEMAND CURVE Gustavo Indart Slide 1 FIXED-PRICE MODEL Everything we have done in the IS-LM model has been in terms of demand,

More information

Consider the production function f(x 1, x 2 ) = x 1/2. 1 x 3/4

Consider the production function f(x 1, x 2 ) = x 1/2. 1 x 3/4 In this chapter you work with production functions, relating output of a firm to the inputs it uses. This theory will look familiar to you, because it closely parallels the theory of utility functions.

More information

Financial Risk Management

Financial Risk Management Risk-neutrality in derivatives pricing University of Oulu - Department of Finance Spring 2018 Portfolio of two assets Value at time t = 0 Expected return Value at time t = 1 Asset A Asset B 10.00 30.00

More information

Chapter 3: Black-Scholes Equation and Its Numerical Evaluation

Chapter 3: Black-Scholes Equation and Its Numerical Evaluation Chapter 3: Black-Scholes Equation and Its Numerical Evaluation 3.1 Itô Integral 3.1.1 Convergence in the Mean and Stieltjes Integral Definition 3.1 (Convergence in the Mean) A sequence {X n } n ln of random

More information

Systems of Ordinary Differential Equations. Lectures INF2320 p. 1/48

Systems of Ordinary Differential Equations. Lectures INF2320 p. 1/48 Systems of Ordinary Differential Equations Lectures INF2320 p. 1/48 Lectures INF2320 p. 2/48 ystems of ordinary differential equations Last two lectures we have studied models of the form y (t) = F(y),

More information

SYLLABUS AND SAMPLE QUESTIONS FOR MSQE (Program Code: MQEK and MQED) Syllabus for PEA (Mathematics), 2013

SYLLABUS AND SAMPLE QUESTIONS FOR MSQE (Program Code: MQEK and MQED) Syllabus for PEA (Mathematics), 2013 SYLLABUS AND SAMPLE QUESTIONS FOR MSQE (Program Code: MQEK and MQED) 2013 Syllabus for PEA (Mathematics), 2013 Algebra: Binomial Theorem, AP, GP, HP, Exponential, Logarithmic Series, Sequence, Permutations

More information

Cost Functions. PowerPoint Slides prepared by: Andreea CHIRITESCU Eastern Illinois University

Cost Functions. PowerPoint Slides prepared by: Andreea CHIRITESCU Eastern Illinois University Cost Functions PowerPoint Slides prepared by: Andreea CHIRITESCU Eastern Illinois University 1 Definitions of Costs It is important to differentiate between accounting cost and economic cost Accountants:

More information

d. Find a competitive equilibrium for this economy. Is the allocation Pareto efficient? Are there any other competitive equilibrium allocations?

d. Find a competitive equilibrium for this economy. Is the allocation Pareto efficient? Are there any other competitive equilibrium allocations? Answers to Microeconomics Prelim of August 7, 0. Consider an individual faced with two job choices: she can either accept a position with a fixed annual salary of x > 0 which requires L x units of labor

More information

The Neoclassical Growth Model

The Neoclassical Growth Model The Neoclassical Growth Model 1 Setup Three goods: Final output Capital Labour One household, with preferences β t u (c t ) (Later we will introduce preferences with respect to labour/leisure) Endowment

More information

Using derivatives to find the shape of a graph

Using derivatives to find the shape of a graph Using derivatives to find the shape of a graph Example 1 The graph of y = x 2 is decreasing for x < 0 and increasing for x > 0. Notice that where the graph is decreasing the slope of the tangent line,

More information

004: Macroeconomic Theory

004: Macroeconomic Theory 004: Macroeconomic Theory Lecture 16 Mausumi Das Lecture Notes, DSE October 28, 2014 Das (Lecture Notes, DSE) Macro October 28, 2014 1 / 24 Solow Model: Golden Rule & Dynamic Ineffi ciency In the last

More information

( ) 4 ( )! x f) h(x) = 2cos x + 1

( ) 4 ( )! x f) h(x) = 2cos x + 1 Chapter Prerequisite Skills BLM -.. Identifying Types of Functions. Identify the type of function (polynomial, rational, logarithmic, etc.) represented by each of the following. Justify your response.

More information

Part A: Answer question A1 (required), plus either question A2 or A3.

Part A: Answer question A1 (required), plus either question A2 or A3. Ph.D. Core Exam -- Macroeconomics 15 August 2016 -- 8:00 am to 3:00 pm Part A: Answer question A1 (required), plus either question A2 or A3. A1 (required): Macroeconomic Effects of Brexit In the wake of

More information

Risk, Return, and Ross Recovery

Risk, Return, and Ross Recovery Risk, Return, and Ross Recovery Peter Carr and Jiming Yu Courant Institute, New York University September 13, 2012 Carr/Yu (NYU Courant) Risk, Return, and Ross Recovery September 13, 2012 1 / 30 P, Q,

More information

The objectives of the producer

The objectives of the producer The objectives of the producer Laurent Simula October 19, 2017 Dr Laurent Simula (Institute) The objectives of the producer October 19, 2017 1 / 47 1 MINIMIZING COSTS Long-Run Cost Minimization Graphical

More information

ECMB02F -- Problem Set 2 Solutions

ECMB02F -- Problem Set 2 Solutions 1 ECMB02F -- Problem Set 2 Solutions 1. See Nicholson 2a) If P F = 2, P H = 2, the budget line must have a slope of -P F /P H or -1. This means that the only points that matter for this part of the problem

More information

Math 101, Basic Algebra Author: Debra Griffin

Math 101, Basic Algebra Author: Debra Griffin Math 101, Basic Algebra Author: Debra Griffin Name Chapter 5 Factoring 5.1 Greatest Common Factor 2 GCF, factoring GCF, factoring common binomial factor 5.2 Factor by Grouping 5 5.3 Factoring Trinomials

More information

MATH 4512 Fundamentals of Mathematical Finance

MATH 4512 Fundamentals of Mathematical Finance MATH 4512 Fundamentals of Mathematical Finance Solution to Homework One Course instructor: Prof. Y.K. Kwok 1. Recall that D = 1 B n i=1 c i i (1 + y) i m (cash flow c i occurs at time i m years), where

More information

Part A: Answer Question A1 (required) and Question A2 or A3 (choice).

Part A: Answer Question A1 (required) and Question A2 or A3 (choice). Ph.D. Core Exam -- Macroeconomics 10 January 2018 -- 8:00 am to 3:00 pm Part A: Answer Question A1 (required) and Question A2 or A3 (choice). A1 (required): Cutting Taxes Under the 2017 US Tax Cut and

More information

Techniques for Calculating the Efficient Frontier

Techniques for Calculating the Efficient Frontier Techniques for Calculating the Efficient Frontier Weerachart Kilenthong RIPED, UTCC c Kilenthong 2017 Tee (Riped) Introduction 1 / 43 Two Fund Theorem The Two-Fund Theorem states that we can reach any

More information

Worksheet A ALGEBRA PMT

Worksheet A ALGEBRA PMT Worksheet A 1 Find the quotient obtained in dividing a (x 3 + 2x 2 x 2) by (x + 1) b (x 3 + 2x 2 9x + 2) by (x 2) c (20 + x + 3x 2 + x 3 ) by (x + 4) d (2x 3 x 2 4x + 3) by (x 1) e (6x 3 19x 2 73x + 90)

More information

EconS Micro Theory I 1 Recitation #7 - Competitive Markets

EconS Micro Theory I 1 Recitation #7 - Competitive Markets EconS 50 - Micro Theory I Recitation #7 - Competitive Markets Exercise. Exercise.5, NS: Suppose that the demand for stilts is given by Q = ; 500 50P and that the long-run total operating costs of each

More information

7. a. i. Nominal GDP is the total value of goods and services measured at current prices. Therefore, ( ) ( Q burgers ) ( Q hotdogs ) + P burgers

7. a. i. Nominal GDP is the total value of goods and services measured at current prices. Therefore, ( ) ( Q burgers ) ( Q hotdogs ) + P burgers Macroeconomics ECON 2204 Prof. Murphy Problem Set 1 Answers Chapter 2 #2, 4, 6, 7, 8, 9, and 11 (on pages 44-45) 2. Value added by each person is equal to the value of the good produced minus the amount

More information

Chapter 4. Determination of Income and Employment 4.1 AGGREGATE DEMAND AND ITS COMPONENTS

Chapter 4. Determination of Income and Employment 4.1 AGGREGATE DEMAND AND ITS COMPONENTS Determination of Income and Employment Chapter 4 We have so far talked about the national income, price level, rate of interest etc. in an ad hoc manner without investigating the forces that govern their

More information

PRODUCTION COSTS. Econ 311 Microeconomics 1 Lecture Material Prepared by Dr. Emmanuel Codjoe

PRODUCTION COSTS. Econ 311 Microeconomics 1 Lecture Material Prepared by Dr. Emmanuel Codjoe PRODUCTION COSTS In this section we introduce production costs into the analysis of the firm. So far, our emphasis has been on the production process without any consideration of costs. However, production

More information

Aspects of Financial Mathematics:

Aspects of Financial Mathematics: Aspects of Financial Mathematics: Options, Derivatives, Arbitrage, and the Black-Scholes Pricing Formula J. Robert Buchanan Millersville University of Pennsylvania email: Bob.Buchanan@millersville.edu

More information

The Ramsey Model. Lectures 11 to 14. Topics in Macroeconomics. November 10, 11, 24 & 25, 2008

The Ramsey Model. Lectures 11 to 14. Topics in Macroeconomics. November 10, 11, 24 & 25, 2008 The Ramsey Model Lectures 11 to 14 Topics in Macroeconomics November 10, 11, 24 & 25, 2008 Lecture 11, 12, 13 & 14 1/50 Topics in Macroeconomics The Ramsey Model: Introduction 2 Main Ingredients Neoclassical

More information

Lecture 2: Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and

Lecture 2: Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Lecture 2: Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization The marginal or derivative function and optimization-basic principles The average function

More information

PAPER 27 STOCHASTIC CALCULUS AND APPLICATIONS

PAPER 27 STOCHASTIC CALCULUS AND APPLICATIONS MATHEMATICAL TRIPOS Part III Thursday, 5 June, 214 1:3 pm to 4:3 pm PAPER 27 STOCHASTIC CALCULUS AND APPLICATIONS Attempt no more than FOUR questions. There are SIX questions in total. The questions carry

More information

WEALTH, CAPITAL ACCUMULATION and LIVING STANDARDS

WEALTH, CAPITAL ACCUMULATION and LIVING STANDARDS WEALTH, CAPITAL ACCUMULATION and LIVING STANDARDS Imagine a country where the primary goal of its economic policy is to accumulate a single commodity -- gold for example. Does the accumulation of wealth

More information

Class 2: The determinants of National Income. Long Run

Class 2: The determinants of National Income. Long Run Class 2: The determinants of National Income. Long Run 1. Aggregate economic profit ( π ) is defined as follows: π = Y [ ( W / P)* L] [( R/ P)* K] Show that if the production function of this economy displays

More information

Capital-goods imports, investment-specific technological change and U.S. growth

Capital-goods imports, investment-specific technological change and U.S. growth Capital-goods imports, investment-specific technological change and US growth Michele Cavallo Board of Governors of the Federal Reserve System Anthony Landry Federal Reserve Bank of Dallas October 2008

More information

Lecture 2 Dynamic Equilibrium Models: Three and More (Finite) Periods

Lecture 2 Dynamic Equilibrium Models: Three and More (Finite) Periods Lecture 2 Dynamic Equilibrium Models: Three and More (Finite) Periods. Introduction In ECON 50, we discussed the structure of two-period dynamic general equilibrium models, some solution methods, and their

More information

COURSE LECTURER: DR. O.F. ASHAOLU

COURSE LECTURER: DR. O.F. ASHAOLU UNIVERSITY OF AGRICULTURE, ABEOKUTA DEPARTMENT OF AGRICULTURAL ECONOMICS AND FARM MANAGEMENT Course Title: Production Economics, Farm Management & Accounting. Course Code: AEM 501 Semester: First No. of

More information

Lecture 7. The consumer s problem(s) Randall Romero Aguilar, PhD I Semestre 2018 Last updated: April 28, 2018

Lecture 7. The consumer s problem(s) Randall Romero Aguilar, PhD I Semestre 2018 Last updated: April 28, 2018 Lecture 7 The consumer s problem(s) Randall Romero Aguilar, PhD I Semestre 2018 Last updated: April 28, 2018 Universidad de Costa Rica EC3201 - Teoría Macroeconómica 2 Table of contents 1. Introducing

More information

Lecture 11. The firm s problem. Randall Romero Aguilar, PhD II Semestre 2017 Last updated: October 16, 2017

Lecture 11. The firm s problem. Randall Romero Aguilar, PhD II Semestre 2017 Last updated: October 16, 2017 Lecture 11 The firm s problem Randall Romero Aguilar, PhD II Semestre 2017 Last updated: October 16, 2017 Universidad de Costa Rica EC3201 - Teoría Macroeconómica 2 Table of contents 1. The representative

More information

7 Economic Growth I. Questions for Review CHAPTER

7 Economic Growth I. Questions for Review CHAPTER Copy _aaw. CHAPTER 7 Economic Growth I Questions for Review 1. In the Solow growth model, a high saving rate leads to a large steady-state capital stock and a high level of steady-state output. A low saving

More information

Homework Assignment #2: Answer Sheet

Homework Assignment #2: Answer Sheet Econ 434 Professor Ickes Fall 2008 Homework Assignment #2: Answer Sheet. Suppose that the price level in the home country is given by P = Pn α Pt α,wherep t is the price of traded goods, and α is the share

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.7J Fall 213 Lecture 19 11/2/213 Applications of Ito calculus to finance Content. 1. Trading strategies 2. Black-Scholes option pricing formula 1 Security

More information

Optimal Investment. Government policy typically is targeted heavily on investment; most tax codes favor it.

Optimal Investment. Government policy typically is targeted heavily on investment; most tax codes favor it. Douglas Hibbs UGA Macro Theory 205- Optimal Investment Why Care About Investment? Investment drives capital formation, and the stock of capital is a key determinant of output and consequently feasible

More information

ECON Answers Homework #3

ECON Answers Homework #3 ECON 331 - Answers Homework #3 Exercise 1: (a) First, I calculate the derivative of y with respect to t. Then, to get the growth rate, I calculate the ratio of this derive and the function: (b) dy dt =

More information

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED DURING THIS EXAMINATION.

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED DURING THIS EXAMINATION. MATH 110 FINAL EXAM **Test** December 14, 2009 TEST VERSION A NAME STUDENT NUMBER INSTRUCTOR SECTION NUMBER This examination will be machine processed by the University Testing Service. Use only a number

More information

Elements of Economic Analysis II Lecture XI: Oligopoly: Cournot and Bertrand Competition

Elements of Economic Analysis II Lecture XI: Oligopoly: Cournot and Bertrand Competition Elements of Economic Analysis II Lecture XI: Oligopoly: Cournot and Bertrand Competition Kai Hao Yang /2/207 In this lecture, we will apply the concepts in game theory to study oligopoly. In short, unlike

More information

Firm s Problem. Simon Board. This Version: September 20, 2009 First Version: December, 2009.

Firm s Problem. Simon Board. This Version: September 20, 2009 First Version: December, 2009. Firm s Problem This Version: September 20, 2009 First Version: December, 2009. In these notes we address the firm s problem. questions. We can break the firm s problem into three 1. Which combinations

More information

Lecture 2: Intermediate macroeconomics, autumn 2014

Lecture 2: Intermediate macroeconomics, autumn 2014 Lecture 2: Intermediate macroeconomics, autumn 2014 Lars Calmfors Literature: Mankiw, chapters 3, 8 and 9. 1 Topics Production Labour productivity and economic growth The Solow model (neoclassical growth

More information

Mathematics (Project Maths Phase 2)

Mathematics (Project Maths Phase 2) L.17 NAME SCHOOL TEACHER Pre-Leaving Certificate Examination, 2013 Mathematics (Project Maths Phase 2) Paper 1 Higher Level Time: 2 hours, 30 minutes 300 marks For examiner Question 1 Centre stamp 2 3

More information

Utility Maximization and Choice

Utility Maximization and Choice Utility Maximization and Choice PowerPoint Slides prepared by: Andreea CHIRITESCU Eastern Illinois University 1 Utility Maximization and Choice Complaints about the Economic Approach Do individuals make

More information

This appendix discusses two extensions of the cost concepts developed in Chapter 10.

This appendix discusses two extensions of the cost concepts developed in Chapter 10. CHAPTER 10 APPENDIX MATHEMATICAL EXTENSIONS OF THE THEORY OF COSTS This appendix discusses two extensions of the cost concepts developed in Chapter 10. The Relationship Between Long-Run and Short-Run Cost

More information

An Intertemporal Capital Asset Pricing Model

An Intertemporal Capital Asset Pricing Model I. Assumptions Finance 400 A. Penati - G. Pennacchi Notes on An Intertemporal Capital Asset Pricing Model These notes are based on the article Robert C. Merton (1973) An Intertemporal Capital Asset Pricing

More information