DIFFERENTIAL EQUATIONS. A principal model of physical phenomena.

Size: px
Start display at page:

Download "DIFFERENTIAL EQUATIONS. A principal model of physical phenomena."

Transcription

1 DIFFERENTIAL EQUATIONS A principal model of physical phenomena. The ordinary differential equation: The initial value: y = f(x, y) y(x 0 )=Y 0 Find a solution Y (x) onsomeintervalx 0 x b. Together these two conditions constitute an initial value problem. We will study methods for solving systems of first order equations, but we begin with a single equation. Many of the crucial ideas in the numerical analysis arise from properties of the original equation.

2 SPECIAL CASES 1. y (x) =λy(x)+b(x), x x 0 General solution: Y (x) =ce λx + x x 0 e λ(x t) b(t)dt with c arbitrary. With y(x 0 )=Y 0, Y (x) =Y 0 e λ(x x x 0) + e λ(x t) b(t)dt x 0 2. y (x) =ay 2 General solution: Y (x) = 1 ax + c, With y(x 0 )=Y 0 0,use c arbitrary c = ax 0 1 Y 0

3 3. y (x) = [y(x)] 2 + y(x) General solution: Y (x) = 1 1+ce x 4. Separable equations: y (x) =g(y(x))h(x) General solution: Write 1 dy g(y) dx = h(x) Let z = y(x), dz= y (x)dx. Evaluate the integrals in dz g(z) = h(x)dx Replace z by Y (x) andsolvefory (x), if possible.

4 DIRECTION FIELDS At each point (x, y) at which the function f is defined, evaluate it to get f(x, y). Then draw in a small line segement at this point with slope f(x, y). With enough of these, we have a picture of how the solutions of the differential equation behave. y = f(x, y) Consider the differential equation y = y +2cosx We can draw direction fields by hand by the method described in the book; or we can use the Matlab program I am providing.

5 SOLVABILITY THEORY Consider whether there is a function Y (x) whichsatisfies y = f(x, y), x x 0, y(x 0 )=Y 0 (1) Assume there is some open set D containing (x 0,Y 0 ) for which: 1. If two points (x, y) and(x, z) are contained in D, then the line segment joining them is also contained in D. 2. f(x, y) is continuous for all points (x, y) contained in D. 3. f(x, y)/ y is continuous for all points (x, y) contained in D. Then there is an interval [c, d] containing x 0 and there is a unique function Y (x) definedon[c, d] whichsatisfies (1), with the graph of Y (x) contained in D.

6 x Figure 1: Direction field for y = y +2cosx

7 THE LIPSCHITZ CONDITION The preceding condition on the partial derivative of f is an easy way to specify the following condition is satisfied, and it is the condition which is really needed. The Lipschitz condition: There is a non-negative constant K for which f(x, y) f(x, z) K y z for all points (x, y), (x, z) in the region D. In practice, we can use K = max (x,y) D f(x, y) The Lipschitz condition returns throughout our treatment of both the theory of differential equations and the theory of the numerical methods for their solution. y

8 EXAMPLE Let α>0 be a given constant, and consider solving y = 2x α 2y2, x 0, y(0) = 1 Then the partial derivative is f y (x, y) = 4xy α 2 and f y (0, 1) = 0. Thus f y (x, y) issmallfor(x, y) near to (0, 1), and it is continuous for all (x, y). Choose D = {(x, y) : x 1, y B} for some B>0. Then there is a solution Y (x) on some interval [c, d] containing x 0 =0. Howbigis [c, d]? In this case, α2 Y (x) = α 2 x 2, α <x<α If α is small, then the interval is small.

9 IMPROVED SOLVABILITY THEORY Assume there is a Lipschitz constant K for which f satisfies f(x, y) f(x, z) K y z for all (x, y), (x, z) satisfying x 0 x b, Then the initial value problem <y,z< y = f(x, y), x 0 x b, y(x 0 )=Y 0 has a solution Y (x) on the entire interval x 0 x b. Example: Considery = y+g(x)withg(x) continuous for all x. Then y = y + g(x), y(x 0 )=Y 0 has a solution Y (x) has a unique continuous solution for <x<.

10 STABILITY The concept of stability refers in a loose sense to what happens to the solution Y (x) ofaninitialvalue problem if we make a small change in the data, which includes both the differential equation and the initial value. If small changes in the data lead to large changes in the solution, then we say the initial value problem is unstable ; whereas if small changes in the data lead to small changes in the solution, we call the problem stable.

11 EXAMPLE Consider solving y = 100y 101e x, y(0) = 1 (2) This has a solution of Y (x) =e x. Now consider the perturbed problem y = 100y 101e x, y(0) = 1 + ɛ where ɛ is some small number. The solution of this is Y ɛ (x) =e x + ɛe 100x,and Y ɛ (x) Y (x) =ɛe 100x Thus Y ɛ (x) Y (x) increases very rapidly as x increases, and we say (2) is an unstable problem. We must now define these concepts with a bit more care.

12 STABILITY Consider the initial value problem y = f(x, y), x 0 x 0 b, y(x 0 )=Y 0 and denote its solution by Y (x). problem Now consider the y = f(x, y), x 0 x b, y(x 0 )=Y 0 + ɛ and denote its solution by Y (x; ɛ). We want to study the behaviour of Z(x; ɛ) Y (x; ɛ) Y (x) to see how it changes as x increases. To do this, we first derive an equation for Z(x; ɛ).

