Purchase Solution

Numerical Analysis - Simpson's Rule

Not what you're looking for?

Ask Custom Question

a) Explain how we arrive at the formula for Simpson's rule (standard formula) using the Lagrange Interpolating Polynomial of degree 2. Ignore the error term, and do not compute any integral.

b) We define the Composite Simpson's Rule by splitting the interval [a,b] into smaller sub-intervals, applying Simpson's Rule on those sub-intervals, and then summing up the results. Write down Composite Simpson's Rule applied to the sub-intervals [x0,x2], [x2, x4],....[x2-n, x2n], where xk= a + k(b-a) / 2n.

c) What is the error term for Composite Simpson's Rule?

d) Richard Extrapolation: Explain how we can use multiple instances of Composite Simpson's Rule (with point-spacing h, h/2, h/4....) to generate a scheme with an error term = O(h^6)

Purchase this Solution

Solution Summary

This solution helps answer questions involving numerical analysis and Simpson's Rule.

Solution Preview

The solution is in the pdf attached.

Thank you.

a) Explain how we arrive at the formula for Simpson's rule (standard formula) using the Lagrange Interpolating Polynomial of degree 2. Ignore the error term, and do not compute any integral. The idea is to replace the integral of an unknown function into a polynomial, which can be easily evaluated. This is:

(see attached file for equation)

Pn is the Lagrange Interpolating Polynomial of degree n, and En is the error. These are given by:

(see attached file for equation)

If we ignore the error term and use the definition for the Lagrange Interpolating polynomial, we get:

(see attached file for equation)

If we rename the last integral as ai (because an definite integral leads to a constant), then we get:

(see attached file for equation)

Thus, to develop a method, it's simply a matter of finding the coefficients. For Simpson's Rule, we use n = 2 (a quadratic interpolating polynomial). Recall that,

(see attached file for equation)

And for n = 2,

(see attached file for ...

Purchase this Solution


Free BrainMass Quizzes
Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.