RTUComputer ScienceYr 2023 · Sem 32023

Q4Advanced Engineering Mathematics

Question

4 marks

Answer

A detailed application of Trapezoidal and Simpson's 1/3 numerical integration rules to approximate the definite integral of a rational function.

The objective is to numerically evaluate the definite integral . While this integral has a simple exact analytical solution (), numerical methods are essential when dealing with non-integrable functions or empirical data. We are tasked with employing both the Trapezoidal Rule and Simpson's 1/3 Rule.

1. Discretizing the Domain

The fundamental first step in any numerical integration scheme is to partition the continuous integration domain into a finite number of equally spaced discrete sub-intervals. We will choose a step size (interval width) of . This creates exactly sub-intervals and distinct data points. We calculate the corresponding -values () for each -coordinate:

2. Applying the Trapezoidal Rule

The Trapezoidal Rule geometrically approximates the area under the curve by connecting adjacent data points with straight lines, forming a series of trapezoids. Its mathematical formulation is .

3. Applying Simpson's 1/3 Rule

Simpson's 1/3 Rule provides a superior approximation by fitting quadratic parabolic curves through sets of three adjacent points. This rule strictly requires an even number of intervals ( must be even), which is satisfied here (). Its formulation is .

The exact analytical value is . As theoretically expected due to its higher-order parabolic interpolation, Simpson's 1/3 Rule () yields a significantly closer approximation to the true exact value than the linear Trapezoidal Rule ().

Back to Paper