13 Substitute the solutions into the above equations: Y (x) =f(x, Y (x)), Y(x 0 )=Y 0 (3) Y (x; ɛ) =f(x, Y (x; ɛ)), Y(x 0 ; ɛ) =Y 0 + ɛ (4) both for x 0 x b. Subtracting (3) from (4), we have Z (x; ɛ) =f(x, Y (x; ɛ)) f(x, Y (x)), Z(x 0 ; ɛ) =ɛ We can apply the mean-value theorem to the right side to obtain the perturbation equation Z (x; ɛ) = = f(x, ζ) [Y (x; ɛ) Y (x)], Z(x 0 ; ɛ) =ɛ y f(x, ζ) Z(x; ɛ) y (5) where ζ ζ(x; ɛ) is some unknown number between Y (x) andy (x; ɛ).

14 In the case ɛ is small, and with x close to x 0,wehave ζ Y (x) and Z (x; ɛ). = or even f(x, Y (x)) Z(x; ɛ), Z(x 0 ; ɛ) =ɛ y Z (x; ɛ) =. f(x, Y 0) Z(x; ɛ), Z(x 0 ; ɛ) =ɛ y Note that both of these has the form Z (x). = a(x)z(x), x x 0 ; Z(x 0 )=ɛ a simple linear differential equation.

15 EXAMPLE Consider solving In this y = a(x)+cosy, y(0) = 0 f(x, y) =a(x)+cosy f(x, y) = sin y y The equation (5) becomes Z (x; ɛ) = sin (ζ(x; ɛ)) Z(x; ɛ), x 0; Z(0,ɛ)=ɛ with ζ(x; ɛ) some unknown number between Y (x) and Y (x; ɛ). This can be solved as [ x ] Z(x; ɛ) =ɛ exp sin ζ(t; ɛ) dt Since 1 sin (ζ(t; ɛ)) 1, we have Z(x; ɛ) ɛ e x, x 0 0

16 In general, the equation Z (x; ɛ) = can be solved to get f(x, ζ) Z(x; ɛ), x x 0 ; Z(x 0 ; ɛ) =ɛ y [ x f(t, ζ(t; ɛ)) Z(x; ɛ) =ɛ exp dt, x x 0 (6) x 0 y We can use this to derive a variety of results, depending on the assumptions we make about the partial derivative f y (x, y) f(x, y) y ]

17 For example, suppose f(x, y) y 0, x 0 x b, <y< Then using the perturbation equation (6), we have because x Z(x; ɛ) ɛ x 0 f(t, ζ(t; ɛ)) y dt 0 e negative quantity 1 Example: Consider the equation Then y = y 3 + g(x) f y (x, y) = 3y 2 0 for all (x, y). For this equation, the perturbed solution satisfies Y (x; ɛ) Y (x) ɛ, x x 0

18 If all we know is that K max x 0 x b <y< then we can say only that Z(x; ɛ) ɛ exp [ x x 0 [ x ɛ exp Kdt x 0 = ɛ e K(x x 0) f(x, y) y < f(t, ζ(t; ɛ)) y dt ] ] (7) This might increase quite rapidly if K is a large number, or even moderately large.

19 WHEN ARE WE IN TROUBLE? If the partial derivative f y (x, y) evaluated at y = Y (x), namely f y (x, Y (x)) is large, then the perturbation [ x f(t, ζ(t; ɛ)) Z(x; ɛ) =ɛ exp dt, x x 0 (8) x 0 y will grow rapidly as x increases. In the problem y = λy + g(x), y(0) = Y 0 (9) we have f y (x, y) =λ, and Z(x; ɛ) =ɛ exp [ x x 0 λdt ] ] = ɛe λ(x x 0) If λ<0, the perturbation becomes smaller with increasing x. But if λ>0, then the perturbation increases as x increases; and if λ is large in magnitude, then the perturbation increases rapidly.

20 GENERAL DISCUSSION AND NOTATION The words stable and unstable are not sufficiently descriptive of what happens in practice. In y = λy + g(x), y(0) = Y 0 (10) as λ increases, λ > 0, the perturbation becomes worse. In Chapter 1, we introduced the idea of condition number. Small condition numbers were associated with well-conditioned problems, and large condition numbers were associated with ill-conditioned problems. We could introduce condition numbers for our initial value problem y = f(x, y), x 0 x b, y(x 0 )=Y 0 by using our perturbation equation for Z(x; ɛ). This is seldom done in practice. Instead we note that some problems are more stable or well-conditioned than others. With (10), we look at the size of λ. Withageneral problem, we look at the size of f y (x, y) forthe values of y around Y (x).

21 HIGHER ORDER EQUATIONS Consider the third order equation y (x) 2y y 2 =cosx, x x 0 The initial conditions for this are specifications of y(x 0 ), y (x 0 ), y (x 0 ). To rewrite this as a system of first order equations, introduce y 1 = y, y 2 = y, y 3 = y Then these new functions satisfy the first order system y 1 = y 2, y 1 (x 0 )=y(x 0 ) y 2 = y 3, y 2 (x 0 )=y (x 0 ) y 3 = cosx +2y 2y 2 1, y 3(x 0 )=y (x 0 ) We do other higher order equations in a similar manner.

