1 Simple Euler method and its modifications

Size: px
Start display at page:

Download "1 Simple Euler method and its modifications"

Transcription

1 MATH 337, by T. Lakoba, University of Vermont 6 1 Simple Euler metod and its modifications 1.1 Simple Euler metod for te 1st-order IVP Consider te IVP Let: x i = x 0 + i, y i = yx i ) Y i y x) = fx, y), yx 0 ) = y ) i = 0, 1,... n true solution evaluated at points x i te solution to be calculated numerically. Replace Ten Eq. 1.1) gets replaced wit y x) Y i+1 Y i. Y i+1 = Y i + fx i, Y i ) Y 0 = y 0. 1.) 1. Local error of te simple Euler metod Te calculated solution satisfies Eq. 1.). Next, assuming tat te true solution of IVP 1.1) as at least) a second derivative y x), one can use te Taylor expansion to write: y i+1 = yx i + ) = y i + y i + y i x i ) = y i + fx i, y i ) + O ). 1.3) Here x i is some point between x i and x i+1 = x i +, and we ave used Eq. 0.5). Notation O k ) for any k means te following: For example, q = O k q ) wenever lim = const <, const 0. 0 k = O ); or 1 + cos3 + ) = O). We now introduce a new notation. Te local truncation error sows ow well te solution Y i+1 of te finite-difference sceme approximates te exact solution y i+1 of te ODE at point x i+1, assuming tat at x i te two solutions were te same, i.e. Y i = y i. Comparing te last line of Eq. 1.3) wit Eq. 1.), we see tat te local truncation error of te simple Euler metod is O ). It tends to zero wen 0. Anoter useful notation is tat of discretization error. It sows ow well te finite-difference sceme approximates te ODE. Let us now estimate tis error. First, we note from 1.) and 1.3) tat te computed and exact solutions satisfy: Y i+1 Y i = fx i, Y i ) and y i+1 y i = fx i, y i ) + O), wence te discretization error of te simple Euler metod is seen to be O).

2 MATH 337, by T. Lakoba, University of Vermont Global error of te Euler metod; Propagation of errors As we ave said above, te local truncation error sows ow well te computed solution approximates te exact solution at one given point, assuming tat tese two solutions ave been te same up to tat point. However, as we compute te solution of te finite-difference sceme, te local truncation errors at eac step accumulate. Tis results in tat te difference between te computed solution Y i and exact solution y i at some point x i down te line becomes muc greater tan te local truncation error. Let ɛ i = y i Y i denote te error te difference between te true and computed solutions) at x = x i. Tis error or, sometimes, its absolute value) is called te global error of te finite-difference metod. Our goal in tis subsection will be to find an upper bound for tis error. Let us empasize tat finding an upper bound for te error rater tan te error itself is te best one can do. Indeed, if one could ave found te actual error ɛ i, one would ave ten simply added it to te numerical solution Y i and obtained te exact solution y i.) Te main purpose of finding te upper bound for te error is to determine ow it depends on te step size. We will do tis now for te simple Euler metod 1.). To tis end, we begin by considering Eq. 1.) and te 1st line of Eq. 1.3): Y i+1 = Y i + fx i, Y i ) y i+1 = y i + fx i, y i ) + y x i ) Subtract te 1st equation above from te nd to obtain te error at x i+1 : ɛ i+1 = ɛ i + fx i, y i ) fx i, Y i )) + y x i ). 1.4) Now apply te triangle inequality, valid for any tree numbers a, b, c: to Eq. 1.4) and obtain: a = b + c a b + c, 1.5) ɛ i+1 ɛ i + L ɛ i + y x i ) = 1 + L) ɛ i + y x i ). 1.6) In writing te second term in te above formula, we used te fact tat fx, y) satisfies te Lipscitz condition wit respect to y see Lecture 0). To complete finding te upper bound for te error ɛ i+1, we need to estimate y x i ). We use te Cain rule for a function of two variables recall Calculus III) to obtain: y x) = d yx) dx use te ODE = dfx, y) dx Considering te first term on te r..s. of 1.7), let us assume tat dx = f x dx + f dy y dx = f x + f y f. 1.7) f x M 1 for some M 1 <. 1.8) In cases wen tis asumption does not old as, for example, for fx, y) = x 1/3 sin 1 x ), te estimate obtained below see 1.16)) is not valid, but a modified estimate can usually be found on a case-by-case basis. So ere we proceed wit assumption 1.8).

