Figure 11. difference in the y-values difference in the x-values

Size: px
Start display at page:

Download "Figure 11. difference in the y-values difference in the x-values"

Transcription

1 1. Numerical differentiation Tis Section deals wit ways of numerically approximating derivatives of functions. One reason for dealing wit tis now is tat we will use it briefly in te next Section. But as we sall see in tese next few pages, te tecnique is useful in itself. 2. First derivatives Our aim is to approximate te slope of a curve f at a particular point x = a in terms of f(a) and te value of f at a nearby point were x = a +. Te sorter broken line Figure 11 may be tougt of as giving a reasonable approximation to te required slope (sown by te longer broken line), if is small enoug. f Tis slope approximates f (a) Slope of line is f (a) a a+ x Figure 11 So we migt approximate f (a) slope of sort broken line = difference in te y-values difference in te x-values = f(a + ) f(a). Tis is called a one-sided difference or forward difference approximation to te derivative of f. A second version of tis arises on considering a point to te left of a, rater tan to te rigt as we did above. In tis case we obtain te approximation f (a) f(a) f(a ) Tis is anoter one-sided difference, called a backward difference, approximation to f (a). A tird metod for approximating te first derivative of f can be seen in Figure 12. HELM (2008): Section 31.3: Numerical Differentiation 59

2 f Tis slope approximates f (a) Slope of line is f (a) a a a+ x Figure 12 Here we approximate as follows f (a) slope of sort broken line = difference in te y-values difference in te x-values Tis is called a central difference approximation to f (a). = f(x + ) f(x ) 2 Tree approximations to te derivative f (a) are Key Point 11 First Derivative Approximations 1. te one-sided (forward) difference 2. te one-sided (backward) difference 3. te central difference f(a + ) f(a) f(a) f(a ) f(a + ) f(a ) 2 In practice, te central difference formula is te most accurate. Tese first, rater artificial, examples will elp fix our ideas before we move on to more realistic applications. 60 HELM (2008): Workbook 31: Numerical Metods of Approximation

3 Example 18 Use a forward difference, and te values of sown, to approximate te derivative of cos(x) at x = π/3. (a) = 0.1 (b) = 0.01 (c) = (d) = Work to 8 decimal places trougout. Solution (a) f cos(a + ) cos(a) (a) = = (b) f cos(a + ) cos(a) (a) = = (c) f cos(a + ) cos(a) (a) = = (d) f cos(a + ) cos(a) (a) = = One advantage of doing a simple example first is tat we can compare tese approximations wit te exact value wic is 3 f (a) = sin(π/3) = = to 8 d.p. 2 Note tat te accuracy levels of te four approximations in Example 15 are: (a) 1 d.p. (b) 2 d.p. (c) 3 d.p. (d) 3 d.p. (almost 4 d.p.) Te errors to 6 d.p. are: (a) (b) (c) (d) Notice tat te errors reduce by about a factor of 10 eac time. Example 19 Use a central difference, and te value of sown, to approximate te derivative of cos(x) at x = π/3. (a) = 0.1 (b) = 0.01 (c) = (d) = Work to 8 decimal places trougout. HELM (2008): Section 31.3: Numerical Differentiation 61

4 Solution (a) f cos(a + ) cos(a ) (a) = = (b) f cos(a + ) cos(a ) (a) = = (c) f cos(a + ) cos(a ) (a) = = (d) f cos(a + ) cos(a ) (a) = = Tis time successive approximations generally ave two extra accurate decimal places indicating a superior formula. Tis is illustrated again in te following Task. Task Let f(x) = ln(x) and a = 3. Using bot a forward difference and a central difference, and working to 8 decimal places, approximate f (a) using = 0.1 and = (Note tat tis is anoter example were we can work out te exact answer, wic in tis case is 1.) 3 Your solution 62 HELM (2008): Workbook 31: Numerical Metods of Approximation

5 Answer Using te forward difference we find, for = 0.1 f ln(a + ) ln(a) (a) = = and for = 0.01 we obtain f ln(a + ) ln(a) (a) = = Using central differences te two approximations to f (a) are f (a) ln(a + ) ln(a ) 2 = = and f ln(a + ) ln(a ) (a) = = Te accurate answer is, of course, Tere is clearly little point in studying tis tecnique if all we ever do is approximate quantities we could find exactly in anoter way. Te following example is one in wic tis so-called differencing metod is te best approac. Example 20 Te distance x of a runner from a fixed point is measured (in metres) at intervals of alf a second. Te data obtained are t x Use central differences to approximate te runner s velocity at times t = 0.5 s and t = 1.25 s. Solution Our aim ere is to approximate x (t). Te coice of is dictated by te available data given in te table. Using data wit t = 0.5 s at its centre we obtain x (0.5) x(1.0) x(0.0) = 6.80 m s 1. Data centred at t = 1.25 s gives us te approximation x (1.25) x(1.5) x(1.0) Note te value of used. = 6.20 m s 1. HELM (2008): Section 31.3: Numerical Differentiation 63

6 Task Te velocity v (in m s 1 ) of a rocket measured at alf second intervals is t v Use central differences to approximate te acceleration of te rocket at times t = 1.0 s and t = 1.75 s. Your solution Answer Using data wit t = 1.0 s at its centre we obtain v v(1.5) v(0.5) (1.0) = m s Data centred at t = 1.75 s gives us te approximation v (1.75) v(2.0) v(1.5) 0.5 = m s Second derivatives An approac wic as been found to work well for second derivatives involves applying te notion of a central difference tree times. We begin wit f (a) f (a + 1) f (a 1) 2 2. Next we approximate te two derivatives in te numerator of tis expression using central differences as follows: f (a + 1 f(a + ) f(a) ) 2 and f (a 1 2 f(a) f(a ) ). 64 HELM (2008): Workbook 31: Numerical Metods of Approximation

7 Combining tese tree results gives f (a) f (a + 1) f (a 1) {( ) ( )} f(a + ) f(a) f(a) f(a ) = f(a + ) 2f(a) + f(a ) 2 Key Point 12 Second Derivative Approximation A central difference approximation to te second derivative f (a) is f (a) f(a + ) 2f(a) + f(a ) 2 Example 21 Te distance x of a runner from a fixed point is measured (in metres) at intervals of alf a second. Te data obtained are t x Use a central difference to approximate te runner s acceleration at t = 1.5 s. Solution Our aim ere is to approximate x (t). Using data wit t = 1.5 s at its centre we obtain x (1.5) x(2.0) 2x(1.5) + x(1.0) = 3.40 m s 2, from wic we see tat te runner is slowing down. HELM (2008): Section 31.3: Numerical Differentiation 65

8 Exercises 1. Let f(x) = cos(x) and a = 2. Let = 0.01 and approximate f (a) using forward, backward and central differences. Work to 8 decimal places and compare your answers wit te exact result, wic is sin(2). 2. Te distance x, measured in metres, of a downill skier from a fixed point is measured at intervals of 0.25 s. Te data gatered are Answers t x Use a central difference to approximate te skier s velocity and acceleration at te times t =0.25 s, 0.75 s and 1.25 s. Give your answers to 1 decimal place. 1. Forward: f cos(a + ) cos(a) (a) = = Backward: f cos(a) cos(a ) (a) = = Central: f cos(a + ) cos(a ) (a) = = Te accurate result is sin(2) = Velocities at te given times approximated by a central difference are: 20.4 m s 1, 32.0 m s 1 and 25.8 m s 1. Accelerations at tese times approximated by a central difference are: 25.6 m s 2, 32.0 m s 2 and 14.4 m s HELM (2008): Workbook 31: Numerical Metods of Approximation

11.1 Average Rate of Change

11.1 Average Rate of Change 11.1 Average Rate of Cange Question 1: How do you calculate te average rate of cange from a table? Question : How do you calculate te average rate of cange from a function? In tis section, we ll examine

More information

Practice Exam 1. Use the limit laws from class compute the following limit. Show all your work and cite all rules used explicitly. xf(x) + 5x.

Practice Exam 1. Use the limit laws from class compute the following limit. Show all your work and cite all rules used explicitly. xf(x) + 5x. Practice Exam 1 Tese problems are meant to approximate wat Exam 1 will be like. You can expect tat problems on te exam will be of similar difficulty. Te actual exam will ave problems from sections 11.1

More information

Complex Survey Sample Design in IRS' Multi-objective Taxpayer Compliance Burden Studies

Complex Survey Sample Design in IRS' Multi-objective Taxpayer Compliance Burden Studies Complex Survey Sample Design in IRS' Multi-objective Taxpayer Compliance Burden Studies Jon Guyton Wei Liu Micael Sebastiani Internal Revenue Service, Office of Researc, Analysis & Statistics 1111 Constitution

More information

Introduction. Valuation of Assets. Capital Budgeting in Global Markets

Introduction. Valuation of Assets. Capital Budgeting in Global Markets Capital Budgeting in Global Markets Spring 2008 Introduction Capital markets and investment opportunities ave become increasingly global over te past 25 years. As firms (and individuals) are increasingly

More information

What are Swaps? Spring Stephen Sapp ISFP. Stephen Sapp

What are Swaps? Spring Stephen Sapp ISFP. Stephen Sapp Wat are Swaps? Spring 2013 Basic Idea of Swaps I ave signed up for te Wine of te Mont Club and you ave signed up for te Beer of te Mont Club. As winter approaces, I would like to ave beer but you would

More information

Calculus I Homework: Four Ways to Represent a Function Page 1. where h 0 and f(x) = x x 2.

Calculus I Homework: Four Ways to Represent a Function Page 1. where h 0 and f(x) = x x 2. Calculus I Homework: Four Ways to Represent a Function Page 1 Questions Example Find f(2 + ), f(x + ), and f(x + ) f(x) were 0 and f(x) = x x 2. Example Find te domain and sketc te grap of te function

More information

The study guide does not look exactly like the exam but it will help you to focus your study efforts.

The study guide does not look exactly like the exam but it will help you to focus your study efforts. Mat 0 Eam Study Guide Solutions Te study guide does not look eactly like te eam but it will elp you to focus your study efforts. Here is part of te list of items under How to Succeed in Mat 0 tat is on

More information

ECON 200 EXERCISES (1,1) (d) Use your answer to show that (b) is not the equilibrium price vector if. that must be satisfied?

ECON 200 EXERCISES (1,1) (d) Use your answer to show that (b) is not the equilibrium price vector if. that must be satisfied? ECON 00 EXERCISES 4 EXCHNGE ECONOMY 4 Equilibrium in an ecange economy Tere are two consumers and wit te same utility function U ( ) ln H {, } Te aggregate endowment is tat prices sum to Tat is ( p, p)

More information

What are Swaps? Basic Idea of Swaps. What are Swaps? Advanced Corporate Finance

What are Swaps? Basic Idea of Swaps. What are Swaps? Advanced Corporate Finance Wat are Swaps? Spring 2008 Basic Idea of Swaps A swap is a mutually beneficial excange of cas flows associated wit a financial asset or liability. Firm A gives Firm B te obligation or rigts to someting

More information

ACC 471 Practice Problem Set # 4 Fall Suggested Solutions

ACC 471 Practice Problem Set # 4 Fall Suggested Solutions ACC 471 Practice Problem Set # 4 Fall 2002 Suggested Solutions 1. Text Problems: 17-3 a. From put-call parity, C P S 0 X 1 r T f 4 50 50 1 10 1 4 $5 18. b. Sell a straddle, i.e. sell a call and a put to

More information

PRICE INDEX AGGREGATION: PLUTOCRATIC WEIGHTS, DEMOCRATIC WEIGHTS, AND VALUE JUDGMENTS

PRICE INDEX AGGREGATION: PLUTOCRATIC WEIGHTS, DEMOCRATIC WEIGHTS, AND VALUE JUDGMENTS Revised June 10, 2003 PRICE INDEX AGGREGATION: PLUTOCRATIC WEIGHTS, DEMOCRATIC WEIGHTS, AND VALUE JUDGMENTS Franklin M. Fiser Jane Berkowitz Carlton and Dennis William Carlton Professor of Economics Massacusetts

More information

2017 Year-End Retirement Action Plan

2017 Year-End Retirement Action Plan 2017 Year-End Retirement Action Plan Te end of te year is a good time to assess your overall financial picture, especially your retirement strategy. As te year comes to a close, use tis action plan to

More information

3.1 THE 2 2 EXCHANGE ECONOMY

3.1 THE 2 2 EXCHANGE ECONOMY Essential Microeconomics -1-3.1 THE 2 2 EXCHANGE ECONOMY Private goods economy 2 Pareto efficient allocations 3 Edgewort box analysis 6 Market clearing prices and Walras Law 14 Walrasian Equilibrium 16

More information

A Guide to Mutual Fund Investing

A Guide to Mutual Fund Investing AS OF DECEMBER 2016 A Guide to Mutual Fund Investing Many investors turn to mutual funds to meet teir long-term financial goals. Tey offer te benefits of diversification and professional management and

More information

Capital Budgeting in Global Markets

Capital Budgeting in Global Markets Capital Budgeting in Global Markets Spring 2013 Introduction Capital budgeting is te process of determining wic investments are wort pursuing. Firms (and individuals) can diversify teir operations (investments)

More information

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY HIGHER CERTIFICATE IN STATISTICS, 2012 MODULE 8 : Survey sampling and estimation Time allowed: One and a alf ours Candidates sould answer THREE questions.

More information

2.11 School Board Executive Compensation Practices. Introduction

2.11 School Board Executive Compensation Practices. Introduction Introduction Figure 1 As part of Education Reform in 1996-97, 27 denominational scool boards were consolidated into 10 scool boards and a Frenc-language scool board. From 1 January 1997 to 31 August 2004

More information

Chapter 4 Rates of Change

Chapter 4 Rates of Change Capter 4 Rates of Cange In tis capter we will investigate ow fast one quantity canges in relation to anoter. Te first type of cange we investigate is te average rate of cange, or te rate a quantity canges

More information

a) Give an example of a case when an (s,s) policy is not the same as an (R,Q) policy. (2p)

a) Give an example of a case when an (s,s) policy is not the same as an (R,Q) policy. (2p) roblem a) Give an example of a case wen an (s,s) policy is not te same as an (R,) policy. (p) b) Consider exponential smooting wit te smooting constant α and moving average over N periods. Ten, tese two

More information

Exercise 1: Robinson Crusoe who is marooned on an island in the South Pacific. He can grow bananas and coconuts. If he uses

Exercise 1: Robinson Crusoe who is marooned on an island in the South Pacific. He can grow bananas and coconuts. If he uses Jon Riley F Maimization wit a single constraint F5 Eercises Eercise : Roinson Crusoe wo is marooned on an isl in te Sout Pacific He can grow ananas coconuts If e uses z acres to produce ananas z acres

More information

VARIANCE-BASED SAMPLING FOR CYCLE TIME - THROUGHPUT CONFIDENCE INTERVALS. Rachel T. Johnson Sonia E. Leach John W. Fowler Gerald T.

VARIANCE-BASED SAMPLING FOR CYCLE TIME - THROUGHPUT CONFIDENCE INTERVALS. Rachel T. Johnson Sonia E. Leach John W. Fowler Gerald T. Proceedings of te 004 Winter Simulation Conference R.G. Ingalls, M. D. Rossetti, J.S. Smit, and B.A. Peters, eds. VARIANCE-BASED SAMPLING FOR CYCLE TIME - THROUGHPUT CONFIDENCE INTERVALS Racel T. Jonson

More information

Chapter 8. Introduction to Endogenous Policy Theory. In this chapter we begin our development of endogenous policy theory: the explicit

Chapter 8. Introduction to Endogenous Policy Theory. In this chapter we begin our development of endogenous policy theory: the explicit Capter 8 Introduction to Endogenous Policy Teory In tis capter we begin our development of endogenous policy teory: te explicit incorporation of a model of politics in a model of te economy, permitting

More information

Assessment of Vulnerability to Extreme Flash Floods in Design Storms

Assessment of Vulnerability to Extreme Flash Floods in Design Storms Int. J. Environ. Res. Public Healt 211, 8, 297-2922; doi:1.339/ijerp87297 OPEN ACCESS International Journal of Environmental Researc and Public Healt ISSN 166-461 www.mdpi.com/journal/ijerp Article Assessment

More information

Maximizing the Sharpe Ratio and Information Ratio in the Barra Optimizer

Maximizing the Sharpe Ratio and Information Ratio in the Barra Optimizer www.mscibarra.com Maximizing te Sarpe Ratio and Information Ratio in te Barra Optimizer June 5, 2009 Leonid Kopman Scott Liu 2009 MSCI Barra. All rigts reserved. of 4 Maximizing te Sarpe Ratio ABLE OF

More information

Relaxing Standard Hedging Assumptions in the Presence of Downside Risk

Relaxing Standard Hedging Assumptions in the Presence of Downside Risk Relaxing Standard Hedging Assumptions in te Presence of Downside Risk Fabio Mattos Pilip Garcia Carl Nelson * Paper presented at te NCR-134 Conference on Applied Commodity Price Analysis, Forecasting,

More information

Buildings and Properties

Buildings and Properties Introduction Figure 1 Te Department of Transportation and Works (formerly te Department of Works, Services and Transportation) is responsible for managing and maintaining approximately 650,000 square metres

More information

Binary Search Tree and AVL Trees. Binary Search Tree. Binary Search Tree. Binary Search Tree. Techniques: How does the BST works?

Binary Search Tree and AVL Trees. Binary Search Tree. Binary Search Tree. Binary Search Tree. Techniques: How does the BST works? Binary Searc Tree and AVL Trees Binary Searc Tree A commonly-used data structure for storing and retrieving records in main memory PUC-Rio Eduardo S. Laber Binary Searc Tree Binary Searc Tree A commonly-used

More information

Market shares and multinationals investment: a microeconomic foundation for FDI gravity equations

Market shares and multinationals investment: a microeconomic foundation for FDI gravity equations Market sares and multinationals investment: a microeconomic foundation for FDI gravity equations Gaetano Alfredo Minerva November 22, 2006 Abstract In tis paper I explore te implications of te teoretical

More information

Hedging Segregated Fund Guarantees

Hedging Segregated Fund Guarantees Hedging Segregated Fund Guarantees Heat A. Windcliff Dept. of Computer Science University of Waterloo, Waterloo ON, Canada N2L 3G1. awindcliff@elora.mat.uwaterloo.ca Peter A. Forsyt Dept. of Computer Science

More information

2.21 The Medical Care Plan Beneficiary Registration System. Introduction

2.21 The Medical Care Plan Beneficiary Registration System. Introduction 2.21 Te Medical Care Plan Beneficiary Registration System Introduction Te Newfoundland Medical Care Plan (MCP) was introduced in Newfoundland and Labrador on 1 April 1969. It is a plan of medical care

More information

Problem Solving Day: Geometry, movement, and Free-fall. Test schedule SOH CAH TOA! For right triangles. Last year s equation sheet included with exam.

Problem Solving Day: Geometry, movement, and Free-fall. Test schedule SOH CAH TOA! For right triangles. Last year s equation sheet included with exam. Problem Solving Day: Geometry, movement, and Free-fall. Test scedule First mid-term in 2 weeks! 7-10PM; Feb 8, Eiesland Hall. Review and practice a little eac day!!! EMAIL ME THIS WEEK if you ave class

More information

Growth transmission. Econ 307. Assume. How much borrowing should be done? Implications for growth A B A B

Growth transmission. Econ 307. Assume. How much borrowing should be done? Implications for growth A B A B Growt transmission Econ 307 Lecture 5 GDP levels differ dramatically across countries Wy does tis not open up uge gains from trade? According to te most simple model, very low GDP countries sould ave very

More information

Delocation and Trade Agreements in Imperfectly Competitive Markets (Preliminary)

Delocation and Trade Agreements in Imperfectly Competitive Markets (Preliminary) Delocation and Trade Agreements in Imperfectly Competitive Markets (Preliminary) Kyle Bagwell Stanford and NBER Robert W. Staiger Stanford and NBER June 20, 2009 Abstract We consider te purpose and design

More information

Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Splay Trees Date: 9/27/16

Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Splay Trees Date: 9/27/16 600.463 Introduction to lgoritms / lgoritms I Lecturer: Micael initz Topic: Splay Trees ate: 9/27/16 8.1 Introduction Today we re going to talk even more about binary searc trees. -trees, red-black trees,

More information

SAT Practice Test #1 IMPORTANT REMINDERS. A No. 2 pencil is required for the test. Do not use a mechanical pencil or pen.

SAT Practice Test #1 IMPORTANT REMINDERS. A No. 2 pencil is required for the test. Do not use a mechanical pencil or pen. SAT Practice Test # IMPORTAT REMIDERS A o. pencil is required for te test. Do not use a mecanical pencil or pen. Saring any questions wit anyone is a violation of Test Security and Fairness policies and

More information

DATABASE-ASSISTED spectrum sharing is a promising

DATABASE-ASSISTED spectrum sharing is a promising 1 Optimal Pricing and Admission Control for Heterogeneous Secondary Users Cangkun Jiang, Student Member, IEEE, Lingjie Duan, Member, IEEE, and Jianwei Huang, Fellow, IEEE Abstract Tis paper studies ow

More information

2.15 Province of Newfoundland and Labrador Pooled Pension Fund

2.15 Province of Newfoundland and Labrador Pooled Pension Fund Introduction Te Province of Newfoundland and Labrador sponsors defined benefit pension plans for its full-time employees and tose of its agencies, boards and commissions, and for members of its Legislature.

More information

Managing and Identifying Risk

Managing and Identifying Risk Managing and Identifying Risk Spring 2008 All of life is te management of risk, not its elimination Risk is te volatility of unexpected outcomes. In te context of financial risk it can relate to volatility

More information

A General Welfare Decomposition for CGE Models

A General Welfare Decomposition for CGE Models urdue University urdue e-ubs GTA Tecnical apers Agricultural Economics 1-1-2000 A General Welfare Decomposition for CGE Models Kevin J Hanslow roductivity Commission, Australia Follow tis and additional

More information

AMERICAN DEPOSITARY RECEIPTS. ISFP Stephen Sapp

AMERICAN DEPOSITARY RECEIPTS. ISFP Stephen Sapp AMERICAN DEPOSITARY RECEIPTS Stepen Sapp Definition: ADRs American Depositary Receipts (ADRs) are dollardenominated negotiable securities representing a sare of a non-us company. Tis security trades and

More information

Who gets the urban surplus?

Who gets the urban surplus? 8/11/17 Wo gets te urban surplus? Paul Collier Antony J. Venables, University of Oxford and International Growt Centre Abstract Hig productivity in cities creates an economic surplus relative to oter areas.

More information

CAMBRIDGE PUBLIC SCHOOLS FAMILY AND MEDICAL LEAVE, PARENTAL LEAVE AND SMALL NECESSITIES LEAVE POLICY

CAMBRIDGE PUBLIC SCHOOLS FAMILY AND MEDICAL LEAVE, PARENTAL LEAVE AND SMALL NECESSITIES LEAVE POLICY CAMBRIDGE PUBLIC SCHOOLS FAMILY AND MEDICAL LEAVE, PARENTAL LEAVE AND SMALL NECESSITIES LEAVE POLICY File: GCCAG Tis policy covers employee eligibility for leave under te related Family Medical Leave Act

More information

Facility Sustainment and Firm Value: A Case Study Based on Target Corporation

Facility Sustainment and Firm Value: A Case Study Based on Target Corporation Facility Sustainment and Firm Value: A Case Study Based on Target Corporation Autor Robert Beac Abstract Tis paper argues tat increasing te level of facility sustainment (maintenance and repair) funding

More information

European Accounting Review, 17 (3):

European Accounting Review, 17 (3): Provided by te autor(s) and University College Dublin Library in accordance wit publiser policies. Please cite te publised version wen available. Title A Comparison of Error Rates for EVA, Residual Income,

More information

Raising Capital in Global Financial Markets

Raising Capital in Global Financial Markets Raising Capital in Global Financial Markets Fall 2009 Introduction Capital markets facilitate te issuance and subsequent trade of financial securities. Te financial securities are generally stock and bonds

More information

POVERTY REDUCTION STRATEGIES IN A BUDGET- CONSTRAINED ECONOMY: THE CASE OF GHANA

POVERTY REDUCTION STRATEGIES IN A BUDGET- CONSTRAINED ECONOMY: THE CASE OF GHANA POVERTY REDUCTION STRATEGIES IN A BUDGET- CONSTRAINED ECONOMY: THE CASE OF GHANA Maurizio Bussolo Economic Prospects Group, Te World Bank and Jeffery I Round Department of Economics, University of Warwick

More information

2.17 Tax Expenditures. Introduction. Scope and Objectives

2.17 Tax Expenditures. Introduction. Scope and Objectives Introduction Programs offered by te Province are normally outlined in te Estimates and approved by te Members of te House of Assembly as part of te annual budgetary approval process. However, te Province

More information

The Long (and Short) on Taxation and Expenditure Policies

The Long (and Short) on Taxation and Expenditure Policies Zsolt Becsi Economist Te Long (and Sort) on Taxation and Expenditure Policies O ne of te central issues in te 1992 presidential campaign was ow best to promote economic growt Because muc of te growt debate

More information

Price indeterminacy in day-ahead market

Price indeterminacy in day-ahead market Price indeterminacy in day-aead market Mid-Price rule A "price indeterminacy" is a situation in wic at least two feasible solutions wit te same matced volume, te same block and MIC selections and te same

More information

Analysis of a Hybrid Finite Difference Scheme for the Black-Scholes Equation Governing Option Pricing

Analysis of a Hybrid Finite Difference Scheme for the Black-Scholes Equation Governing Option Pricing ISSN 1749-3889 (print), 1749-3897 (online) International Journal of Nonlinear Science Vol.4(2007) No.3,pp.235-240 Analysis of a Hybrid Finite Difference Sceme for te Black-Scoles Equation Governing Option

More information

P s = 1. s=1. where the index of summation t is used to denote states in the denominator, so as to distinguish it from the particular state s, and

P s = 1. s=1. where the index of summation t is used to denote states in the denominator, so as to distinguish it from the particular state s, and ECO 37 Economic of Uncertainty Fall Term 2009 Week 8 Precept Novemer 8 Financial Market - Quetion Tere are S tate of te world laeled =, 2,... S, and H trader laeled =, 2,... H. Eac trader i a price-taker.

More information

Raising Capital in Global Financial Markets

Raising Capital in Global Financial Markets Raising Capital in Global Financial Markets Fall 2010 Introduction Capital markets facilitate te issuance and subsequent trade of financial securities. Te financial securities are generally stock and bonds

More information

Raising Capital in Global Financial Markets

Raising Capital in Global Financial Markets Raising Capital in Global Financial Markets Fall 2011 Introduction Capital markets facilitate te issuance and subsequent trade of financial securities. Te financial securities are generally stock and bonds

More information

In the following I do the whole derivative in one step, but you are welcome to split it up into multiple steps. 3x + 3h 5x 2 10xh 5h 2 3x + 5x 2

In the following I do the whole derivative in one step, but you are welcome to split it up into multiple steps. 3x + 3h 5x 2 10xh 5h 2 3x + 5x 2 Mat 160 - Assignment 3 Solutions - Summer 2012 - BSU - Jaimos F Skriletz 1 1. Limit Definition of te Derivative f( + ) f() Use te limit definition of te derivative, lim, to find te derivatives of te following

More information

Managing and Identifying Risk

Managing and Identifying Risk Managing and Identifying Risk Fall 2011 All of life is te management of risk, not its elimination Risk is te volatility of unexpected outcomes. In te context of financial risk te volatility is in: 1. te

More information

Making Informed Rollover Decisions

Making Informed Rollover Decisions Making Informed Rollover Decisions WHAT TO DO WITH YOUR EMPLOYER-SPONSORED RETIREMENT PLAN ASSETS UNDERSTANDING ROLLOVERS Deciding wat to do wit qualified retirement plan assets could be one of te most

More information

Efficient Replication of Factor Returns

Efficient Replication of Factor Returns www.mscibarra.com Efficient Replication of Factor Returns To appear in te Journal of Portfolio Management June 009 Dimitris Melas Ragu Suryanarayanan Stefano Cavaglia 009 MSCI Barra. All rigts reserved.

More information

Loading Factors and Equilibria in Insurance Markets

Loading Factors and Equilibria in Insurance Markets Loading Factors and Equiibria in Insurance Markets Yoram Eden, * Eiakim Katz, ** and Jacob Rosenberg *** Abstract: Tis paper examines te effect of introducing positive oading factors into insurance premia,

More information

On Plutocratic and Democratic CPIs. Abstract

On Plutocratic and Democratic CPIs. Abstract On Plutocratic and Democratic CPIs Eduardo Ley IMF Institute Abstract Prais (1958) sowed tat te standard CPI computed by most statistical agencies can be interpreted as a plutocratic weigted average of

More information

WORKING PAPER SERIES 2013-ECO-13

WORKING PAPER SERIES 2013-ECO-13 June 03 WORKING PAPER SERIES 03-ECO-3 Te Value of Risk Reduction: New Tools for an Old Problem David CRAINICH CNRS-LEM and IESEG Scool of Management Louis EECKHOUDT IESEG Scool of Management (LEM-CNRS)

More information

ETNA Kent State University

ETNA Kent State University Electronic Transactions on Numerical Analysis. Volume 5, pp. 65-85, 2003. Copyrigt 2003,. ISSN 068-963. ETNA ON MULTIGRID FOR LINEAR COMPLEMENTARITY PROBLEMS WITH APPLICATION TO AMERICAN-STYLE OPTIONS

More information

A NOTE ON VARIANCE DECOMPOSITION WITH LOCAL PROJECTIONS

A NOTE ON VARIANCE DECOMPOSITION WITH LOCAL PROJECTIONS A NOTE ON VARIANCE DECOMPOSITION WITH LOCAL PROJECTIONS Yuriy Gorodnicenko University of California Berkeley Byoungcan Lee University of California Berkeley and NBER October 7, 17 Abstract: We propose

More information

Number of Municipalities. Funding (Millions) $ April 2003 to July 2003

Number of Municipalities. Funding (Millions) $ April 2003 to July 2003 Introduction Te Department of Municipal and Provincial Affairs is responsible for matters relating to local government, municipal financing, urban and rural planning, development and engineering, and coordination

More information

A N N U A L R E P O R T 225 North 13th Avenue Post Office Box 988 Laurel, Mississippi

A N N U A L R E P O R T 225 North 13th Avenue Post Office Box 988 Laurel, Mississippi COMPANY PROFILE Sanderson Farms, Inc. is engaged in te production, processing, marketing and distribution of fres and frozen cicken and oter prepared food items. Te Company sells its cicken products primarily

More information

Raising Capital in Global Financial Markets

Raising Capital in Global Financial Markets Raising Capital in Global Financial Markets Spring 2012 Wat are Capital Markets? Capital markets facilitate te issuance and subsequent trade of financial securities. Te financial securities are generally

More information

INTRODUCING HETEROGENEITY IN THE ROTHSCHILD-STIGLITZ MODEL

INTRODUCING HETEROGENEITY IN THE ROTHSCHILD-STIGLITZ MODEL Te Journal of Risk and nsurance, 2000, Vol. 67, No. 4, 579-592 NTRODUCNG HETEROGENETY N THE ROTHSCHLD-STGLTZ ODEL Acim Wambac ABSTRACT n teir seminal work, Rotscild and Stiglitz (1976) ave sown tat in

More information

The International Elasticity Puzzle

The International Elasticity Puzzle Marc 2008 Te International Elasticity Puzzle Kim J. Rul* University of Texas at Austin ABSTRACT In models of international trade, te elasticity of substitution between foreign and domestic goods te Armington

More information

Global Financial Markets

Global Financial Markets Global Financial Markets Spring 2013 Wat is a Market? A market is any system, institution, procedure and/or infrastructure tat brings togeter groups of people to trade goods, services and/or information.

More information

Econ 551 Government Finance: Revenues Winter, 2018

Econ 551 Government Finance: Revenues Winter, 2018 Econ 551 Government Finance: Revenues Winter, 2018 Given by Kevin Milligan Vancouver Scool of Economics University of Britis Columbia Lecture 4b: Optimal Commodity Taxation, Part II ECON 551: Lecture 4b

More information

South Korea s Trade Intensity With ASEAN Countries and Its Changes Over Time*

South Korea s Trade Intensity With ASEAN Countries and Its Changes Over Time* International Review of Business Researc Papers Vol. 8. No.4. May 2012. Pp. 63 79 Sout Korea s Trade Intensity Wit ASEAN Countries and Its Canges Over Time* Seung Jin Kim** Tis paper analyzes ow Korea

More information

Nominal Exchange Rates and Net Foreign Assets Dynamics: the Stabilization Role of Valuation Effects

Nominal Exchange Rates and Net Foreign Assets Dynamics: the Stabilization Role of Valuation Effects MPRA Munic Personal RePEc Arcive Nominal Excange Rates and Net Foreign Assets Dynamics: te Stabilization Role of Valuation Effects Sara Eugeni Duram University Business Scool April 2015 Online at ttps://mpra.ub.uni-muencen.de/63549/

More information

Supplemantary material to: Leverage causes fat tails and clustered volatility

Supplemantary material to: Leverage causes fat tails and clustered volatility Supplemantary material to: Leverage causes fat tails and clustered volatility Stefan Turner a,b J. Doyne Farmer b,c Jon Geanakoplos d,b a Complex Systems Researc Group, Medical University of Vienna, Wäringer

More information

SUSTAINABLE ENERGY TECHNOLOGIES AND LOCAL AUTHORITIES: ENERGY SERVICE COMPANY, ENERGY PERFORMANCE CONTRACT, FORFEITING

SUSTAINABLE ENERGY TECHNOLOGIES AND LOCAL AUTHORITIES: ENERGY SERVICE COMPANY, ENERGY PERFORMANCE CONTRACT, FORFEITING SUSTAINABLE ENERGY TECHNOLOGIES AND LOCAL AUTHORITIES: ENERGY SERVICE COMPANY, ENERGY PERFORMANCE CONTRACT, FORFEITING VORONCA M.-M.*, VORONCA S.-L.** *Romanian Energy Efficiency Fund, Joann Strauss no.

More information

Research. Michigan. Center. Retirement

Research. Michigan. Center. Retirement Micigan University of Retirement Researc Center Working Paper WP 2008-179 Ho Does Modeling of Retirement Decisions at te Family Level Affect Estimates of te Impact of Social Security Policies on Retirement?

More information

The Implicit Pipeline Method

The Implicit Pipeline Method Te Implicit Pipeline Metod Jon B. Pormann NSF/ERC for Emerging Cardiovascular Tecnologies Duke University, Duram, NC, 7708-096 Jon A. Board, Jr. Department of Electrical and Computer Engineering Duke University,

More information

Bayesian range-based estimation of stochastic volatility models

