SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
1




NUMERICAL METHODS



 DUBAN CASTRO FLOREZ
PETROLEUM ENGINEERING
     6th SEMESTER
          2010
2




                       DEFINITION
• The numerical methods are useful alternative procedures to solve
  math problems for which complicates the use of traditional
  analytical methods and, occasionally, are the only possible solution.
3



      1.1 NUMERICAL APPROXIMATIÓN

• Numerical approximation is defined as X * a figure that represents a
  number whose exact value is X. To the extent that the number X * is
  closer to the exact value X, is a better approximation of that number.
  Examples:
  ▫ 3.1416 is a numerical approximation of ,
  ▫ 2.7183 is a numerical approximation of e,
  ▫ 1.4142 is a numerical approximation of 2, and
  ▫ 0.333333 is a numerical approximation of 1/3.
4


1.1 APPROXIMATIONS
5



1.1.2 SIGNIFICATIVES FIGURES

   The number of significant figures is the
    number of digits t, which can be used
    with confidence to measure a variable,
    for example, three significant figures on
    the speedometer and 7 significant
    figures on the odometer.
6



     1.1.3 EXACTITUDE AND PRECISION
 Exactitude = refers to the number of significant figures
  represents a quantity.
 Precision = refers to the approach of a number or measure
  the numerical value is supposed to represent.

  The numerical methods should provide sufficiently accurate
  and precise solutions. The error term is used to represent
  both the inaccuracy and to measure the uncertainty in the
  predictions
7

    1.1.4 ALTERNATIVES SELECTION

The use of numerical methods in engineering is not trivial, because
it requires choosing between:
-Several alternative numerical methods for each type of problem
-Several technological tools
There are different ways to approach problems from one person to
another, depending on:
-The level of participation in the mathematical modeling of the
problem
-Ingenuity and creativity to confront and resolve
-The ability to choose, according to criteria and experience
8

    1.1.4 ALTERNATIVES SELECTION

 Type of problem to solve:
-Roots of equations
-Systems of simultaneous linear equations
-Interpolation, differentiation and integration
-Ordinary Differential Equations
-Partial Differential Equations
-Other (not covered in this course, seen in other subjects)
Team:
-Supercomputer                                    COMPUTER TOOLS ARE
-PC                                         MACHINES "IDIOTS" THAT JUST DO IT
                                              TO BE ORDERED, HOWEVER, THE
-Graphing calculator                      THE FIGURES DO TEDIOUS CALCULATIONS
                                          VERY FAST AND VERY GOOD, NO HASSLE.
-Scientific pocket calculator
9

    1.1.4 ALTERNATIVES SELECTION
SOFTWARE :
Program Development
"C" language
-Basic
-Fortran

Using mathematical software:
-Maple
-MatLab
-Mathcad
-Mathematica.

Managing spreadsheets on PC:
-Excel
-Lotus
Expedited handling of a graphing calculator
10


     1.1.4 ALTERNATIVES SELECTION

• Numerical method: there is no better, but if the favorites
  -Extent of application
  -Friendliness
  -Stability
  -Fast convergence
  -Required number of initial values
  Be taken into account, besides
  -Model complexity
  -Turbulence data
  -Ingenuity and creativity
11
12




1.TYPE OF PROBLEM
13




2. MATHEMATIC MODEL
14




3. NUMERIC METHOD
15




4.EQUIPMENT

• Computer




• Calculator
16




5.SOFTWARE
 -Software development

 -Mathematical software

 -Spreadsheet

 -Graphing calculator
17



             2. ROUNDING ERROR
-Many times, computers cut decimal numbers between
e17 and 12th decimal thus introducing a rounding error.
-For example, the value of "e" is known as 2.718281828 ...
to infinity.
-If we cut the number 2.71828182 (8 significant digits
after the decimal point) we are obtaining or failure
e= -2.71828182 2.718281828 = 0.000000008 ...
-However, as we do not consider the number that was cut
was greater than 5, then we should have let the number
as 2.71828183, in which case the error would only
e = 2.118281828 = -0.000000002 -2.11828183 ..
18



          ROUNDING RULES