3 MATH 337, by T. Lakoba, University of Vermont 8 Considering te second term on te r..s. of 1.7), we first recall tat f satisfies te Lipscitz condition wit respect to y, wic means tat f y M for some M <, 1.9) except possibly at a finite number of y-values were f y does not exist like at y = 0 for fy) = y ). Finally, te oter factor of te second term on te r..s. of 1.7) is also bounded, because f is assumed to be continuous and on te closed region R see te Existence and Uniqueness Teorem in Lecture 0). Tus, Combining Eqs ), we see tat Now combining Eqs. 1.6) and 1.11), we obtain: f M 3 for some M 3 <. 1.10) y x i ) M 1 + M M 3 M <. 1.11) ɛ i L) ɛ i + M. 1.1) Tis last equation implies tat ɛ i+1 z i+1, were z i+1 satisfies te following recurrence equation: z i+1 = 1 + L)z i + M, z 0 = ) Condition z 0 = 0 follows from te fact tat ɛ 0 = 0; see te initial conditions in Eqs. 1.1) and 1.).) Tus, te error ɛ i is bounded by z i, and we need to solve Eq. 1.13) to find tat bound. Te way to do so is analogous to solving a linear inomogeneous equation see Section 0.4). However, before we obtain te solution, let us develop an intuitive understanding of wat kind of answer we sould expect. To tis end, let us assume for te moment tat L = 0 in Eq. 1.13). Ten we ave: z i+1 = z i + M = z i 1 + M) + M =... = z 0 + M i = 0 + M xi x 0 = Mx i x 0 ) Tat is, te global error ɛ i sould ave te size O). In oter words, = O). Global error = Number of steps Local error or O) = O 1 ) O ) Now let us sow tat a similar estimate also olds for L 0. First, solve te omogeneous version of 1.13): z i+1 = 1 + L) z i z i,om = 1 + L) i. 1.14) Note tat tis is an analogue of e ax i x 0 ) in Section 0.4, because 1 + L) i = 1 + L) x i x 0 )/ 0 e Lx i x 0 ),

4 MATH 337, by T. Lakoba, University of Vermont 9 were we ave used te definition of x i, found after 1.1), and also te results of Section 0.5. In close analogy to te metod used in Section 0.4, we seek te solution of 1.13) in te form z i = c i z i,om wit c 0 = 0). Substituting tis form into 1.13) and using Eq. 1.14), we obtain: c i L) i+1 = 1 + L) c i 1 + L) i + M c i+1 = c i + =... = c 0 + M 1 + L) = c M i+1 i L) + M i L) i+1 i+1 k=1 = geometric series M 1 + L) M L) k L) i L) = M L Combining 1.14) and 1.15), and using 0.16), we finally obtain: z i+1 = M L 1 + L) i+1 1 ) = M L 1 + L) x i+1 x 0 )/ 1 ) M L ) ) 1 + L) i+1 e Lx i+1 x 0 ) 1 ) = O), ɛ i+1 M e Lx x 0 ) 1 ) = O). 1.16) L Tis is te upper bound for te global error of te simple Euler metod 1.). Tus, in te last two subsections, we ave sown tat for te simple Euler metod: Local truncation error = O ); Discretization error = O); Global error = O). Te exponent of in te global error is often referred to as te order of te finite-difference metod. Tus, te simpler Euler metod is te 1st-order metod. Question: How does te above bound for te error cange wen we include te macine round-off error wic occurs because numbers are computed wit finite accuracy, usually )? Answer: In te above formulae, replace M/ by M/ + r, were r is te maximum value of te round-off error. Ten Eq. 1.16) gets replaced wit M ɛ i+1 ) 1 + r e Lx x 0 ) 1 ) = L M L + r ) e Lx x 0 ) 1 ) 1.17) L Te r..s. of te above bound is scematically plotted in te figure below. We see tat for very small, te term r/ can be dominant.

5 MATH 337, by T. Lakoba, University of Vermont 10 Moral: total error Decreasing te step size of te difference equation does not always result in te increased accuracy of te obtained solution. step size discretization error round off error 1.4 Modifications of te Euler metod In tis subsection, our goal is to find finite-difference scemes wic are more accurate tan te simple Euler metod i.e., te global error of te sougt metods sould be O ) or better). Again, we first want to develop an intuitive understanding of ow tis can be done, and ten actually do it. So, to begin, we notice an obvious fact tat te ODE y = fx, y) is just a more general case of y = fx). Te solution of te latter equation is y = fx)dx. Wenever we cannot evaluate te integral analytically in closed form, we resort to approximating te integral by te Riemann sums. A very crude approximation to b fx)dx a is provided by te left Riemann sums: left Riemann sums Y i+1 = Y i + fx i ). Tis is te analogue of te simple Euler metod 1.): Y i+1 = Y i + fx i, Y i ). x 0 x 1 x x 3 Approximations of te integral b a fx)dx tat are known to be more accurate tan te left Riemann sums are te Trapezoidal Rule and te Midpoint Rule:

6 MATH 337, by T. Lakoba, University of Vermont 11 Trapezoidal Rule: Y i+1 = Y i + fx i) + fx i+1 ). Its analogue for te ODE is to look like tis: Trapezoidal Rule Y i+1 = Y i + fx i, Y i ) + fx i+1, Y i + A)), 1.18) were te coefficient A is to be determined. Metod 1.18) is called te Modified Euler metod. Midpoint Rule: Y i+1 = Y i + f x i + ). x 0 x 1 x x 3 Midpoint Rule Its analogue for te ODE is to look like tis: Y i+1 = Y i + f x i + ), Y i + B, 1.19) were te coefficient B is to be determined. We will refer to metod 1.19) as te Midpoint metod. x 0 x 1 x x 3 Te coefficients A in 1.18) and B in 1.19) are determined from te requirement tat te corresponding finite-difference sceme ave te global error O ) as opposed to te simple Euler s O)), or equivalently, te local truncation error O 3 ). Below we will determine te value of A. You will be asked to compute B along similar lines in one of te omework problems. To determine te coeficient A in te Modified Euler metod 1.18), let us rewrite tat equation wile Taylor-expanding its r..s. using Eq. 0.6) wit x = and y = A: Y i+1 = Y i + fx i, Y i ) + fxi, Y i ) + [f x x i, Y i ) + A)f y x i, Y i )] + O ) ) = Y i + fx i, Y i ) + f xx i, Y i ) + Af y x i, Y i )) + O 3 ). 1.0) Equation 1.0) yields te Taylor expansion of te computed solution Y i+1. Let us compare it wit te Taylor expansion of te exact solution yx i+1 ). To simplify te notations, we will denote y i = y x i ), etc. Ten, using Eq. 1.7): y i+1 = y i + y i + y i + O 3 ) = y i + fx i, y i ) + f xx i, y i ) + fx i, y i )f y x i, y i )) + O 3 ). 1.1) Upon comparing te last lines of Eqs. 1.0) and 1.1), we see tat in order for metod 1.18) to ave te local truncation error of O 3 ), one sould take A = fx i, Y i ).

7 MATH 337, by T. Lakoba, University of Vermont 1 Tus, te Modified Euler metod can be programmed into a computer code as follows: Y 0 = y 0, Ȳ i+1 = Y i + fx i, Y i ), Y i+1 = Y i + fxi, Y i ) + fx i+1, Ȳi+1) ) 1.). Remark: An alternative way to code in te last line of te above equation is Y i+1 = 1 Yi + Ȳi+1 + fx i+1, Ȳi+1) ). 1.3) Tis way is more efficient, because it requires only one evaluation of function f, wic is usually te most time-consuming operation, wile te last line of 1.) requires two function evaluations. In a omework problem, you will sow tat in Eq. 1.19), B = 1fx i, Y i ). Ten te Midpoint metod can be programmed as follows: Y 0 = y 0, Y i+ 1 = Y i + fx i, Y i ), Y i+1 = Y i + f x i + ), Y i ) Bot te Modified Euler and te Midpoint metods ave te local truncation error of O 3 ) and te discretization and global errors of O ). Tus, tese are te nd-order metods. Te derivation of te local truncation error for te Modified Euler metod is given in te Appendix to tis section. Tis derivation will be needed for solving some of te omework problems. Remark about notations: Different books use different names for te metods wic we ave called te Modified Euler and Midpoint metods. 1.5 An alternative way to improve te accuracy of a finite-difference metod: Ricardson metod / Romberg extrapolation We ave sown tat te global error of te simple Euler metod is O), wic means tat Y i = y i + O) = y i + a + b +...) = y i + a + O ) 1.5) were a, b, etc. are some constant coefficients tat depend on te function f and its derivatives as well as on te values of x), but not on. Te superscript in Yi means tat tis particular numerical solution as been computed wit te step size. We can now alve te step size and re-compute Y / i, wic will satisfy Y / i = y i + a ) ) + b +... = y i + a ) + O ). 1.6) Let us clarify tat Y / i is not te numerical solution at x i + /) but rater te numerical solution computed from x 0 up to x i wit te step size /).

8 MATH 337, by T. Lakoba, University of Vermont 13 Equations 1.5) and 1.6) form a system of linear equations for te unknowns a and y i. Solving tis system, we find y i = Y / i Yi + O ). 1.7) Tus, a better approximation to te exact solution tan eiter Y i or Y / i is Y improved Y / i i = Yi. Te above metod of improving accuracy of te computed solution is called eiter te Romberg extrapolation or Ricardson metod. It works for any finite-difference sceme, not just for te simple Euler. However, it is not computationally efficient. For example, to compute Y improved as per Eq. 1.7), one requires one function evaluation to compute Yi+1 from Yi and two function evaluations to compute Y / / i+1 from Yi since we need to use two steps of size / eac). Tus, te total number of function evaluations to move from point x i to point x i+1 is tree, compared wit two required for eiter te Modified Euler or Midpoint metods. 1.6 Appendix: Derivation of te local truncation error of te Modified Euler metod Te idea of tis derivation is te same as in Section 1., were we derived an estimate for te local truncation error of te simple Euler metod. Te details of te present derivation, owever, are more involved. In particular, we will use te following formula, obtained similarly to 1.7): y x) = d3 yx) dx 3 use te ODE = d fx, y) dx use 1.7) = f x + f y f) x dx dx + f x + f y f) y dy dx use te Product rule = f xx + f x f y + ff xy + ff y ) + f f yy. 1.8) Let us recall tat in deriving te local truncation error at point x i+1, one always assumes tat te exact solution y i and te computed solution Y i at te previous step i.e. at point x i ) are equal: y i = Y i. Also, for brevity of notations, we will write f witout arguments to mean eiter fx i, y i ) or fx i, Y i ): f fx i, y i ) = fx i, Y i ). By te definition, given in Section 1., te local truncation error of te Modified Euler metod is computed as follows: ɛ ME i+1 = y i+1 Yi+1 ME, 1.9) were y i+1 and Y i+1 are te exact and computed solutions at point x i+1, respectively assuming tat y i = Y i ). We first find y i+1 using ODE 1.1): y i+1 = yx i + ) = y i + y i + y i y i + O 4 ) use 1.7) and 1.8) = y i + f + f x + ff y ) fxx + f x f y + ff xy + ff y ) + f f yy ) + O 4 ).1.30)