22 EXAMPLE Consider the vector differential equation mr (t) = mmg r(t) 3 r(t), r(t) =x(t)i + y(t)j Then we rewrite this as a system of first order equations by introducing y 1 = x, y 2 = x y 3 = y, y 4 = y This leads to the first order system with r = ( y y2 3)1 2. y 1 = y 2 y 2 = MG r 3 y 1 y 3 = y 4 y 4 = MG r 3 y 3

23 FIRST ORDER SYSTEMS The general form of a system of m first order differential equations is y 1 =. f 1 (x, y 1,..., y m ), y 1 (x 0 )=Y 1,0. y m = f m (x, y 1,..., y m ), y m (x 0 )=Y m,0 We can make this look like our earlier single equation by introducing matrix-vector notation. Let y = y 1. y m f(x, y) =, Y 0 = Y 1,0. Y m,0 f 1 (x, y 1,..., y m ). f m (x, y 1,..., y m ) Then the linear system can be written as y = f(x, y), x x 0 ; y(x 0 )=Y 0

24 The earlier role of f y (x, y) is played by the matrix f y (x, y) = f 1 y 1. f m y 1 f 1 y m. f m y m We will return to this when needing it in a later section. The analogue of the first order linear equation is y = A(x)y + g(x), x x 0 ; y(x 0 )=Y 0 with A(x) amatrixoforderm m.

DIFFERENTIAL EQUATIONS. A principal model of physical phenomena.

DIFFERENTIAL EQUATIONS. A principal model of physical phenomena. DIFFERENTIAL EQUATIONS A principal model of physical phenomena. The equation: The initial value: y = f(x, y) y(x 0 ) = Y 0 Find solution Y (x) on some interval x 0 x b. Together these two conditions constitute

More information

Math 148 Exam III Practice Problems

Math 148 Exam III Practice Problems Math 48 Exam III Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

LECTURE 19 - LAGRANGE MULTIPLIERS

LECTURE 19 - LAGRANGE MULTIPLIERS LECTURE 9 - LAGRANGE MULTIPLIERS CHRIS JOHNSON Abstract. In this lecture we ll describe a way of solving certain optimization problems subject to constraints. This method, known as Lagrange multipliers,

More information

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION 1. Functions of Several Variables A function of two variables is a rule that assigns a real number f(x, y) to each ordered pair of real numbers

More information

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero.

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero. Math 2130-101 Test #2 for Section 101 October 14 th, 2009 ANSWE KEY 1. (10 points) Compute the curvature of r(t) = (t + 2, 3t + 4, 5t + 6). r (t) = (1, 3, 5) r (t) = 1 2 + 3 2 + 5 2 = 35 T(t) = 1 r (t)

More information

Section 15.3 Partial Derivatives

Section 15.3 Partial Derivatives Section 5.3 Partial Derivatives Differentiating Functions of more than one Variable. Basic Definitions In single variable calculus, the derivative is defined to be the instantaneous rate of change of a

More information

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy Optimization Constrained optimization and Lagrange multipliers Constrained optimization is what it sounds like - the problem of finding a maximum or minimum value (optimization), subject to some other

More information

Section 14.3 Partial Derivatives

Section 14.3 Partial Derivatives Section 14.3 Partial Derivatives Ruipeng Shen March 20 1 Basic Conceptions If f(x, y) is a function of two variables x and y, suppose we let only x vary while keeping y fixed, say y = b, where b is a constant.

More information

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 6 - Tues 17th Oct 2017 Functions of Several Variables and Partial Derivatives

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 6 - Tues 17th Oct 2017 Functions of Several Variables and Partial Derivatives ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 6 - Tues 17th Oct 2017 Functions of Several Variables and Partial Derivatives So far we have dealt with functions of the form y = f(x),

More information

Definitions and claims functions of several variables

Definitions and claims functions of several variables Definitions and claims functions of several variables In the Euclidian space I n of all real n-dimensional vectors x = (x 1, x,..., x n ) the following are defined: x + y = (x 1 + y 1, x + y,..., x n +

More information

47. Conservative Vector Fields

47. Conservative Vector Fields 47. onservative Vector Fields Given a function z = φ(x, y), its gradient is φ = φ x, φ y. Thus, φ is a gradient (or conservative) vector field, and the function φ is called a potential function. Suppose

More information

Functions of several variables

Functions of several variables Chapter 6 Functions of several variables 6.1 Limits and continuity Definition 6.1 (Euclidean distance). Given two points P (x 1, y 1 ) and Q(x, y ) on the plane, we define their distance by the formula

More information

Differentiable functions (Sec. 14.4)

Differentiable functions (Sec. 14.4) Math 20C Multivariable Calculus Lecture 3 Differentiable functions (Sec. 4.4) Review: Partial derivatives. Slide Partial derivatives and continuity. Equation of the tangent plane. Differentiable functions.

More information

Review guide for midterm 2 in Math 233 March 30, 2009

Review guide for midterm 2 in Math 233 March 30, 2009 Review guide for midterm 2 in Math 2 March, 29 Midterm 2 covers material that begins approximately with the definition of partial derivatives in Chapter 4. and ends approximately with methods for calculating

More information

Solutions to the problems from Written assignment 2 Math 222 Winter 2015

Solutions to the problems from Written assignment 2 Math 222 Winter 2015 Solutions to the problems from Written assignment 2 Math 222 Winter 2015 1. Determine if the following limits exist, and if a limit exists, find its value. x2 y (a) The limit of f(x, y) = x 4 as (x, y)

More information

CHAPTER 11 PARTIAL DERIVATIVES

CHAPTER 11 PARTIAL DERIVATIVES CHAPTER 11 PARTIAL DERIVATIVES 1. FUNCTIONS OF SEVERAL VARIABLES A) Definition: A function of two variables is a rule that assigns to each ordered pair of real numbers (x,y) in a set D a unique real number

