1 / 86

Numerical Analysis

Numerical Analysis. EE, NCKU Tien-Hao Chang (Darby Chang). In the previous slide. Rootfinding multiplicity Bisection method Intermediate Value Theorem convergence measures False position yet another simple enclosure method advantage and disadvantage in comparison with bisection method.

bruis
Télécharger la présentation

Numerical Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Analysis EE, NCKU Tien-Hao Chang (Darby Chang)

  2. In the previous slide • Rootfinding • multiplicity • Bisection method • Intermediate Value Theorem • convergence measures • False position • yet another simple enclosure method • advantage and disadvantage in comparison with bisection method

  3. In this slide • Fixed point iteration scheme • what is a fixed point? • iteration function • convergence • Newton’s method • tangent line approximation • convergence • Secant method

  4. Rootfinding • Simple enclosure • Intermediate Value Theorem • guarantee to converge • convergence rate is slow • bisection and false position • Fixed point iteration • Mean Value Theorem • rapid convergence • loss of guaranteed convergence

  5. 2.3 Fixed Point Iteration Schemes

  6. There is at least one point on the graph at which the tangent lines is parallel to the secant line

  7. Mean Value Theorem • We use a slightly different formulation • An example of using this theorem • proof the inequality

  8. Fixed points • Consider the function • thought of as moving the input value of to the output value • the sine function maps to • the sine function fixes the location of • is said to be a fixed point of the function

  9. Number of fixed points • According to the previous figure, a trivial question is • how many fixed points of agiven function?

  10. Only sufficient conditions • Namely, not necessary conditions • it is possible for a function to violate one or more of the hypotheses, yet still have a (possibly unique) fixed point

  11. Fixed point iteration

  12. Fixed point iteration • If it is known that a function has a fixed point, one way to approximate the value of that fixed point is fixed point iteration scheme • These can be defined as follows:

  13. http://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpghttp://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpg In action

  14. About fixed point iteration

  15. Relation to rootfinding • Now we know what fixed point iteration is, but how to apply it on rootfinding? • More precisely, given a rootfinding equation, f(x)=x3+x2-3x-3=0, what is its iteration function g(x)? hint

  16. Iteration function • Algebraically transform to the form • … • Every rootfinding problem can be transformed into any number of fixed point problems • (fortunately or unfortunately?)

  17. http://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpghttp://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpg In action

  18. Analysis • #1 iteration function converges • but to a fixed point outside the interval • #2 fails to converge • despite attaining values quite close to #1 • #3 and #5 converge rapidly • #3 add one correct decimal every iteration • #5 doubles correct decimals every iteration • #4 converges, but very slow

  19. Convergence • This analysis suggests a trivial question • the fixed point of is justified in our previous theorem

  20. demonstrates the importance of the parameter • when , rapid • when , dramatically slow • when , roughly the same as the bisection method

  21. Order of convergence of fixed point iteration schemes All about the derivatives,

  22. Stopping condition

  23. Two steps

  24. The first step

  25. The second step

  26. 2.3 Fixed Point Iteration Schemes

  27. 2.4 Newton’s Method

  28. Newton’s MethodDefinition

  29. http://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpghttp://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpg In action

More Related