ERROR IN LINEAR INTERPOLATION

Size: px
Start display at page:

Download "ERROR IN LINEAR INTERPOLATION"

Transcription

1 ERROR IN LINEAR INTERPOLATION Let P 1 (x) denote the linear polynomial interpolating f (x) at x 0 and x 1, with f (x) a given function (e.g. f (x) = cos x). What is the error f (x) P 1 (x)? Let f (x) be twice continuously differentiable on an interval [a, b] which contains the points {x 0, x 1 }. Then for a x b, f (x) P 1 (x) = (x x 0) (x x 1 ) f (c x ) 2 for some c x between the minimum and maximum of x 0, x 1, and x. If x 1 and x are close to x 0, then f (x) P 1 (x) (x x 0) (x x 1 ) f (x 0 ) 2 Thus the error acts like a quadratic polynomial, with zeros at x 0 and x 1.

2 EXAMPLE Let f (x) = log 10 x; and in line with typical tables of log 10 x, we take 1 x, x 0, x For definiteness, let x 0 < x 1 with h = x 1 x 0. Then f (x) = log 10 e x 2 [ log ] 10 e cx [ 2 ] log10 e = (x x 0 ) (x 1 x) log 10 x P 1 (x) = (x x 0) (x x 1 ) 2 2c 2 x We usually interpolate with x 0 x x 1 ; in that case, (x x 0 ) (x 1 x) 0, x 0 c x x 1

3 (x x 0 ) (x 1 x) 0, x 0 c x x 1 and therefore [ ] log10 e (x x 0 ) (x 1 x) 2x1 2 log 10 x P 1 (x) [ ] log10 e (x x 0 ) (x 1 x) For h = x 1 x 0 small, we have for x 0 x x 1 [ ] log10 e log 10 x P 1 (x) (x x 0 ) (x 1 x) Typical high school algebra textbooks contain tables of log 10 x with a spacing of h =.01. What is the error in this case? To look at this, we use [ ] log10 e 0 log 10 x P 1 (x) (x x 0 ) (x 1 x) 2x 2 0 2x 2 0 2x 2 0

4 By a simple calculation, Therefore, max (x x 0 ) (x 1 x) = h2 x 0 x x log 10 x P 1 (x) h2 4 [ ] log10 e.= h x 2 0 If we want a uniform bound for all points 1 x 0 10, we have 0 log 10 x P 1 (x) h2 log 10 e 8 0 log 10 x P 1 (x).0543h 2 x 2 0. =.0543h 2 For h =.01, as is typical of the high school text book tables of log 10 x, 0 log 10 x P 1 (x)

5 In most tables, a typical entry is given to only four decimal places to the right of the decimal point, e.g. log =.7332 Therefore the entries are in error by as much as Comparing this with the interpolation error, we see the latter is less important than the rounding errors in the table entries. From the bound 0 log 10 x P 1 (x) h2 log 10 e 8x 2 0. =.0543 h2 x 2 0 we see the error decreases as x 0 increases, and it is about 100 times smaller for points near 10 than for points near 1.

6 THE QUADRATIC CASE For n = 2, we have f (x) P 2 (x) = (x x 0) (x x 1 ) (x x 2 ) f (3) (c x ) (*) 3! with c x some point between the minimum and maximum of the points in {x, x 0, x 1, x 2 }. To illustrate the use of this formula, consider the case of evenly spaced nodes: x 1 = x 0 + h, x 2 = x 1 + h Further suppose we have x 0 x x 2, as we would usually have when interpolating in a table of given function values (e.g. log 10 x). The quantity Ψ 2 (x) = (x x 0 ) (x x 1 ) (x x 2 ) can be evaluated directly for a particular x.

7 Graph of using (x 0, x 1, x 2 ) = ( h, 0, h): Ψ 2 (x) = (x + h) x (x h) y h h x