More information

MATH 105: Midterm #1 Practice Problems

MATH 105: Midterm #1 Practice Problems Name: MATH 105: Midterm #1 Practice Problems 1. TRUE or FALSE, plus explanation. Give a full-word answer TRUE or FALSE. If the statement is true, explain why, using concepts and results from class to justify

More information

2.1 Partial Derivatives

2.1 Partial Derivatives .1 Partial Derivatives.1.1 Functions of several variables Up until now, we have only met functions of single variables. From now on we will meet functions such as z = f(x, y) and w = f(x, y, z), which

More information

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2.

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2. Test Yourself These are problems you might see in a vector calculus course. They are general questions and are meant for practice. The key follows, but only with the answers. an you fill in the blanks

More information

11.2 LIMITS AND CONTINUITY

11.2 LIMITS AND CONTINUITY 11. LIMITS AND CONTINUITY INTRODUCTION: Consider functions of one variable y = f(x). If you are told that f(x) is continuous at x = a, explain what the graph looks like near x = a. Formal definition of

More information

Calculus II Fall 2014

Calculus II Fall 2014 Calculus II Fall 2014 Lecture 3 Partial Derivatives Eitan Angel University of Colorado Monday, December 1, 2014 E. Angel (CU) Calculus II 1 Dec 1 / 13 Introduction Much of the calculus of several variables

More information

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t)

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t) Exam 2 Review Sheet Joseph Breen Particle Motion Recall that a parametric curve given by: r(t) = x(t), y(t), z(t) can be interpreted as the position of a particle. Then the derivative represents the particle

More information

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations 14 Partial Derivatives 14.4 and Linear Approximations Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Suppose a surface S has equation z = f(x, y), where

More information

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane:

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane: 1 Directional Derivatives and Gradients Suppose we need to compute the rate of change of f(x, y) with respect to the distance from a point (a, b) in some direction. Let u = u 1 i + u 2 j be the unit vector

More information

Section 7.2 Logarithmic Functions

Section 7.2 Logarithmic Functions Math 150 c Lynch 1 of 6 Section 7.2 Logarithmic Functions Definition. Let a be any positive number not equal to 1. The logarithm of x to the base a is y if and only if a y = x. The number y is denoted

More information

Practice problems from old exams for math 233

Practice problems from old exams for math 233 Practice problems from old exams for math 233 William H. Meeks III January 14, 2010 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

WESI 205 Workbook. 1 Review. 2 Graphing in 3D

WESI 205 Workbook. 1 Review. 2 Graphing in 3D 1 Review 1. (a) Use a right triangle to compute the distance between (x 1, y 1 ) and (x 2, y 2 ) in R 2. (b) Use this formula to compute the equation of a circle centered at (a, b) with radius r. (c) Extend

More information

Math 259 Winter Recitation Handout 9: Lagrange Multipliers