-If the digit to round greater than 5 increases by one who
is left: 8236 = 8.24
-If the digit to round is less than 5 increases do not make
changes which is: 8231 = 8,23
-If the digit is 5 to remove a number other than 0 which
is increasing: 8.2353 = 8.24
-If the digit to be deleted is 5 followed by 0 you look at
the number below, if odd couple and if you increase left:
8.23503 = 8.24; 8.23502 = 8,23
19



        3. TOTAL NUMÉRIC ERROR
• The total numerical error is defined as the sum of
  the rounding and truncation errors introduced in the
  calculation.
20




                  4. TAYLOR`S SERIE




Colin maclaurin
21




             4. TAYLOR`S SERIE
• Here, n! is the factorial n and f(n)(a) indicates the n-
  esima-         derivative        of       f        in       a.
  If this series converges for all x belonging to the interval
  (a-r, a + r) and the sum is equal to f (x), then the function
  f (x) is called analytic. To check whether the series
  converges to f (x), is often used an estimate of the
  remainder of Taylor's theorem. A function is analytic if
  and only if it can be represented by a power series, the
  coefficients of this series are necessarily determined in
  the formula for the Taylor series.
22



          5. NUMERIC SIMULATION
• A numerical simulation is a mathematical recreation of a
  natural process. Using numerical simulations we study
  the physical, engineering, economic and even biological.




       http://es.wikipedia.org/wiki/Simulaci%C3%B3n_num%C3%A9rica
23


   6. RESERVOIR SIMULATION NUMERIC
• In the '60s, the development of reservoir simulation, was
  aimed at solving problems of oil fields in three phases. The
  recovery methods were simulated depletación included
  various forms of pressure and pressure maintenance.
  Developed programs operating on large computers
  (Mainframe) and used cards for data entry.




      http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-yacimientos_140.html
24


   6. RESERVOIR SIMULATION NUMERIC
• During the 80s, the range of simulation applications for
  deposits continued to expand. The description of sites
  moved toward the use of geostatistics for describing
  heterogeneities and provide a better definition of the field.




      http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-yacimientos_140.html
25


6. RESERVOIR SIMULATION NUMERIC
Recent advances have focused mainly on the
following points:

-Description of reservoir.
- Naturally fractured reservoirs.
- Hydraulic Fracturing.
- Horizontal Wells.




   http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-yacimientos_140.html
26


                  BIBLIOGRAPHY

http://es.wikipedia.org/wiki/Simulaci%C3%B3n_num%C3%A9rica

http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-
yacimientos_140.html

http://www.google.com/

Más contenido relacionado

La actualidad más candente

Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeksBeginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeksJinTaek Seo
 
Mb0048 operations research
Mb0048   operations researchMb0048   operations research
Mb0048 operations researchsmumbahelp
 
MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...
MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...
MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...gerogepatton
 
MT6702 Unit 2 Random Number Generation
MT6702 Unit 2 Random Number GenerationMT6702 Unit 2 Random Number Generation
MT6702 Unit 2 Random Number GenerationKannappan Subramaniam
 
Excel to the rescue...how to use excel in high-school math
Excel to the rescue...how to use excel in high-school mathExcel to the rescue...how to use excel in high-school math
Excel to the rescue...how to use excel in high-school mathLux2008
 
American public university math 110 complete course
American public university math 110 complete courseAmerican public university math 110 complete course
American public university math 110 complete courseChristina Walkar
 

La actualidad más candente (12)

Semana5 modelos
Semana5 modelosSemana5 modelos
Semana5 modelos
 
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeksBeginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
 
Es272 ch2
Es272 ch2Es272 ch2
Es272 ch2
 
Mb0048 operations research
Mb0048   operations researchMb0048   operations research
Mb0048 operations research
 
Cg
CgCg
Cg
 
Regression analysis in excel
Regression analysis in excelRegression analysis in excel
Regression analysis in excel
 
MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...
MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...
MIXTURES OF TRAINED REGRESSION CURVES MODELS FOR HANDWRITTEN ARABIC CHARACTER...
 
