0% found this document useful (0 votes)
5 views2 pages

Numerical Integration Editable

The document discusses numerical integration, specifically using interpolating polynomials to approximate definite integrals. It introduces the concept of dividing the interval into n subintervals and applying Newton's forward interpolation formula to derive the Newton-Cotes closed quadrature formula. Additionally, it mentions the Trapezoidal Rule, which approximates the integral by connecting known function values with straight lines.

Uploaded by

sainipiyush5858
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Numerical Integration Editable

The document discusses numerical integration, specifically using interpolating polynomials to approximate definite integrals. It introduces the concept of dividing the interval into n subintervals and applying Newton's forward interpolation formula to derive the Newton-Cotes closed quadrature formula. Additionally, it mentions the Trapezoidal Rule, which approximates the integral by connecting known function values with straight lines.

Uploaded by

sainipiyush5858
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Numerical Integration

I = ∫_a^b y dx (7.2)

Here, we replace y = f(x) by an interpolating polynomial φ(x) in order to obtain an


approximate value of the definite integral.

h = (b − a) / n

a = x0 < x1 < x2 < ... < xn = b (7.3)

I = ∫_x0^xn y dx (7.4)

Using Newton’s forward interpolation formula,

I = ∫_x0^xn [ y0 + pΔy0 + p(p−1)/2! Δ²y0 + p(p−1)(p−2)/3! Δ³y0 + ... ] dx (7.5)

After simplification,

I = nh [ y0 + n/2 Δy0 + n(2n−3)/12 Δ²y0 + n(n−2)²/24 Δ³y0 + ... ] (7.7)

This formula is known as Newton–Cotes closed quadrature formula.

7.3 TRAPEZOIDAL RULE

In this method, the known function values are joined by straight lines.

You might also like