1 / 9

Propagation of Errors

Propagation of Errors. Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons http://numericalmethods.eng.usf.edu Numerical Methods for STEM undergraduates. Propagation of Errors.

Télécharger la présentation

Propagation of Errors

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. Propagation of Errors Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons http://numericalmethods.eng.usf.edu Numerical Methods for STEM undergraduates http://numericalmethods.eng.usf.edu

  2. Propagation of Errors In numerical methods, the calculations are not made with exact numbers. How do these inaccuracies propagate through the calculations? http://numericalmethods.eng.usf.edu

  3. Example 1: Find the bounds for the propagation in adding two numbers. For example if one is calculating X +Y where X = 1.5 ± 0.05 Y = 3.4 ± 0.04 Solution Maximum possible value of X = 1.55 and Y = 3.44 Maximum possible value of X + Y = 1.55 + 3.44 = 4.99 Minimum possible value of X = 1.45 and Y = 3.36. Minimum possible value of X + Y = 1.45 + 3.36 = 4.81 Hence 4.81 ≤ X + Y ≤4.99. http://numericalmethods.eng.usf.edu

  4. Propagation of Errors In Formulas If is a function of several variables then the maximum possible value of the error in is http://numericalmethods.eng.usf.edu

  5. Example 2: The strain in an axial member of a square cross-section is given by Given Find the maximum possible error in the measured strain. http://numericalmethods.eng.usf.edu

  6. Example 2: Solution http://numericalmethods.eng.usf.edu

  7. Example 2: Thus Hence http://numericalmethods.eng.usf.edu

  8. Example 3: Subtraction of numbers that are nearly equal can create unwanted inaccuracies. Using the formula for error propagation, show that this is true. Solution Let Then So the relative change is http://numericalmethods.eng.usf.edu

  9. Example 3: For example if = 0.6667 = 66.67% http://numericalmethods.eng.usf.edu

More Related