MT6702 Unit 2 Random Number Generation
MT6702 Unit 2 Random Number GenerationMT6702 Unit 2 Random Number Generation
MT6702 Unit 2 Random Number Generation
 
Excel to the rescue...how to use excel in high-school math
Excel to the rescue...how to use excel in high-school mathExcel to the rescue...how to use excel in high-school math
Excel to the rescue...how to use excel in high-school math
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
American public university math 110 complete course
American public university math 110 complete courseAmerican public university math 110 complete course
American public university math 110 complete course
 
Regression
RegressionRegression
Regression
 

Destacado

algebraic&transdential equations
algebraic&transdential equationsalgebraic&transdential equations
algebraic&transdential equations8laddu8
 
euler's theorem
euler's theoremeuler's theorem
euler's theoremmihir jain
 
MILNE'S PREDICTOR CORRECTOR METHOD
MILNE'S PREDICTOR CORRECTOR METHODMILNE'S PREDICTOR CORRECTOR METHOD
MILNE'S PREDICTOR CORRECTOR METHODKavin Raval
 
numerical differentiation&integration
numerical differentiation&integrationnumerical differentiation&integration
numerical differentiation&integration8laddu8
 
Taylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesTaylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesHernanFula
 
Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1Dr. Nirav Vyas
 

Destacado (14)

Numerical approximation
Numerical approximationNumerical approximation
Numerical approximation
 
algebraic&transdential equations
algebraic&transdential equationsalgebraic&transdential equations
algebraic&transdential equations
 
euler's theorem
euler's theoremeuler's theorem
euler's theorem
 
Taylorseries
TaylorseriesTaylorseries
Taylorseries
 
Euler’s formula
Euler’s formulaEuler’s formula
Euler’s formula
 
Unit vi
Unit viUnit vi
Unit vi
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
 
MILNE'S PREDICTOR CORRECTOR METHOD
MILNE'S PREDICTOR CORRECTOR METHODMILNE'S PREDICTOR CORRECTOR METHOD
MILNE'S PREDICTOR CORRECTOR METHOD
 
numerical differentiation&integration
numerical differentiation&integrationnumerical differentiation&integration
numerical differentiation&integration
 
Taylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesTaylor series and maclaurin with exercices
Taylor series and maclaurin with exercices
 
Taylor series
Taylor seriesTaylor series
Taylor series
 
Gate mathematics
Gate mathematicsGate mathematics
Gate mathematics
 
Numerical Methods 3
Numerical Methods 3Numerical Methods 3
Numerical Methods 3
 
Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1
 

Similar a NUMERICAL METHODS FOR PETROLEUM ENGINEERING

Application's of Numerical Math in CSE
Application's of Numerical Math in CSEApplication's of Numerical Math in CSE
Application's of Numerical Math in CSEsanjana mun
 
NUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATIONNUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATIONREZAUL KARIM REFATH
 
Design and Analysis Algorithms.pdf
Design and Analysis Algorithms.pdfDesign and Analysis Algorithms.pdf
Design and Analysis Algorithms.pdfHarshNagda5
 
Numerical Analysis And Linear Algebra
Numerical Analysis And Linear AlgebraNumerical Analysis And Linear Algebra
Numerical Analysis And Linear AlgebraGhulam Murtaza
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical AnalysisGhulam Mehdi Sahito
 
linearprogramingproblemlpp-180729145239.pptx
linearprogramingproblemlpp-180729145239.pptxlinearprogramingproblemlpp-180729145239.pptx
linearprogramingproblemlpp-180729145239.pptxKOUSHIkPIPPLE
 
Mathematical Modeling
Mathematical ModelingMathematical Modeling
Mathematical ModelingMohsen EM
 
MC0079 SMU 2013 Falll Session
MC0079 SMU 2013 Falll SessionMC0079 SMU 2013 Falll Session
MC0079 SMU 2013 Falll SessionNarinder Kumar
 
An Introduction to Simulation in the Social Sciences
An Introduction to Simulation in the Social SciencesAn Introduction to Simulation in the Social Sciences
An Introduction to Simulation in the Social Sciencesfsmart01
 
