NUMERICAL ERROR ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier
Copyright © 2003 by Lizette R. Chevalier Permission is granted to students at Southern Illinois University at Carbondale to make one copy of this material for use in the class ENGR 351, Numerical Methods for Engineers. No other permission is granted. All other rights are reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the copyright owner.
Objectives To understand error terms Become familiar with notation and techniques used in this course
Approximation and Errors Significant Figures 4 significant figures ,500 ? confidence 4.35 x significant figures x significant figures x significant figures
Accuracy and Precision Accuracy - how closely a computed or measured value agrees with the true value Precision - how closely individual computed or measured values agree with each other number of significant figures spread in repeated measurements or computations
increasing accuracy increasing precision Accuracy and Precision
Error Definitions Numerical error - use of approximations to represent exact mathematical operations and quantities true value = approximation + error error, t =true value - approximation subscript t represents the true error shortcoming....gives no sense of magnitude normalize by true value to get true relative error
Error definitions cont. True relative percent error
Example Consider a problem where the true answer is If you report the value as 7.92, answer the following questions. 1.How many significant figures did you use? 2.What is the true error? 3.What is the relative error?
Error definitions cont. May not know the true answer apriori
Error definitions cont. May not know the true answer apriori This leads us to develop an iterative approach of numerical methods
Error definitions cont. May not know the true answer apriori This leads us to develop an iterative approach of numerical methods
Error definitions cont. Usually not concerned with sign, but with tolerance Want to assure a result is correct to n significant figures
Error definitions cont. Usually not concerned with sign, but with tolerance Want to assure a result is correct to n significant figures
Example Consider a series expansion to estimate trigonometric functions Estimate sin / 2 to three significant figures
Error Definitions cont. Round off error - originate from the fact that computers retain only a fixed number of significant figures Truncation errors - errors that result from using an approximation in place of an exact mathematical procedure
Error Definitions cont. Round off error - originate from the fact that computers retain only a fixed number of significant figures Truncation errors - errors that result from using an approximation in place of an exact mathematical procedure To gain insight consider the mathematical formulation that is used widely in numerical methods - TAYLOR SERIES
TAYLOR SERIES Provides a means to predict a function value at one point in terms of the function value at and its derivatives at another point Zero order approximation
TAYLOR SERIES Provides a means to predict a function value at one point in terms of the function value at and its derivative at another point Zero order approximation This is good if the function is a constant.
Taylor Series Expansion First order approximation { slope multiplied by distance
Taylor Series Expansion First order approximation slope multiplied by distance Still a straight line but capable of predicting an increase or decrease - LINEAR
Taylor Series Expansion Second order approximation - captures some of the curvature
Taylor Series Expansion Second order approximation - captures some of the curvature
Taylor Series Expansion
Example Use zero through fourth order Taylor series expansion to approximate f(1) given f(0) = 1.2 (i.e. h = 1) Note: f(1) = 0.2
Solution n=0 f(1) = 1.2 = abs [( )/0.2] x 100 = 500% n=1 f '(x) = -0.4x x 2 -x f '(0) = f(1) = h = 0.95 t =375%
n=2 f "=-1.2 x x -1 f "(0) = -1 f(1) = 0.45 t = 125% n=3 f "'=-2.4x f "'(0)=-0.9 f(1) = 0.3 t =50% Solution
n=4 f ""(0) = -2.4 f(1) = 0.2 EXACT Why does the fourth term give us an exact solution? The 5th derivative is zero In general, nth order polynomial, we get an exact solution with an nth order Taylor series Solution
Exam Question How many significant figures are in the following numbers? A B C x D. 23,000,000 E. 2.3 x 10 7
Taylor Series Problem Use zero- through fourth-order Taylor series expansions to predict f(4) for f(x) = ln x using a base point at x = 2. Compute the percent relative error t for each approximation.
1. Determine the step size h = = 2 2. Determine the analytical solution f(4) = ln(4) = Determine the derivatives for f(2)