c 2007 Je rey A. Miron

Size: px
Start display at page:

Download "c 2007 Je rey A. Miron"

Transcription

1 Review of Calculus Tools. c 007 Je rey A. Miron Outline 1. Derivatives. Optimization 3. Partial Derivatives. Optimization again 5. Optimization subject to constraints 1 Derivatives The basic tool we need to review is derivatives. The basic, intuititive de nition of a derivative is that it is the rate of change of a function in response to a change in its argument. Let s take an eample and look at it more slowly. Say we have some variable y that is a function of another variable, e.g., y = f() For eample, we could have y = or y = or y = ln Graphically, I am just assuming that we have something that looks like the following: 1

2 Graph: A Standard Di erentiable Function with a Maimum y = ( 3) + y Now say that we are interested in knowing how y will change if we change. Let s say that y is test scores, and is hours of studying. Assume we are initially at some amount of, e.g., you have been in the habit of studying 0 hours per week. You want to know how much higher your test scores would be at some other amount of, + h. One thing you could do, if you know the formula, is take this alternate + h, and compute f() as well as f( + h). You could then look at the di erence: f( + h) f() This would be the change in y. you care about. For some purposes, that might be eactly what In other instances, however, you might care about not just how much of a change there would be, but how much per amount of change in, i.e., per h: That is also easy to calculate:

3 f( + h) f() h Now look at this graphically: 3

4 Graph: Calculating the Rate of Change in f Over a Discrete Interval y = 1= y 9 f(+h) 7 f(+h) f() f() 5 3 h h As you can see, we are just calculating the ratio of two legs of a triangle; that ratio is the slope of the line that connects the two points, as seen above. The problem is that this calculation would have a di erent answer if we calculated it at a di erent point:

5 Graph: Calculating the Rate of Change at a Di erent Point y = 1= f(+h) y f() h' f(+h') f() h' So, what if we calculated all this, but for a smaller h? Then, we would get a di erent rate of change/slope: 5

6 Graph: Rate of Change as h Shrinks y = 1= y h So, let s think about the limiting case of this. Say we eamine lim h!0 f( + h) h f() At one level, this thing might seem a bit confusing or ill-de ned. The numerator obviously goes to zero as h gets small. The denominator also goes to zero. So, why should we epect the limit to converge to anything? The proof is outside this course. But, looking at the graph, we can see that it seems plausible that as we let h go to zero, the ratio should approach the slope of the line that is tangent to the function. This is indeed the case, and it can be proven, but we will just accept it as reasonable. To summarize, we have shown that the rate of change of a function at a given point (assuming it has a well-de ned rate of change) is equal to the slope of a line that is tangent to the curve at that point.

7 So, we simply want to de ne the derivative as dy=d = f 0 () = lim h!0 f( + h) f() h The key thing to keep in your head is that the derivative is both: 1) the rate of change of the function at that point, and ) the slope of the tangent line at that point. Here are a few additional things to consider: 1. The derivative is usually di erent at di erent points.. Some functions do not have derivatives at various points: 7

8 Graph: Functions with Non-Di erentiabilities y ' y ' y = ( + 3)= +

9 y ' = We know the formula for the derivatives of a lot of functions: constant linear polynomial to any power ln e and many more, but we will only need the ones above.. We also know some rules about combinations of functions. The product rule: if f() = g()h() Then 9

10 f 0 () = g()h 0 () + h()g 0 () The chain rule: if f() = g(h()) Then f 0 () = g 0 (h())h 0 () Optimization of a Function of a Single Variable So far, we have talked about the idea that the change in a variable y that depends on a variable, per unit of, might be a useful thing to measure in some settings. And, we have seen that the derivative we have de ned the change in y per unit of, for small changes in seems to measure that concept. But we have not been that eplicit about why derivatives are useful in economics. We ll take a step in that direction now. So, imagine that we have some y that depends on, and we control. We know that di erent values of y lead to di erent values of, and we want to choose the that gives us the highest y. For eample, assume y is a measure of happiness, and is the number of pints of Ben and Jerry s that a consumer eats each night. You might think that for small values of, y increases with. But at some point, as increases, happiness decreases (because you can feel your arteries clogging as you eat your th pint that night). Graphically, we have