Design and Analysis of Algorithm ppt for unit one
Design and Analysis of Algorithm ppt for unit oneDesign and Analysis of Algorithm ppt for unit one
Design and Analysis of Algorithm ppt for unit onessuserb7c8b8
 
Chapter 1 Errors and Approximations.ppt
Chapter 1 Errors  and Approximations.pptChapter 1 Errors  and Approximations.ppt
Chapter 1 Errors and Approximations.pptEyob Adugnaw
 
Numerical methods and its applications
Numerical methods and its applicationsNumerical methods and its applications
Numerical methods and its applicationsHaiderParekh1
 
Machine learning and linear regression programming
Machine learning and linear regression programmingMachine learning and linear regression programming
Machine learning and linear regression programmingSoumya Mukherjee
 
Cheg 2052 – introduction.pptx
Cheg 2052 – introduction.pptxCheg 2052 – introduction.pptx
Cheg 2052 – introduction.pptxmohammedseid45
 

Similar a NUMERICAL METHODS FOR PETROLEUM ENGINEERING (20)

Application's of Numerical Math in CSE
Application's of Numerical Math in CSEApplication's of Numerical Math in CSE
Application's of Numerical Math in CSE
 
NUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATIONNUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATION
 
Design and Analysis Algorithms.pdf
Design and Analysis Algorithms.pdfDesign and Analysis Algorithms.pdf
Design and Analysis Algorithms.pdf
 
Numerical Analysis And Linear Algebra
Numerical Analysis And Linear AlgebraNumerical Analysis And Linear Algebra
Numerical Analysis And Linear Algebra
 
Chapter one
Chapter oneChapter one
Chapter one
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
 
Visual Techniques
Visual TechniquesVisual Techniques
Visual Techniques
 
linearprogramingproblemlpp-180729145239.pptx
linearprogramingproblemlpp-180729145239.pptxlinearprogramingproblemlpp-180729145239.pptx
linearprogramingproblemlpp-180729145239.pptx
 
Mathematical Modeling
Mathematical ModelingMathematical Modeling
Mathematical Modeling
 
MC0079 SMU 2013 Falll Session
MC0079 SMU 2013 Falll SessionMC0079 SMU 2013 Falll Session
MC0079 SMU 2013 Falll Session
 
An Introduction to Simulation in the Social Sciences
An Introduction to Simulation in the Social SciencesAn Introduction to Simulation in the Social Sciences
An Introduction to Simulation in the Social Sciences
 
Design and Analysis of Algorithm ppt for unit one
Design and Analysis of Algorithm ppt for unit oneDesign and Analysis of Algorithm ppt for unit one
Design and Analysis of Algorithm ppt for unit one
 
Chapter 1 Errors and Approximations.ppt
Chapter 1 Errors  and Approximations.pptChapter 1 Errors  and Approximations.ppt
Chapter 1 Errors and Approximations.ppt
 
Numerical methods and its applications
Numerical methods and its applicationsNumerical methods and its applications
Numerical methods and its applications
 
Numerical approximation
Numerical approximationNumerical approximation
Numerical approximation
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Book
BookBook
Book
 
Machine learning and linear regression programming
Machine learning and linear regression programmingMachine learning and linear regression programming
Machine learning and linear regression programming
 
CFD & ANSYS FLUENT
CFD & ANSYS FLUENTCFD & ANSYS FLUENT
CFD & ANSYS FLUENT
 
Cheg 2052 – introduction.pptx
Cheg 2052 – introduction.pptxCheg 2052 – introduction.pptx
Cheg 2052 – introduction.pptx
 

Más de DUBAN CASTRO

Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativosDUBAN CASTRO
 
Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativosDUBAN CASTRO
 
Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativosDUBAN CASTRO
 
Codigo en java pdf
Codigo en java pdfCodigo en java pdf
Codigo en java pdfDUBAN CASTRO
 
Exercises systems of equations for several methods
Exercises systems of equations for several methodsExercises systems of equations for several methods
Exercises systems of equations for several methodsDUBAN CASTRO
 
Exercises systems of equations for several methods
Exercises systems of equations for several methodsExercises systems of equations for several methods
Exercises systems of equations for several methodsDUBAN CASTRO
 
