Taylor Expansions in 2d

Size: px
Start display at page:

Download "Taylor Expansions in 2d"

Transcription

1 Taylor Expansions in 2 In your irst year Calculus course you evelope a amily o ormulae or approximating a unction F(t) or t near any ixe point t 0. The cruest approximation was just a constant. F(t 0 + t) F(t 0 ) The next better approximation inclue a correction that is linear in t. F(t 0 + t) F(t 0 )+F (t 0 ) t The next better approximation inclue a correction that is quaratic in t. F(t 0 + t) F(t 0 )+F (t 0 ) t+ 2 F (t 0 ) t 2 An so on. The approximation that inclues all corrections up to orer t n is F(t 0 + t) F(t 0 )+F (t 0 ) t+ 2! F (t 0 ) t 2 + 3! F(3) (t 0 ) t n! F(n) (t 0 ) t n You may have also oun a ormula or the error introuce in making this approximation. The error E n ( t) is eine by an obeys F(t 0 + t) = F(t 0 )+F (t 0 ) t+ 2! F (t 0 ) t n! F(n) (t 0 ) t n +E n ( t) E n ( t) = (n+)! F(n+) (t ) t n+ or some (unknown) t between t 0 an t 0 + t. Even though we o not know what t is, we can still learn a lot rom this ormula or E n. I we know that F (n+) (t) Mn+ or all t between t 0 an t 0 + t, then E n ( t) M n+ (n+)! tn+, which tells us that E n ( t) goes to zero like the (n+) st power o t as t tens to zero. We now generalize all this to unctions o more than one variable. To be concrete an to save writing, we ll just look at unctions o two variables, but the same strategy works or any number o variables. We ll also assume that all partial erivatives exist an are continuous. Suppose that we wish to approximate 0 + x,y 0 + y) or x an y near zero. The trick is to write 0 + x,y 0 + y) = F() with F(t) = 0 +t x,y 0 +t y) an think o x 0, y 0, x an y as constants so that F is a unction o the single variable t. Then we can apply our single variable ormulae with t 0 = 0 an t =. To o so we nee to compute various erivatives o F(t) at t = 0, by applying the chain rule to F(t) = ( ) with x(t) = x 0 +t x, y(t) = y 0 +t y c Joel Felman. 20. All rights reserve. October 28, 20 Taylor Expansions in 2

2 Since t x(t) = x an y(t) = y, the chain rule gives t F t (t) = 2 F t 2 (t) = ( ) ) tx(t)+ y( t y(t) = x 0 +t x,y 0 +t y) x+ y 0 +t x,y 0 +t y) y ( ) t x(t)+ ( ) ] x y t y(t) x + y ( ) t x(t)+ y y ( ) t y(t) ] y = 2 2 x y y x+ 2 y x y + 2 y 2 y 2 = 2 2 x y x y + 2 y 2 y 2 an so on. It s not har to prove by inuction that, in general, or any natural number k, where ( ) k l = k! l!(k l)! Subbing these into gives F (k) (t) = k ( k k l) l y k l 0 +t x,y 0 +t y) x l y k l l=0 is the stanar binomial coeicient. So when t = 0, F(0) = 0,y 0 ) F (0) = t 0,y 0 ) x+ y 0,y 0 ) y 2 F(0) = 2 2! t ,y 0 ) x y 0,y 0 ) x y y 2 0,y 0 ) y 2 k F k! (0) = t k 0 l,m k l+m=k k l y m 0,y 0 ) x l y m 0 + x,y 0 + y) = F(t 0 + t) t0 =0, t= = n k=0 k! F(k) (0)+E n () 0 + x,y 0 + y) = 0 l,m n l+m n = 0,y 0 ) l+m l y m 0,y 0 ) x l y m +E n + x 0,y 0 ) x+ y 0,y 0 ) y ] xx 0,y 0 ) x 2 +2 xy 0,y 0 ) x y + yy 0,y 0 ) y E 2 I all partial erivatives o o orer n+ are boune in magnitue by M, then En = (n+)! F (n+) (t ) n+ ( n+ ) (n+)! l M x l y n+ l ( ) = M n+ (n+)! x + y l=0 c Joel Felman. 20. All rights reserve. October 28, 20 Taylor Expansions in 2 2