8 In the formula ( ), however, we do not know c x, and therefore we replace f (3) (c x ) with a maximum of f (3) (x) as x varies over x 0 x x 2. This yields f (x) P 2 (x) Ψ 2(x) 3! f max (3) (x) (**) x 0 x x 2 If we want a uniform bound for x 0 x x 2, we must compute max Ψ 2 (x) = max (x x 0 ) (x x 1 ) (x x 2 ) x 0 x x 2 x 0 x x 2 With a change of variables x = x 1 + t h, x x 0 = (1 + t) h, x x 1 = t h, x x 2 = (t 1) h max Ψ 2 (x) = h 3 x 0 x x 2 max 1 t 1 t t 3 = 2h3 3 3 Combined with ( ), this yields f (x) P 2 (x) h3 f 9 3 max (3) (x) x 0 x x 2 for x 0 x x 2.

9 For f (x) = log 10 x, with 1 x 0 x x 2 10, this leads to log 10 x P 2 (x) = h3 9 3 max 2 log 10 e x 0 x x 2 x h3 x0 3 For the case of h =.01, we have For comparison, log 10 x P 2 (x) x log 10 x P 1 (x)

10 Question: How much larger could we make h so that quadratic interpolation would have an error comparable to that of linear interpolation of log 10 x with h =.01? The error bound for the linear interpolation was , and therefore we want the same to be true of quadratic interpolation. Using a simpler bound, we want to find h so that log 10 x P 2 (x) h This is true if h = Therefore a spacing of h =.04 would be sufficient. A table with this spacing and quadratic interpolation would have an error comparable to a table with h =.01 and linear interpolation.

11 AN ERROR FORMULA: THE GENERAL CASE Recall the general interpolation problem: find a polynomial P n (x) for which deg(p n ) n P n (x i ) = f (x i ), i = 0, 1,, n with distinct node points {x 0,..., x n } and a given function f (x). Let [a, b] be a given interval on which f (x) is (n + 1)-times continuously differentiable; and assume the points x 0,..., x n, and x are contained in [a, b]. Then f (x) P n (x) = (x x 0) (x x 1 ) (x x n ) f (n+1) (c x ) (n + 1)! with c x some point between the minimum and maximum of the points in {x, x 0,..., x n }.

12 As shorthand, introduce Ψ n (x) = (x x 0 ) (x x 1 ) (x x n ) a polynomial of degree n + 1 with roots {x 0,..., x n }. Then f (x) P n (x) = Ψ n(x) (n + 1)! f (n+1) (c x ) When bounding the error we replace f (n+1) (c x ) with its maximum over the interval containing {x, x 0,..., x n }, as we have illustrated earlier in the linear and quadratic cases. We concentrate on understanding the size of Ψ n (x) or Ψ n (x) (n + 1)!

13 ERROR FOR EVENLY SPACED NODES We consider first the case in which the node points are evenly spaced, as this seems the natural way to define the points at which interpolation is carried out. Moreover, using evenly spaced nodes is the case to consider for table interpolation. For evenly spaced node points on [0, 1], For this case, h = 1 n, x 0 = 0, x 1 = h, x 2 = 2h,..., x n = nh = 1 Ψ n (x) = x (x h) (x 2h) (x 1)

14 Using the following table n M n n M n E E E E E E E E E E 12 we can observe that the maximum M n max x 0 x x n Ψ n (x) (n + 1)! becomes smaller with increasing n. Graphs of Ψ n (x) are shown next for the cases of n = 2,..., 9.

15 y n = 2 y n = 3 1 x 1 x y n = 4 y n = 5 1 x 1 x Figure: Graphs of Ψ n (x) on [0, 1] for n = 2, 3, 4, 5

16 y n = 6 y n = 7 1 x 1 x y n = 8 y n = 9 1 x 1 x Figure: Graphs of Ψ n (x) on [0, 1] for n = 6, 7, 8, 9

17 More detailed view the graph of with evenly spaced nodes: Ψ 6 (x) = (x x 0 ) (x x 1 ) (x x 6 ) x 0 x 1 x 2 x 3 x 4 x 5 x 6 x

18 What can we learn from the given graphs? Observe that there is enormous variation in the size of Ψ n (x) as x varies over [0, 1]; and thus there is also enormous variation in the error as x so varies. For example, in the n = 9 case, max x 0 x x 1 max x 4 x x 5 Ψ n (x) = (n + 1)! Ψ n (x) = (n + 1)! and the ratio of these two errors is approximately 49. Thus the interpolation error is likely to be around 49 times larger when x 0 x x 1 as compared to the case when x 4 x x 5. When doing table interpolation, the point x at which we interpolate should be centrally located with respect to the interpolation nodes {x 0,..., x n } being used to define the interpolation, if possible.