11 Graph: A Single-Peaked Function y = ( 3) + y So, graphically, it s easy to pick the right point. The key thing about this point, of course, other than the fact that it seems to be where y is highest, is that the slope at that point, i.e., the derivative, is zero. So, this suggests a strategy for nding the that leads to the maiumum y: take the derivative, set it equal to zero, and then solve. That is, compute f 0 () set this to zero f 0 () = 0 and solve for. This kind of equation is known as the rst-order condition (FOC) for a maimum. 11

12 The phrase rst-order is important; it suggests that this is not the whole story, and that there may be second-order things we have to worry about. Let s leave that aside for a second. Intuitively, it seems clear (and one can prove rigorously under some assumptions) that the that satis es this condition is the at which the maimum y occurs. There are some caveats, but ignore them for a moment and look at an eample. Let s say y = f() = + + : Then the problem we want to solve can be written as ma + + We therefore compute the derivative + set this to zero + = 0 and solve for ; turns out to be 3..1 Caveats: The graph that I drew, and the eample I considered, had nice features: 1. eactly one peak. de nitely had a ma 3. everywhere di erentiable This is not true for all functions: 1

13 Graph: Functions Without Well-De ned Maima y no ma or min y infinitely many ma = min

14 y min but no ma So, the condition we have stated, the FOC, is not su cient for a point to be a maimum. Indeed, it is not even necessary, if we allow for functions that are not di erentiable. There is a standard approach to dealing with this that handles these weird cases for di erentiable functions. This method is known as the second-order conditions. It basically says that the second derivative has to be negative for a maimum. What is a second derivative? It s just a derivative of a derivative. And you probably remember, or can at least see intuitively, why this makes sense: If the second derivative is negative, the derivative is getting smaller. Don t worry about this for now. it is relevant later. I will review it again in a few eamples where Most, although not all, of the problems we eamine are nice. For now, I want you to be aware of the issue, and we will see some eamples where it is relevant later. 1

15 But, it s not the key thing to focus on now - just be sure to understand the intuition and mechanics of the FOC. To be clear, it is very important that you be aware that the FOC is not a su cient condition; there are special cases where the point that satis es the FOC is not the maimizing point. But we re not going to worry about the details yet, and not to a signi cant degree in this course overall. NB: everything I ve said is applicable for nding minima instead of maima. That is one reason we have to check the SOC s. But again, in most applications that we will consider, this will take care of itself. 3 Partial Derivatives The net, and basically last, calculus topic that we need is partial derivatives. The reason is that many interesting economics eamples relate one variable, say y, to two (or more) other variables, say k and l. A common eample can be found in a production function: y = f(k; l) or, in a utility function, u = u( 1; ) So, the standard calculus of one variable is not su cient. Imagine that we have a function of two variables, e.g., y = f(; z) Now, this is a bit more of a pain graphically. But, in principle, we can draw this: 15

16 Graph: A Function of Two Variables z = ( ) = (y ) = + z y So, y changes in responses to both and z. If we held one variable constant that is, looked at a particular slice of this picture in either the or z direction we would have a univariate function and picture. If we were only working with that, then we might just apply the standard approach from before. So, we might consider the rate of change of y with respect to either one of those variables. It is therefore natural to de ne what are called = lim f( + h; z) f(; z) h!0 h Now, this might look messy. But it simply treats z as a constant, and then takes a standard derivative. 1

17 Then This is easiest to see by considering eamples. Assume y = z: Why? Because if we treat z as a constant, then y equals just a constant times, and we know how to take that derivative. What eactly is this partial telling us? It is telling us the rate at which y changes as we change, holding z constant. Furthermore, it makes sense that this depends on the value of z. Take z = 0 - then changing has no e ect on y. Of course, we could also think about the e ect of z on y. take the derivative of y wrt z, treating as a constant: To calculate = : So, if we have a function y = f( 1; ; : : : n ) i.e., a function of n variables, there will be eactly n partial derivatives. More eamples: Let y = a + bz + = b: 17

18 = c: y = z 3 Then = 3 z : u( 1; ) = 1 1 ; 1 = 1 1 ; ) = Discussion: You need to know two things about partials. First, given a general function or some speci c function, you should know how to calculate them. That should be pretty straightforward, since once you understand the approach treat all other variables as constants, and then apply standard rules from univariate calculus it s a totally mechanical application of univariate calculus. Second, you need to know how to interpret partials. 1