9 MATH 337, by T. Lakoba, University of Vermont 14 We now find Y ME i+1 from Eq. 1.): Y ME i+1 = Y i + f + fx i +, Y i + f) ) for last term, use 0.6) wit x= and y=f = Y i + { f + f + [f x + ff y ] + 1 } )! [ f xx + f f xy + f) f yy ] + O 3 ) = Y i + f + f x + ff y ) f xx + ff xy + f f yy ) + O 4 ). 1.31) Finally, subtracting 1.31) from 1.30), one obtains: [ 1 ɛ ME i+1 = ) f xx + ff xy + f f yy ) + 16 ] 4 f x + ff y )f y + O 4 ) [ = f xx + ff xy + f f yy ) + 1 ] 6 f x + ff y )f y + O 4 ). 1.3) For example, let fx, y) = ay, were a = const. Ten f x = f xx = f xy = 0, f y = a, and f yy = 0, so tat from 1.3) te local truncation error of te Modified Euler metod, applied to te ODE y = ay, is found to be ɛ ME i+1 = 3 6 a3 y + O 4 ). 1.7 Questions for self-assessment 1. Wat does te notation O k ) mean?. Wat are te meanings of te local truncation error, discretization error, and global error? 3. Give an example wen te triangle inequality 1.5) olds wit te < sign. 4. Be able to explain all steps made in te derivations in Eqs. 1.15) and 1.16). 5. Wy are te Modified Euler and Midpoint metods called nd-order metods? 6. Obtain 1.7) from 1.5) and 1.6). 7. Explain wy te properly programmed Modified Euler metod requires exactly two evaluations of f per step. 8. Wy may one prefer te Modified Euler metod over te Romberg extrapolation based on te simple Euler metod?

Derivatives Math 120 Calculus I D Joyce, Fall 2013

Derivatives Math 120 Calculus I D Joyce, Fall 2013 Derivatives Mat 20 Calculus I D Joyce, Fall 203 Since we ave a good understanding of its, we can develop derivatives very quickly. Recall tat we defined te derivative f x of a function f at x to be te

More information

Verifying Numerical Convergence Rates

Verifying Numerical Convergence Rates 1 Order of accuracy Verifying Numerical Convergence Rates We consider a numerical approximation of an exact value u. Te approximation depends on a small parameter, suc as te grid size or time step, and

More information

Chapter 7 Numerical Differentiation and Integration

Chapter 7 Numerical Differentiation and Integration 45 We ave a abit in writing articles publised in scientiþc journals to make te work as Þnised as possible, to cover up all te tracks, to not worry about te blind alleys or describe ow you ad te wrong idea

More information

f(a + h) f(a) f (a) = lim

f(a + h) f(a) f (a) = lim Lecture 7 : Derivative AS a Function In te previous section we defined te derivative of a function f at a number a (wen te function f is defined in an open interval containing a) to be f (a) 0 f(a + )

More information

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function Lecture 10: Wat is a Function, definition, piecewise defined functions, difference quotient, domain of a function A function arises wen one quantity depends on anoter. Many everyday relationsips between

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information

FINITE DIFFERENCE METHODS

FINITE DIFFERENCE METHODS FINITE DIFFERENCE METHODS LONG CHEN Te best known metods, finite difference, consists of replacing eac derivative by a difference quotient in te classic formulation. It is simple to code and economic to

More information

Instantaneous Rate of Change:

Instantaneous Rate of Change: Instantaneous Rate of Cange: Last section we discovered tat te average rate of cange in F(x) can also be interpreted as te slope of a scant line. Te average rate of cange involves te cange in F(x) over

More information

The Derivative as a Function

The Derivative as a Function Section 2.2 Te Derivative as a Function 200 Kiryl Tsiscanka Te Derivative as a Function DEFINITION: Te derivative of a function f at a number a, denoted by f (a), is if tis limit exists. f (a) f(a+) f(a)

More information

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION Tis tutorial is essential pre-requisite material for anyone stuing mecanical engineering. Tis tutorial uses te principle of

More information

6. Differentiating the exponential and logarithm functions

6. Differentiating the exponential and logarithm functions 1 6. Differentiating te exponential and logaritm functions We wis to find and use derivatives for functions of te form f(x) = a x, were a is a constant. By far te most convenient suc function for tis purpose

More information

2 Limits and Derivatives