19 Discussion on Convergence Consider now the problem of using an interpolation polynomial to approximate a given function f (x) on a given interval [a, b]. In particular, take interpolation nodes a x 0 < x 1 < < x n 1 < x n b and produce the interpolation polynomial P n (x) that interpolates f (x) at the given node points. We would like to have Does it happen? Recall the error bound max f (x) P n(x) 0 as n a x b max f (x) P n(x) max a x b a x b Ψ n (x) (n + 1)! max a x b f (n+1) (x) We begin with an example using evenly spaced node points.

20 RUNGE S EXAMPLE Use evenly spaced node points: h = b a n, x i = a + ih for i = 0,..., n For some functions, such as f (x) = e x, the maximum error goes to zero quite rapidly. But the size of the derivative term f (n+1) (x) in max f (x) P n(x) max a x b a x b Ψ n (x) (n + 1)! max a x b f (n+1) (x) can badly hurt or destroy the convergence of other cases. In particular, we show the graph of f (x) = 1/ ( 1 + x 2) and P n (x) on [ 5, 5] for the cases n = 8 and n = 12. The case n = 10 is in the text on page 127. It can be proven that for this function, the maximum error on [ 5, 5] does not converge to zero. Thus the use of evenly spaced nodes is not necessarily a good approach to approximating a function f (x) by interpolation.

21 y y=p 10 (x) y=1/(1+x 2 ) x Figure: Runge s example with n = 10

22 OTHER CHOICES OF NODES Recall the general error bound max f (x) P n(x) max a x b a x b Ψ n (x) (n + 1)! max a x b f (n+1) (x) There is nothing we really do with the derivative term for f ; but we can examine the way of defining the nodes {x 0,..., x n } within the interval [a, b]. We ask how these nodes can be chosen so that the maximum of Ψ n (x) over [a, b] is made as small as possible.

23 There is an elegant solution to this problem, and it is taken up in 4.6. The node points {x 0,..., x n } turn out to be the zeros of a particular polynomial T n+1 (x) of degree n + 1, called a Chebyshev polynomial. These zeros are known explicitly, and with them max Ψ n(x) = a x b ( ) b a n+1 2 n This turns out to be smaller than for evenly spaced cases; and although this polynomial interpolation does not work for all functions f (x), it works for all differentiable functions and more. 2

24 ANOTHER ERROR FORMULA Recall the error formula f (x) P n (x) = Ψ n(x) (n + 1)! f (n+1) (c) Ψ n (x) = (x x 0 ) (x x 1 ) (x x n ) with c between the minimum and maximum of {x 0,..., x n, x}. A second formula is given by f (x) P n (x) = Ψ n (x) f [x 0,..., x n, x] To show this is a simple, but somewhat subtle argument. Let P n+1 (x) denote the polynomial of degree n + 1 which interpolates f (x) at the points {x 0,..., x n, x n+1 }. Then P n+1 (x) = P n (x) + f [x 0,..., x n, x n+1 ] (x x 0 ) (x x n )

25 Substituting x = x n+1, and using the fact that P n+1 (x) interpolates f (x) at x n+1, we have f (x n+1 ) = P n (x n+1 ) + f [x 0,..., x n, x n+1 ] (x n+1 x 0 ) (x n+1 x n ) In this formula, the number x n+1 is completely arbitrary, other than being distinct from the points in {x 0,..., x n }. To emphasize this fact, replace x n+1 by x throughout the formula, obtaining f (x) = P n (x) + f [x 0,..., x n, x] (x x 0 ) (x x n ) = P n (x) + Ψ n (x) f [x 0,..., x n, x] provided x x 0,..., x n. This formula is also easily true for x a node point provided f (x) is sufficiently differentiable (to insure the existence of the divided difference f [x 0,..., x n, x]). This shows f (x) P n (x) = Ψ n (x) f [x 0,..., x n, x] (1)

