19 April 2013Lecture 3: Interval Newton Method1 Interval Newton Method Jorge Cruz DI/FCT/UNL April 2013.

Slides:



Advertisements
Similar presentations
First Order Linear Differential Equations
Advertisements

Copyright © Cengage Learning. All rights reserved.
Boyce/DiPrima 9th ed, Ch 2.8: The Existence and Uniqueness Theorem Elementary Differential Equations and Boundary Value Problems, 9th edition, by William.
Differential Equations Brannan Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 08: Series Solutions of Second Order Linear Equations.
Lecture 5 Newton-Raphson Method
Section 6.6 Finding Rational Zeros. Rational Zero Theorem Synthetic & Long Division Using Technology to Approximate Zeros Today you will look at finding.
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
Open Methods Chapter 6 The Islamic University of Gaza
Optimization Introduction & 1-D Unconstrained Optimization
Ch 5.7: Series Solutions Near a Regular Singular Point, Part II
19 April 2013Lecture 4: Associating Narrowing Functions to Constraints1 Associating Narrowing Functions to Constraints Jorge Cruz DI/FCT/UNL April 2013.
Surface to Surface Intersection N. M. Patrikalakis, T. Maekawa, K. H. Ko, H. Mukundan May 25, 2004.
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
12 April 2013Lecture 2: Intervals, Interval Arithmetic and Interval Functions1 Intervals, Interval Arithmetic and Interval Functions Jorge Cruz DI/FCT/UNL.
Ch 5.4: Euler Equations; Regular Singular Points
Ch 5.5: Euler Equations A relatively simple differential equation that has a regular singular point is the Euler equation, where ,  are constants. Note.
Notes, part 5. L’Hospital Another useful technique for computing limits is L'Hospital's rule: Basic version: If, then provided the latter exists. This.
Open Methods Chapter 6 The Islamic University of Gaza
26 April 2013Lecture 5: Constraint Propagation and Consistency Enforcement1 Constraint Propagation and Consistency Enforcement Jorge Cruz DI/FCT/UNL April.
Notes, part 4 Arclength, sequences, and improper integrals.
Chapter 3 Root Finding.
8.5 Series Solutions Near a Regular Singular Point, Part I
Theorems on continuous functions. Weierstrass’ theorem Let f(x) be a continuous function over a closed bounded interval [a,b] Then f(x) has at least one.
Roots of Equations Chapter 3. Roots of Equations Also called “zeroes” of the equation –A value x such that f(x) = 0 Extremely important in applications.
Ch5-Sec(5.4): Euler Equations; Regular Singular Points Recall that the point x 0 is an ordinary point of the equation if p(x) = Q(x)/P(x) and q(x)= R(x)/P(x)
Continuity ( Section 1.8) Alex Karassev. Definition A function f is continuous at a number a if Thus, we can use direct substitution to compute the limit.
Chapter 1 Infinite Series, Power Series
Optimization in Engineering Design Georgia Institute of Technology Systems Realization Laboratory 101 Quasi-Newton Methods.
Pareto Linear Programming The Problem: P-opt Cx s.t Ax ≤ b x ≥ 0 where C is a kxn matrix so that Cx = (c (1) x, c (2) x,..., c (k) x) where c.
Lecture 6 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
1. Interpolating polynomials Polynomial of degree n,, is a linear combination of Definitions: (interval, continuous function, abscissas, and polynomial)
Numerical Methods for Engineering MECN 3500
Numerical Methods.
1 Constraint Reasoning for Differential Models Jorge Cruz CENTRIA - Centre for Artificial Intelligence DI/FCT/UNL June 2009.
THE REAL NUMBERS College Algebra. Sets Set notation Union of sets Intersection of sets Subsets Combinations of three or more sets Applications.
linear  2.3 Newton’s Method ( Newton-Raphson Method ) 1/12 Chapter 2 Solutions of Equations in One Variable – Newton’s Method Idea: Linearize a nonlinear.
Numerical Methods Solution of Equation.
Section 5.5 The Real Zeros of a Polynomial Function.
ANTIDERIVATIVES Definition: reverse operation of finding a derivative.
Advanced Engineering Mathematics, 7 th Edition Peter V. O’Neil © 2012 Cengage Learning Engineering. All Rights Reserved. CHAPTER 4 Series Solutions.
2.1 – Linear and Quadratic Equations Linear Equations.
Integration Newton project, Culverhay, Wednesday September 21st.
STROUD Worked examples and exercises are in the text Programme 10: Sequences PROGRAMME 10 SEQUENCES.
Chapter 4 With Question/Answer Animations 1. Chapter Summary Divisibility and Modular Arithmetic - Sec 4.1 – Lecture 16 Integer Representations and Algorithms.
First Order Linear Differential Equations Any equation containing a derivative is called a differential equation. A function which satisfies the equation.
The Fundamental Theorem of Calculus Area and The Definite Integral OBJECTIVES  Evaluate a definite integral.  Find the area under a curve over a given.
Answers for Review Questions for Lectures 1-4. Review Lectures 1-4 Problems Question 2. Derive a closed form for the estimate of the solution of the equation.
Linear homogeneous ODEn with constant coefficients
Solving Equations Graphically, Numerically, and Algebraically
Chapter 4: Linear Differential Equations
Objectives Solve compound inequalities with one variable.
Sequences and Series of Functions
A power series with center c is an infinite series where x is a variable. For example, is a power series with center c = 2.
Bell Ringer 1. What is the Rational Root Theorem
A quadratic equation is written in the Standard Form,
Chapter 6.
Solution of Equations by Iteration
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Solving Quadratic Equations by Factoring
Intermediate Value Theorem
Intermediate Value Theorem
Ch 5.4: Euler Equations; Regular Singular Points
Continuity Alex Karassev.
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
THE QUADRATIC FORMULA.
Newton-Raphson Method
Chapter 6.
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
1 Newton’s Method.
Presentation transcript:

19 April 2013Lecture 3: Interval Newton Method1 Interval Newton Method Jorge Cruz DI/FCT/UNL April 2013

Lecture 3: Interval Newton Method2 Newton Method for Finding Roots of Univariate Functions Interval Newton Method Enclosing the Zeros of a Family of Functions Properties of the Interval Newton Method Convergence and Efficiency Proving the Existence of a Solution Soundness Extended Interval Arithmetic for the Interval Newton Method Newton Function, Newton Step and Newton Narrowing Interval Extension of the Newton Method Example of the Interval Newton Method 19 April 2013

Lecture 3: Interval Newton Method3 Newton Method for Finding Roots of Univariate Functions Let f be a real function, continuous in [a,b] and differentiable in (a..b) Accordingly to the mean value theorem:  r 1,r 2  [a,b]   [min(r 1,r 2 ),max(r 1,r 2 )] f(r 1 )=f(r 2 )+(r 1  r 2 )  f’(  ) If r 2 is a root of f then f(r 2 )=0 and so:  r 1,r 2  [a,b]   [min(r 1,r 2 ),max(r 1,r 2 )] f(r 1 )=(r 1  r 2 )  f’(  )  r 1,r 2  [a,b]   [min(r 1,r 2 ),max(r 1,r 2 )] r 2 = r 1  f(r 1 )/f’(  ) And solving it in order to r 2 : Therefore, if there is a root of f in [a,b] then, from any point r 1 in [a,b] the root could be computed if we knew the value of  19 April 2013

Lecture 3: Interval Newton Method4 Newton Method for Finding Roots of Univariate Functions The idea of the classical Newton method is to start with an initial value r 0 and compute a sequence of points r i that converge to a root To obtain r i+1 from r i the value of  is approximated by r i : r i+1 = r i  f(r i )/f’(  )  r i  f(r i )/f’(r i ) r0r0 r1r1 r2r2 r0r0 r0r0 r1r1 r2r2 r1r1 r2r2 19 April 2013

Lecture 3: Interval Newton Method5 Newton Method for Finding Roots of Univariate Functions Near roots the classical Newton method has quadratic convergence r0r0 r 1 =+  However, the classical Newton method may not converge to a root! 19 April 2013