3 Example. In this example, we in the secon orer Taylor expansion o,y) = +4x 2 +y 2 about 0,y 0 ) = (,2) an use it to compute approximately (., 2.05). We irst compute all partial erivatives up to orer 2 at 0,y 0 ).,y) = +4x 2 +y 2 0,y 0 ) = 3 x,y) = 4x x 0,y 0 ) = 4 +4x2 +y 2 3 y y,y) = y 0,y 0 ) = 2 +4x 2 +y xx,y) = 6x 2 +4x 2 +y 2 +4x 2 +y 2 ] 3/2 xx 0,y 0 ) = = xy xy,y) = +4x 2 +y 2 ] 3/2 xy 0,y 0 ) = 8 27 yy,y) = y 2 +4x 2 +y 2 +4x 2 +y 2 ] 3/2 yy 0,y 0 ) = = 5 27 So the quaratic approximation to about 0,y 0 ) is ( x 0 + x, y 0 + y ) 0,y 0 )+ x 0,y 0 ) x+ y 0,y 0 ) y ] xx 0,y 0 ) x 2 +2 xy 0,y 0 ) x y + yy 0,y 0 ) y In particular, with x = 0. an y = 0.05, = x y + 27 x x y y2 (., 2.05) (0.) (0.05)+ 27 (0.0) 8 27 (0.005) (0.0025) = 3.69 The actual value, to our ecimal places, is Example. In this example, we in the thir orer Taylor expansion o,y) = e 2x sin(3y) about 0,y 0 ) = (0,0) in two ierent ways. The irst way uses the canne ormula. We irst compute all partial erivatives up to orer 3 at 0,y 0 ).,y) = e 2x sin(3y) 0,y 0 ) = 0 x,y) = 2e 2x sin(3y) x 0,y 0 ) = 0 y,y) = 3e 2x cos(3y) y 0,y 0 ) = 3 xx,y) = 4e 2x sin(3y) xx 0,y 0 ) = 0 xy,y) = 6e 2x cos(3y) xy 0,y 0 ) = 6 yy,y) = 9e 2x sin(3y) yy 0,y 0 ) = 0 xxx,y) = 8e 2x sin(3y) xx 0,y 0 ) = 0 xxy,y) = 2e 2x cos(3y) xxy 0,y 0 ) = 2 xyy,y) = 8e 2x sin(3y) xyy 0,y 0 ) = 0 yyy,y) = 27e 2x cos(3y) yyy 0,y 0 ) = 27 c Joel Felman. 20. All rights reserve. October 28, 20 Taylor Expansions in 2 3

4 So the Taylor expansion, about (0,0) to orer three is,y) = 0 l,m 3 l+m 3 l+m l y m (0,0) x l y m +E 3,y) = 0!! 3y +!! 6xy + 2!! 2x2 y 0!3! 27y3 +E 3,y) = 3y +6xy +6x 2 y 9 2 y3 +E 3,y) A secon way to get the same result exploits the single variable Taylor expansions e x = +x+ 2! x2 + 3! x3 + siny = y 3! y3 + Replacing x by 2x in the irst an y by 3y in the secon an multiplying the two together, keeping track only o terms o egree at most three, gives,y) = e 2x sin(3y) ] ] = +(2x)+ 2! (2x)2 + 3! (2x)3 + (3y) 3! (3y)3 + ] ] = +2x+2x x3 + 3y 9 2 y3 + just as in the irst computation. = 3y 9 2 y3 +6xy +6x 2 y + Problem Derive the Taylor expansion, to orer 2 in powers o x, y an z, o ( x 0 + x,y 0 + y,z 0 + z ) Answer: In general, the expansion to orer N is 0 + x,y 0 + y,z 0 + z) = 0 l,m,n 2 l+m+n N n! l+m+n l y m z n 0,y 0,z 0 ) ( x) l ( y) m ( z) n +E n Problem 2 Fin theseconorertaylor expansion o,y) = +x 2 +y 2 about 0,y 0 ) = (, ). Answer: (+ x, + y) = x+ 2 9 y + 27 x x y + 27 y2 + Problem 3 FintheseconorerTaylor expansiono,y,z) = +x 2 +y 2 +z 2 about 0,y 0,z 0 ) = (0,0,0). Answer:,y,z) = x 2 y 2 z 2 + c Joel Felman. 20. All rights reserve. October 28, 20 Taylor Expansions in 2 4

5 Problem 4 Fin the secon orer Taylor expansion o,y) = e x+2y about 0,y 0 ) = (0,0). Boun the error o this approximation i x 0. an y 0.. Answer:,y) = + x + 2y + 2 x2 + 2xy + 2y 2 + E 2,y) with E2,y) (0.3) 3 3! e 0.3 when x 0. an y 0.. (O course there are many other correct bouns on E 2,y).) Problem 5 The unction z =,y) solves the equation x+2y +z +e 2z =. Fin the Taylor polynomial o egree two or,y) in powers o x an y. Answer:,y) = 3 x 2 3 y 2 27 x xy 8 27 y2 + Problem 6 Suppose that,y) is a polynomial o egree n. Prove that or all real numbers x 0, y 0, x an y, 0 + x,y 0 + y) = 0 l,m n l+m n Note that this ormula is exact. There is no error term E n. l+m l y m 0,y 0 ) ( x) l ( y) m c Joel Felman. 20. All rights reserve. October 28, 20 Taylor Expansions in 2 5

Definition: Let f(x) be a function of one variable with continuous derivatives of all orders at a the point x 0, then the series.

Definition: Let f(x) be a function of one variable with continuous derivatives of all orders at a the point x 0, then the series. 2.4 Local properties o unctions o several variables In this section we will learn how to address three kinds o problems which are o great importance in the ield o applied mathematics: how to obtain the

More information

IMPLICIT DIFFERENTIATION

IMPLICIT DIFFERENTIATION IMPLICIT DIFFERENTIATION CALCULUS 3 INU0115/515 (MATHS 2) Dr Arian Jannetta MIMA CMath FRAS Implicit Differentiation 1/ 11 Arian Jannetta Explicit an implicit functions Explicit functions An explicit function