Math 259 Winter Recitation Handout 9: Lagrange Multipliers Math 259 Winter 2009 Recitation Handout 9: Lagrange Multipliers The method of Lagrange Multipliers is an excellent technique for finding the global maximum and global minimum values of a function f(x,

More information

MATH Exam 2 Solutions November 16, 2015

MATH Exam 2 Solutions November 16, 2015 MATH 1.54 Exam Solutions November 16, 15 1. Suppose f(x, y) is a differentiable function such that it and its derivatives take on the following values: (x, y) f(x, y) f x (x, y) f y (x, y) f xx (x, y)

More information

Lecture 19 - Partial Derivatives and Extrema of Functions of Two Variables

Lecture 19 - Partial Derivatives and Extrema of Functions of Two Variables Lecture 19 - Partial Derivatives and Extrema of Functions of Two Variables 19.1 Partial Derivatives We wish to maximize functions of two variables. This will involve taking derivatives. Example: Consider

More information

REVIEW SHEET FOR MIDTERM 2: ADVANCED

REVIEW SHEET FOR MIDTERM 2: ADVANCED REVIEW SHEET FOR MIDTERM : ADVANCED MATH 195, SECTION 59 (VIPUL NAIK) To maximize efficiency, please bring a copy (print or readable electronic) of this review sheet to the review session. The document

More information

Exam 2 Summary. 1. The domain of a function is the set of all possible inputes of the function and the range is the set of all outputs.

Exam 2 Summary. 1. The domain of a function is the set of all possible inputes of the function and the range is the set of all outputs. Exam 2 Summary Disclaimer: The exam 2 covers lectures 9-15, inclusive. This is mostly about limits, continuity and differentiation of functions of 2 and 3 variables, and some applications. The complete

More information

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018.

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018. Lecture 19 Vector fields Dan Nichols nichols@math.umass.edu MATH 233, Spring 218 University of Massachusetts April 1, 218 (2) Chapter 16 Chapter 12: Vectors and 3D geometry Chapter 13: Curves and vector

More information

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it:

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it: Extreme Values of Multivariate Functions Our next task is to develop a method for determining local extremes of multivariate functions, as well as absolute extremes of multivariate functions on closed

More information

University of California, Berkeley Department of Mathematics 5 th November, 2012, 12:10-12:55 pm MATH 53 - Test #2

University of California, Berkeley Department of Mathematics 5 th November, 2012, 12:10-12:55 pm MATH 53 - Test #2 University of California, Berkeley epartment of Mathematics 5 th November, 212, 12:1-12:55 pm MATH 53 - Test #2 Last Name: First Name: Student Number: iscussion Section: Name of GSI: Record your answers

More information

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM MATH 2C: FUNDAMENTALS OF CALCULUS II FINAL EXAM Name Please circle the answer to each of the following problems. You may use an approved calculator. Each multiple choice problem is worth 2 points.. Multiple

More information

MATH 12 CLASS 9 NOTES, OCT Contents 1. Tangent planes 1 2. Definition of differentiability 3 3. Differentials 4

MATH 12 CLASS 9 NOTES, OCT Contents 1. Tangent planes 1 2. Definition of differentiability 3 3. Differentials 4 MATH 2 CLASS 9 NOTES, OCT 0 20 Contents. Tangent planes 2. Definition of differentiability 3 3. Differentials 4. Tangent planes Recall that the derivative of a single variable function can be interpreted

More information

Math 5BI: Problem Set 1 Linearizing functions of several variables

Math 5BI: Problem Set 1 Linearizing functions of several variables Math 5BI: Problem Set Linearizing functions of several variables March 9, A. Dot and cross products There are two special operations for vectors in R that are extremely useful, the dot and cross products.

More information

Math Final Exam - 6/11/2015

Math Final Exam - 6/11/2015 Math 200 - Final Exam - 6/11/2015 Name: Section: Section Class/Times Instructor Section Class/Times Instructor 1 9:00%AM ( 9:50%AM Papadopoulos,%Dimitrios 11 1:00%PM ( 1:50%PM Swartz,%Kenneth 2 11:00%AM

More information

VectorPlot[{y^2-2x*y,3x*y-6*x^2},{x,-5,5},{y,-5,5}]

VectorPlot[{y^2-2x*y,3x*y-6*x^2},{x,-5,5},{y,-5,5}] hapter 16 16.1. 6. Notice that F(x, y) has length 1 and that it is perpendicular to the position vector (x, y) for all x and y (except at the origin). Think about drawing the vectors based on concentric

More information

[f(t)] 2 + [g(t)] 2 + [h(t)] 2 dt. [f(u)] 2 + [g(u)] 2 + [h(u)] 2 du. The Fundamental Theorem of Calculus implies that s(t) is differentiable and

[f(t)] 2 + [g(t)] 2 + [h(t)] 2 dt. [f(u)] 2 + [g(u)] 2 + [h(u)] 2 du. The Fundamental Theorem of Calculus implies that s(t) is differentiable and Midterm 2 review Math 265 Fall 2007 13.3. Arc Length and Curvature. Assume that the curve C is described by the vector-valued function r(r) = f(t), g(t), h(t), and that C is traversed exactly once as t

More information

Sect 4.5 Inequalities Involving Quadratic Function

Sect 4.5 Inequalities Involving Quadratic Function 71 Sect 4. Inequalities Involving Quadratic Function Objective #0: Solving Inequalities using a graph Use the graph to the right to find the following: Ex. 1 a) Find the intervals where f(x) > 0. b) Find

More information

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs.

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs. 10-11-2010 HW: 14.7: 1,5,7,13,29,33,39,51,55 Maxima and Minima In this very important chapter, we describe how to use the tools of calculus to locate the maxima and minima of a function of two variables.

More information

Independent of path Green s Theorem Surface Integrals. MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU 20/4/14

Independent of path Green s Theorem Surface Integrals. MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU 20/4/14 School of Mathematics, KSU 20/4/14 Independent of path Theorem 1 If F (x, y) = M(x, y)i + N(x, y)j is continuous on an open connected region D, then the line integral F dr is independent of path if and

More information

14.2 Limits and Continuity

14.2 Limits and Continuity 14 Partial Derivatives 14.2 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Let s compare the behavior of the functions Tables 1 2 show values of f(x,

More information

Level Curves, Partial Derivatives

Level Curves, Partial Derivatives Unit #18 : Level Curves, Partial Derivatives Goals: To learn how to use and interpret contour diagrams as a way of visualizing functions of two variables. To study linear functions of two variables. To

More information

Partial Differentiation 1 Introduction

Partial Differentiation 1 Introduction Partial Differentiation 1 Introduction In the first part of this course you have met the idea of a derivative. To recap what this means, recall that if you have a function, z say, then the slope of the

More information

1. Vector Fields. f 1 (x, y, z)i + f 2 (x, y, z)j + f 3 (x, y, z)k.

1. Vector Fields. f 1 (x, y, z)i + f 2 (x, y, z)j + f 3 (x, y, z)k. HAPTER 14 Vector alculus 1. Vector Fields Definition. A vector field in the plane is a function F(x, y) from R into V, We write F(x, y) = hf 1 (x, y), f (x, y)i = f 1 (x, y)i + f (x, y)j. A vector field

More information

11.7 Maximum and Minimum Values

11.7 Maximum and Minimum Values Arkansas Tech University MATH 2934: Calculus III Dr. Marcel B Finan 11.7 Maximum and Minimum Values Just like functions of a single variable, functions of several variables can have local and global extrema,

More information

Unit 7 Partial Derivatives and Optimization

Unit 7 Partial Derivatives and Optimization Unit 7 Partial Derivatives and Optimization We have learned some important applications of the ordinary derivative in finding maxima and minima. We now move on to a topic called partial derivatives which

More information

Practice problems from old exams for math 233

Practice problems from old exams for math 233 Practice problems from old exams for math 233 William H. Meeks III October 26, 2012 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

The Chain Rule, Higher Partial Derivatives & Opti- mization

The Chain Rule, Higher Partial Derivatives & Opti- mization The Chain Rule, Higher Partial Derivatives & Opti- Unit #21 : mization Goals: We will study the chain rule for functions of several variables. We will compute and study the meaning of higher partial derivatives.

More information

Math Lecture 2 Inverse Functions & Logarithms

Math Lecture 2 Inverse Functions & Logarithms Math 1060 Lecture 2 Inverse Functions & Logarithms Outline Summary of last lecture Inverse Functions Domain, codomain, and range One-to-one functions Inverse functions Inverse trig functions Logarithms

More information

MATH 234 THIRD SEMESTER CALCULUS

MATH 234 THIRD SEMESTER CALCULUS MATH 234 THIRD SEMESTER CALCULUS Fall 2009 1 2 Math 234 3rd Semester Calculus Lecture notes version 0.9(Fall 2009) This is a self contained set of lecture notes for Math 234. The notes were written by

More information

Chapter 16. Partial Derivatives

Chapter 16. Partial Derivatives Chapter 16 Partial Derivatives The use of contour lines to help understand a function whose domain is part of the plane goes back to the year 1774. A group of surveyors had collected a large number of

More information

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition).

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Unit #23 : Lagrange Multipliers Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Constrained Optimization - Examples

More information

Maxima and Minima. Chapter Local and Global extrema. 5.2 Continuous functions on closed and bounded sets Definition of global extrema

Maxima and Minima. Chapter Local and Global extrema. 5.2 Continuous functions on closed and bounded sets Definition of global extrema Chapter 5 Maxima and Minima In first semester calculus we learned how to find the maximal and minimal values of a function y = f(x) of one variable. The basic method is as follows: assuming the independent

More information

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them.

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. Final Exam Review Problems P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. 1 P 2. Find the volume of the solid bounded by the cylinder x 2 + y 2 = 9 and the planes z

More information

Lecture 4 : Monday April 6th

Lecture 4 : Monday April 6th Lecture 4 : Monday April 6th jacques@ucsd.edu Key concepts : Tangent hyperplane, Gradient, Directional derivative, Level curve Know how to find equation of tangent hyperplane, gradient, directional derivatives,

More information

Math 32, October 22 & 27: Maxima & Minima

Math 32, October 22 & 27: Maxima & Minima Math 32, October 22 & 27: Maxima & Minima Section 1: Critical Points Just as in the single variable case, for multivariate functions we are often interested in determining extreme values of the function.

More information

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem INTEGRATION OVER NON-RECTANGULAR REGIONS Contents 1. A slightly more general form of Fubini s Theorem 1 1. A slightly more general form of Fubini s Theorem We now want to learn how to calculate double

More information

Name: ID: Section: Math 233 Exam 2. Page 1. This exam has 17 questions:

Name: ID: Section: Math 233 Exam 2. Page 1. This exam has 17 questions: Page Name: ID: Section: This exam has 7 questions: 5 multiple choice questions worth 5 points each. 2 hand graded questions worth 25 points total. Important: No graphing calculators! Any non scientific

More information

B) 0 C) 1 D) No limit. x2 + y2 4) A) 2 B) 0 C) 1 D) No limit. A) 1 B) 2 C) 0 D) No limit. 8xy 6) A) 1 B) 0 C) π D) -1