19 This again should not be hard; it is just a tad di erent than the univariate case, but in a way that matters. In words, the partial of a function with respect to one argument is the rate of change in the function in response to a small change in the argument, holding the other arguments ed. This is di erent than adjusting both arguments. For eample, increasing a consumer s consumption of goods 1 and is normally going to have a di erent e ect on utility than just increasing, say, good 1. As a second eample, increasing both K and L will have a di erent e ect than, say, increasing L and holding K constant. We ll see this in practice soon. Optimization with of Functions of Several Variables The last topic we need to consider is how to nd the maimizing values for functions of several variables. Indeed, this is the case of real interest, since key eamples in economics are of this variety. That is what creates all the tension about how much math to use in intermediate courses. Everyone agrees that it s nice to be able to use calculus. we need just a little bit of multivariate calculus. But it turns out that Virtually all basic calculus courses, however, focus only on univariate, rather than multivariate, calculus; in particular, they do not teach partial derivatives. Thus, in most sequences, you do linear algebra, and then multivariate calculus. This makes 19

20 sense, since you need linear algebra (but only a tiny amount) for some parts of multivariate calculus. This standard approach makes life di cult. So, the key tool we need to do micro theory with calculus is partial derivatives. That means that if we cannot use partials, the bene ts of using calculus are not large; that s why most books put it in an appendi, or skip it entirely. That s also why many departments do not require calculus for an econ major; Harvard did not until or 15 years ago. But, this seems nutty to me: for good students who have had some introduction to basic calculus, learning a partial derivative is not big deal; it s really just a baby step away from what you already know. Indeed, if you think about it the right way, you already know what a partial is, as we have seen. Now we can see why it is useful. Let s rst consider an abstract eample, because there s one small wrinkle that I want to leave aside for the moment that comes in when we get to the economics eamples. Say we have y = f( 1; ) We know that if f is a smooth function, it could look something like: 0

21 Graph: A Smooth Function of Two Variables z = ( ) = (y ) = + z y We also know we could think about this in only one of two dimensions. Then this would look like: 1

22 Graph: A Slice of the Graph Above z = ( ) = ( ) = + z So, intuitively, we want to make sure we re at a peak from either angle. Well, looking from either angle is like holding one of 1 or ed. So, say we do the following: 1 set both to zero, and nd the combination of 1 and that simultaneously solves the two equations. I am assuming you can see intuitively that this is analogous to the univariate case. In words, if we are at the combination of 1 and that produces the maimum y, then two things must be true:

23 1) A small change in 1 leads to a decrease in y, whichever direction we go in. ) A small change in leads to a decrease in y, whichever direction we go in. Thus we have two conditions involving two unknowns, and we can solve these. These two equations need not be linear. But, under some regularity assumptions, there will be an 1 and an that works. Take for an eample y = Then, the FOC s 1 = = = = 0 This is just two linear equations in two unknowns.. We can easily solve for 1 and Of course, these are just rst-order conditions. As with the univariate case, we have to worry about whether we re getting a ma or min; we also have to worry about kinks and boundaries, etc. Ignore all this for the time being, but be aware that it could be an issue. We ll look more carefully in some particular cases as needed. 5 Constraints So far, we have not talked about the multivariate case under the assumption that there might be constraints. We are going to nesse that issue for the most part, in ways you will see shortly. So, it is again something we will have to worry about a bit, but it s best handled case-by-case with speci c eamples, rather than with general theory. 3

It is convenient to introduce some notation for this type of problems. I will write this as. max u (x 1 ; x 2 ) subj. to. p 1 x 1 + p 2 x 2 m ;

It is convenient to introduce some notation for this type of problems. I will write this as. max u (x 1 ; x 2 ) subj. to. p 1 x 1 + p 2 x 2 m ; 4 Calculus Review 4.1 The Utility Maimization Problem As a motivating eample, consider the problem facing a consumer that needs to allocate a given budget over two commodities sold at (linear) prices p

More information

Math 1270 Honors Fall, 2008 Background Material on Uniform Convergence

Math 1270 Honors Fall, 2008 Background Material on Uniform Convergence Math 27 Honors Fall, 28 Background Material on Uniform Convergence Uniform convergence is discussed in Bartle and Sherbert s book Introduction to Real Analysis, which was the tet last year for 42 and 45.

More information

In economics, the amount of a good x demanded is a function of the price of that good. In other words,

In economics, the amount of a good x demanded is a function of the price of that good. In other words, I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with eactly one member of Y. That is, some goes in, and some y comes out. These notations are used to

More information

Sometimes the domains X and Z will be the same, so this might be written:

