Chapter:

Simpson-3/8-Method

TO APPROXIMATE DEFINITE INTEGRAL OF A CONTINUOUS FUNCTION USING SIMPSONS METHOD

TITLE: 

TO APPROXIMATE DEFINITE INTEGRAL OF A CONTINUOUS FUNCTION USING SIMPSONS METHOD

 OBJECTIVES:

  • To be able to follow the algorithm of Simpson's  method of approximating definite integral of a continuous function

  • To build some programming concepts by solving practical problems.

 TOOLS REQUIRED:

  • Computer workstation

  • Program software (as necessary)

 THEORY:

Simpson's 3/8 rule (method) is a technique for approximating definite integral of a continuous function.

This method is based on Newton's Cote Quadrature Formula and Simpson 3/8 rule is obtained when we put value of n = 3 in this formula.

 ALGORITHM:

  1. Start

  2.  Define function f(x)

  3. ....
Show More