Lecture 3: Interval Newton Method6 Interval Extension of the Newton Method The idea of the Interval Newton method is to start with an initial interval I 0 and compute an enclosure of all the r that may be roots  r 1,r  [a,b]   [min(r 1,r),max(r 1,r)] r= r 1  f(r 1 )/f’(  ) If r is a root within I 0 then:  r 1  I 0 r  r 1  f(r 1 )/f’(I 0 ) (all the possible values of  are considered )  I0 I0 In particular, with r 1 =c=center(I 0 ) we get the Newton interval function: r  c  f(c)/f’(I 0 ) = N(I 0 ) Since root r must be within the original interval I 0, a smaller safe enclosure I 1 may be computed by: I 1 = I 0  N(I 0 ) 19 April 2013

Lecture 3: Interval Newton Method7 Interval Extension of the Newton Method The idea of the Interval Newton method is to start with an initial interval I 0 and compute an enclosure of all the r that may be roots r1r1 I0I0 c N(I0)N(I0) I1I1 19 April 2013

Lecture 3: Interval Newton Method8 Interval Extension of the Newton Method Newton Function, Newton Step and Newton Narrowing 19 April 2013

Lecture 3: Interval Newton Method9 Interval Extension of the Newton Method Extended Interval Arithmetic for the interval Newton Method Using extended interval arithmetic, the result of the Newton function is not guaranteed to be a single interval: division by an interval containing zero may yield the union of two intervals The solution could be to use the union hull of the obtained intervals A much better approach is to intersect separately each obtained interval with the original interval and then: If the result of the intersection is a single interval, the Newton narrowing can normally continue. Otherwise, the union hull of the obtained intervals should be considered 19 April 2013

Lecture 3: Interval Newton Method10 Interval Extension of the Newton Method Example of the Interval Newton Method i I i [c I ] F E ([c I ]) F’ E (I i ) N(I i ) 0[ ]{1.250}[ ][ ][-  ] 1[ ]{0.823}[ ][ ][  ] 2[ ]{1.041}[ ][ ][ ] 3[ ]{1.000}[ ][ ][ ] 4[ ]{1.000}[ ][ ][ ] 19 April 2013

Lecture 3: Interval Newton Method11 Properties of the Interval Newton Method Soundness If a zero of a function is searched within an interval then it may be searched within a possibly narrower interval obtained by the Newton narrowing function with the guarantee that no zero is lost If the result of the Newton narrowing function is the empty set then the original interval does not contain any zero of the real function 19 April 2013

Lecture 3: Interval Newton Method12 Properties of the Interval Newton Method Proving the Existence of a Solution Despite its soundness, the method is not complete: in case of non existence of a root the result is not necessarily the empty set Therefore obtaining a non empty set does not guarantee the existence of a root However, in some cases, the Newton method may guarantee the existence of a root 19 April 2013

Lecture 3: Interval Newton Method13 Properties of the Interval Newton Method Convergence and Efficiency The interval arithmetic evaluation of any Newton narrowing function is guaranteed to stop Convergence may be quadratic for small intervals around a simple zero of the real function: width(NS (n+1) (I 0 ))  k  (width(NS (n) (I 0 )) 2 Moreover, even for large intervals the rate of convergence may be reasonably fast (geometric): If 0  F([c]) and 0  F’(I) then width(NS(I))  0.5  width(I) 19 April 2013

Lecture 3: Interval Newton Method14 Enclosing the Zeros of a Family of Functions The method can be naturally extended to deal as well with real functions that include parametric constants represented by intervals The intended meaning is to represent the family of real functions defined by any possible real instantiation for the interval constants The existence of a root means that there is a real valued combination, among the variable and all the interval constants, that zeros the function 19 April 2013

Lecture 3: Interval Newton Method15 Enclosing the Zeros of a Family of Functions If the initial interval is [ ‑ 0.5,0.2] the unique zero is successfully enclosed within a canonical F-interval [ ] (assuming that the canonical width is 0.001) 19 April 2013

Lecture 3: Interval Newton Method16 Enclosing the Zeros of a Family of Functions If the initial interval is [0.3,1.0] it cannot be narrowed because both F E ([0.65]) and F’ E ([ ]) include zero 19 April 2013

Lecture 3: Interval Newton Method17 Enclosing the Zeros of a Family of Functions If the initial interval is [1.1,1.8] the right bound is updated to April 2013

Lecture 3: Interval Newton Method18 Enclosing the Zeros of a Family of Functions If the initial interval is [1.9,2.6] it can be proven that it does not contain any zeros 19 April 2013