How to Understand Numerical Analysis

The field of numerical analysis is traditionally used where solutions to various equations must be found. Numerical analysis often arrives at practical approximations, not exact answers. Even the best algorithm may require infinite arithmetic precision and infinite iterations to arrive at an exact solution. Questions subject to numerical analysis may be as complicated as differential equations modeling the weather, or as simple as determining an adequate approximation to square root of two. A famous example of numerical analysis is Newton's Method, used to find the root of a function. Numerical analysis is also used to account for computation error and algorithm stability.

Things You'll Need

  • Calculator and spreadsheet software
  • Numerical methods text with explanations and exercises
Show More

Instructions

  1. Definition and Applications

    • 1

      By definition, numerical analysis is use of algebraic and numeric manipulation to answer problems in continuous mathematics. Understanding numerical analysis is tied to understanding algorithmic iterations---steps done repeatedly in order to converge on a solution.

    • 2
      Linear approximations (red) to green curve. Note that successive approximations are progressively closer to exact solution.

      A famous use of numerical analysis is Newton's Method, used to converge on the root of a function. Recall that Newton's Method only gives the exact solution in the limit of infinite steps. Realistically, Newton's Method is used until it is clear that a root precise enough for an application is achieved (see first Reference below).

    • 3

      Similarly to functions, numerical analysis is used to solve otherwise impossible differential equations. Differential equations are a topic within calculus that helps to describe a vast array of physical processes. For example, the arrows indicating pressure or wind gradients on a weather map are dictated by differential equations (see second Reference below).

    • 4

      In computers, even mathematically correct operations may give clearly wrong answers. This occurs because numbers can only be so precise when in computer memory. Round-off and other types of error have to be accounted and incorporated into statements on solution reliability. For example, if operation (x -- y) contains an error due to limited precision, then (x -- y -- z) would have even greater error for the same reason. The same idea applies to multiplication and division, exponential and trigonometric operations (see third Reference below).

    • 5

      Stability refers to accurate solution approximations. Stability can be an issue if a denominator with a variable occurs. If an algorithm gives nonsensical solutions, it is unstable. If an algorithm converges on a solution smoothly, then the algorithm is stable. The topic is explored in depth by Tuncer Cebeci in "Stability and Transition: Theory and Application: Efficient Numerical Methods with Computer Applications."

Tips & Warnings

  • Practice problems done by hand and on computers are immensely helpful in aiding comprehension given the computationally focused nature of the field.

Related Searches:

References

Resources

Comments

You May Also Like

  • Theoretical Numerical Analysis

    Numerical analysis is a field in mathematics that looks for numeric algorithms to solve or approximate problems over a continuous domain. When...

  • How to Practice Numerical Ability Tests

    Numerical ability tests are meant to evaluate your aptitude for numbers. If working with numbers has never been your thing, or even...

  • Types of Errors in Numerical Analysis

    Types of Errors in Numerical Analysis. In the world of math, the practice of numerical analysis is well known for focusing on...

  • Numerical Methods & Analysis for Engineers

    Numerical Methods & Analysis for Engineers. Engineering, in the most basic sense, is the art of making things. In the years before...

  • How to Understand a Vehicle Identification Number

    Whether you own a car, truck or van, your vehicle will be given its own serial number called a vehicle identification number...

  • Introduction to Kendall's Numerical Analysis

    According to Kendall E. Atkinson, a professor emeritis at the University of Iowa, numerical analysis utilizes mathematics and computer science to create,...

  • Importance of Numerical Analysis in Electrical Engineering

    Many electrical engineering problems can be formulated as numerical analysis problems. Once the problem is formulated, numerical analysis algorithms can be invoked...

  • Uses of Factor Analysis

    Uses of Factor Analysis. Factor analysis is a statistical method for studying processes---psychological, mathematical, economic---where there appear to be dozens or even...

  • Computational Numerical Analysis

    Numerical analysis is the process of approximating a numerical answer using an algorithm. Today, you can perform a computational numerical analysis on...

  • The History of Forensic Handwriting Examiners

    A forensic handwriting analysis is done to decide the authenticity of a handwritten signature or document. There are professional analysts working for...

  • Introductory Methods of Numerical Analysis

    Numerical methods for engineering analysis are common, since many of the mathematical equations that govern physical phenomena are unsolvable analytically. The basic...

  • Introduction to Numerical Analysis

    Numerical analysis is an area of computer science and mathematics that creates, implements and analyzes algorithms to aid in numerically solving problems...

  • Definition of Numerical Analysis

    Numerical analysis is a branch of applied mathematics concerned with finding efficient techniques to approximate exact solutions to math and computer problems...

  • About Differential Pressure

    Differential pressure is fundamentally the difference between two pressures. Creating a condition of differential pressure on two sides of a process can...

  • Numerical Methods in Economics

    Economics is the most quantitative of the social sciences, which means a solid grounding in mathematics and statistics is necessary. Economists use...

  • Computer Oriented Numerical Analysis

    Computer oriented numerical analysis pertains to the field of solving numerical problems with computer algorithms. Usually, numerical analysis is applied to the...

  • CNC Machine Trade Schools

    A computer numerical controlled (CNC) machine is a computer system, which controls and automatically operates other tools. A CNC operator inputs the...

Related Ads

Featured