26 Compare the two error formulas: Then f (x) P n (x) = Ψ n (x) f [x 0,..., x n, x] = f [x 0,..., x n, x] = f (n+1) (c) (n + 1)! Ψ n(x) (n + 1)! f (n+1) (c) for some c between the smallest and largest of the numbers in {x 0,..., x n, x}. To make this symmetric in its arguments, let x = x n+1, m = n + 1. Then f [x 0,..., x m 1, x m ] = f (m) (c) (2) m! with c an unknown number between the smallest and largest of the numbers in {x 0,..., x m }. This was given in the preceding section where divided differences were introduced.

4.3 Lagrange Approximation

4.3 Lagrange Approximation 206 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION Lagrange Polynomial Approximation 4.3 Lagrange Approximation Interpolation means to estimate a missing function value by taking a weighted average

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

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

4.5 Chebyshev Polynomials

4.5 Chebyshev Polynomials 230 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION 4.5 Chebyshev Polynomials We now turn our attention to polynomial interpolation for f (x) over [ 1, 1] based on the nodes 1 x 0 < x 1 < < x N 1. Both

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

Separable First Order Differential Equations

Separable First Order Differential Equations Separable First Order Differential Equations Form of Separable Equations which take the form = gx hy or These are differential equations = gxĥy, where gx is a continuous function of x and hy is a continuously

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Review: Synthetic Division Find (x 2-5x - 5x 3 + x 4 ) (5 + x). Factor Theorem Solve 2x 3-5x 2 + x + 2 =0 given that 2 is a zero of f(x) = 2x 3-5x 2 + x + 2. Zeros of Polynomial Functions Introduction

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

More information

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving linear equations 3.1 Introduction Many problems in engineering reduce to the solution of an equation or a set of equations. An equation is a type of mathematical expression which contains one or

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections 4.6 and 1.1) 8.1 Equivalent Inequalities Definition 8.1 Two inequalities are equivalent

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

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

1 Review of Newton Polynomials

1 Review of Newton Polynomials cs: introduction to numerical analysis 0/0/0 Lecture 8: Polynomial Interpolation: Using Newton Polynomials and Error Analysis Instructor: Professor Amos Ron Scribes: Giordano Fusco, Mark Cowlishaw, Nathanael

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same

More information

Recall that two vectors in are perpendicular or orthogonal provided that their dot

Recall that two vectors in are perpendicular or orthogonal provided that their dot Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal

More information

Roots of Polynomials

