In Numerical integration, what Should be the number of intervals to apply simpson's of one third rule?
Answers
Answer:
Simpson's 1/3 rule is an Page 2 07.03.2 Chapter 07.03 extension of Trapezoidal rule where the integrand is approximated by a second order polynomial. xaxaaxf + + = . a and 2 a . Since the above form has 1/3 in its formula, it is called Simpson's 1/3 rule.
The ApproximateInt(f(x), x = a.. b, method = simpson[3/8], opts) command approximates the integral of f(x) from a to b by using Simpson's 3/8 rule. This rule is also known as Newton's 3/8 rule. The first two arguments (function expression and range) can be replaced by a definite integral.
Answer:
The number of intervals to apply Simpson's of one third rule must be a multiple of
Step-by-step explanation:
Simpson's one-third rule can be used to integrate a function in the interval
Make sections out of the interval. Let be an even number.
Then width
Calculate the values of to as , ... =
Consider y=f(x) Now find the value of ( to ) for the corresponding ( to ) values.
Now, substitute all the values in the Simpson's one third rule.
The formula for Simpson's one third rule is :
To apply Simpson's one-third rule, the number of intervals must be a multiple of two.
#SPJ3