Question

In: Advanced Math

MATH505 – NUMERICAL METHODS AND ANALYSIS 6. Out of Trapezoidal rule and Simpson’s 1/3rd rule which...

MATH505 – NUMERICAL METHODS AND ANALYSIS


6. Out of Trapezoidal rule and Simpson’s 1/3rd rule which one is better explain in detail. Also solve one application based problem using that rule. Compare the exact and approximate result to compute the relative error.

Solutions

Expert Solution

Simpson’s 1/3 is more effective and accurate when the condition of the subdivision is only even for solving a definite integral.
Simpson’s 1/3rd rule is an extension of the trapezoidal rule in which the integrand is approximated by a second-order polynomial. Simpson rule can be derived from the various way using Newton’s divided difference polynomial, Lagrange polynomial, and the method of coefficients.


Related Solutions

Q1- Out of Trapezoidal rule and Simpson’s 1/3rd rule which one is better explain in detail....
Q1- Out of Trapezoidal rule and Simpson’s 1/3rd rule which one is better explain in detail. Also solve one application based problem using that rule. Compare the exact and approximate result to compute the relative errore.
Use (a) the Trapezoidal Rule, (b) the Midpoint Rule, and (c) Simpson’s Rule to approximate the...
Use (a) the Trapezoidal Rule, (b) the Midpoint Rule, and (c) Simpson’s Rule to approximate the given integral with the specific value of n. (Round your answer to six decimal places).   ∫13 sin (?) / ? ?? , ? = 4 Please show all work.
Explain and state the formula of (a) Trapezoidal rule, (b) the Midpoint Rule, and (c) Simpson’s...
Explain and state the formula of (a) Trapezoidal rule, (b) the Midpoint Rule, and (c) Simpson’s Rule and the error formula of each
     Explain the importance of error analysis in numerical methods with suitable example.      Out of...
     Explain the importance of error analysis in numerical methods with suitable example.      Out of Bisection method and secant method which one is better and why? Solve one application based problem using that method.      Use Newton-Raphson Method to find the root of trigonometric function correct up to seven decimal places. (Trigonometric function should be complex)      Solve one problem which is based on the application of Interpolation.      Using numerical differentiation solve one application based problem. (Use central...
Briefly compare and contrast Trapezoid Rule and Simpson’s Rule. Talk about the ways in which they...
Briefly compare and contrast Trapezoid Rule and Simpson’s Rule. Talk about the ways in which they are conceptually similar, and important ways in which they differ. Use the error bound formulas (found in the notes, and on the practice final exam) to show that the error in using these formulas must approach zero as h (the distance between adjacent nodes) approaches zero.
Explain the importance of error analysis in numerical methods with suitable example. Out of Bisection method...
Explain the importance of error analysis in numerical methods with suitable example. Out of Bisection method and secant method which one is better and why? Solve one application based problem using that method. Use Newton-Raphson Method to find the root of trigonometric function correct up to seven decimal places. (Trigonometric function should be complex) Solve one problem which is based on the application of Interpolation. Using numerical differentiation solve one application based problem. (Use central difference approximation and problem must...
use Simpson's 3/8th Rule on the first 3 segments, and multiple application of Simpson's 1/3rd Rule...
use Simpson's 3/8th Rule on the first 3 segments, and multiple application of Simpson's 1/3rd Rule on the rest of the segments. ?(?)=400?5−900?4+675?3−200?2+25?+0.2 a = 0.12 b = 1.56 n = 7
Numerical Analysis: Make a matlab code that computes the Midpoint rule/method for a given function f'(t,y)...
Numerical Analysis: Make a matlab code that computes the Midpoint rule/method for a given function f'(t,y) = y' =  t + y from 0 < t < 4 (inclusive) with h=0.5 and with initial condition y(0) = 0. Please make output display in tabular form and not in a plot, that doesn't help show the actual values.
This is a numerical methods question using MATLAB. Which of the following code snippets finds the...
This is a numerical methods question using MATLAB. Which of the following code snippets finds the forward difference estimate of the derivative at each of the x values. Assume x and y have been previously defined, for example as y=[10,20,25, 27.5, 30]; x = [0.3,0.5, 0.8, 0.9, 1]; (d is the derivative variable name) Although not necessarily so, there may be more than one correct answer. a) for k=1:length(y)-1 d(k)=(y(k+1)-y(k))/(x(k+1)-x(k)); end d(k+1)=NaN b) for k=1:length(y) d(k)=(y(k+1)-y(k))/(x(k+1)-x(k)); end c) d(1)=NaN; for...
1) Explain what it means to solve something by analytical, numerical, and graphical methods. What is...
1) Explain what it means to solve something by analytical, numerical, and graphical methods. What is the value and limitation of each method?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT