Propagation of Error with Single and Multiple Independent Variables

Size: px
Start display at page:

Download "Propagation of Error with Single and Multiple Independent Variables"

Transcription

1 Propagation of Error with Single an Multiple Inepenent Variables Jack Merrin February 11, Summary Often it is necessary to calculate the uncertainty of erive quantities. This proceure an convention is calle propagation of error. Calculating the propagation of error formula requires knowing how to take erivatives. We give the propagation of error formulas for a single variable an multiple inepenent variable functions. We list some common error propagation formulas that work in most cases. Step by step error propagation can often be use as a shortcut to calculate the uncertainty. If we know the error propagation formula we can fin the terms that are causing the most uncertainty an try to reuce these ominant errors. It is useful to write a short MATLAB script to calculate error propagation, especially when the formula is complex or a lot of significant igits are involve. How error propagates As a math problem, I ask you to a 5. an The result is straightforwar The numbers have ifferent numbers of igits an precision. 5. is precise to the tenths while is precise to the hunreths. This is not a problem in mathematics, but the situation is more subtle in error analysis. To see what is going on you nee to look at the uncertainties. Now, if I ask you to a 5.±1. an 10.11±0.76 then what o you o? The first thing you want to ask yourself is if these numbers are properly reporte measurements. After a quick check, we see there are two igits of uncertainty that match the precision of the measurement. In error analysis, you still a the numbers to fin the sum, but to fin the combine error we nee a propagation of error formula. In this situation, the rule is σ A+B = σa + σ B = This chapter is all about fining the rules like this. We can now calculate the uncertainty σ A+B = an roun to two significant igits. Then 1

2 we match the precision of the calculate quantity to the uncertainty. Our final result is that (5. ± 1.) + (10.11 ± 0.76) = ± ± 1.4 Notice that if you always start with uncertainties that have two significant igits, you get out a result that has two significant igits of uncertainty. You on t have to worry that the first number 5. has only two significant igits, but the final result 15.3 has three significant igits. This comes about naturally by the golen rule of two significant igits of uncertainty. There are error propagation rules for single variable functions an multiple variable functions. The single variable situation is not too complicate. You just nee to unerstan ifferential calculus. For the situation with multiple variables functions, you have to worry if the variables are correlate or inepenent. In most cases, we on t have to worry about correlations an the formulas are straightforwar. 3 Rules of ifferential calculus refresher We now o a little review of ifferentiation because we nee erivatives for error propagation. Orinary erivatives are neee for a single variable function, an partial erivatives are neee for multiple variable functions. The erivative is efine in calculus as f (x) = f x = lim f(x + x) f(x) x 0 x The following list contains the basic formulas to master ifferential calculus. c = 0 x = 1 (x n ) = nx n 1 x = x x (cu) = cu (c 1 u + c v) = c 1 u + c v (uv) = u v + uv (1/u) = u /u (u/v) = u v uv f(u(x)) = f u ux = f (u)u (x) (e x ) = e x (a x ) = a x ln a (ln x) = 1 x sin x = + cos x x cos x = sin x x sinh x = + cosh x x x tan x = + sec x x cot x = csc x x tanh x = +sech x v (log a x) = 1 x ln a sec x = + sec x tan x x csc x = csc x cot x x sech x = sech x tanh x x

3 cosh x = + sinh x x x arcsin x = x x arccos x = 1 1 x x arsinh x = + 1 x + 1 x arcosh x = + 1 x 1 x coth x = csch x csch x = csch x coth x x x arctan x = x x arcsec x = + 1 x x 1 x arccot x = x x arccsc x = 1 x x 1 x artanh x = x x arsech x = 1 x 1 x x arcoth x = x x arcsch x = 1 x 1 + x The partial erivative is like the normal erivative except you hol the other variables constant when you take it. Here is the efinition (x, y) x (x, y) y f(x + x, y) f(x, y) = lim x 0 x f(x, y + y) f(x, y) = lim y 0 y For example, if we wante to fin all the partial erivatives of f(x, y, z) = xy z 3 we woul use the power rule (x n ) = nx n 1. There are three possible partial erivatives x = y z 3 y = xyz3 z = 3xy z 4 Error propagation with one variable If we have measure Q ± σ Q then the uncertainty in Q(A) is given by σ Q = Q (A) σ A I assume you are familiar with ifferentiation. One can use a program like Mathematica or your graphing CAS calculator to fin erivatives. Example 4.1. The volume of a cube from error propagation. Suppose a machinist has constructe a precise cube on a milling machine, an you want to fin its volume. You repeately measure one of the sies to be s = ± cm What is the volume an its uncertainty assuming the length, with, an height are ientical? 3

4 Solution 4.1. We calculate the volume as V = s 3 an wait to roun until we know the uncertainty. V = (1.053 cm) 3 = cm 3 To fin the uncertainty we use the error propagation formula σ V = V (s) σ s = 3s σ s σ V = 3(1.053 cm) (0.010 cm) = cm 3 After rouning we get V = 1.168(34) cm 3. 5 Error propagation with multiple inepenent variables Often we want to calculate some quantity that requires a series of iniviual measurements that must be combine. For example, if we wante to calculate A/B we woul first measure A then measure B an then we coul calculate A/B. If we are oing error analysis, then to fin the error in A/B we will nee to apply a formula of error propagation. There is a significant simplification if the two quantities are thought to be inepenent like the charge an mass of an electron. The error propagation formula for multiple inepenent variables labele a 1, a,..., a M is given by ( ) M σf = σa a j j j=1 We will often use the notation that a 1 = A a = B for simplification when we o calculations. Propagation of error for two inepenent variables is given by ( ) ( ) σf = σa + σb A B Example 5.1. Show that σ A±B = σ A + σ B Solution 5.1. Evaluating the partial erivatives (A ± B) A = 1 (A ± B) B = ±1 Applying the error propagation formula we have σ A±B = (1) σ A + (±1) σ B = σa + σ B 4

5 Example 5.. Fin the perimeter of a rectangle of l = 1.5() an w = 4.44(33) Solution 5.. The perimeter is equal to P = (l + w) We can fin the perimeter by plugging in the values P = ( ) = We can fin the uncertainty by applying the propagation of error formula σ P = σ P = ( ) P σl + l ( ) P σw w 4σ l + 4σ w = = Our final answer is P = ± 0.79 σ P 0.79 Example 5.3. If Q = AB, then show that σa σ AB = AB A + σ B B Solution 5.3. Evaluating the partial erivatives (AB) A = B (AB) B = A Applying the error propagation formula we have σ AB = B σa + A σb Divie both sies by AB. σ AB AB = 1 B AB σa + A σb = σa A + σ B B Example 5.4. If Q = A/B, then show that σa σ AB = A/B A + σ B B Solution 5.4. Evaluating the partial erivatives (A/B) A = 1/B (A/B) B = A/B 5

6 Applying the error propagation formula we have σ A/B = (1/B) σa + (A /B 4 )σb Divie both sies by A/B. σ A/B A/B = 1 (1/B) A/B σa + (A /B 4 )σb = σa A + σ B B 6 Common error formulas Q = A + B then σ Q = σ A + σ B Q = A B then σ Q = σa + σ B Q = AB then σ Q σ Q = A A + σ B B Q = A/B then σ Q σ Q = A A + σ B B Q = AB/C... then σ Q Q = σ A A + σ B B + σ C C +... Q = A a B B /C c... then σ Q Q = a σa A + b σb B + c σc C +... Many formulas in physics are of the last form. For example, F = GmM/r or ω = k/m. 7 Error propagation step by step Suppose we want to compute the error in the formula Q(A, B, C, D) = A + B C + D 6

7 It is convenient to o it step by step. Fin the uncertainty in the numerator an enominator iniviually then combine the results. We can let Y = A + B an Z = C + D then fin the uncertainties in Y an Z first. σ Y = σ A + σ B σ Z = σ C + σ D We can then calculate the uncertainty for Y/Z which woul be σ Q Q = σy Y + σ Z Z You can check for yourself that you get the same result as if you i the calculation in one step. If the formula was f = A B A + B then we couln t o it step by step the same way because the numerator an the enominator contain the same variables that repeat. The partial erivatives of the numerator an enominator cannot be separate. 8 The ominant error The error propagation formula tells you where you shoul focus your efforts if you want to reuce the uncertainty in a erive quantity. Example 8.1. Suppose you are calculating g from experiments with a penulum with small oscillations. ω = g/l g = 4π l T If the fractional uncertainty in the length an perio are both ten percent, then how shoul you procee to improve the experimental etermination of g? Solution 8.1. The error propagation formula for this situation. easily write own the error propagation formula σ g g = σl l + 4σ T T We can If the fractional uncertainty in the length is 10 percent an the fractional uncertainty in the perio is 10 percent then the expression in the square root is Clearly measuring the perio more precisely will have the largest effect on reucing the ominant error in the uncertainty. 7

8 9 MATLAB examples Example 9.1. Fining the uncertainty in e N. Q(N) = e N an the uncertainty. Let N = 3.54(35) fin Solution 9.1. We know that (e x ) = e x. So we easily calculate the uncertainty using σ Q = e N σ N = e N σ N Here is what the Matlab coe looks like to calculate that. format long; N = 3.54; sign = ; f = exp(n) sigf = exp(n)*sign >> f = >> sigf = We o the rouning an fin f = 5.85(90) Example 9.. Fining the uncertainty in sin(θ). What is the uncertainty in Q = sin(θ) when θ = 30.0 ±.5? Solution 9.. First we convert the numbers to raians. The error propagation formula is then σ Q = cos θ σ θ It is easy to o all these calculations in Matlab. format long; t = 30; sigt =.5; tra = 30 * pi/180; sigtra =.5 * pi/180; f = cos(tra)*sigtra f = sin(tra) >> >> So the answer is sin θ = 0.500(38). Example 9.3. Fining the Stefan Boltzmann constant an its uncertainty. What is the value an uncertainty of the Stefan Boltzmann constant σ = π k 4 B 60 h 3 c 8

9 Solution 9.3. It s funny that the notation for the Stefan Boltzmann constant is alreay σ, on t get confuse. The propagation of error formula is a common one. σ σ = σ 4 σ k B k B + 3 σ h h Since c is efine it has no uncertainty. Also constant factors like π or have no uncertainty. A quick google for NIST hbar, NIST c, an NIST Boltzmann s constant gives the necessary ata. format long; hb = e-34; shb = e-34; c = ; kb = e-3; skb = e-3; SB = pi^/60 * kb^4/(c^*hb^3) sigsb = SB*(16*skb^/kb^+9*shb^/hb^)^(0.5) >> e-08 >> e-13 The uncertainty is J m s 1 K 4. So the final result is σ = (13) 10 8 Jm s 1 K 4 This calculation agrees with the NIST 016 value. 9

Calculus Calculating the Derivative Chapter 4 Section 1 Techniques for Finding Derivatives

Calculus Calculating the Derivative Chapter 4 Section 1 Techniques for Finding Derivatives Calculus Calculating the Derivative Chapter 4 Section 1 Techniques for Fining Derivatives Essential Question: How is the erivative etermine of a single term? Stuent Objectives: The stuent will etermine

More information

Theorem 3: Derivatives of Inverse Functions

Theorem 3: Derivatives of Inverse Functions What ou ll learn about n Derivatives of Inverse Functions n Derivatives of the Arcsine n Derivatives of the Arctangent n Derivatives of the Arcsecant n Derivatives of the Other Three an wh The relationship

More information

Integer Exponents. Examples: 5 3 = = 125, Powers You Should Know

Integer Exponents. Examples: 5 3 = = 125, Powers You Should Know Algebra of Exponents Mastery of the laws of exponents is essential to succee in Calculus. We begin with the simplest case: 200 Doug MacLean Integer Exponents Suppose n is a positive integer. Then a n is

More information

SUBSTITUTION III.. [f(x)] n f (x)

SUBSTITUTION III.. [f(x)] n f (x) Integration SUBSTITUTION III.. [f(x)] n f (x) Graham S McDonald and Silvia C Dalla A self-contained Tutorial Module for practising the integration of expressions of the form [f(x)] n f (x), where n Table

More information

Numerical solution of conservation laws applied to the Shallow Water Wave Equations

Numerical solution of conservation laws applied to the Shallow Water Wave Equations Numerical solution of conservation laws applie to the Shallow Water Wave Equations Stephen G Roberts Mathematical Sciences Institute, Australian National University Upate January 17, 2013 (base on notes

More information

() 2. x 2k+1- n. x <1

() 2. x 2k+1- n. x <1 Termwise Higher Derivative (Iv-Trigoometric, Iv-Hyperbolic). Termwise Higher Derivative of Iverse Trigoometric Fuctios.. Termwise Higher Derivative of arcta, arccot Formula.. Whe is ceillig fuctio, the

More information

B) 2x3-5x D) 2x3 + 5x

B) 2x3-5x D) 2x3 + 5x Pre Calculus Final Review 2010 (April) Name Divide f(x) by d(x), and write a summary statement in the form indicated. 1) f x = x - 4; d x = x + 7 (Write answer in polynomial form) 1) A) f x = x + 7 x2-7x

More information

50 No matter which way you write it, the way you say it is 1 to 50.

50 No matter which way you write it, the way you say it is 1 to 50. RATIO & PROPORTION Sec 1. Defining Ratio & Proportion A RATIO is a comparison between two quantities. We use ratios everyay; one Pepsi costs 50 cents escribes a ratio. On a map, the legen might tell us

More information

SPLITTING FIELDS KEITH CONRAD

SPLITTING FIELDS KEITH CONRAD SPLITTING FIELDS EITH CONRAD 1. Introuction When is a fiel an f(t ) [T ] is nonconstant, there is a fiel extension / in which f(t ) picks up a root, say α. Then f(t ) = (T α)g(t ) where g(t ) [T ] an eg

More information

Trigonometric Integrals

Trigonometric Integrals Trigonometric Integrals May 0, 03 Goals: Do integrals involving trigonometric functions. Review the erivatives for trigonometric functions. Review trigonometric ientities Trigonometric Derivatives We first

More information

Chapter 21: Option Valuation

Chapter 21: Option Valuation Chapter 21: Option Valuation-1 Chapter 21: Option Valuation I. The Binomial Option Pricing Moel Intro: 1. Goal: to be able to value options 2. Basic approach: 3. Law of One Price: 4. How it will help:

More information

Modes of Convergence

Modes of Convergence Moes of Convergence Electrical Engineering 126 (UC Berkeley Spring 2018 There is only one sense in which a sequence of real numbers (a n n N is sai to converge to a limit. Namely, a n a if for every ε

More information

NOTES ON CALCULUS AND UTILITY FUNCTIONS

NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Tutorial 1 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding utility

More information

An investment strategy with optimal sharpe ratio

An investment strategy with optimal sharpe ratio The 22 n Annual Meeting in Mathematics (AMM 2017) Department of Mathematics, Faculty of Science Chiang Mai University, Chiang Mai, Thailan An investment strategy with optimal sharpe ratio S. Jansai a,

More information

Appendix B: Yields and Yield Curves

Appendix B: Yields and Yield Curves Pension Finance By Davi Blake Copyright 006 Davi Blake Appenix B: Yiels an Yiel Curves Bons, with their regular an generally reliable stream of payments, are often consiere to be natural assets for pension

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

Special Binomial Products

Special Binomial Products Lesson 11-6 Lesson 11-6 Special Binomial Products Vocabulary perfect square trinomials difference of squares BIG IDEA The square of a binomial a + b is the expression (a + b) 2 and can be found by multiplying

More information

Ch 10. Arithmetic Average Options and Asian Opitons

Ch 10. Arithmetic Average Options and Asian Opitons Ch 10. Arithmetic Average Options an Asian Opitons I. Asian Options an Their Analytic Pricing Formulas II. Binomial Tree Moel to Price Average Options III. Combination of Arithmetic Average an Reset Options

More information

MATD 0370 ELEMENTARY ALGEBRA REVIEW FOR TEST 3 (New Material From: , , and 10.1)

MATD 0370 ELEMENTARY ALGEBRA REVIEW FOR TEST 3 (New Material From: , , and 10.1) NOTE: In addition to the problems below, please study the handout Exercise Set 10.1 posted at http://www.austin.cc.tx.us/jbickham/handouts. 1. Simplify: 5 7 5. Simplify: ( 6ab 5 c )( a c 5 ). Simplify:

More information

1. An insurance company models claim sizes as having the following survival function. 25(x + 1) (x 2 + 2x + 5) 2 x 0. S(x) =

1. An insurance company models claim sizes as having the following survival function. 25(x + 1) (x 2 + 2x + 5) 2 x 0. S(x) = ACSC/STAT 373, Actuarial Moels I Further Probability with Applications to Actuarial Science WINTER 5 Toby Kenney Sample Final Eamination Moel Solutions This Sample eamination has more questions than the

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

x f(x) D.N.E

x f(x) D.N.E Limits Consider the function f(x) x2 x. This function is not defined for x, but if we examine the value of f for numbers close to, we can observe something interesting: x 0 0.5 0.9 0.999.00..5 2 f(x).5.9.999

More information

Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December 11

Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December 11 Math 229 FINAL EXAM Review: Fall 2018 1 Final Exam Monday December 11 ALL Projects Due By Monday December 11 1. Problem 1: (a) Write a MatLab function m-file to evaluate the following function: f(x) =

More information

A NOTE ON THE DYNAMIC ROLE OF MONOPOLISTIC COMPETITION IN THE MONETARY ECONOMY. abstract

A NOTE ON THE DYNAMIC ROLE OF MONOPOLISTIC COMPETITION IN THE MONETARY ECONOMY. abstract A NOTE ON THE DYNAMIC ROLE OF MONOPOLISTIC COMPETITION IN THE MONETARY ECONOMY abstract In the new Keynesian economics, monopolistic competition plays an important role. Much static research is base on

More information

Introduction to Options Pricing Theory

Introduction to Options Pricing Theory Introuction to Options Pricing Theory Simone Calogero Chalmers University of Technology Preface This text presents a self-containe introuction to the binomial moel an the Black-Scholes moel in options

More information

If you have ever spoken with your grandparents about what their lives were like

If you have ever spoken with your grandparents about what their lives were like CHAPTER 7 Economic Growth I: Capital Accumulation an Population Growth The question of growth is nothing new but a new isguise for an age-ol issue, one which has always intrigue an preoccupie economics:

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives Week of December n, 3 he Greeks an Wrap-Up Where we are Previously Moeling the Stochastic Process for Derivative Analysis (Chapter 3, OFOD) Black-Scholes-Merton

More information

GAINS FROM TRADE UNDER MONOPOLISTIC COMPETITION

GAINS FROM TRADE UNDER MONOPOLISTIC COMPETITION bs_bs_banner Pacific Economic Review, 2: (206) pp. 35 44 oi: 0./468-006.250 GAINS FROM TRADE UNDER MONOPOLISTIC COMPETITION ROBERT C. FEENSTRA* University of California, Davis an National Bureau of Economic

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

Help Session 7. David Sovich. Washington University in St. Louis

Help Session 7. David Sovich. Washington University in St. Louis Help Session 7 Davi Sovich Washington University in St. Louis TODAY S AGENDA Toay we will learn how to price using Arrow securities We will then erive Q using Arrow securities ARROW SECURITIES IN THE BINOMIAL

More information

4.4 L Hospital s Rule

4.4 L Hospital s Rule CHAPTER 4. APPLICATIONS OF DERIVATIVES 02 4.4 L Hospital s Rule ln() Eample. Find!. ln() Solution. Check:! ln() X ln()!! 0 0 cos() Eample 2. Find.!0 sin() Solution. WRONG SOLUTION:!0 sin(0) 0. There are

More information

A Moment Matching Approach to the Valuation of a Volume Weighted Average Price Option

A Moment Matching Approach to the Valuation of a Volume Weighted Average Price Option A Moment Matching Approach to the Valuation of a Volume Weighte Average Price Option Antony William Stace Department of Mathematics, University of Queenslan, Brisbane, Queenslan 472, Australia aws@maths.uq.eu.au

More information

Chapter 2 Rocket Launch: AREA BETWEEN CURVES

Chapter 2 Rocket Launch: AREA BETWEEN CURVES ANSWERS Mathematics (Mathematical Analysis) page 1 Chapter Rocket Launch: AREA BETWEEN CURVES RL-. a) 1,.,.; $8, $1, $18, $0, $, $6, $ b) x; 6(x ) + 0 RL-. a), 16, 9,, 1, 0; 1,,, 7, 9, 11 c) D = (-, );

More information

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman:

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Math 224 Fall 207 Homework 5 Drew Armstrong Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Section 3., Exercises 3, 0. Section 3.3, Exercises 2, 3, 0,.

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

KEY TERMS proportion variable means extremes solve a proportion isolate the variable inverse operations

KEY TERMS proportion variable means extremes solve a proportion isolate the variable inverse operations Tagging Sharks Solving Proportions Using Means 3 an Extremes WARM UP Solve each equation. 1. w 2 5 5 25 2. 9x 5 990 3. c 12 5 48 4. 1.15 1 m 5 10 LEARNING GOALS Rewrite proportions to maintain equality.

More information

Asymptotic Notation. Instructor: Laszlo Babai June 14, 2002

Asymptotic Notation. Instructor: Laszlo Babai June 14, 2002 Asymptotic Notation Instructor: Laszlo Babai June 14, 2002 1 Preliminaries Notation: exp(x) = e x. Throughout this course we shall use the following shorthand in quantifier notation. ( a) is read as for

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

Abstract Stanar Risk Aversion an the Deman for Risky Assets in the Presence of Backgroun Risk We consier the eman for state contingent claims in the p

Abstract Stanar Risk Aversion an the Deman for Risky Assets in the Presence of Backgroun Risk We consier the eman for state contingent claims in the p Stanar Risk Aversion an the Deman for Risky Assets in the Presence of Backgroun Risk Günter Franke 1, Richar C. Stapleton 2, an Marti G. Subrahmanyam. 3 November 2000 1 Fakultät für Wirtschaftswissenschaften

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

A GENERALIZED COUPON COLLECTOR PROBLEM

A GENERALIZED COUPON COLLECTOR PROBLEM J. Appl. Prob. 48, 08 094 (20) Printe in Englan Applie Probability Trust 20 A GENERALIZED COUPON COLLECTOR PROBLEM WEIYU XU an A. KEVIN TANG, Cornell University Abstract This paper presents an analysis

More information

CDO TRANCHE PRICING BASED ON THE STABLE LAW VOLUME II: R ELAXING THE LHP. Abstract

CDO TRANCHE PRICING BASED ON THE STABLE LAW VOLUME II: R ELAXING THE LHP. Abstract CDO TRANCHE PRICING BASED ON THE STABLE LAW VOLUME II: R ELAXING THE ASSUMPTION German Bernhart XAIA Investment GmbH Sonnenstraße 9, 833 München, Germany german.bernhart@xaia.com First Version: July 26,

More information

American Journal of Business Education December 2009 Volume 2, Number 9

American Journal of Business Education December 2009 Volume 2, Number 9 A MATLAB-Aided Method For Teaching Calculus-Based Business Mathematics Jiajuan Liang, University of New Haven, USA William S. Y. Pan, University of New Haven, USA ABSTRACT MATLAB is a powerful package

More information

Chapter 5 Integration

Chapter 5 Integration Chapter 5 Integration Integration Anti differentiation: The Indefinite Integral Integration by Substitution The Definite Integral The Fundamental Theorem of Calculus 5.1 Anti differentiation: The Indefinite

More information

Solutions to Practice Questions (Diversification)

Solutions to Practice Questions (Diversification) Simon School of Business University of Rochester FIN 402 Capital Budgeting & Corporate Objectives Prof. Ron Kaniel Solutions to Practice Questions (Diversification) 1. These practice questions are a suplement

More information

Risk-Neutral Probabilities

Risk-Neutral Probabilities Debt Instruments an Markets Risk-Neutral Probabilities Concepts Risk-Neutral Probabilities True Probabilities Risk-Neutral Pricing Risk-Neutral Probabilities Debt Instruments an Markets Reaings Tuckman,

More information

Chapter 6: Quadratic Functions & Their Algebra

Chapter 6: Quadratic Functions & Their Algebra Chapter 6: Quadratic Functions & Their Algebra Topics: 1. Quadratic Function Review. Factoring: With Greatest Common Factor & Difference of Two Squares 3. Factoring: Trinomials 4. Complete Factoring 5.

More information

Math 1201 Unit 3 Factors and Products Final Review. Multiple Choice. 1. Factor the binomial. a. c. b. d. 2. Factor the binomial. a. c. b. d.

Math 1201 Unit 3 Factors and Products Final Review. Multiple Choice. 1. Factor the binomial. a. c. b. d. 2. Factor the binomial. a. c. b. d. Multiple Choice 1. Factor the binomial. 2. Factor the binomial. 3. Factor the trinomial. 4. Factor the trinomial. 5. Factor the trinomial. 6. Factor the trinomial. 7. Factor the binomial. 8. Simplify the

More information

Math1090 Midterm 2 Review Sections , Solve the system of linear equations using Gauss-Jordan elimination.

Math1090 Midterm 2 Review Sections , Solve the system of linear equations using Gauss-Jordan elimination. Math1090 Midterm 2 Review Sections 2.1-2.5, 3.1-3.3 1. Solve the system of linear equations using Gauss-Jordan elimination. 5x+20y 15z = 155 (a) 2x 7y+13z=85 3x+14y +6z= 43 x+z= 2 (b) x= 6 y+z=11 x y+

More information

Option Pricing for Inventory Management and Control

Option Pricing for Inventory Management and Control 29 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 1-12, 29 ThB7.3 Option Pricing for Inventory Management an Control Bryant Angelos, McKay Heasley, an Jeffrey Humpherys Abstract

More information

Symmetry, Sliding Windows and Transfer Matrices.

Symmetry, Sliding Windows and Transfer Matrices. Symmetry, Sliding Windows and Transfer Matrices Alexander Shpunt Department of Physics, Massachusetts Institute of Technology, Cambridge, MA 02139, USA (Dated: May 16, 2008) In this paper we study 1D k-neighbor

More information

Linking the Negative Binomial and Logarithmic Series Distributions via their Associated Series

Linking the Negative Binomial and Logarithmic Series Distributions via their Associated Series Revista Colombiana e Estaística Diciembre 2008, volumen 31, no. 2, pp. 311 a 319 Linking the Negative Binomial an Logarithmic Series Distributions via their Associate Series Relacionano las istribuciones

More information

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

More information

Math 8. Quarter 4. Name Teacher Period

Math 8. Quarter 4. Name Teacher Period Math 8 Quarter 4 Name Teacher Period 1 Unit 12 2 Released Questions 201 For the following questions Calculators are NOT permitted 1) 2) ) 4) 5) 6) 4 For the following questions Calculators are permitted

More information

PERFORMANCE OF THE CROATIAN INSURANCE COMPANIES - MULTICRITERIAL APPROACH

PERFORMANCE OF THE CROATIAN INSURANCE COMPANIES - MULTICRITERIAL APPROACH PERFORMANCE OF THE CROATIAN INSURANCE COMPANIES - MULTICRITERIAL APPROACH Davorka Davosir Pongrac Zagreb school of economics an management Joranovac 110, 10000 Zagreb E-mail: avorka.avosir@zsem.hr Višna

More information

1 The continuous time limit

1 The continuous time limit Derivative Securities, Courant Institute, Fall 2008 http://www.math.nyu.edu/faculty/goodman/teaching/derivsec08/index.html Jonathan Goodman and Keith Lewis Supplementary notes and comments, Section 3 1

More information

EE 521 Instrumentation and Measurements Fall 2007 Solutions for homework assignment #2

EE 521 Instrumentation and Measurements Fall 2007 Solutions for homework assignment #2 Problem 1 (1) EE 51 Instrumentation and Measurements Fall 007 Solutions for homework assignment # f(x) = 1 σ π e () If the height of the peaks in the distribution as drawn are assumed to be 1, then the

More information

5.7 Probability Distributions and Variance

5.7 Probability Distributions and Variance 160 CHAPTER 5. PROBABILITY 5.7 Probability Distributions and Variance 5.7.1 Distributions of random variables We have given meaning to the phrase expected value. For example, if we flip a coin 100 times,

More information

3.1 Solutions to Exercises

3.1 Solutions to Exercises .1 Solutions to Exercises 1. (a) f(x) will approach + as x approaches. (b) f(x) will still approach + as x approaches -, because any negative integer x will become positive if it is raised to an even exponent,

More information

Calculus Review with Matlab

Calculus Review with Matlab Calculus Review with Matlab While Matlab is capable of doing symbolic math (i.e. algebra) for us, the real power of Matlab comes out when we use it to implement numerical methods for solving problems,

More information

An Evaluation of Shareholder Activism

An Evaluation of Shareholder Activism An Evaluation of Shareholer Activism Barbara G. Katz Stern School of Business, New York University 44 W. 4th St., New York, NY 10012 bkatz@stern.nyu.eu; tel: 212 998 0865; fax: 212 995 4218 corresponing

More information

1. Geometric sequences can be modeled by exponential functions using the common ratio and the initial term.

1. Geometric sequences can be modeled by exponential functions using the common ratio and the initial term. 1 Geometric sequences can be modeled by exponential functions using the common ratio and the initial term Exponential growth and exponential decay functions can be used to model situations where a quantity

More information

2 DESCRIPTIVE STATISTICS

2 DESCRIPTIVE STATISTICS Chapter 2 Descriptive Statistics 47 2 DESCRIPTIVE STATISTICS Figure 2.1 When you have large amounts of data, you will need to organize it in a way that makes sense. These ballots from an election are rolled

More information

AFM Final Exam Review #1

AFM Final Exam Review #1 AFM Final Exam Review # Name. A home security company offers a security system that uses the numbers 0 through 6, inclusive, for a -digit security code. How many different security codes are possible if

More information

THE UNIVERSITY OF AKRON Mathematics and Computer Science

THE UNIVERSITY OF AKRON Mathematics and Computer Science Lesson 5: Expansion THE UNIVERSITY OF AKRON Mathematics and Computer Science Directory Table of Contents Begin Lesson 5 IamDPS N Z Q R C a 3 a 4 = a 7 (ab) 10 = a 10 b 10 (ab (3ab 4))=2ab 4 (ab) 3 (a 1

More information

MATD 0370 ELEMENTARY ALGEBRA REVIEW FOR TEST 3 (New Material From: , , and 10.1)

MATD 0370 ELEMENTARY ALGEBRA REVIEW FOR TEST 3 (New Material From: , , and 10.1) NOTE: In addition to the problems below, please study the handout Exercise Set 10.1 posted at http://www.austincc.edu/jbickham/handouts. 1. Simplify: 5 7 5. Simplify: ( ab 5 c )( a c 5 ). Simplify: 4x

More information

Chapter 8 To Infinity and Beyond: LIMITS

Chapter 8 To Infinity and Beyond: LIMITS ANSWERS Mathematics 4 (Mathematical Analysis) page 1 Chapter 8 To Infinity and Beyond: LIMITS LM-. LM-3. f) If the procedures are followed accurately, all the last acute angles should be very close to

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives Week of December 3 r, he Greeks an Wrap-Up Where we are Previously Moeling the Stochastic Process for Derivative Analysis (Chapter 3, OFOD) Black-Scholes-Merton

More information

Statistics vs. statistics

Statistics vs. statistics Statistics vs. statistics Question: What is Statistics (with a capital S)? Definition: Statistics is the science of collecting, organizing, summarizing and interpreting data. Note: There are 2 main ways

More information

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION BARUCH COLLEGE MATH 003 SPRING 006 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final examination for Math 003 will consist of two parts. Part I: Part II: This part will consist of 5 questions similar

More information

Feb. 4 Math 2335 sec 001 Spring 2014

Feb. 4 Math 2335 sec 001 Spring 2014 Feb. 4 Math 2335 sec 001 Spring 2014 Propagated Error in Function Evaluation Let f (x) be some differentiable function. Suppose x A is an approximation to x T, and we wish to determine the function value

More information

Dividing Polynomials

Dividing Polynomials OpenStax-CNX module: m49348 1 Dividing Polynomials OpenStax OpenStax Precalculus This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section, you

More information

Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W

Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W Notes on a Basic Business Problem MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W This simple problem will introduce you to the basic ideas of revenue, cost, profit, and demand.

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

CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES

CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES DISCRETE RANDOM VARIABLE: Variable can take on only certain specified values. There are gaps between possible data values. Values may be counting numbers or

More information

Online Supplement to The Extensive Margin of Exporting Products: A Firm-level Analysis

Online Supplement to The Extensive Margin of Exporting Products: A Firm-level Analysis Online Supplement to The Extensive Margin of Exporting Proucts: A Firm-level Analysis Costas Arkolakis, Yale University, CESifo an NBER January 14, 2019 Sharat Ganapati, Georgetown University Marc-Anreas

More information

3.1 Solutions to Exercises

3.1 Solutions to Exercises .1 Solutions to Exercises 1. (a) f(x) will approach + as x approaches. (b) f(x) will still approach + as x approaches -, because any negative integer x will become positive if it is raised to an even exponent,

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

New Trade Models, New Welfare Implications

New Trade Models, New Welfare Implications New rae Moels, New Welfare Implications he Harvar community has mae this article openly available. Please share how this access benefits you. Your story matters Citation Melitz, Marc J., an Stephen J.

More information

3.1 Factors and Multiples of Whole Numbers

3.1 Factors and Multiples of Whole Numbers 3.1 Factors and Multiples of Whole Numbers LESSON FOCUS: Determine prime factors, greatest common factors, and least common multiples of whole numbers. The prime factorization of a natural number is the

More information

PART I: NO CALCULATOR (200 points)

PART I: NO CALCULATOR (200 points) Prealgebra Practice Final Math 0 OER (Ch. -) PART I: NO CALCULATOR (00 points) (.). Find all divisors of the following numbers. a) b) 7 c) (.). Find the prime factorization of the following numbers. a)

More information

REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY

REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY Harriet Black Nembhar Davi A. Nembhar Ayse P. Gurses Department of Inustrial Engineering University of Wisconsin-Maison 53 University Avenue Maison,

More information

Exercises. 140 Chapter 3: Factors and Products

Exercises. 140 Chapter 3: Factors and Products Exercises A 3. List the first 6 multiples of each number. a) 6 b) 13 c) 22 d) 31 e) 45 f) 27 4. List the prime factors of each number. a) 40 b) 75 c) 81 d) 120 e) 140 f) 192 5. Write each number as a product

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

Math 1526 Summer 2000 Session 1