Sometimes the domains X and Z will be the same, so this might be written: II. MULTIVARIATE CALCULUS The first lecture covered functions where a single input goes in, and a single output comes out. Most economic applications aren t so simple. In most cases, a number of variables

More information

Some Notes on Adverse Selection

Some Notes on Adverse Selection Some Notes on Adverse Selection John Morgan Haas School of Business and Department of Economics University of California, Berkeley Overview This set of lecture notes covers a general model of adverse selection

More information

CHAPTER 7: TECHNIQUES OF INTEGRATION

CHAPTER 7: TECHNIQUES OF INTEGRATION CHAPTER 7: TECHNIQUES OF INTEGRATION DAVID GLICKENSTEIN. Introduction This semester we will be looking deep into the recesses of calculus. Some of the main topics will be: Integration: we will learn how

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 08-09 Summer Assignment Dear Future AP Student, I hope you are ecited for the year of Calculus that we will be pursuing together! I don t know how much you know about Calculus, but it is

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

More information

AP Calculus Summer Homework Worksheet Instructions

AP Calculus Summer Homework Worksheet Instructions Honors AP Calculus BC Thrill-a-Minute Summer Opportunity 018 Name Favorite Pre-Calculus Topic Your summer assignment is to have the review packet (a review of Algebra / Trig. and Pre-Calculus), Chapter

More information

1 Continuity and Limits of Functions

1 Continuity and Limits of Functions Week 4 Summary This week, we will move on from our discussion of sequences and series to functions. Even though sequences and functions seem to be very different things, they very similar. In fact, we

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Bridging the gap between GCSE and A level mathematics

Bridging the gap between GCSE and A level mathematics Bridging the gap between GCSE and A level mathematics This booklet is designed to help you revise important algebra topics from GCSE and make the transition from GCSE to A level a smooth one. You are advised

More information

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward.

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward. EXPLODING DOTS CHAPTER 7 INFINITE SUMS In the previous chapter we played with the machine and saw the power of that machine to make advanced school algebra so natural and straightforward. In this chapter,

More information

Chapter 5 Symbolic Increments

Chapter 5 Symbolic Increments Chapter 5 Symbolic Increments The main idea of di erential calculus is that small changes in smooth functions are approimately linear. In Chapter 3, we saw that most microscopic views of graphs appear

More information

STARTING WITH CONFIDENCE

STARTING WITH CONFIDENCE STARTING WITH CONFIDENCE A- Level Maths at Budmouth Name: This booklet has been designed to help you to bridge the gap between GCSE Maths and AS Maths. Good mathematics is not about how many answers you

More information

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems Math 5 T-Limits Page MATH 5 TOPIC LIMITS A. Basic Idea of a Limit and Limit Laws B. Limits of the form,, C. Limits as or as D. Summary for Evaluating Limits Answers to Eercises and Problems Math 5 T-Limits

More information

The Derivative of a Function

The Derivative of a Function The Derivative of a Function James K Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 1, 2017 Outline A Basic Evolutionary Model The Next Generation

More information

ARE202A, Fall 2005 CONTENTS. 1. Graphical Overview of Optimization Theory (cont) Separating Hyperplanes 1

ARE202A, Fall 2005 CONTENTS. 1. Graphical Overview of Optimization Theory (cont) Separating Hyperplanes 1 AREA, Fall 5 LECTURE #: WED, OCT 5, 5 PRINT DATE: OCTOBER 5, 5 (GRAPHICAL) CONTENTS 1. Graphical Overview of Optimization Theory (cont) 1 1.4. Separating Hyperplanes 1 1.5. Constrained Maximization: One

More information

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics Year Maths A Level Year - Tet Book Purchase In order to study A Level Maths students are epected to purchase from the school, at a reduced cost, the following tetbooks that will be used throughout their

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

3.4 Using the First Derivative to Test Critical Numbers (4.3)

3.4 Using the First Derivative to Test Critical Numbers (4.3) 118 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE 3.4 Using the First Derivative to Test Critical Numbers (4.3) 3.4.1 Theory: The rst derivative is a very important tool when studying a function. It is important

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

Section 1.x: The Variety of Asymptotic Experiences

Section 1.x: The Variety of Asymptotic Experiences calculus sin frontera Section.x: The Variety of Asymptotic Experiences We talked in class about the function y = /x when x is large. Whether you do it with a table x-value y = /x 0 0. 00.0 000.00 or with