Exercise roots of equations
Exercise roots of equationsExercise roots of equations
Exercise roots of equationsDUBAN CASTRO
 
Exercise roots of equations
Exercise roots of equationsExercise roots of equations
Exercise roots of equationsDUBAN CASTRO
 
Roots of polynomials
Roots of polynomialsRoots of polynomials
Roots of polynomialsDUBAN CASTRO
 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdfDUBAN CASTRO
 
Resumen ley de darcy
Resumen ley de darcyResumen ley de darcy
Resumen ley de darcyDUBAN CASTRO
 

Más de DUBAN CASTRO (16)

Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativos
 
Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativos
 
Gauss simple
Gauss simpleGauss simple
Gauss simple
 
Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativos
 
Matrices pdf
Matrices pdfMatrices pdf
Matrices pdf
 
Codigo en java pdf
Codigo en java pdfCodigo en java pdf
Codigo en java pdf
 
Serie de taylor
Serie de taylorSerie de taylor
Serie de taylor
 
Exercises systems of equations for several methods
Exercises systems of equations for several methodsExercises systems of equations for several methods
Exercises systems of equations for several methods
 
Exercises systems of equations for several methods
Exercises systems of equations for several methodsExercises systems of equations for several methods
Exercises systems of equations for several methods
 
Metodo de muller
Metodo de mullerMetodo de muller
Metodo de muller
 
Matrices
MatricesMatrices
Matrices
 
Exercise roots of equations
Exercise roots of equationsExercise roots of equations
Exercise roots of equations
 
Exercise roots of equations
Exercise roots of equationsExercise roots of equations
Exercise roots of equations
 
Roots of polynomials
Roots of polynomialsRoots of polynomials
Roots of polynomials
 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdf
 
Resumen ley de darcy
Resumen ley de darcyResumen ley de darcy
Resumen ley de darcy
 

