Computational Method
Computational Method
INSTITUTE OF TECHNOLOGY
DEPPARTMENT OF COMPUTER
ENGINEERING
COMPUTETIONAL METHOD GROUP
ASSIGNMENT
No Name........................................................................ID
1 Melkamu Gobezie...............................................01255/14 submission date
2 Asmamaw Kassie................................................00727/14 18/10/2015 EC
3 Temesgen Molla ..................................................01322/14 submitted to
4 Dawit Degu...........................................................01926/14 Mr. Temesgen Geta
5 Ayichew Mulusew................................................02668//14 Gondar Ethiopia
contents
Introduction to Numerical Differentiation and Integration
Numerical Integration
Simpson's 3/8 Rule
Error of Simpson's 3/8 Rule
methods for numerical integration
Advantages and Disadvantages of Simpson's 3/8 rule
Numerical Differentiation
and Integration
Here, h is a small step size or interval that determines the proximity of the points
used to calculate the slope. Smaller values of h generally result in more accurate
approximations, but too small a value may introduce numerical errors.
methods for numerical integration
here's an example problem that can be solved using Simpson's 3/8 rule:
Find the approximate value of ∫[0,6] (2x^3+ 3) dx using Simpson's 3/8 rule.
Step 1: Find h
h = (b-a)/3 = (6-0)/3 = 2
The Simpsons 3/8 rule is generally considered to be more accurate than the simpler
Trapezoidal rule and the Simpsons 1/3 rule, but requires 3n evaluations of the
function f(x) in order to approximate the integral over n sub-intervals. it aslo easy to
implement.
Thank you!!!
Questions?