Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Write the Simpsons one third rule formula in numerical methods.

seo-qna
Last updated date: 01st Jul 2024
Total views: 399.9k
Views today: 11.99k
Answer
VerifiedVerified
399.9k+ views
Hint: Now we know that the Simpson’s third rule formula in numerical methods gives us the value of definite integral for a function. The formula for Simpson’s third rule is given by $\int\limits_{a}^{b}{f\left( x \right)dx}=\dfrac{h}{3}\left[ f\left( {{x}_{0}} \right)+f\left( {{x}_{1}} \right)+4\left( f{{\left( x \right)}_{1}}+f\left( {{x}_{3}} \right)+....f\left( {{x}_{n-1}} \right) \right)+2\left( f\left( {{x}_{2}} \right)+....f\left( {{x}_{n-2}} \right) \right) \right]$

Complete step-by-step answer:
Now in the field of numerical analysis, Numerical methods are methods which are formed to solve numerical problems. Numerical methods are algorithms which are used to solve particular types of problems.
Now one of the numerical methods is Simpson’s one third rule formula.
This method is widely used to find the definite integral of function. Now we know that the definite integral is nothing but the area under the curve. Hence we can say that the method is also useful to find the area under the curve in an interval.
Now in this method we first divide the interval in n parts where n is an even number.
Now we know that the interval is divided into small parts each of width $\left| \dfrac{b-a}{n} \right|$ where a and b are the limits of the integral.
Now let $a={{x}_{0}},{{x}_{1}}=a+h,{{x}_{2}}={{x}_{1}}+h.....{{x}_{n}}=b$
Hence calculate the values of ${{x}_{0}},{{x}_{1}},..............{{x}_{n}}$
Now consider y = f(x). hence find the values of y for each ${{x}_{0}},{{x}_{1}},..............{{x}_{n}}$
Now use these values in the Simpsons formula to find the integral.
The formula for Simpson’s one third rule is given by
$\int\limits_{a}^{b}{f\left( x \right)dx}=\dfrac{h}{3}\left[ f\left( {{x}_{0}} \right)+f\left( {{x}_{1}} \right)+4\left( f{{\left( x \right)}_{1}}+f\left( {{x}_{3}} \right)+....f\left( {{x}_{n-1}} \right) \right)+2\left( f\left( {{x}_{2}} \right)+....f\left( {{x}_{n-2}} \right) \right) \right]$

Note: Note that the rule explained above is the Simpson’s one third rule used to find definite integral. Similarly we have Simpson’s $\dfrac{3}{8}$ which says the definite integral is equal to $\int\limits_{a}^{b}{f\left( x \right)dx}=\dfrac{3h}{8}\left[ f\left( {{x}_{0}} \right)-3\sum\limits_{i\ne 3k}^{n-1}{f\left( {{x}_{1}} \right)}+2\sum\limits_{j=1}^{\dfrac{n}{3}-1}{f\left( {{x}_{3j}} \right)}+f\left( {{x}_{n}} \right) \right]$ . Also note that these both rules give us the approximate value of the integral and not the exact values.