2 Limits and Derivatives 2 Limits and Derivatives 2.7 Tangent Lines, Velocity, and Derivatives A tangent line to a circle is a line tat intersects te circle at exactly one point. We would like to take tis idea of tangent line

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

CHAPTER 7. Di erentiation

CHAPTER 7. Di erentiation CHAPTER 7 Di erentiation 1. Te Derivative at a Point Definition 7.1. Let f be a function defined on a neigborood of x 0. f is di erentiable at x 0, if te following it exists: f 0 fx 0 + ) fx 0 ) x 0 )=.

More information

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.3 Differentiation of Polynomials an Rational Functions In tis section we begin te task of iscovering rules for ifferentiating various classes of

More information

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution 1.6 Analyse Optimum Volume and Surface Area Estimation and oter informal metods of optimizing measures suc as surface area and volume often lead to reasonable solutions suc as te design of te tent in tis

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1)

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1) Insertion and Deletion in VL Trees Submitted in Partial Fulfillment of te Requirements for Dr. Eric Kaltofen s 66621: nalysis of lgoritms by Robert McCloskey December 14, 1984 1 ackground ccording to Knut

More information

Tangent Lines and Rates of Change

Tangent Lines and Rates of Change Tangent Lines and Rates of Cange 9-2-2005 Given a function y = f(x), ow do you find te slope of te tangent line to te grap at te point P(a, f(a))? (I m tinking of te tangent line as a line tat just skims

More information

The EOQ Inventory Formula

The EOQ Inventory Formula Te EOQ Inventory Formula James M. Cargal Matematics Department Troy University Montgomery Campus A basic problem for businesses and manufacturers is, wen ordering supplies, to determine wat quantity of

More information

5 Numerical Differentiation

5 Numerical Differentiation D. Levy 5 Numerical Differentiation 5. Basic Concepts This chapter deals with numerical approximations of derivatives. The first questions that comes up to mind is: why do we need to approximate derivatives

More information

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade?

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade? Can a Lump-Sum Transfer Make Everyone Enjoy te Gains from Free Trade? Yasukazu Icino Department of Economics, Konan University June 30, 2010 Abstract I examine lump-sum transfer rules to redistribute te

More information

In other words the graph of the polynomial should pass through the points

In other words the graph of the polynomial should pass through the points Capter 3 Interpolation Interpolation is te problem of fitting a smoot curve troug a given set of points, generally as te grap of a function. It is useful at least in data analysis (interpolation is a form

More information

The modelling of business rules for dashboard reporting using mutual information

The modelling of business rules for dashboard reporting using mutual information 8 t World IMACS / MODSIM Congress, Cairns, Australia 3-7 July 2009 ttp://mssanz.org.au/modsim09 Te modelling of business rules for dasboard reporting using mutual information Gregory Calbert Command, Control,

More information

Sections 3.1/3.2: Introducing the Derivative/Rules of Differentiation

Sections 3.1/3.2: Introducing the Derivative/Rules of Differentiation Sections 3.1/3.2: Introucing te Derivative/Rules of Differentiation 1 Tangent Line Before looking at te erivative, refer back to Section 2.1, looking at average velocity an instantaneous velocity. Here

More information

Geometric Stratification of Accounting Data

Geometric Stratification of Accounting Data Stratification of Accounting Data Patricia Gunning * Jane Mary Horgan ** William Yancey *** Abstract: We suggest a new procedure for defining te boundaries of te strata in igly skewed populations, usual

More information

Chapter 10: Refrigeration Cycles

Chapter 10: Refrigeration Cycles Capter 10: efrigeration Cycles Te vapor compression refrigeration cycle is a common metod for transferring eat from a low temperature to a ig temperature. Te above figure sows te objectives of refrigerators

More information

f(x + h) f(x) h as representing the slope of a secant line. As h goes to 0, the slope of the secant line approaches the slope of the tangent line.

f(x + h) f(x) h as representing the slope of a secant line. As h goes to 0, the slope of the secant line approaches the slope of the tangent line. Derivative of f(z) Dr. E. Jacobs Te erivative of a function is efine as a limit: f (x) 0 f(x + ) f(x) We can visualize te expression f(x+) f(x) as representing te slope of a secant line. As goes to 0,

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

CHAPTER 8: DIFFERENTIAL CALCULUS

CHAPTER 8: DIFFERENTIAL CALCULUS CHAPTER 8: DIFFERENTIAL CALCULUS 1. Rules of Differentiation As we ave seen, calculating erivatives from first principles can be laborious an ifficult even for some relatively simple functions. It is clearly

More information

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1 Copyrigt c Sanjoy Dasgupta Figure. (a) Te feasible region for a linear program wit two variables (see tet for details). (b) Contour lines of te objective function: for different values of (profit). Te

More information

Solutions by: KARATUĞ OZAN BiRCAN. PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set in

Solutions by: KARATUĞ OZAN BiRCAN. PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set in KOÇ UNIVERSITY, SPRING 2014 MATH 401, MIDTERM-1, MARCH 3 Instructor: BURAK OZBAGCI TIME: 75 Minutes Solutions by: KARATUĞ OZAN BiRCAN PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set

More information

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

Writing Mathematics Papers

Writing Mathematics Papers Writing Matematics Papers Tis essay is intended to elp your senior conference paper. It is a somewat astily produced amalgam of advice I ave given to students in my PDCs (Mat 4 and Mat 9), so it s not

More information

Determine the perimeter of a triangle using algebra Find the area of a triangle using the formula

Determine the perimeter of a triangle using algebra Find the area of a triangle using the formula Student Name: Date: Contact Person Name: Pone Number: Lesson 0 Perimeter, Area, and Similarity of Triangles Objectives Determine te perimeter of a triangle using algebra Find te area of a triangle using

More information

f(x) f(a) x a Our intuition tells us that the slope of the tangent line to the curve at the point P is m P Q =

f(x) f(a) x a Our intuition tells us that the slope of the tangent line to the curve at the point P is m P Q = Lecture 6 : Derivatives and Rates of Cange In tis section we return to te problem of finding te equation of a tangent line to a curve, y f(x) If P (a, f(a)) is a point on te curve y f(x) and Q(x, f(x))

More information

Differentiation and Integration

Differentiation and Integration This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

Derivative Approximation by Finite Differences

Derivative Approximation by Finite Differences Derivative Approximation by Finite Differences David Eberly Geometric Tools, LLC http://wwwgeometrictoolscom/ Copyright c 998-26 All Rights Reserved Created: May 3, 2 Last Modified: April 25, 25 Contents

More information

SAT Math Must-Know Facts & Formulas

SAT Math Must-Know Facts & Formulas SAT Mat Must-Know Facts & Formuas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationas: fractions, tat is, anyting expressabe as a ratio of integers Reas: integers pus rationas

More information

1 Error in Euler s Method

1 Error in Euler s Method 1 Error in Euler s Method Experience with Euler s 1 method raises some interesting questions about numerical approximations for the solutions of differential equations. 1. What determines the amount of

More information

Integration. Topic: Trapezoidal Rule. Major: General Engineering. Author: Autar Kaw, Charlie Barker. http://numericalmethods.eng.usf.

Integration. Topic: Trapezoidal Rule. Major: General Engineering. Author: Autar Kaw, Charlie Barker. http://numericalmethods.eng.usf. Integration Topic: Trapezoidal Rule Major: General Engineering Author: Autar Kaw, Charlie Barker 1 What is Integration Integration: The process of measuring the area under a function plotted on a graph.

More information

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions?

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions? Comparison between two approaces to overload control in a Real Server: local or ybrid solutions? S. Montagna and M. Pignolo Researc and Development Italtel S.p.A. Settimo Milanese, ITALY Abstract Tis wor

More information

2.1: The Derivative and the Tangent Line Problem

2.1: The Derivative and the Tangent Line Problem .1.1.1: Te Derivative and te Tangent Line Problem Wat is te deinition o a tangent line to a curve? To answer te diiculty in writing a clear deinition o a tangent line, we can deine it as te iting position

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

Pressure. Pressure. Atmospheric pressure. Conceptual example 1: Blood pressure. Pressure is force per unit area:

Pressure. Pressure. Atmospheric pressure. Conceptual example 1: Blood pressure. Pressure is force per unit area: Pressure Pressure is force per unit area: F P = A Pressure Te direction of te force exerted on an object by a fluid is toward te object and perpendicular to its surface. At a microscopic level, te force

More information

An inquiry into the multiplier process in IS-LM model

An inquiry into the multiplier process in IS-LM model An inquiry into te multiplier process in IS-LM model Autor: Li ziran Address: Li ziran, Room 409, Building 38#, Peing University, Beijing 00.87,PRC. Pone: (86) 00-62763074 Internet Address: jefferson@water.pu.edu.cn

More information

13 PERIMETER AND AREA OF 2D SHAPES

13 PERIMETER AND AREA OF 2D SHAPES 13 PERIMETER AND AREA OF D SHAPES 13.1 You can find te perimeter of sapes Key Points Te perimeter of a two-dimensional (D) sape is te total distance around te edge of te sape. l To work out te perimeter

More information

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation Interpolation, Extrapolation & Polynomial Approximation November 16, 2015 Introduction In many cases we know the values of a function f (x) at a set of points x 1, x 2,..., x N, but we don t have the analytic

More information

How To Ensure That An Eac Edge Program Is Successful

How To Ensure That An Eac Edge Program Is Successful Introduction Te Economic Diversification and Growt Enterprises Act became effective on 1 January 1995. Te creation of tis Act was to encourage new businesses to start or expand in Newfoundland and Labrador.

More information

MATH 425, PRACTICE FINAL EXAM SOLUTIONS.

MATH 425, PRACTICE FINAL EXAM SOLUTIONS. MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator

More information

Catalogue no. 12-001-XIE. Survey Methodology. December 2004

Catalogue no. 12-001-XIE. Survey Methodology. December 2004 Catalogue no. 1-001-XIE Survey Metodology December 004 How to obtain more information Specific inquiries about tis product and related statistics or services sould be directed to: Business Survey Metods

More information

Stress Recovery 28 1

Stress Recovery 28 1 . 8 Stress Recovery 8 Chapter 8: STRESS RECOVERY 8 TABLE OF CONTENTS Page 8.. Introduction 8 8.. Calculation of Element Strains and Stresses 8 8.. Direct Stress Evaluation at Nodes 8 8.. Extrapolation

More information

Numerical Solution of Differential

Numerical Solution of Differential Chapter 13 Numerical Solution of Differential Equations We have considered numerical solution procedures for two kinds of equations: In chapter 10 the unknown was a real number; in chapter 6 the unknown

More information

Theoretical calculation of the heat capacity

Theoretical calculation of the heat capacity eoretical calculation of te eat capacity Principle of equipartition of energy Heat capacity of ideal and real gases Heat capacity of solids: Dulong-Petit, Einstein, Debye models Heat capacity of metals

More information

Homework 2 Solutions

Homework 2 Solutions Homework Solutions Igor Yanovsky Math 5B TA Section 5.3, Problem b: Use Taylor s method of order two to approximate the solution for the following initial-value problem: y = + t y, t 3, y =, with h = 0.5.

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

Representation of functions as power series

Representation of functions as power series Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions

More information

sin(x) < x sin(x) x < tan(x) sin(x) x cos(x) 1 < sin(x) sin(x) 1 < 1 cos(x) 1 cos(x) = 1 cos2 (x) 1 + cos(x) = sin2 (x) 1 < x 2

sin(x) < x sin(x) x < tan(x) sin(x) x cos(x) 1 < sin(x) sin(x) 1 < 1 cos(x) 1 cos(x) = 1 cos2 (x) 1 + cos(x) = sin2 (x) 1 < x 2 . Problem Show that using an ɛ δ proof. sin() lim = 0 Solution: One can see that the following inequalities are true for values close to zero, both positive and negative. This in turn implies that On the

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

SAT Math Facts & Formulas

SAT Math Facts & Formulas Numbers, Sequences, Factors SAT Mat Facts & Formuas Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reas: integers pus fractions, decimas, and irrationas ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences:

More information

New Vocabulary volume

New Vocabulary volume -. Plan Objectives To find te volume of a prism To find te volume of a cylinder Examples Finding Volume of a Rectangular Prism Finding Volume of a Triangular Prism 3 Finding Volume of a Cylinder Finding

More information

SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA

SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA This handout presents the second derivative test for a local extrema of a Lagrange multiplier problem. The Section 1 presents a geometric motivation for the

More information

Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem

Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem Gagan Deep Singh Assistant Vice President Genpact Smart Decision Services Financial

More information

Limits and Continuity

Limits and Continuity Math 20C Multivariable Calculus Lecture Limits and Continuity Slide Review of Limit. Side limits and squeeze theorem. Continuous functions of 2,3 variables. Review: Limits Slide 2 Definition Given a function

More information

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y).

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 =0, x 1 = π 4, x

More information

Recognizing Types of First Order Differential Equations E. L. Lady

Recognizing Types of First Order Differential Equations E. L. Lady Recognizing Types of First Order Differential Equations E. L. Lady Every first order differential equation to be considered here can be written can be written in the form P (x, y)+q(x, y)y =0. This means

More information

A Multigrid Tutorial part two

A Multigrid Tutorial part two A Multigrid Tutorial part two William L. Briggs Department of Matematics University of Colorado at Denver Van Emden Henson Center for Applied Scientific Computing Lawrence Livermore National Laboratory

More information

Math 229 Lecture Notes: Product and Quotient Rules Professor Richard Blecksmith richard@math.niu.edu

Math 229 Lecture Notes: Product and Quotient Rules Professor Richard Blecksmith richard@math.niu.edu Mat 229 Lecture Notes: Prouct an Quotient Rules Professor Ricar Blecksmit ricar@mat.niu.eu 1. Time Out for Notation Upate It is awkwar to say te erivative of x n is nx n 1 Using te prime notation for erivatives,

More information

TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS. Swati Dhingra London School of Economics and CEP. Online Appendix

TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS. Swati Dhingra London School of Economics and CEP. Online Appendix TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS Swati Dingra London Scool of Economics and CEP Online Appendix APPENDIX A. THEORETICAL & EMPIRICAL RESULTS A.1. CES and Logit Preferences: Invariance of Innovation

More information

Computer Science and Engineering, UCSD October 7, 1999 Goldreic-Levin Teorem Autor: Bellare Te Goldreic-Levin Teorem 1 Te problem We æx a an integer n for te lengt of te strings involved. If a is an n-bit

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Class Meeting # 1: Introduction to PDEs

Class Meeting # 1: Introduction to PDEs MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

Solving partial differential equations (PDEs)

Solving partial differential equations (PDEs) Solving partial differential equations (PDEs) Hans Fangor Engineering and te Environment University of Soutampton United Kingdom fangor@soton.ac.uk May 3, 2012 1 / 47 Outline I 1 Introduction: wat are

More information

Math Test Sections. The College Board: Expanding College Opportunity

Math Test Sections. The College Board: Expanding College Opportunity Taking te SAT I: Reasoning Test Mat Test Sections Te materials in tese files are intended for individual use by students getting ready to take an SAT Program test; permission for any oter use must be sougt

More information

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12.

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12. Capter 6. Fluid Mecanics Notes: Most of te material in tis capter is taken from Young and Freedman, Cap. 12. 6.1 Fluid Statics Fluids, i.e., substances tat can flow, are te subjects of tis capter. But

More information

2.23 Gambling Rehabilitation Services. Introduction

2.23 Gambling Rehabilitation Services. Introduction 2.23 Gambling Reabilitation Services Introduction Figure 1 Since 1995 provincial revenues from gambling activities ave increased over 56% from $69.2 million in 1995 to $108 million in 2004. Te majority

More information

OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS

OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS ERIC T. CHUNG AND BJÖRN ENGQUIST Abstract. In tis paper, we developed and analyzed a new class of discontinuous

More information

Chapter 7 - Roots, Radicals, and Complex Numbers

Chapter 7 - Roots, Radicals, and Complex Numbers Math 233 - Spring 2009 Chapter 7 - Roots, Radicals, and Complex Numbers 7.1 Roots and Radicals 7.1.1 Notation and Terminology In the expression x the is called the radical sign. The expression under the

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

Estimating the Average Value of a Function

Estimating the Average Value of a Function Estimating the Average Value of a Function Problem: Determine the average value of the function f(x) over the interval [a, b]. Strategy: Choose sample points a = x 0 < x 1 < x 2 < < x n 1 < x n = b and

More information

Strategic trading in a dynamic noisy market. Dimitri Vayanos

Strategic trading in a dynamic noisy market. Dimitri Vayanos LSE Researc Online Article (refereed) Strategic trading in a dynamic noisy market Dimitri Vayanos LSE as developed LSE Researc Online so tat users may access researc output of te Scool. Copyrigt and Moral

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

More information

Schedulability Analysis under Graph Routing in WirelessHART Networks

Schedulability Analysis under Graph Routing in WirelessHART Networks Scedulability Analysis under Grap Routing in WirelessHART Networks Abusayeed Saifulla, Dolvara Gunatilaka, Paras Tiwari, Mo Sa, Cenyang Lu, Bo Li Cengjie Wu, and Yixin Cen Department of Computer Science,

More information

College Planning Using Cash Value Life Insurance

College Planning Using Cash Value Life Insurance College Planning Using Cas Value Life Insurance CAUTION: Te advisor is urged to be extremely cautious of anoter college funding veicle wic provides a guaranteed return of premium immediately if funded

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Høgskolen i Narvik Sivilingeniørutdanningen STE6237 ELEMENTMETODER. Oppgaver

Høgskolen i Narvik Sivilingeniørutdanningen STE6237 ELEMENTMETODER. Oppgaver Høgskolen i Narvik Sivilingeniørutdanningen STE637 ELEMENTMETODER Oppgaver Klasse: 4.ID, 4.IT Ekstern Professor: Gregory A. Chechkin e-mail: chechkin@mech.math.msu.su Narvik 6 PART I Task. Consider two-point

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Average and Instantaneous Rates of Change: The Derivative

Average and Instantaneous Rates of Change: The Derivative 9.3 verage and Instantaneous Rates of Cange: Te Derivative 609 OBJECTIVES 9.3 To define and find average rates of cange To define te derivative as a rate of cange To use te definition of derivative to

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

An Introduction to Partial Differential Equations in the Undergraduate Curriculum

An Introduction to Partial Differential Equations in the Undergraduate Curriculum An Introduction to Partial Differential Equations in the Undergraduate Curriculum J. Tolosa & M. Vajiac LECTURE 11 Laplace s Equation in a Disk 11.1. Outline of Lecture The Laplacian in Polar Coordinates

More information

10.2 ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS. The Jacobi Method

10.2 ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS. The Jacobi Method 578 CHAPTER 1 NUMERICAL METHODS 1. ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS As a numerical technique, Gaussian elimination is rather unusual because it is direct. That is, a solution is obtained after

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations 1 A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

More information

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents DIFFERENTIABILITY OF COMPLEX FUNCTIONS Contents 1. Limit definition of a derivative 1 2. Holomorphic functions, the Cauchy-Riemann equations 3 3. Differentiability of real functions 5 4. A sufficient condition

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

CHAPTER 5 Round-off errors

CHAPTER 5 Round-off errors CHAPTER 5 Round-off errors In the two previous chapters we have seen how numbers can be represented in the binary numeral system and how this is the basis for representing numbers in computers. Since any

More information

THE BANACH CONTRACTION PRINCIPLE. Contents

THE BANACH CONTRACTION PRINCIPLE. Contents THE BANACH CONTRACTION PRINCIPLE ALEX PONIECKI Abstract. This paper will study contractions of metric spaces. To do this, we will mainly use tools from topology. We will give some examples of contractions,

More information

Math 432 HW 2.5 Solutions

Math 432 HW 2.5 Solutions Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information