NUMERICAL METHODS FOR PETROLEUM ENGINEERING

  • 1. 1 NUMERICAL METHODS DUBAN CASTRO FLOREZ PETROLEUM ENGINEERING 6th SEMESTER 2010
  • 2. 2 DEFINITION • The numerical methods are useful alternative procedures to solve math problems for which complicates the use of traditional analytical methods and, occasionally, are the only possible solution.
  • 3. 3 1.1 NUMERICAL APPROXIMATIÓN • Numerical approximation is defined as X * a figure that represents a number whose exact value is X. To the extent that the number X * is closer to the exact value X, is a better approximation of that number. Examples: ▫ 3.1416 is a numerical approximation of , ▫ 2.7183 is a numerical approximation of e, ▫ 1.4142 is a numerical approximation of 2, and ▫ 0.333333 is a numerical approximation of 1/3.
  • 5. 5 1.1.2 SIGNIFICATIVES FIGURES  The number of significant figures is the number of digits t, which can be used with confidence to measure a variable, for example, three significant figures on the speedometer and 7 significant figures on the odometer.
  • 6. 6 1.1.3 EXACTITUDE AND PRECISION  Exactitude = refers to the number of significant figures represents a quantity.  Precision = refers to the approach of a number or measure the numerical value is supposed to represent. The numerical methods should provide sufficiently accurate and precise solutions. The error term is used to represent both the inaccuracy and to measure the uncertainty in the predictions
  • 7. 7 1.1.4 ALTERNATIVES SELECTION The use of numerical methods in engineering is not trivial, because it requires choosing between: -Several alternative numerical methods for each type of problem -Several technological tools There are different ways to approach problems from one person to another, depending on: -The level of participation in the mathematical modeling of the problem -Ingenuity and creativity to confront and resolve -The ability to choose, according to criteria and experience
  • 8. 8 1.1.4 ALTERNATIVES SELECTION Type of problem to solve: -Roots of equations -Systems of simultaneous linear equations -Interpolation, differentiation and integration -Ordinary Differential Equations -Partial Differential Equations -Other (not covered in this course, seen in other subjects) Team: -Supercomputer COMPUTER TOOLS ARE -PC MACHINES "IDIOTS" THAT JUST DO IT TO BE ORDERED, HOWEVER, THE -Graphing calculator THE FIGURES DO TEDIOUS CALCULATIONS VERY FAST AND VERY GOOD, NO HASSLE. -Scientific pocket calculator
  • 9. 9 1.1.4 ALTERNATIVES SELECTION SOFTWARE : Program Development "C" language -Basic -Fortran Using mathematical software: -Maple -MatLab -Mathcad -Mathematica. Managing spreadsheets on PC: -Excel -Lotus Expedited handling of a graphing calculator
  • 10. 10 1.1.4 ALTERNATIVES SELECTION • Numerical method: there is no better, but if the favorites -Extent of application -Friendliness -Stability -Fast convergence -Required number of initial values Be taken into account, besides -Model complexity -Turbulence data -Ingenuity and creativity
  • 11. 11
  • 16. 16 5.SOFTWARE -Software development -Mathematical software -Spreadsheet -Graphing calculator
  • 17. 17 2. ROUNDING ERROR -Many times, computers cut decimal numbers between e17 and 12th decimal thus introducing a rounding error. -For example, the value of "e" is known as 2.718281828 ... to infinity. -If we cut the number 2.71828182 (8 significant digits after the decimal point) we are obtaining or failure e= -2.71828182 2.718281828 = 0.000000008 ... -However, as we do not consider the number that was cut was greater than 5, then we should have let the number as 2.71828183, in which case the error would only e = 2.118281828 = -0.000000002 -2.11828183 ..
  • 18. 18 ROUNDING RULES -If the digit to round greater than 5 increases by one who is left: 8236 = 8.24 -If the digit to round is less than 5 increases do not make changes which is: 8231 = 8,23 -If the digit is 5 to remove a number other than 0 which is increasing: 8.2353 = 8.24 -If the digit to be deleted is 5 followed by 0 you look at the number below, if odd couple and if you increase left: 8.23503 = 8.24; 8.23502 = 8,23
  • 19. 19 3. TOTAL NUMÉRIC ERROR • The total numerical error is defined as the sum of the rounding and truncation errors introduced in the calculation.
  • 20. 20 4. TAYLOR`S SERIE Colin maclaurin
  • 21. 21 4. TAYLOR`S SERIE • Here, n! is the factorial n and f(n)(a) indicates the n- esima- derivative of f in a. If this series converges for all x belonging to the interval (a-r, a + r) and the sum is equal to f (x), then the function f (x) is called analytic. To check whether the series converges to f (x), is often used an estimate of the remainder of Taylor's theorem. A function is analytic if and only if it can be represented by a power series, the coefficients of this series are necessarily determined in the formula for the Taylor series.
  • 22. 22 5. NUMERIC SIMULATION • A numerical simulation is a mathematical recreation of a natural process. Using numerical simulations we study the physical, engineering, economic and even biological. http://es.wikipedia.org/wiki/Simulaci%C3%B3n_num%C3%A9rica
  • 23. 23 6. RESERVOIR SIMULATION NUMERIC • In the '60s, the development of reservoir simulation, was aimed at solving problems of oil fields in three phases. The recovery methods were simulated depletación included various forms of pressure and pressure maintenance. Developed programs operating on large computers (Mainframe) and used cards for data entry. http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-yacimientos_140.html
  • 24. 24 6. RESERVOIR SIMULATION NUMERIC • During the 80s, the range of simulation applications for deposits continued to expand. The description of sites moved toward the use of geostatistics for describing heterogeneities and provide a better definition of the field. http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-yacimientos_140.html
  • 25. 25 6. RESERVOIR SIMULATION NUMERIC Recent advances have focused mainly on the following points: -Description of reservoir. - Naturally fractured reservoirs. - Hydraulic Fracturing. - Horizontal Wells. http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de-yacimientos_140.html
  • 26. 26 BIBLIOGRAPHY http://es.wikipedia.org/wiki/Simulaci%C3%B3n_num%C3%A9rica http://modelaje-de-pozos.blogspot.com/2009/05/simulacion-numerica-de- yacimientos_140.html http://www.google.com/