B) 0 C) 1 D) No limit. x2 + y2 4) A) 2 B) 0 C) 1 D) No limit. A) 1 B) 2 C) 0 D) No limit. 8xy 6) A) 1 B) 0 C) π D) -1 MTH 22 Exam Two - Review Problem Set Name Sketch the surface z = f(x,y). ) f(x, y) = - x2 ) 2) f(x, y) = 2 -x2 - y2 2) Find the indicated limit or state that it does not exist. 4x2 + 8xy + 4y2 ) lim (x,

More information

Calculus of Several Variables

Calculus of Several Variables Benjamin McKay Calculus of Several Variables Optimisation and Finance February 18, 2018 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Preface The course is

More information

Intro to Probability Instructor: Alexandre Bouchard

Intro to Probability Instructor: Alexandre Bouchard www.stat.ubc.ca/~bouchard/courses/stat302-sp2017-18/ Intro to Probability Instructor: Alexandre Bouchard Announcements Webwork out Graded midterm available after lecture Regrading policy IF you would like

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Section 1 Section 2 Section 3 Section 4 Section 5 Exponential Functions and Their Graphs Logarithmic Functions and Their Graphs Properties of Logarithms

More information

Review Problems. Calculus IIIA: page 1 of??

Review Problems. Calculus IIIA: page 1 of?? Review Problems The final is comprehensive exam (although the material from the last third of the course will be emphasized). You are encouraged to work carefully through this review package, and to revisit

More information

MATH Review Exam II 03/06/11

MATH Review Exam II 03/06/11 MATH 21-259 Review Exam II 03/06/11 1. Find f(t) given that f (t) = sin t i + 3t 2 j and f(0) = i k. 2. Find lim t 0 3(t 2 1) i + cos t j + t t k. 3. Find the points on the curve r(t) at which r(t) and

More information

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits MATH 8 FALL 2010 CLASS 27, 11/19/2010 1 Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits lim h 0 f(a + h, b) f(a, b), lim h f(a, b + h) f(a, b) In these

More information

MULTI-VARIABLE OPTIMIZATION NOTES. 1. Identifying Critical Points

MULTI-VARIABLE OPTIMIZATION NOTES. 1. Identifying Critical Points MULTI-VARIABLE OPTIMIZATION NOTES HARRIS MATH CAMP 2018 1. Identifying Critical Points Definition. Let f : R 2! R. Then f has a local maximum at (x 0,y 0 ) if there exists some disc D around (x 0,y 0 )

More information

4-7 Point-Slope Form. Warm Up Lesson Presentation Lesson Quiz

4-7 Point-Slope Form. Warm Up Lesson Presentation Lesson Quiz Warm Up Lesson Presentation Lesson Quiz Holt Algebra McDougal 1 Algebra 1 Warm Up Find the slope of the line containing each pair of points. 1. (0, 2) and (3, 4) 2. ( 2, 8) and (4, 2) 1 3. (3, 3) and (12,

More information

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM.

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. Math 126 Final Examination Winter 2012 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. This exam is closed

More information

Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A

Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A Name: ID: Circle your instructor and lecture below: Jankowski-001 Jankowski-006 Ramakrishnan-013 Read all of the following information

More information

SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers

SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers 1 Restricted Domains If we are asked to determine the maximal and minimal values of an arbitrary multivariable function

More information

SOLUTIONS 2. PRACTICE EXAM 2. HOURLY. Problem 1) TF questions (20 points) Circle the correct letter. No justifications are needed.

SOLUTIONS 2. PRACTICE EXAM 2. HOURLY. Problem 1) TF questions (20 points) Circle the correct letter. No justifications are needed. SOLUIONS 2. PRACICE EXAM 2. HOURLY Math 21a, S03 Problem 1) questions (20 points) Circle the correct letter. No justifications are needed. A function f(x, y) on the plane for which the absolute minimum