More information

A dash of derivatives

A dash of derivatives Università Ca Foscari di Venezia - Dipartimento di Economia - A.A.2016-2017 Mathematics (Curriculum Economics, Markets and Finance) A dash of derivatives Luciano Battaia October 6, 2016 1 Tangents to curves

More information

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

Math Lecture 4 Limit Laws

Math Lecture 4 Limit Laws Math 1060 Lecture 4 Limit Laws Outline Summary of last lecture Limit laws Motivation Limits of constants and the identity function Limits of sums and differences Limits of products Limits of polynomials

More information

Section 20: Arrow Diagrams on the Integers

Section 20: Arrow Diagrams on the Integers Section 0: Arrow Diagrams on the Integers Most of the material we have discussed so far concerns the idea and representations of functions. A function is a relationship between a set of inputs (the leave

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

36 What is Linear Algebra?

36 What is Linear Algebra? 36 What is Linear Algebra? The authors of this textbook think that solving linear systems of equations is a big motivation for studying linear algebra This is certainly a very respectable opinion as systems

More information

Chapter 5: Limits, Continuity, and Differentiability

Chapter 5: Limits, Continuity, and Differentiability Chapter 5: Limits, Continuity, and Differentiability 63 Chapter 5 Overview: Limits, Continuity and Differentiability Derivatives and Integrals are the core practical aspects of Calculus. They were the

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

Lecture 9: Taylor Series

Lecture 9: Taylor Series Math 8 Instructor: Padraic Bartlett Lecture 9: Taylor Series Week 9 Caltech 212 1 Taylor Polynomials and Series When we first introduced the idea of the derivative, one of the motivations we offered was

More information

17 Neural Networks NEURAL NETWORKS. x XOR 1. x Jonathan Richard Shewchuk

17 Neural Networks NEURAL NETWORKS. x XOR 1. x Jonathan Richard Shewchuk 94 Jonathan Richard Shewchuk 7 Neural Networks NEURAL NETWORKS Can do both classification & regression. [They tie together several ideas from the course: perceptrons, logistic regression, ensembles of

More information

GAP CLOSING. Intermediate/ Senior Student Book

GAP CLOSING. Intermediate/ Senior Student Book GAP CLOSING Intermediate/ Senior Student Book Diagnostic...3 Using Guess and Test...6 Using a Balance Model...10 Using Opposite Operations...16 Rearranging Equations and Formulas...21 Diagnostic 1. Hassan

More information

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table.

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table. MA 1125 Lecture 15 - The Standard Normal Distribution Friday, October 6, 2017. Objectives: Introduce the standard normal distribution and table. 1. The Standard Normal Distribution We ve been looking at

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

Worksheet on Derivatives. Dave L. Renfro Drake University November 1, 1999

Worksheet on Derivatives. Dave L. Renfro Drake University November 1, 1999 Worksheet on Derivatives Dave L. Renfro Drake University November, 999 A. Fun With d d (n ) = n n : Find y In case you re interested, the rimary urose of these roblems (Section A) is to review roerties

More information

Econ Review Set 2 - Answers

Econ Review Set 2 - Answers Econ 4808 Review Set 2 - Answers EQUILIBRIUM ANALYSIS 1. De ne the concept of equilibrium within the con nes of an economic model. Provide an example of an economic equilibrium. Economic models contain

More information

Central Limit Theorem and the Law of Large Numbers Class 6, Jeremy Orloff and Jonathan Bloom

Central Limit Theorem and the Law of Large Numbers Class 6, Jeremy Orloff and Jonathan Bloom Central Limit Theorem and the Law of Large Numbers Class 6, 8.5 Jeremy Orloff and Jonathan Bloom Learning Goals. Understand the statement of the law of large numbers. 2. Understand the statement of the

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

+ y = 1 : the polynomial

+ y = 1 : the polynomial Notes on Basic Ideas of Spherical Harmonics In the representation of wavefields (solutions of the wave equation) one of the natural considerations that arise along the lines of Huygens Principle is the

More information

Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm.

Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. 1 competing species Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. This section and the next deal with the subject of population biology. You will already have seen examples of this. Most calculus

More information

Lecture # 1 - Introduction

Lecture # 1 - Introduction Lecture # 1 - Introduction Mathematical vs. Nonmathematical Economics Mathematical Economics is an approach to economic analysis Purpose of any approach: derive a set of conclusions or theorems Di erences:

More information

An Introduction to Proofs in Mathematics

An Introduction to Proofs in Mathematics An Introduction to Proofs in Mathematics The subject of mathematics is often regarded as a pinnacle in the achievement of human reasoning. The reason that mathematics is so highly regarded in the realm

More information

CS 124 Math Review Section January 29, 2018

CS 124 Math Review Section January 29, 2018 CS 124 Math Review Section CS 124 is more math intensive than most of the introductory courses in the department. You re going to need to be able to do two things: 1. Perform some clever calculations to

More information

Notes 3.2: Properties of Limits

Notes 3.2: Properties of Limits Calculus Maimus Notes 3.: Properties of Limits 3. Properties of Limits When working with its, you should become adroit and adept at using its of generic functions to find new its of new functions created

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

More information

DEVELOPING MATH INTUITION

DEVELOPING MATH INTUITION C HAPTER 1 DEVELOPING MATH INTUITION Our initial exposure to an idea shapes our intuition. And our intuition impacts how much we enjoy a subject. What do I mean? Suppose we want to define a cat : Caveman

More information

Solow Growth Model. Michael Bar. February 28, Introduction Some facts about modern growth Questions... 4

Solow Growth Model. Michael Bar. February 28, Introduction Some facts about modern growth Questions... 4 Solow Growth Model Michael Bar February 28, 208 Contents Introduction 2. Some facts about modern growth........................ 3.2 Questions..................................... 4 2 The Solow Model 5

More information

MITOCW MITRES18_006F10_26_0602_300k-mp4

MITOCW MITRES18_006F10_26_0602_300k-mp4 MITOCW MITRES18_006F10_26_0602_300k-mp4 FEMALE VOICE: The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

More information

Nonlinear Programming (NLP)

Nonlinear Programming (NLP) Natalia Lazzati Mathematics for Economics (Part I) Note 6: Nonlinear Programming - Unconstrained Optimization Note 6 is based on de la Fuente (2000, Ch. 7), Madden (1986, Ch. 3 and 5) and Simon and Blume

More information

MATH 31B: BONUS PROBLEMS

MATH 31B: BONUS PROBLEMS MATH 31B: BONUS PROBLEMS IAN COLEY LAST UPDATED: JUNE 8, 2017 7.1: 28, 38, 45. 1. Homework 1 7.2: 31, 33, 40. 7.3: 44, 52, 61, 71. Also, compute the derivative of x xx. 2. Homework 2 First, let me say

More information

Finding Limits Graphically and Numerically

Finding Limits Graphically and Numerically Finding Limits Graphically and Numerically 1. Welcome to finding limits graphically and numerically. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture

More information

Chapter 6 Overview: Applications of Derivatives

Chapter 6 Overview: Applications of Derivatives Chapter 6 Overview: Applications of Derivatives There are two main contets for derivatives: graphing and motion. In this chapter, we will consider the graphical applications of the derivative. Much of

More information

The Gram-Schmidt Process

The Gram-Schmidt Process The Gram-Schmidt Process How and Why it Works This is intended as a complement to 5.4 in our textbook. I assume you have read that section, so I will not repeat the definitions it gives. Our goal is to

More information

Preliminary draft only: please check for final version

Preliminary draft only: please check for final version ARE, Fall CALCULUS: THU, OCT 4, PRINTED: AUGUST, LEC# 3) Contents 3. Univariate and Multivariate Differentiation cont) 3.3. Partial, Directional and Total derivatives 3.3.. Directional derivatives 3.3..

More information

Finding local extrema and intervals of increase/decrease

Finding local extrema and intervals of increase/decrease Finding local extrema and intervals of increase/decrease Example 1 Find the relative extrema of f(x) = increasing and decreasing. ln x x. Also, find where f(x) is STEP 1: Find the domain of the function

More information

Math 101: Course Summary

Math 101: Course Summary Math 101: Course Summary Rich Schwartz August 22, 2009 General Information: Math 101 is a first course in real analysis. The main purpose of this class is to introduce real analysis, and a secondary purpose

More information

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

Lecture 6: Calculus. In Song Kim. September 7, 2011

Lecture 6: Calculus. In Song Kim. September 7, 2011 Lecture 6: Calculus In Song Kim September 7, 20 Introuction to Differential Calculus In our previous lecture we came up with several ways to analyze functions. We saw previously that the slope of a linear

More information

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n =

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n = Hypothesis testing I I. What is hypothesis testing? [Note we re temporarily bouncing around in the book a lot! Things will settle down again in a week or so] - Exactly what it says. We develop a hypothesis,

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Math 140 Final Sample A Solutions. Tyrone Crisp

Math 140 Final Sample A Solutions. Tyrone Crisp Math 4 Final Sample A Solutions Tyrone Crisp (B) Direct substitution gives, so the limit is infinite. When is close to, but greater than,, the numerator is negative while the denominator is positive. So

More information

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

3.7 Indeterminate Forms - l Hôpital s Rule

3.7 Indeterminate Forms - l Hôpital s Rule 3.7. INDETERMINATE FORMS - L HÔPITAL S RULE 4 3.7 Indeterminate Forms - l Hôpital s Rule 3.7. Introduction An indeterminate form is a form for which the answer is not predictable. From the chapter on lits,

More information

Part Two. Diagnostic Test

Part Two. Diagnostic Test Part Two Diagnostic Test AP Calculus AB and BC Diagnostic Tests Take a moment to gauge your readiness for the AP Calculus eam by taking either the AB diagnostic test or the BC diagnostic test, depending

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

ARE211, Fall 2004 CONTENTS. 4. Univariate and Multivariate Differentiation (cont) Four graphical examples Taylor s Theorem 9

ARE211, Fall 2004 CONTENTS. 4. Univariate and Multivariate Differentiation (cont) Four graphical examples Taylor s Theorem 9 ARE211, Fall 24 LECTURE #18: TUE, NOV 9, 24 PRINT DATE: DECEMBER 17, 24 (CALCULUS3) CONTENTS 4. Univariate and Multivariate Differentiation (cont) 1 4.4. Multivariate Calculus: functions from R n to R

More information

O.K. But what if the chicken didn t have access to a teleporter.

O.K. But what if the chicken didn t have access to a teleporter. The intermediate value theorem, and performing algebra on its. This is a dual topic lecture. : The Intermediate value theorem First we should remember what it means to be a continuous function: A function

More information

Lecture 11: Extrema. Nathan Pflueger. 2 October 2013

Lecture 11: Extrema. Nathan Pflueger. 2 October 2013 Lecture 11: Extrema Nathan Pflueger 2 October 201 1 Introduction In this lecture we begin to consider the notion of extrema of functions on chosen intervals. This discussion will continue in the lectures

More information

The Kuhn-Tucker and Envelope Theorems

The Kuhn-Tucker and Envelope Theorems The Kuhn-Tucker and Envelope Theorems Peter Ireland EC720.01 - Math for Economists Boston College, Department of Economics Fall 2010 The Kuhn-Tucker and envelope theorems can be used to characterize the

More information

Partial Solutions to Homework 2

Partial Solutions to Homework 2 Partial Solutions to Homework. Carefully depict some of the indi erence curves for the following utility functions. In each case, check whether the preferences are monotonic and whether preferences are

More information

Steve Smith Tuition: Maths Notes

Steve Smith Tuition: Maths Notes Maths Notes : Discrete Random Variables Version. Steve Smith Tuition: Maths Notes e iπ + = 0 a + b = c z n+ = z n + c V E + F = Discrete Random Variables Contents Intro The Distribution of Probabilities

More information

MITOCW MITRES18_005S10_DerivOfSinXCosX_300k_512kb-mp4

MITOCW MITRES18_005S10_DerivOfSinXCosX_300k_512kb-mp4 MITOCW MITRES18_005S10_DerivOfSinXCosX_300k_512kb-mp4 PROFESSOR: OK, this lecture is about the slopes, the derivatives, of two of the great functions of mathematics: sine x and cosine x. Why do I say great

More information

Main topics for the First Midterm Exam

Main topics for the First Midterm Exam Main topics for the First Midterm Exam The final will cover Sections.-.0, 2.-2.5, and 4.. This is roughly the material from first three homeworks and three quizzes, in addition to the lecture on Monday,

More information

CS1800: Strong Induction. Professor Kevin Gold

CS1800: Strong Induction. Professor Kevin Gold CS1800: Strong Induction Professor Kevin Gold Mini-Primer/Refresher on Unrelated Topic: Limits This is meant to be a problem about reasoning about quantifiers, with a little practice of other skills, too

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

1.5 The Derivative (2.7, 2.8 & 2.9)

1.5 The Derivative (2.7, 2.8 & 2.9) 1.5. THE DERIVATIVE (2.7, 2.8 & 2.9) 47 1.5 The Derivative (2.7, 2.8 & 2.9) The concept we are about to de ne is not new. We simply give it a new name. Often in mathematics, when the same idea seems to

More information

2.2 Average vs. Instantaneous Description

2.2 Average vs. Instantaneous Description 2 KINEMATICS 2.2 Average vs. Instantaneous Description Name: 2.2 Average vs. Instantaneous Description 2.2.1 Average vs. Instantaneous Velocity In the previous activity, you figured out that you can calculate

More information

Limits and Continuity

Limits and Continuity Limits and Continuity Philippe B. Laval Kennesaw State University January 2, 2005 Contents Abstract Notes and practice problems on its and continuity. Limits 2. Introduction... 2.2 Theory:... 2.2. GraphicalMethod...

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

More information

BEE1004 / BEE1005 UNIVERSITY OF EXETER FACULTY OF UNDERGRADUATE STUDIES SCHOOL OF BUSINESS AND ECONOMICS. January 2002

BEE1004 / BEE1005 UNIVERSITY OF EXETER FACULTY OF UNDERGRADUATE STUDIES SCHOOL OF BUSINESS AND ECONOMICS. January 2002 BEE / BEE5 UNIVERSITY OF EXETER FACULTY OF UNDERGRADUATE STUDIES SCHOOL OF BUSINESS AND ECONOMICS January Basic Mathematics for Economists Introduction to Mathematical Economics Duration : TWO HOURS Please

More information

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Lecture 10. Econ August 21

Lecture 10. Econ August 21 Lecture 10 Econ 2001 2015 August 21 Lecture 10 Outline 1 Derivatives and Partial Derivatives 2 Differentiability 3 Tangents to Level Sets Calculus! This material will not be included in today s exam. Announcement:

More information

Preface.

Preface. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Rolle s Theorem. The theorem states that if f (a) = f (b), then there is at least one number c between a and b at which f ' (c) = 0.

Rolle s Theorem. The theorem states that if f (a) = f (b), then there is at least one number c between a and b at which f ' (c) = 0. Rolle s Theorem Rolle's Theorem guarantees that there will be at least one extreme value in the interior of a closed interval, given that certain conditions are satisfied. As with most of the theorems

More information

Econ Spring Review Set 1 - Answers ELEMENTS OF LOGIC. NECESSARY AND SUFFICIENT. SET THE-

Econ Spring Review Set 1 - Answers ELEMENTS OF LOGIC. NECESSARY AND SUFFICIENT. SET THE- Econ 4808 - Spring 2008 Review Set 1 - Answers ORY ELEMENTS OF LOGIC. NECESSARY AND SUFFICIENT. SET THE- 1. De ne a thing or action in words. Refer to this thing or action as A. Then de ne a condition

More information

EconS Advanced Microeconomics II Handout on Mechanism Design

EconS Advanced Microeconomics II Handout on Mechanism Design EconS 503 - Advanced Microeconomics II Handout on Mechanism Design 1. Public Good Provision Imagine that you and your colleagues want to buy a co ee machine for your o ce. Suppose that some of you may

More information

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of Factoring Review for Algebra II The saddest thing about not doing well in Algebra II is that almost any math teacher can tell you going into it what s going to trip you up. One of the first things they

More information

The concept of limit

The concept of limit Roberto s Notes on Dierential Calculus Chapter 1: Limits and continuity Section 1 The concept o limit What you need to know already: All basic concepts about unctions. What you can learn here: What limits

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Section 4.6 Negative Exponents

Section 4.6 Negative Exponents Section 4.6 Negative Exponents INTRODUCTION In order to understand negative exponents the main topic of this section we need to make sure we understand the meaning of the reciprocal of a number. Reciprocals

More information

Conceptual Explanations: Simultaneous Equations Distance, rate, and time

Conceptual Explanations: Simultaneous Equations Distance, rate, and time Conceptual Explanations: Simultaneous Equations Distance, rate, and time If you travel 30 miles per hour for 4 hours, how far do you go? A little common sense will tell you that the answer is 120 miles.

More information

Chapter 1 Functions and Limits

Chapter 1 Functions and Limits Contents Chapter 1 Functions and Limits Motivation to Chapter 1 2 4 Tangent and Velocity Problems 3 4.1 VIDEO - Secant Lines, Average Rate of Change, and Applications......................... 3 4.2 VIDEO

More information