Bayesian range-based estimation of stochastic volatility models Finance Researc Letters (005 0 09 www.elsevier.com/locate/frl Bayesian range-based estimation of stocastic volatility models Micael W. Brandt a,b,, Cristoper S. Jones c a Fuqua Scool of Business, Duke

More information

Health or Wealth: Decision Making in Health Insurance

Health or Wealth: Decision Making in Health Insurance Scool of Economics Master of Pilosopy Healt or Wealt: Decision Making in Healt Insurance Hamis William Gamble supervised by Dr. Virginie Masson Professor. Ralp Bayer December 15, 2015 Submitted to te University

More information

Financial Markets. What are Financial Markets? Major Financial Markets. Advanced Corporate Finance

Financial Markets. What are Financial Markets? Major Financial Markets. Advanced Corporate Finance Financial Markets Spring 2008 Wat are Financial Markets? A financial market is a mecanism tat allows people to buy and sell financial securities, commodities, and oter fungible financial assets wit low

More information

TRADE FACILITATION AND THE EXTENSIVE MARGIN OF EXPORTS

TRADE FACILITATION AND THE EXTENSIVE MARGIN OF EXPORTS bs_bs_banner Vol. 65, No. 2, June 2014 Te Journal of te Japanese Economic Association TRADE FACILITATION AND THE EXTENSIVE MARGIN OF EXPORTS By ROBERT C. FEENSTRA and HONG MA doi: 10.1111/jere.12031 University

More information

Alcohol-Leisure Complementarity: Empirical Estimates and Implications for Tax Policy

Alcohol-Leisure Complementarity: Empirical Estimates and Implications for Tax Policy Macalester College From te SelectedWorks of Sara E West 2009 Alcool-Leisure Complementarity: Empirical Estimates and Implications for Tax Policy Sara E West, Macalester College Ian W.H. Parry, Resources

More information

FDI and International Portfolio Investment - Complements or Substitutes? Preliminary Please do not quote

FDI and International Portfolio Investment - Complements or Substitutes? Preliminary Please do not quote FDI and International Portfolio Investment - Complements or Substitutes? Barbara Pfe er University of Siegen, Department of Economics Hölderlinstr. 3, 57068 Siegen, Germany Pone: +49 (0) 27 740 4044 pfe

More information

Season Audition Packet Cymbals

Season Audition Packet Cymbals 208-209 Season Audition Packet Cymbals Hello All, If you are reading tis, it means you are interested in auditioning for te 208-209 edition of te JMU Marcing Royal Dukes Percussion Section! We ope tat

More information

ON CONDITIONAL MOMENTS OF GARCH MODELS, WITH APPLICATIONS TO MULTIPLE PERIOD VALUE AT RISK ESTIMATION

ON CONDITIONAL MOMENTS OF GARCH MODELS, WITH APPLICATIONS TO MULTIPLE PERIOD VALUE AT RISK ESTIMATION Statistica Sinica 13(23), 115-144 ON CONDITIONAL MOMENTS OF GARCH MODELS, WITH APPLICATIONS TO MULTIPLE PERIOD VALUE AT RISK ESTIMATION Ci-Ming Wong and Mike K. P. So TeHongKongUniversityofScience& Tecnology

More information

Using Financial Assets to Hedge Labor Income Risks: Estimating the Benefits

Using Financial Assets to Hedge Labor Income Risks: Estimating the Benefits Using Financial Assets to Hedge Labor Income Risks: Estimating te Benefits Steven J. Davis Graduate Scool of Business University of Cicago and NBER Paul Willen Department of Economics Princeton University

More information

Finite difference method for the Black and Scholes PDE (TP-1)

Finite difference method for the Black and Scholes PDE (TP-1) Numerical metods for PDE in Finance - ENSTA - S1-1/MMMEF Finite difference metod for te Black and Scoles PDE (TP-1) November 2015 1 Te Euler Forward sceme We look for a numerical approximation of te European

More information

International Journal of Pure and Applied Sciences and Technology

International Journal of Pure and Applied Sciences and Technology Int.. Pure Appl. Sci. Tecnol., 17(1) (2013), pp. 60-83 International ournal of Pure and Applied Sciences and Tecnology ISSN 2229-6107 Available online at www.ijopaasat.in Researc Paper Optimal Pricing

More information

Asset Pricing with Heterogeneous Agents and Long-Run Risk

Asset Pricing with Heterogeneous Agents and Long-Run Risk Asset Pricing wit Heterogeneous Agents and Long-Run Risk Walter Pol Dept. of Finance NHH Bergen Karl Scmedders Dept. of Business Adm. University of Zuric Ole Wilms Dept. of Finance Tilburg University September

More information

The Effect of Alternative World Fertility Scenarios on the World Interest Rate, Net International Capital Flows and Living Standards

The Effect of Alternative World Fertility Scenarios on the World Interest Rate, Net International Capital Flows and Living Standards 6/09/2002 Te Effect of Alternative World Fertility Scenarios on te World Interest Rate, Net International Capital Flows and Living Standards Ross S. Guest Griffit University Australia Ian M. McDonald Te

More information

MATH 104 Practice Problems for Exam 3

MATH 104 Practice Problems for Exam 3 MATH 14 Practice Problems for Exam 3 There are too many problems here for one exam, but they re good practice! For each of the following series, say whether it converges or diverges, and explain why. 1..

More information

Retirement and Weight *

Retirement and Weight * Retirement and Weigt * Dana Goldman, Darius Lakdawalla, and Yuui Zeng RAND Corporation Santa Monica, CA December 16, 2008 Abstract Retirement from pysically demanding work as long served as a ealtful respite

More information

Evidence of Engel curves in food away from home: A study of Malaysia

Evidence of Engel curves in food away from home: A study of Malaysia MPRA Munic Personal RePEc Arcive Evidence of Engel curves in food away from ome: A study of Malaysia (Jon) Yeong-Seng Tey and Mad Nasir Samsudin and Zainalabidin Moamed and Amin Mair Abdulla and Alias

More information

Data driven recovery of local volatility surfaces

Data driven recovery of local volatility surfaces Data driven recovery of local volatility surfaces Vinicius Albani Uri M. Ascer Xu Yang and Jorge P. Zubelli May 8, 2017 Abstract Tis paper examines issues of data completion and location uncertainty, popular

More information

A Simple Model of Bankruptcy in General Equilibrium

A Simple Model of Bankruptcy in General Equilibrium A Simple Model of Bankruptcy in General Equilibrium Mattew Hoelle University of ennsylvania Department of Economics 160 McNeil Building, 3718 Locust Walk, iladelpia, A 19104 May 23, 2009 Abstract In tis

More information

Can more education be bad? Some simple analytics on financing better education for development

Can more education be bad? Some simple analytics on financing better education for development 55 an more education be bad? ome simple analytics on financing better education for development Rossana atrón University of Uruguay rossana@decon.edu.uy Investigaciones de Economía de la Educación 5 1091

More information

THE ROLE OF GOVERNMENT IN THE CREDIT MARKET. Benjamin Eden. Working Paper No. 09-W07. September 2009

THE ROLE OF GOVERNMENT IN THE CREDIT MARKET. Benjamin Eden. Working Paper No. 09-W07. September 2009 THE ROLE OF GOVERNMENT IN THE CREDIT MARKET by Benjamin Eden Working Paper No. 09-W07 September 2009 DEPARTMENT OF ECONOMICS VANDERBILT UNIVERSITY NASHVILLE, TN 37235 www.vanderbilt.edu/econ THE ROLE OF

More information

Phelps Centre for the Study of Government and Business. Working Paper

Phelps Centre for the Study of Government and Business. Working Paper Pelps Centre for te Study of Government and Business Working Paper 2005 04 Strategic Use of Recycled Content Standards under International Duopoly Keikasaku Higasida Faculty of Economics, Fukusima University

More information

b) According to the statistics above the graph, the slope is What are the units and meaning of this value?

b) According to the statistics above the graph, the slope is What are the units and meaning of this value? ! Name: Date: Hr: LINEAR MODELS Writing Motion Equations 1) Answer the following questions using the position vs. time graph of a runner in a race shown below. Be sure to show all work (formula, substitution,

More information

Taxes and Entry Mode Decision in Multinationals: Export and FDI with and without Decentralization

Taxes and Entry Mode Decision in Multinationals: Export and FDI with and without Decentralization Taxes and Entry Mode Decision in Multinationals: Export and FDI wit and witout Decentralization Yosimasa Komoriya y Cuo University Søren Bo Nielsen z Copenagen Business Scool Pascalis Raimondos z Copenagen

More information

MATH 104 Practice Problems for Exam 3

MATH 104 Practice Problems for Exam 3 MATH 4 Practice Problems for Exam 3 There are too many problems here for one exam, but they re good practice! For each of the following series, say whether it converges or diverges, and explain why.. 2.

More information

INTERNATIONAL REAL ESTATE REVIEW 1999 Vol. 2 No 1: pp

INTERNATIONAL REAL ESTATE REVIEW 1999 Vol. 2 No 1: pp 0 Lin and Lin NTERNATONAL REAL ESTATE REVEW 999 Vol. No : pp. 0-5 An Estimation of Elasticities of onsumption Demand and nvestment Demand for Owner- Occupied Housing in Taiwan : A Two-Period Model u-ia

More information