Math 1526 Summer 2000 Session 1 Math 1526 Summer 2 Session 1 Lab #2 Part #1 Rate of Change This lab will investigate the relationship between the average rate of change, the slope of a secant line, the instantaneous rate change and the

More information

LGD Risk Resolved. Abstract

LGD Risk Resolved. Abstract LGD Risk Resolve Jon Frye (corresponing author) Senior Economist Feeral Reserve Bank of Chicago 230 South LaSalle Street Chicago, IL 60604 Jon.Frye@chi.frb.org 32-322-5035 Michael Jacobs Jr. Senior Financial

More information

Unit 8 - Math Review. Section 8: Real Estate Math Review. Reading Assignments (please note which version of the text you are using)

Unit 8 - Math Review. Section 8: Real Estate Math Review. Reading Assignments (please note which version of the text you are using) Unit 8 - Math Review Unit Outline Using a Simple Calculator Math Refresher Fractions, Decimals, and Percentages Percentage Problems Commission Problems Loan Problems Straight-Line Appreciation/Depreciation

More information

21 MATHEMATICAL MODELLING

21 MATHEMATICAL MODELLING 21 MATHEMATICAL MODELLING Chapter 21 Mathematical Modelling Objectives After studying this chapter you should understand how mathematical models are formulated, solved and interpreted; appreciate the power

More information

Chapter 7. Chapter Outline. Asset Market Equilibrium. Money and Other Assets. The Functions of Money. What is Money?

Chapter 7. Chapter Outline. Asset Market Equilibrium. Money and Other Assets. The Functions of Money. What is Money? Chapter Outline Chapter 7 The Asset arket, oney, an Prices oney an acroeconomics What Is oney? The Supply of oney Portfolio Allocation an the Deman for oney Asset arket Equilibrium oney Growth an Inflation

More information

Midterm 1, Financial Economics February 15, 2010

Midterm 1, Financial Economics February 15, 2010 Midterm 1, Financial Economics February 15, 2010 Name: Email: @illinois.edu All questions must be answered on this test form. Question 1: Let S={s1,,s11} be the set of states. Suppose that at t=0 the state

More information

Repos, Fire Sales, and Bankruptcy Policy

Repos, Fire Sales, and Bankruptcy Policy Repos, Fire Sales, an Bankruptcy Policy Gaetano Antinolfi Francesca Carapella Charles Kahn Antoine Martin Davi Mills E Nosal Preliminary an Incomplete May 25, 2012 Abstract The events from the 2007-2009

More information

Back to estimators...

Back to estimators... Back to estimators... So far, we have: Identified estimators for common parameters Discussed the sampling distributions of estimators Introduced ways to judge the goodness of an estimator (bias, MSE, etc.)

More information

Year 8 Term 1 Math Homework

Year 8 Term 1 Math Homework Yimin Math Centre Year 8 Term Math Homework Student Name: Grade: Date: Score: Table of contents Year 8 Term Week Homework. Topic Percentages.................................... The Meaning of Percentages.............................2

More information

MATH 181-Quadratic Equations (7 )

MATH 181-Quadratic Equations (7 ) MATH 181-Quadratic Equations (7 ) 7.1 Solving a Quadratic Equation by Factoring I. Factoring Terms with Common Factors (Find the greatest common factor) a. 16 1x 4x = 4( 4 3x x ) 3 b. 14x y 35x y = 3 c.

More information

MTH6154 Financial Mathematics I Stochastic Interest Rates

MTH6154 Financial Mathematics I Stochastic Interest Rates MTH6154 Financial Mathematics I Stochastic Interest Rates Contents 4 Stochastic Interest Rates 45 4.1 Fixed Interest Rate Model............................ 45 4.2 Varying Interest Rate Model...........................

More information

Final Examination Re - Calculus I 21 December 2015

Final Examination Re - Calculus I 21 December 2015 . (5 points) Given the graph of f below, determine each of the following. Use, or does not exist where appropriate. y (a) (b) x 3 x 2 + (c) x 2 (d) x 2 (e) f(2) = (f) x (g) x (h) f (3) = 3 2 6 5 4 3 2

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 017 Exam 017-10-18 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

Capacity Constraint OPRE 6377 Lecture Notes by Metin Çakanyıldırım Compiled at 15:30 on Tuesday 22 nd August, 2017

Capacity Constraint OPRE 6377 Lecture Notes by Metin Çakanyıldırım Compiled at 15:30 on Tuesday 22 nd August, 2017 apacity onstraint OPRE 6377 Lecture Notes by Metin Çakanyılırım ompile at 5:30 on Tuesay 22 n August, 207 Solve Exercises. [Marginal Opportunity ost of apacity for Deman with onstant Elasticity] We suppose

More information

The Uniform Distribution

The Uniform Distribution The Uniform Distribution EXAMPLE 1 The previous problem is an example of the uniform probability distribution. Illustrate the uniform distribution. The data that follows are 55 smiling times, in seconds,

More information

- PDF Download Topics : 1. Simplification 2. Number Series 3. Percentage 4. Profit and Loss 5. Simple Interest and Compound Interest 6. Ratio and Proportion 7. Time and Work 8. Time Speed and Distance

More information