2 properties of numerical techniques

Upload: sam13456

Post on 09-Apr-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/7/2019 2 Properties of Numerical techniques

    1/16

    PROPERTIES OF NUMERICAL

    TECHNIQUES

    MR.KANNAN NATARAJAN, M.TECH.,

    LECTURER, MIT, MANIPAL-576104.

    E-MAIL: [email protected]

    MOBILE: +91-9008418513.

  • 8/7/2019 2 Properties of Numerical techniques

    2/16

    PROPERTIES OF NUMERICAL

    METHODS

    Convergence exact solution within the limits.

    Accuracy within the tolerable error limits.

    Efficiency amt of time required to solve.

    Consistency measure of accuracy.

    18 February 2011 2Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    3/16

    ACCURACY AND PRECISION

    Accuracyrefers to how closely a computed or measured

    value agrees with the true value, whileprecision refers to

    how closely individual computed or measured values

    agree with each other.

    a) inaccurate and imprecise

    b) accurate and imprecise

    c) inaccurate and precise

    d) accurate and precise

    18 February 2011 3Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    4/16

    ERROR DEFINITIONS

    Absolute error (|Et|): the absolute differencebetween the true value and theapproximation.

    True relative error: the true error divided bythe true value.

    18 February 2011 4Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    5/16

    ROUNDOFF ERRORS

    Roundoff errors arise because digital

    computers cannot represent some quantities

    exactly.

    Two major facets of roundoff errors involvedin numerical calculations:

    Digital computers have size and precision limits

    on their ability to represent numbers. Certain numerical manipulations are highly

    sensitive to roundoff errors.

    18 February 2011 5Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    6/16

    TRUNCATION ERRORS

    Truncation errors are those that result from

    using an approximation in place of an exact

    mathematical procedure.

    18 February 2011 6Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    7/16

  • 8/7/2019 2 Properties of Numerical techniques

    8/16

    OTHER ERRORS

    Blunders - errors caused by malfunctions of

    the computer or human imperfection.

    Model errors - errors resulting from

    incomplete mathematical models.

    Data uncertainty - errors resulting from the

    accuracy and/or precision of the data.

    18 February 2011 8Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    9/16

    A SIMPLE MATHEMATICAL

    MODEL

  • 8/7/2019 2 Properties of Numerical techniques

    10/16

    A SIMPLE MATHEMATICAL MODEL

    A mathematical model can be broadly

    defined as a formulation or equation that

    expresses the essential features of a

    physical system or process in mathematicalterms.

    Models can be represented by a functional

    relationship between dependent variables,independent variables, parameters, and

    forcing functions.

    18 February 2011 10Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    11/16

    MODEL FUNCTION

    Dependent variable - a characteristic that usually

    reflects the behavior or state of the system

    Independent variables - dimensions, such as time and

    space, along which the systems behavior is being

    determined

    Parameters - constants reflective of the systemsproperties or composition

    Forcing functions - external influences acting upon the

    system

    Dependentvariable

    ! f independentvariables

    , parameters, forcingfunctions

    18 February 2011 11Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    12/16

    MODEL FUNCTION - EXAMPLE

    Assuming a bungee jumper is in mid-flight, an analytical model for the jumpers

    velocity, accounting for drag, is

    Dependent variable - velocity v

    Independent variables - time t

    Parameters - mass m, drag coefficient cd

    Forcing function - gravitational

    acceleration g

    v t !gm

    cdtanh

    gcd

    m t

    18 February 2011 12Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    13/16

    MODEL RESULTS

    Using a computer (or a calculator), the model can be used

    to generate a graphical representation of the system.

    18 February 2011 13Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    14/16

    NUMERICAL RESULTS

    The efficiency and accuracy of numerical methods

    will depend upon how the method is applied.

    18 February 2011 14Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    15/16

    BASES FOR NUMERICAL MODELS

    Conservation laws provide the foundation for many

    model functions.

    Different fields of engineering and science apply

    these laws to different paradigms within the field. Among these laws are:

    Conservation of mass

    Conservation of momentum

    Conservation of charge

    Conservation of energy

    18 February 2011 15Mr.Kannan Natarajan, MIT,Manipal.

  • 8/7/2019 2 Properties of Numerical techniques

    16/16

    Still we were

    discussing about

    problem definition and

    mathematical models

    Problemdefinition

    Mathematical model

    Problem solving tools;statistics, numerical

    methods, graphics, etc.,

    Numeric resultsor Graphic results

    Problem solving tools;computers

    Implementation.

    18 February 2011 16Mr.Kannan Natarajan, MIT,Manipal.