Numerical Integration
We will cover following topics
PYQs
Trapezoidal Rule
1) Use five subintervals to integrate using trapezoidal rule.
[2014, 10M]
2) Find from the following table, the area bounded by the and the curve between and using the trapezoidal rule:
[2007, 15M]
Simpson’s Rule
1) $$\begin{array}{ | c | c | c | c | c | c | c | c | c | c | }\hline {Time(Minutes)} & 2 & 4 & 6 & 8 & 10 & 12 & 14 & 16 & 18 & 20 \ \hline {Speed(Km/h)} & 10 & 18 & 25 & 29 & 32 & 20 & 11 & 5 & 2 & 8.5 \ \hline\end{array}$$ |
Starting from rest in the beginning, the speed(in Km.h) of a train at different times(in minutes) is given by the above table.
Using Simpson’s rd rule, find the approximate distance travelled (in Km) in 20 minutes fro the beginning.
[2018, 10M]
2) Derive the formula . Is there any restriction on ? State that condition. What is the error bounded in the case of Simpson’s th rule?
[2017, 20M]
3) Draw a flowchart for Simpson’s one-third rule.
[2014, 15M]
4) The velocity of a train which starts from rest is given in the following table. The time is in minutes and velocity is in km/hour.
Estimate approximately the total distance run in 30 minutes by using composite Simpson’s rd rule.
[2013, 15M]
5) Calculate (up to 3 places of decimal) by dividing the range into 8 equal parts by Simpson’s rd rule.
[2011, 12M]
6) A solid of revolution is formed by rotating about the , the area between the , the line and and a curve through the points with the following co-ordinates:
Find the volume of the solid.
[2011, 20M]
7) Find the value of the integral by using Simpson’s rd rule, correct up to 4 decimal places. Take 8 subintervals in your computation.
[2010, 20M]
8) Evaluate by the Simpson’s rule with , , , , , .
[2006, 12M]
9) The velocity of a particle at distance from a pint on it s path is given by the following table:
Estimate the time taken to travel the first 60 meters using Simpson’s rd rule. Compare the result with Simpson’s th rule.
[2004, 12M]
10) Draw a flow chart and write a program in BASIC for Simpson’s rd rule for integration correct to .
[2003, 30M]
Gaussian Quadrature Formula
1) Find the values of the constant $a,b,c$ such that the quadrature formula:
is exact for polynomial of as high degree as possible, and hence find the order of the truncation error.
[2018, 15M]
2) For an integral , show that the two point Gauss quadrature rule is given by . Using this rule, estimate .
[2016, 15M]
3) Use appropriate quadrature formulae out of the Trapezoidal and Simpson’s rules to numerically integrate with . Hence, obtain an approximate value of . Justify the use of particular quadrature formula.
[2005, 12M]
4) Evaluate by employing three points Gaussian quadrature formula, finding the required weights and residues. Use five decimal places for computation.
[2003, 12M]