More information

Single Variable Calculus Warnings

Single Variable Calculus Warnings Single Variable Calculus Warnings These notes highlight number of common, but serious, first year calculus errors. Warning. The formula g(x) = g(x) is vali only uner the hypothesis g(x). Discussion. In

More information

EC5555 Economics Masters Refresher Course in Mathematics September 2013

EC5555 Economics Masters Refresher Course in Mathematics September 2013 EC5555 Economics Masters Reresher Course in Mathematics September 3 Lecture 5 Unconstraine Optimization an Quaratic Forms Francesco Feri We consier the unconstraine optimization or the case o unctions

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

1 Lecture 20: Implicit differentiation

1 Lecture 20: Implicit differentiation Lecture 20: Implicit ifferentiation. Outline The technique of implicit ifferentiation Tangent lines to a circle Derivatives of inverse functions by implicit ifferentiation Examples.2 Implicit ifferentiation

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

The Chain Rule. d dx x(t) dx. dt (t)

The Chain Rule. d dx x(t) dx. dt (t) The Chain Rule The Problem You alreay routinely use the one imensional chain rule t f xt = f x xt x t t in oing computations like t sint2 = cost 2 2t In this example, fx = sinx an xt = t 2. We now generalize

More information

First Order Linear Differential Equations

First Order Linear Differential Equations LECTURE 6 First Orer Linear Differential Equations A linear first orer orinary ifferential equation is a ifferential equation of the form ( a(xy + b(xy = c(x. Here y represents the unknown function, y

More information

f sends 1 to 2, so f 1 sends 2 back to 1. f sends 2 to 4, so f 1 sends 4 back to 2. f 1 = { (2,1), (4,2), (6,3), (1,4), (3,5), (5,6) }.

f sends 1 to 2, so f 1 sends 2 back to 1. f sends 2 to 4, so f 1 sends 4 back to 2. f 1 = { (2,1), (4,2), (6,3), (1,4), (3,5), (5,6) }. .3 Inverse Functions an their Derivatives In this unit you ll review inverse unctions, how to in them, an how the graphs o unctions an their inverses are relate geometrically. Not all unctions can be unone,

More information

Consider the function f(x, y). Recall that we can approximate f(x, y) with a linear function in x and y:

Consider the function f(x, y). Recall that we can approximate f(x, y) with a linear function in x and y: Taylor s Formula Consider the unction (x, y). Recall that we can approximate (x, y) with a linear unction in x and y: (x, y) (a, b)+ x (a, b)(x a)+ y (a, b)(y b) Notice that again this is just a linear

More information

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR Appendix B The Derivative B.1 The Derivative of f In this chapter, we give a short summary of the derivative. Specifically, we want to compare/contrast how the derivative appears for functions whose domain

More information

Math 2163, Practice Exam II, Solution

Math 2163, Practice Exam II, Solution Math 63, Practice Exam II, Solution. (a) f =< f s, f t >=< s e t, s e t >, an v v = , so D v f(, ) =< ()e, e > =< 4, 4 > = 4. (b) f =< xy 3, 3x y 4y 3 > an v =< cos π, sin π >=, so

More information

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

AP Calculus AB Ch. 2 Derivatives (Part I) Intro to Derivatives: Definition of the Derivative and the Tangent Line 9/15/14

AP Calculus AB Ch. 2 Derivatives (Part I) Intro to Derivatives: Definition of the Derivative and the Tangent Line 9/15/14 AP Calculus AB Ch. Derivatives (Part I) Name Intro to Derivatives: Deinition o the Derivative an the Tangent Line 9/15/1 A linear unction has the same slope at all o its points, but non-linear equations

More information

Review of Differentiation and Integration for Ordinary Differential Equations

Review of Differentiation and Integration for Ordinary Differential Equations Schreyer Fall 208 Review of Differentiation an Integration for Orinary Differential Equations In this course you will be expecte to be able to ifferentiate an integrate quickly an accurately. Many stuents

More information

Dr. Allen Back. Oct. 6, 2014

Dr. Allen Back. Oct. 6, 2014 Dr. Allen Back Oct. 6, 2014 Distribution Min=48 Max=100 Q1=74 Median=83 Q3=91.5 mean = 81.48 std. dev. = 12.5 Distribution Distribution: (The letters will not be directly used.) Scores Freq. 100 2 98-99

More information

First Order Linear Differential Equations

First Order Linear Differential Equations LECTURE 8 First Orer Linear Differential Equations We now turn our attention to the problem of constructing analytic solutions of ifferential equations; that is to say,solutions that can be epresse in

More information

d dx [xn ] = nx n 1. (1) dy dx = 4x4 1 = 4x 3. Theorem 1.3 (Derivative of a constant function). If f(x) = k and k is a constant, then f (x) = 0.

d dx [xn ] = nx n 1. (1) dy dx = 4x4 1 = 4x 3. Theorem 1.3 (Derivative of a constant function). If f(x) = k and k is a constant, then f (x) = 0. Calculus refresher Disclaimer: I claim no original content on this ocument, which is mostly a summary-rewrite of what any stanar college calculus book offers. (Here I ve use Calculus by Dennis Zill.) I

More information

CHAPTER 1 POLYNOMIALS

CHAPTER 1 POLYNOMIALS 1 CHAPTER 1 POLYNOMIALS 1.1 Removing Nested Symbols of Grouping Simplify. 1. 4x + 3( x ) + 4( x + 1). ( ) 3x + 4 5 x 3 + x 3. 3 5( y 4) + 6 y ( y + 3) 4. 3 n ( n + 5) 4 ( n + 8) 5. ( x + 5) x + 3( x 6)

More information

Solving the Schrödinger Equation for the 1 Electron Atom (Hydrogen-Like)

Solving the Schrödinger Equation for the 1 Electron Atom (Hydrogen-Like) Stockton Univeristy Chemistry Program, School of Natural Sciences an Mathematics 101 Vera King Farris Dr, Galloway, NJ CHEM 340: Physical Chemistry II Solving the Schröinger Equation for the 1 Electron

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 14 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering an Applie Science Gonzaga University SDC

More information

1 Partial differentiation and the chain rule

1 Partial differentiation and the chain rule 1 Partial differentiation and the chain rule In this section we review and discuss certain notations and relations involving partial derivatives. The more general case can be illustrated by considering

More information

Lecture 16: The chain rule

Lecture 16: The chain rule Lecture 6: The chain rule Nathan Pflueger 6 October 03 Introuction Toay we will a one more rule to our toolbo. This rule concerns functions that are epresse as compositions of functions. The iea of a composition

More information

NOTES ON EULER-BOOLE SUMMATION (1) f (l 1) (n) f (l 1) (m) + ( 1)k 1 k! B k (y) f (k) (y) dy,

NOTES ON EULER-BOOLE SUMMATION (1) f (l 1) (n) f (l 1) (m) + ( 1)k 1 k! B k (y) f (k) (y) dy, NOTES ON EULER-BOOLE SUMMATION JONATHAN M BORWEIN, NEIL J CALKIN, AND DANTE MANNA Abstract We stuy a connection between Euler-MacLaurin Summation an Boole Summation suggeste in an AMM note from 196, which

More information

Exam 2 Review Solutions

Exam 2 Review Solutions Exam Review Solutions 1. True or False, an explain: (a) There exists a function f with continuous secon partial erivatives such that f x (x, y) = x + y f y = x y False. If the function has continuous secon

More information

Linear and quadratic approximation

Linear and quadratic approximation Linear an quaratic approximation November 11, 2013 Definition: Suppose f is a function that is ifferentiable on an interval I containing the point a. The linear approximation to f at a is the linear function

More information

Lecture 2 Lagrangian formulation of classical mechanics Mechanics

Lecture 2 Lagrangian formulation of classical mechanics Mechanics Lecture Lagrangian formulation of classical mechanics 70.00 Mechanics Principle of stationary action MATH-GA To specify a motion uniquely in classical mechanics, it suffices to give, at some time t 0,

More information

Calculus of Variations

Calculus of Variations 16.323 Lecture 5 Calculus of Variations Calculus of Variations Most books cover this material well, but Kirk Chapter 4 oes a particularly nice job. x(t) x* x*+ αδx (1) x*- αδx (1) αδx (1) αδx (1) t f t

More information

Math 192r, Problem Set #3: Solutions

Math 192r, Problem Set #3: Solutions Math 192r Problem Set #3: Solutions 1. Let F n be the nth Fibonacci number as Wilf indexes them (with F 0 F 1 1 F 2 2 etc.). Give a simple homogeneous linear recurrence relation satisfied by the sequence

More information

7-7 Multiplying Polynomials

7-7 Multiplying Polynomials Example 1: Multiplying Monomials A. (6y 3 )(3y 5 ) (6y 3 )(3y 5 ) (6 3)(y 3 y 5 ) 18y 8 Group factors with like bases together. B. (3mn 2 ) (9m 2 n) Example 1C: Multiplying Monomials Group factors with

More information

2x (x 2 + y 2 + 1) 2 2y. (x 2 + y 2 + 1) 4. 4xy. (1, 1)(x 1) + (1, 1)(y + 1) (1, 1)(x 1)(y + 1) 81 x y y + 7.

2x (x 2 + y 2 + 1) 2 2y. (x 2 + y 2 + 1) 4. 4xy. (1, 1)(x 1) + (1, 1)(y + 1) (1, 1)(x 1)(y + 1) 81 x y y + 7. Homework 8 Solutions, November 007. (1 We calculate some derivatives: f x = f y = x (x + y + 1 y (x + y + 1 x = (x + y + 1 4x (x + y + 1 4 y = (x + y + 1 4y (x + y + 1 4 x y = 4xy (x + y + 1 4 Substituting

More information

Math 1720 Final Exam Review 1

Math 1720 Final Exam Review 1 Math 70 Final Eam Review Remember that you are require to evaluate this class by going to evaluate.unt.eu an filling out the survey before minight May 8. It will only take between 5 an 0 minutes, epening

More information

1. Find the equation of a line passing through point (5, -2) with slope ¾. (State your answer in slope-int. form)

1. Find the equation of a line passing through point (5, -2) with slope ¾. (State your answer in slope-int. form) INTRO TO CALCULUS REVIEW FINAL EXAM NAME: DATE: A. Equations of Lines (Review Chapter) y = m + b (Slope-Intercept Form) A + By = C (Stanar Form) y y = m( ) (Point-Slope Form). Fin the equation of a line

More information

Math Implicit Differentiation. We have discovered (and proved) formulas for finding derivatives of functions like

Math Implicit Differentiation. We have discovered (and proved) formulas for finding derivatives of functions like Math 400 3.5 Implicit Differentiation Name We have iscovere (an prove) formulas for fining erivatives of functions like f x x 3x 4x. 3 This amounts to fining y for 3 y x 3x 4x. Notice that in this case,

More information

Integration by Parts

Integration by Parts Integration by Parts 6-3-207 If u an v are functions of, the Prouct Rule says that (uv) = uv +vu Integrate both sies: (uv) = uv = uv + u v + uv = uv vu, vu v u, I ve written u an v as shorthan for u an

More information

Differentiation Rules c 2002 Donald Kreider and Dwight Lahr

Differentiation Rules c 2002 Donald Kreider and Dwight Lahr Dierentiation Rules c 00 Donal Kreier an Dwigt Lar Te Power Rule is an example o a ierentiation rule. For unctions o te orm x r, were r is a constant real number, we can simply write own te erivative rater

More information

12.11 Laplace s Equation in Cylindrical and

12.11 Laplace s Equation in Cylindrical and SEC. 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential 593 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential One of the most important PDEs in physics an engineering

More information

Numerical Algorithms for Visual Computing 2008/09 Example Solutions for Assignment 4. Problem 1 (Shift invariance of the Laplace operator)

Numerical Algorithms for Visual Computing 2008/09 Example Solutions for Assignment 4. Problem 1 (Shift invariance of the Laplace operator) Numercal Algorthms for Vsual Computng 008/09 Example Solutons for Assgnment 4 Problem (Shft nvarance of the Laplace operator The Laplace equaton s shft nvarant,.e., nvarant under translatons x x + a, y

More information

MATH section 2.3 Basic Differentiation Formulas Page 1 of 5

MATH section 2.3 Basic Differentiation Formulas Page 1 of 5 MATH 0100 section. Basic Dierentiation Formulas Page 1 o The tetbook is using Leibniz notation or this section. I ll continue to use this notation when we are using ormulas an rules. Notation: This means,

More information

Mathematical Review Problems

Mathematical Review Problems Fall 6 Louis Scuiero Mathematical Review Problems I. Polynomial Equations an Graphs (Barrante--Chap. ). First egree equation an graph y f() x mx b where m is the slope of the line an b is the line's intercept

More information

Complex Numbers and Exponentials

Complex Numbers and Exponentials Complex Numbers and Exponentials Definition and Basic Operations A complexnumber is nothing morethan a point in the xy plane. The first component, x, ofthe complex number (x,y) is called its real part

More information

Implicit Differentiation and Inverse Trigonometric Functions

Implicit Differentiation and Inverse Trigonometric Functions Implicit Differentiation an Inverse Trigonometric Functions MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Explicit vs. Implicit Functions 0.5 1 y 0.0 y 2 0.5 3 4 1.0 0.5

More information

23 Implicit differentiation

23 Implicit differentiation 23 Implicit ifferentiation 23.1 Statement The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x an y. If a value of x is given, then a corresponing value of y is etermine. For

More information

3.5 Quadratic Approximation and Convexity/Concavity

3.5 Quadratic Approximation and Convexity/Concavity 3.5 Quadratic Approximation and Convexity/Concavity 55 3.5 Quadratic Approximation and Convexity/Concavity Overview: Second derivatives are useful for understanding how the linear approximation varies

More information

On the classification of certain curves up to projective tranformations

On the classification of certain curves up to projective tranformations On the classification of certain curves up to projective tranformations Mehdi Nadjafikhah Abstract The purpose of this paper is to classify the curves in the form y 3 = c 3 x 3 +c 2 x 2 + c 1x + c 0, with

More information

Fall 2016: Calculus I Final

Fall 2016: Calculus I Final Answer the questions in the spaces provie on the question sheets. If you run out of room for an answer, continue on the back of the page. NO calculators or other electronic evices, books or notes are allowe

More information

Solutions to MATH 271 Test #3H

Solutions to MATH 271 Test #3H Solutions to MATH 71 Test #3H This is the :4 class s version of the test. See pages 4 7 for the 4:4 class s. (1) (5 points) Let a k = ( 1)k. Is a k increasing? Decreasing? Boune above? Boune k below? Convergant

More information

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2.

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v 260) Contents 2 Partial Derivatives 1 21 Limits and Continuity 1 22 Partial Derivatives 5 23 Directional Derivatives and the Gradient

More information

Magic. The Lattice Boltzmann Method

Magic. The Lattice Boltzmann Method Magic The Lattice Boltzmann Method Lattice Boltzmann: secret ingredients Kn(Ma t f + v x x f + v y y f + v z z f ) = Ω( f ) Analysis Modeling Kn(Ma t π α + x π αx + y π αy + z π αz ) = ω α ( α π α ) ω

More information

The Explicit Form of a Function

The Explicit Form of a Function Section 3 5 Implicit Differentiation The Eplicit Form of a Function The normal way we see function notation has f () on one sie of an equation an an epression in terms of on the other sie. We know the

More information

25. Chain Rule. Now, f is a function of t only. Expand by multiplication:

25. Chain Rule. Now, f is a function of t only. Expand by multiplication: 25. Chain Rule The Chain Rule is present in all differentiation. If z = f(x, y) represents a two-variable function, then it is plausible to consider the cases when x and y may be functions of other variable(s).

More information

2.5 SOME APPLICATIONS OF THE CHAIN RULE

2.5 SOME APPLICATIONS OF THE CHAIN RULE 2.5 SOME APPLICATIONS OF THE CHAIN RULE The Chain Rule will help us etermine the erivatives of logarithms an exponential functions a x. We will also use it to answer some applie questions an to fin slopes

More information

Inverse Trig Functions

Inverse Trig Functions Inverse Trig Functions -8-006 If you restrict fx) = sinx to the interval π x π, the function increases: y = sin x - / / This implies that the function is one-to-one, an hence it has an inverse. The inverse

More information

Lecture XII. where Φ is called the potential function. Let us introduce spherical coordinates defined through the relations

Lecture XII. where Φ is called the potential function. Let us introduce spherical coordinates defined through the relations Lecture XII Abstract We introuce the Laplace equation in spherical coorinates an apply the metho of separation of variables to solve it. This will generate three linear orinary secon orer ifferential equations:

More information

Section 7.2. The Calculus of Complex Functions

Section 7.2. The Calculus of Complex Functions Section 7.2 The Calculus of Complex Functions In this section we will iscuss limits, continuity, ifferentiation, Taylor series in the context of functions which take on complex values. Moreover, we will

More information

1 Math 285 Homework Problem List for S2016

1 Math 285 Homework Problem List for S2016 1 Math 85 Homework Problem List for S016 Note: solutions to Lawler Problems will appear after all of the Lecture Note Solutions. 1.1 Homework 1. Due Friay, April 8, 016 Look at from lecture note exercises:

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS

ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS ALGEBRAIC AND ANALYTIC PROPERTIES OF ARITHMETIC FUNCTIONS MARK SCHACHNER Abstract. When consiere as an algebraic space, the set of arithmetic functions equippe with the operations of pointwise aition an

More information

2.3 Product and Quotient Rules and Higher-Order Derivatives

2.3 Product and Quotient Rules and Higher-Order Derivatives Chapter Dierentiation. Prouct an Quotient Rules an Higher-Orer Derivatives Fin the erivative o a unction using the Prouct Rule. Fin the erivative o a unction using the Quotient Rule. Fin the erivative

More information

Designing Information Devices and Systems II Fall 2017 Note Theorem: Existence and Uniqueness of Solutions to Differential Equations

Designing Information Devices and Systems II Fall 2017 Note Theorem: Existence and Uniqueness of Solutions to Differential Equations EECS 6B Designing Information Devices an Systems II Fall 07 Note 3 Secon Orer Differential Equations Secon orer ifferential equations appear everywhere in the real worl. In this note, we will walk through

More information

A DARK GREY P O N T, with a Switch Tail, and a small Star on the Forehead. Any

A DARK GREY P O N T, with a Switch Tail, and a small Star on the Forehead. Any Y Y Y X X «/ YY Y Y ««Y x ) & \ & & } # Y \#$& / Y Y X» \\ / X X X x & Y Y X «q «z \x» = q Y # % \ & [ & Z \ & { + % ) / / «q zy» / & / / / & x x X / % % ) Y x X Y $ Z % Y Y x x } / % «] «] # z» & Y X»

More information

LOWELL WEEKLY JOURNAL

LOWELL WEEKLY JOURNAL Y G y G Y 87 y Y 8 Y - $ X ; ; y y q 8 y $8 $ $ $ G 8 q < 8 6 4 y 8 7 4 8 8 < < y 6 $ q - - y G y G - Y y y 8 y y y Y Y 7-7- G - y y y ) y - y y y y - - y - y 87 7-7- G G < G y G y y 6 X y G y y y 87 G

More information

Calculus I Homework: Related Rates Page 1

Calculus I Homework: Related Rates Page 1 Calculus I Homework: Relate Rates Page 1 Relate Rates in General Relate rates means relate rates of change, an since rates of changes are erivatives, relate rates really means relate erivatives. The only

More information

2Algebraic ONLINE PAGE PROOFS. foundations

2Algebraic ONLINE PAGE PROOFS. foundations Algebraic founations. Kick off with CAS. Algebraic skills.3 Pascal s triangle an binomial expansions.4 The binomial theorem.5 Sets of real numbers.6 Surs.7 Review . Kick off with CAS Playing lotto Using

More information

The Exact Form and General Integrating Factors

The Exact Form and General Integrating Factors 7 The Exact Form an General Integrating Factors In the previous chapters, we ve seen how separable an linear ifferential equations can be solve using methos for converting them to forms that can be easily

More information

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule Unit # - Families of Functions, Taylor Polynomials, l Hopital s Rule Some problems an solutions selecte or aapte from Hughes-Hallett Calculus. Critical Points. Consier the function f) = 54 +. b) a) Fin

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.2 DIFFERENTIATION 2 (Rates of change) by A.J.Hobson 10.2.1 Introuction 10.2.2 Average rates of change 10.2.3 Instantaneous rates of change 10.2.4 Derivatives 10.2.5 Exercises

More information

Math 242: Principles of Analysis Fall 2016 Homework 7 Part B Solutions

Math 242: Principles of Analysis Fall 2016 Homework 7 Part B Solutions Mat 22: Principles of Analysis Fall 206 Homework 7 Part B Solutions. Sow tat f(x) = x 2 is not uniformly continuous on R. Solution. Te equation is equivalent to f(x) = 0 were f(x) = x 2 sin(x) 3. Since

More information

Algebra I Lesson 6 Monomials and Polynomials (Grades 9-12) Instruction 6-1 Multiplying Polynomials

Algebra I Lesson 6 Monomials and Polynomials (Grades 9-12) Instruction 6-1 Multiplying Polynomials In algebra, we deal with different types of expressions. Grouping them helps us to learn rules and concepts easily. One group of expressions is called polynomials. In a polynomial, the powers are whole

More information

Rank, Trace, Determinant, Transpose an Inverse of a Matrix Let A be an n n square matrix: A = a11 a1 a1n a1 a an a n1 a n a nn nn where is the jth col

Rank, Trace, Determinant, Transpose an Inverse of a Matrix Let A be an n n square matrix: A = a11 a1 a1n a1 a an a n1 a n a nn nn where is the jth col Review of Linear Algebra { E18 Hanout Vectors an Their Inner Proucts Let X an Y be two vectors: an Their inner prouct is ene as X =[x1; ;x n ] T Y =[y1; ;y n ] T (X; Y ) = X T Y = x k y k k=1 where T an

More information

Product and Quotient Rules and Higher-Order Derivatives. The Product Rule

Product and Quotient Rules and Higher-Order Derivatives. The Product Rule 330_003.q 11/3/0 :3 PM Page 119 SECTION.3 Prouct an Quotient Rules an Higher-Orer Derivatives 119 Section.3 Prouct an Quotient Rules an Higher-Orer Derivatives Fin the erivative o a unction using the Prouct

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX 100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX.1 Norms If we have an approximate solution at a given point and we want to calculate the absolute error, then we simply take the magnitude

More information

Matrix Recipes. Javier R. Movellan. December 28, Copyright c 2004 Javier R. Movellan

Matrix Recipes. Javier R. Movellan. December 28, Copyright c 2004 Javier R. Movellan Matrix Recipes Javier R Movellan December 28, 2006 Copyright c 2004 Javier R Movellan 1 1 Definitions Let x, y be matrices of orer m n an o p respectively, ie x 11 x 1n y 11 y 1p x = y = (1) x m1 x mn

More information

3.3 The Chain Rule CHAPTER 3. RULES FOR DERIVATIVES 63

3.3 The Chain Rule CHAPTER 3. RULES FOR DERIVATIVES 63 CHAPTER 3. RULES FOR DERIVATIVES 63 3.3 The Chain Rule Comments. The Chain Rule is the most interesting one we have learne so far, an it is one of the most complicate we will learn. It is one of the rules

More information

Inverse Trig Functions

Inverse Trig Functions Inverse Trig Functions -7-08 If you restrict fx) = sinx to the interval π x π, the function increases: y = sin x - / / This implies that the function is one-to-one, an hence it has an inverse. The inverse

More information

Euler equations for multiple integrals

Euler equations for multiple integrals Euler equations for multiple integrals January 22, 2013 Contents 1 Reminer of multivariable calculus 2 1.1 Vector ifferentiation......................... 2 1.2 Matrix ifferentiation........................

More information

Kramers Relation. Douglas H. Laurence. Department of Physical Sciences, Broward College, Davie, FL 33314

Kramers Relation. Douglas H. Laurence. Department of Physical Sciences, Broward College, Davie, FL 33314 Kramers Relation Douglas H. Laurence Department of Physical Sciences, Browar College, Davie, FL 333 Introuction Kramers relation, name after the Dutch physicist Hans Kramers, is a relationship between

More information

Center of Gravity and Center of Mass

Center of Gravity and Center of Mass Center of Gravity an Center of Mass 1 Introuction. Center of mass an center of gravity closely parallel each other: they both work the same way. Center of mass is the more important, but center of gravity

More information

MTH 133 Solutions to Exam 1 October 10, Without fully opening the exam, check that you have pages 1 through 11.

MTH 133 Solutions to Exam 1 October 10, Without fully opening the exam, check that you have pages 1 through 11. MTH 33 Solutions to Eam October 0, 08 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the eam, check that you have pages through. Show

More information

Transformations and A Universal First Order Taylor Expansion

Transformations and A Universal First Order Taylor Expansion Transformations and A Universal First Order Taylor Expansion MATH 1502 Calculus II Notes September 29, 2008 The first order Taylor approximation for f : R R at x = x 0 is given by P 1 (x) = f (x 0 )(x

More information

Robust Forward Algorithms via PAC-Bayes and Laplace Distributions. ω Q. Pr (y(ω x) < 0) = Pr A k

Robust Forward Algorithms via PAC-Bayes and Laplace Distributions. ω Q. Pr (y(ω x) < 0) = Pr A k A Proof of Lemma 2 B Proof of Lemma 3 Proof: Since the support of LL istributions is R, two such istributions are equivalent absolutely continuous with respect to each other an the ivergence is well-efine

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

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0.

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0. Engineering Mathematics 2 26 February 2014 Limits of functions Consier the function 1 f() = 1. The omain of this function is R + \ {1}. The function is not efine at 1. What happens when is close to 1?

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 13 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering Gonzaga University SDC PUBLICATIONS Schroff

More information

6 Wave equation in spherical polar coordinates

6 Wave equation in spherical polar coordinates 6 Wave equation in spherical polar coorinates We now look at solving problems involving the Laplacian in spherical polar coorinates. The angular epenence of the solutions will be escribe by spherical harmonics.

More information

Class 8 Multiplication of Polynomials

Class 8 Multiplication of Polynomials ID : in-8-multiplication-of-polynomials [1] Class 8 Multiplication of Polynomials For more such worksheets visit www.edugain.com Answer t he quest ions (1) If (2pq + 2p) ( -2pq + 2p + 2) = ( -4p 2 q 2

More information

LB 220 Homework 4 Solutions

LB 220 Homework 4 Solutions LB 220 Homework 4 Solutions Section 11.4, # 40: This problem was solved in class on Feb. 03. Section 11.4, # 42: This problem was also solved in class on Feb. 03. Section 11.4, # 43: Also solved in class

More information

Pure Further Mathematics 1. Revision Notes

Pure Further Mathematics 1. Revision Notes Pure Further Mathematics Revision Notes June 20 2 FP JUNE 20 SDB Further Pure Complex Numbers... 3 Definitions an arithmetical operations... 3 Complex conjugate... 3 Properties... 3 Complex number plane,

More information

FINAL EXAM 1 SOLUTIONS Below is the graph of a function f(x). From the graph, read off the value (if any) of the following limits: x 1 +

FINAL EXAM 1 SOLUTIONS Below is the graph of a function f(x). From the graph, read off the value (if any) of the following limits: x 1 + FINAL EXAM 1 SOLUTIONS 2011 1. Below is the graph of a function f(x). From the graph, rea off the value (if any) of the following its: x 1 = 0 f(x) x 1 + = 1 f(x) x 0 = x 0 + = 0 x 1 = 1 1 2 FINAL EXAM

More information

Section 3.5: Multiplying Polynomials

Section 3.5: Multiplying Polynomials Section 3.5: Multiplying Polynomials Objective: Multiply polynomials. Multiplying polynomials can take several dierent forms based on what we are multiplying. We will rst look at multiplying monomials;

More information

Math 1271 Solutions for Fall 2005 Final Exam

Math 1271 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Eam ) Since the equation + y = e y cannot be rearrange algebraically in orer to write y as an eplicit function of, we must instea ifferentiate this relation implicitly

More information

Integration Review. May 11, 2013

Integration Review. May 11, 2013 Integration Review May 11, 2013 Goals: Review the funamental theorem of calculus. Review u-substitution. Review integration by parts. Do lots of integration eamples. 1 Funamental Theorem of Calculus In

More information

Tutorial 1 Differentiation

Tutorial 1 Differentiation Tutorial 1 Differentiation What is Calculus? Calculus 微積分 Differential calculus Differentiation 微分 y lim 0 f f The relation of very small changes of ifferent quantities f f y y Integral calculus Integration

More information

Unit 3 Factors & Products

Unit 3 Factors & Products 1 Unit 3 Factors & Products General Outcome: Develop algebraic reasoning and number sense. Specific Outcomes: 3.1 Demonstrate an understanding of factors of whole number by determining the: o prime factors

More information

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector Multivariable Calculus: Chapter 13: Topic Guie an Formulas (pgs 800 851) * line segment notation above a variable inicates vector The 3D Coorinate System: Distance Formula: (x 2 x ) 2 1 + ( y ) ) 2 y 2

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

Multivariable Calculus and Matrix Algebra-Summer 2017

Multivariable Calculus and Matrix Algebra-Summer 2017 Multivariable Calculus and Matrix Algebra-Summer 017 Homework 4 Solutions Note that the solutions below are for the latest version of the problems posted. For those of you who worked on an earlier version

More information

Math 210 Midterm #1 Review

Math 210 Midterm #1 Review Math 20 Miterm # Review This ocument is intene to be a rough outline of what you are expecte to have learne an retaine from this course to be prepare for the first miterm. : Functions Definition: A function

More information