More information

33. Riemann Summation over Rectangular Regions

33. Riemann Summation over Rectangular Regions . iemann Summation over ectangular egions A rectangular region in the xy-plane can be defined using compound inequalities, where x and y are each bound by constants such that a x a and b y b. Let z = f(x,

More information

MAT B41 SUMMER 2018 MOCK TERM TEST - VERSION A

MAT B41 SUMMER 2018 MOCK TERM TEST - VERSION A NAME (PRINT): Last / Surname First / Given Name STUDENT #: MAT B41 SUMMER 2018 MOCK TERM TEST - VERSION A Problem MC Part II III-1 III-2 III-3 III-4 Bonus Total Points 40 12 12 12 12 12 +5 100 Score Tutorial

More information

Exam 1 Study Guide. Math 223 Section 12 Fall Student s Name

Exam 1 Study Guide. Math 223 Section 12 Fall Student s Name Exam 1 Study Guide Math 223 Section 12 Fall 2015 Dr. Gilbert Student s Name The following problems are designed to help you study for the first in-class exam. Problems may or may not be an accurate indicator

More information

On Surfaces of Revolution whose Mean Curvature is Constant

On Surfaces of Revolution whose Mean Curvature is Constant On Surfaces of Revolution whose Mean Curvature is Constant Ch. Delaunay May 4, 2002 When one seeks a surface of given area enclosing a maximal volume, one finds that the equation this surface must satisfy

More information

Determine if the function is even, odd, or neither. 1) f(x) = 8x4 + 7x + 5 A) Even B) Odd C) Neither

Determine if the function is even, odd, or neither. 1) f(x) = 8x4 + 7x + 5 A) Even B) Odd C) Neither Assignment 6 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine if the function is even, odd, or neither. 1) f(x) = 8x4 + 7x + 5 1) A)

More information

E. Slope-Intercept Form and Direct Variation (pp )

E. Slope-Intercept Form and Direct Variation (pp ) and Direct Variation (pp. 32 35) For any two points, there is one and only one line that contains both points. This fact can help you graph a linear equation. Many times, it will be convenient to use the

More information

Lecture 15. Global extrema and Lagrange multipliers. Dan Nichols MATH 233, Spring 2018 University of Massachusetts

Lecture 15. Global extrema and Lagrange multipliers. Dan Nichols MATH 233, Spring 2018 University of Massachusetts Lecture 15 Global extrema and Lagrange multipliers Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts March 22, 2018 (2) Global extrema of a multivariable function Definition

More information

Math 138 Exam 1 Review Problems Fall 2008

Math 138 Exam 1 Review Problems Fall 2008 Chapter 1 NOTE: Be sure to review Activity Set 1.3 from the Activity Book, pp 15-17. 1. Sketch an algebra-piece model for the following problem. Then explain or show how you used it to arrive at your solution.

More information

Review Sheet for Math 230, Midterm exam 2. Fall 2006

Review Sheet for Math 230, Midterm exam 2. Fall 2006 Review Sheet for Math 230, Midterm exam 2. Fall 2006 October 31, 2006 The second midterm exam will take place: Monday, November 13, from 8:15 to 9:30 pm. It will cover chapter 15 and sections 16.1 16.4,

More information

Review #Final Exam MATH 142-Drost