Roots of Polynomials Roots of Polynomials (Com S 477/577 Notes) Yan-Bin Jia Sep 24, 2015 A direct corollary of the fundamental theorem of algebra is that p(x) can be factorized over the complex domain into a product a n (x

More information

n 2 + 4n + 3. The answer in decimal form (for the Blitz): 0, 75. Solution. (n + 1)(n + 3) = n + 3 2 lim m 2 1

n 2 + 4n + 3. The answer in decimal form (for the Blitz): 0, 75. Solution. (n + 1)(n + 3) = n + 3 2 lim m 2 1 . Calculate the sum of the series Answer: 3 4. n 2 + 4n + 3. The answer in decimal form (for the Blitz):, 75. Solution. n 2 + 4n + 3 = (n + )(n + 3) = (n + 3) (n + ) = 2 (n + )(n + 3) ( 2 n + ) = m ( n

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

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

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

2.5 Zeros of a Polynomial Functions

2.5 Zeros of a Polynomial Functions .5 Zeros of a Polynomial Functions Section.5 Notes Page 1 The first rule we will talk about is Descartes Rule of Signs, which can be used to determine the possible times a graph crosses the x-axis and

More information

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved.

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved. 5.3 SOLVING TRIGONOMETRIC EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Use standard algebraic techniques to solve trigonometric equations. Solve trigonometric equations

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

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

23. RATIONAL EXPONENTS

23. RATIONAL EXPONENTS 23. RATIONAL EXPONENTS renaming radicals rational numbers writing radicals with rational exponents When serious work needs to be done with radicals, they are usually changed to a name that uses exponents,

More information

Linearly Independent Sets and Linearly Dependent Sets

Linearly Independent Sets and Linearly Dependent Sets These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation

More information

7.6 Approximation Errors and Simpson's Rule

7.6 Approximation Errors and Simpson's Rule WileyPLUS: Home Help Contact us Logout Hughes-Hallett, Calculus: Single and Multivariable, 4/e Calculus I, II, and Vector Calculus Reading content Integration 7.1. Integration by Substitution 7.2. Integration

More information

5.4 Solving Percent Problems Using the Percent Equation

5.4 Solving Percent Problems Using the Percent Equation 5. Solving Percent Problems Using the Percent Equation In this section we will develop and use a more algebraic equation approach to solving percent equations. Recall the percent proportion from the last

More information

Scalar Valued Functions of Several Variables; the Gradient Vector

Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions vector valued function of n variables: Let us consider a scalar (i.e., numerical, rather than y = φ(x = φ(x 1,

More information

Objectives. Materials

Objectives. Materials Activity 4 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the ways

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

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

0.4 FACTORING POLYNOMIALS

0.4 FACTORING POLYNOMIALS 36_.qxd /3/5 :9 AM Page -9 SECTION. Factoring Polynomials -9. FACTORING POLYNOMIALS Use special products and factorization techniques to factor polynomials. Find the domains of radical expressions. Use

More information

Week 1: Functions and Equations

Week 1: Functions and Equations Week 1: Functions and Equations Goals: Review functions Introduce modeling using linear and quadratic functions Solving equations and systems Suggested Textbook Readings: Chapter 2: 2.1-2.2, and Chapter

More information

3.2 The Factor Theorem and The Remainder Theorem

3.2 The Factor Theorem and The Remainder Theorem 3. The Factor Theorem and The Remainder Theorem 57 3. The Factor Theorem and The Remainder Theorem Suppose we wish to find the zeros of f(x) = x 3 + 4x 5x 4. Setting f(x) = 0 results in the polynomial

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

3.2 Measures of Spread

3.2 Measures of Spread 3.2 Measures of Spread In some data sets the observations are close together, while in others they are more spread out. In addition to measures of the center, it's often important to measure the spread

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

Partial Fractions. (x 1)(x 2 + 1)

Partial Fractions. (x 1)(x 2 + 1) Partial Fractions Adding rational functions involves finding a common denominator, rewriting each fraction so that it has that denominator, then adding. For example, 3x x 1 3x(x 1) (x + 1)(x 1) + 1(x +

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Polynomials. Dr. philippe B. laval Kennesaw State University. April 3, 2005

Polynomials. Dr. philippe B. laval Kennesaw State University. April 3, 2005 Polynomials Dr. philippe B. laval Kennesaw State University April 3, 2005 Abstract Handout on polynomials. The following topics are covered: Polynomial Functions End behavior Extrema Polynomial Division

More information

LINEAR EQUATIONS IN TWO VARIABLES

LINEAR EQUATIONS IN TWO VARIABLES 66 MATHEMATICS CHAPTER 4 LINEAR EQUATIONS IN TWO VARIABLES The principal use of the Analytic Art is to bring Mathematical Problems to Equations and to exhibit those Equations in the most simple terms that

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

Adaptive Online Gradient Descent

Adaptive Online Gradient Descent Adaptive Online Gradient Descent Peter L Bartlett Division of Computer Science Department of Statistics UC Berkeley Berkeley, CA 94709 bartlett@csberkeleyedu Elad Hazan IBM Almaden Research Center 650

More information

6.4 Logarithmic Equations and Inequalities

6.4 Logarithmic Equations and Inequalities 6.4 Logarithmic Equations and Inequalities 459 6.4 Logarithmic Equations and Inequalities In Section 6.3 we solved equations and inequalities involving exponential functions using one of two basic strategies.

More information

Similarity and Diagonalization. Similar Matrices

Similarity and Diagonalization. Similar Matrices MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that

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

LOGNORMAL MODEL FOR STOCK PRICES

LOGNORMAL MODEL FOR STOCK PRICES LOGNORMAL MODEL FOR STOCK PRICES MICHAEL J. SHARPE MATHEMATICS DEPARTMENT, UCSD 1. INTRODUCTION What follows is a simple but important model that will be the basis for a later study of stock prices as

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

A Detailed Price Discrimination Example

A Detailed Price Discrimination Example A Detailed Price Discrimination Example Suppose that there are two different types of customers for a monopolist s product. Customers of type 1 have demand curves as follows. These demand curves include

More information

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

Math 2400 - Numerical Analysis Homework #2 Solutions

Math 2400 - Numerical Analysis Homework #2 Solutions Math 24 - Numerical Analysis Homework #2 Solutions 1. Implement a bisection root finding method. Your program should accept two points, a tolerance limit and a function for input. It should then output

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Assessment Schedule 2013

Assessment Schedule 2013 NCEA Level Mathematics (9161) 013 page 1 of 5 Assessment Schedule 013 Mathematics with Statistics: Apply algebraic methods in solving problems (9161) Evidence Statement ONE Expected Coverage Merit Excellence

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

1 Review of Least Squares Solutions to Overdetermined Systems

1 Review of Least Squares Solutions to Overdetermined Systems cs4: introduction to numerical analysis /9/0 Lecture 7: Rectangular Systems and Numerical Integration Instructor: Professor Amos Ron Scribes: Mark Cowlishaw, Nathanael Fillmore Review of Least Squares

More information

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

ECO 317 Economics of Uncertainty Fall Term 2009 Week 5 Precepts October 21 Insurance, Portfolio Choice - Questions

ECO 317 Economics of Uncertainty Fall Term 2009 Week 5 Precepts October 21 Insurance, Portfolio Choice - Questions ECO 37 Economics of Uncertainty Fall Term 2009 Week 5 Precepts October 2 Insurance, Portfolio Choice - Questions Important Note: To get the best value out of this precept, come with your calculator or

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

Functions: Piecewise, Even and Odd.

Functions: Piecewise, Even and Odd. Functions: Piecewise, Even and Odd. MA161/MA1161: Semester 1 Calculus. Prof. Götz Pfeiffer School of Mathematics, Statistics and Applied Mathematics NUI Galway September 21-22, 2015 Tutorials, Online Homework.

More information

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom. Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.com This paper contains a collection of 31 theorems, lemmas,

More information

SOLUTIONS. Would you like to know the solutions of some of the exercises?? Here you are

SOLUTIONS. Would you like to know the solutions of some of the exercises?? Here you are SOLUTIONS Would you like to know the solutions of some of the exercises?? Here you are Your first function : remember Introduction: Text: A function is a relationship between two sets by which we assign

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

Tennessee Department of Education

Tennessee Department of Education Tennessee Department of Education Task: Pool Patio Problem Algebra I A hotel is remodeling their grounds and plans to improve the area around a 20 foot by 40 foot rectangular pool. The owner wants to use

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

1 The Brownian bridge construction

1 The Brownian bridge construction The Brownian bridge construction The Brownian bridge construction is a way to build a Brownian motion path by successively adding finer scale detail. This construction leads to a relatively easy proof

More information

How To Prove The Dirichlet Unit Theorem

How To Prove The Dirichlet Unit Theorem Chapter 6 The Dirichlet Unit Theorem As usual, we will be working in the ring B of algebraic integers of a number field L. Two factorizations of an element of B are regarded as essentially the same if

More information

Efficient Curve Fitting Techniques

Efficient Curve Fitting Techniques 15/11/11 Life Conference and Exhibition 11 Stuart Carroll, Christopher Hursey Efficient Curve Fitting Techniques - November 1 The Actuarial Profession www.actuaries.org.uk Agenda Background Outline of

More information

FACTORING QUADRATICS 8.1.1 and 8.1.2

FACTORING QUADRATICS 8.1.1 and 8.1.2 FACTORING QUADRATICS 8.1.1 and 8.1.2 Chapter 8 introduces students to quadratic equations. These equations can be written in the form of y = ax 2 + bx + c and, when graphed, produce a curve called a parabola.

More information

Cubic Functions: Global Analysis

Cubic Functions: Global Analysis Chapter 14 Cubic Functions: Global Analysis The Essential Question, 231 Concavity-sign, 232 Slope-sign, 234 Extremum, 235 Height-sign, 236 0-Concavity Location, 237 0-Slope Location, 239 Extremum Location,

More information

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t. LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing

More information

1 Mathematical Models of Cost, Revenue and Profit

1 Mathematical Models of Cost, Revenue and Profit Section 1.: Mathematical Modeling Math 14 Business Mathematics II Minh Kha Goals: to understand what a mathematical model is, and some of its examples in business. Definition 0.1. Mathematical Modeling

More information

A Little Set Theory (Never Hurt Anybody)

A Little Set Theory (Never Hurt Anybody) A Little Set Theory (Never Hurt Anybody) Matthew Saltzman Department of Mathematical Sciences Clemson University Draft: August 21, 2013 1 Introduction The fundamental ideas of set theory and the algebra

More information

Algebra 1 If you are okay with that placement then you have no further action to take Algebra 1 Portion of the Math Placement Test

Algebra 1 If you are okay with that placement then you have no further action to take Algebra 1 Portion of the Math Placement Test Dear Parents, Based on the results of the High School Placement Test (HSPT), your child should forecast to take Algebra 1 this fall. If you are okay with that placement then you have no further action

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

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section

ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section MULTIPLE CHOICE 1. ANS: C 2. ANS: A 3. ANS: A OBJ: 5-3.1 Using Vertex Form SHORT ANSWER 4. ANS: (x + 6)(x 2 6x + 36) OBJ: 6-4.2 Solving Equations by

More information

Introduction to the Finite Element Method (FEM)

Introduction to the Finite Element Method (FEM) Introduction to the Finite Element Method (FEM) ecture First and Second Order One Dimensional Shape Functions Dr. J. Dean Discretisation Consider the temperature distribution along the one-dimensional

More information

Consumer Theory. The consumer s problem

Consumer Theory. The consumer s problem Consumer Theory The consumer s problem 1 The Marginal Rate of Substitution (MRS) We define the MRS(x,y) as the absolute value of the slope of the line tangent to the indifference curve at point point (x,y).

More information

Florida Algebra 1 End-of-Course Assessment Item Bank, Polk County School District

Florida Algebra 1 End-of-Course Assessment Item Bank, Polk County School District Benchmark: MA.912.A.2.3; Describe the concept of a function, use function notation, determine whether a given relation is a function, and link equations to functions. Also assesses MA.912.A.2.13; Solve

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

More information

A three point formula for finding roots of equations by the method of least squares

A three point formula for finding roots of equations by the method of least squares A three point formula for finding roots of equations by the method of least squares Ababu Teklemariam Tiruneh 1 ; William N. Ndlela 1 ; Stanley J. Nkambule 1 1 Lecturer, Department of Environmental Health

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

Corollary. (f є C n+1 [a,b]). Proof: This follows directly from the preceding theorem using the inequality

Corollary. (f є C n+1 [a,b]). Proof: This follows directly from the preceding theorem using the inequality Corollary For equidistant knots, i.e., u i = a + i (b-a)/n, we obtain with (f є C n+1 [a,b]). Proof: This follows directly from the preceding theorem using the inequality 120202: ESM4A - Numerical Methods

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20.

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20. Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM 1. Introduction (really easy) An equation represents the equivalence between two quantities. The two sides of the equation are in balance, and solving

More information

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5.

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5. PUTNAM TRAINING POLYNOMIALS (Last updated: November 17, 2015) Remark. This is a list of exercises on polynomials. Miguel A. Lerma Exercises 1. Find a polynomial with integral coefficients whose zeros include

More information

Notes on metric spaces

Notes on metric spaces Notes on metric spaces 1 Introduction The purpose of these notes is to quickly review some of the basic concepts from Real Analysis, Metric Spaces and some related results that will be used in this course.

More information

March 29, 2011. 171S4.4 Theorems about Zeros of Polynomial Functions

March 29, 2011. 171S4.4 Theorems about Zeros of Polynomial Functions MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 4: Polynomial and Rational Functions 4.1 Polynomial Functions and Models 4.2 Graphing Polynomial Functions 4.3 Polynomial

More information