Review #Final Exam MATH 142-Drost Fall 2007 1 Review #Final Exam MATH 142-Drost 1. Find the domain of the function f(x) = x 1 x 2 if x3 2. Suppose 450 items are sold per day at a price of $53 per item and that 650 items are

More information

Lecture 26: Conservative Vector Fields

Lecture 26: Conservative Vector Fields Lecture 26: onservative Vector Fields 26. The line integral of a conservative vector field Suppose f : R n R is differentiable the vector field f : R n R n is continuous. Let F (x) = f(x). Then F is a

More information

Discussion 8 Solution Thursday, February 10th. Consider the function f(x, y) := y 2 x 2.

Discussion 8 Solution Thursday, February 10th. Consider the function f(x, y) := y 2 x 2. Discussion 8 Solution Thursday, February 10th. 1. Consider the function f(x, y) := y 2 x 2. (a) This function is a mapping from R n to R m. Determine the values of n and m. The value of n is 2 corresponding

More information

Mathematics 205 HWK 19b Solutions Section 16.2 p750. (x 2 y) dy dx. 2x 2 3

Mathematics 205 HWK 19b Solutions Section 16.2 p750. (x 2 y) dy dx. 2x 2 3 Mathematics 5 HWK 9b Solutions Section 6. p75 Problem, 6., p75. Evaluate (x y) dy dx. Solution. (x y) dy dx x ( ) y dy dx [ x x dx ] [ ] y x dx Problem 9, 6., p75. For the region as shown, write f da as

More information

Estimating Areas. is reminiscent of a Riemann Sum and, amazingly enough, will be called a Riemann Sum. Double Integrals

Estimating Areas. is reminiscent of a Riemann Sum and, amazingly enough, will be called a Riemann Sum. Double Integrals Estimating Areas Consider the challenge of estimating the volume of a solid {(x, y, z) 0 z f(x, y), (x, y) }, where is a region in the xy-plane. This may be thought of as the solid under the graph of z

More information

(Refer Slide Time: 3:11)

(Refer Slide Time: 3:11) Digital Communication. Professor Surendra Prasad. Department of Electrical Engineering. Indian Institute of Technology, Delhi. Lecture-2. Digital Representation of Analog Signals: Delta Modulation. Professor:

More information

(d) If a particle moves at a constant speed, then its velocity and acceleration are perpendicular.

(d) If a particle moves at a constant speed, then its velocity and acceleration are perpendicular. Math 142 -Review Problems II (Sec. 10.2-11.6) Work on concept check on pages 734 and 822. More review problems are on pages 734-735 and 823-825. 2nd In-Class Exam, Wednesday, April 20. 1. True - False

More information

Math 232. Calculus III Limits and Continuity. Updated: January 13, 2016 Calculus III Section 14.2

Math 232. Calculus III Limits and Continuity. Updated: January 13, 2016 Calculus III Section 14.2 Math 232 Calculus III Brian Veitch Fall 2015 Northern Illinois University 14.2 Limits and Continuity In this section our goal is to evaluate its of the form f(x, y) = L Let s take a look back at its in

More information

Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi

Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi Communication Engineering Prof. Surendra Prasad Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 23 The Phase Locked Loop (Contd.) We will now continue our discussion

More information

Study Guide and Review - Chapter 3. Find the x-intercept and y-intercept of the graph of each linear function.

Study Guide and Review - Chapter 3. Find the x-intercept and y-intercept of the graph of each linear function. Find the x-intercept and y-intercept of the graph of each linear function. 11. The x-intercept is the point at which the y-coordinate is 0, or the line crosses the x-axis. So, the x-intercept is 8. The

More information

Counting Snakes, Differentiating the Tangent Function, and Investigating the Bernoulli-Euler Triangle by Harold Reiter

Counting Snakes, Differentiating the Tangent Function, and Investigating the Bernoulli-Euler Triangle by Harold Reiter Counting Snakes, Differentiating the Tangent Function, and Investigating the Bernoulli-Euler Triangle by Harold Reiter In this paper we will examine three apparently unrelated mathematical objects One

More information

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E MATH 259 FINAL EXAM 1 Friday, May 8, 2009. NAME: Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E Instructions: 1. Do not separate the pages of the exam.

More information

14.7 Maximum and Minimum Values

14.7 Maximum and Minimum Values CHAPTER 14. PARTIAL DERIVATIVES 115 14.7 Maximum and Minimum Values Definition. Let f(x, y) be a function. f has a local max at (a, b) iff(a, b) (a, b). f(x, y) for all (x, y) near f has a local min at

More information

Radiation from Antennas

Radiation from Antennas Radiation from Antennas Ranga Rodrigo University of Moratuwa November 20, 2008 Ranga Rodrigo (University of Moratuwa) Radiation from Antennas November 20, 2008 1 / 32 Summary of Last Week s Lecture Radiation

More information

5.4 Transformations and Composition of Functions

5.4 Transformations and Composition of Functions 5.4 Transformations and Composition of Functions 1. Vertical Shifts: Suppose we are given y = f(x) and c > 0. (a) To graph y = f(x)+c, shift the graph of y = f(x) up by c. (b) To graph y = f(x) c, shift

More information

The Picture Tells the Linear Story

The Picture Tells the Linear Story The Picture Tells the Linear Story Students investigate the relationship between constants and coefficients in a linear equation and the resulting slopes and y-intercepts on the graphs. This activity also

More information