Introduction Consider the integral of function f(x) from a to b I=∫ab​f(x)dx. To find a numerical (approximate) value of

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Introduction Consider the integral of function f(x) from a to b I=∫ab​f(x)dx. To find a numerical (approximate) value of

Post by answerhappygod »

Introduction Consider The Integral Of Function F X From A To B I Ab F X Dx To Find A Numerical Approximate Value Of 1
Introduction Consider The Integral Of Function F X From A To B I Ab F X Dx To Find A Numerical Approximate Value Of 1 (114.44 KiB) Viewed 49 times
Introduction Consider The Integral Of Function F X From A To B I Ab F X Dx To Find A Numerical Approximate Value Of 2
Introduction Consider The Integral Of Function F X From A To B I Ab F X Dx To Find A Numerical Approximate Value Of 2 (139.61 KiB) Viewed 49 times
Introduction Consider the integral of function f(x) from a to b I=∫ab​f(x)dx. To find a numerical (approximate) value of I, one may need to divide the interval/domain [a,b] into a set of N subintervals/segments by employing the points a=x1​,x2​,x3​,⋯,xN​,xN+1​=b I=∫ab​f(x)dx​=∫x1​=ax2​​f(x)dx+∫x2​x3​​f(x)dx+⋯+∫xN​xN+1​=b​f(x)dx=k=1∑N​∫xk​xk+1​​f(x)dx​ and then apply a numerical integration method to each segment. One popular numerical integration method is the Gaussian quadrature rule that is stated as ∫xk​xk+1​​f(x)dx≈2xk+1​−xk​​i=1∑n​wi​f(2xk+1​−xk​​ξi​+2xk+1​+xk​​), where n is the number of Gauss points, ξi​ the abscissas and wi​ the weight factors. Table 1 displays the abscissas and weight factors for the first three values of n. Table 1: Abscissas and weight factors for Gaussian integration In this assignment, the integrand and the limits are given by f(x)ab​=sin(πx/10)m,=0 m,=10 m,​
and the segments are of the same length h=(b−a)/N. It is noted that h is called the grid size. Your tasks are to apply the Gaussian quadrature with n=3 to evaluate the integral I for several values of N, and compare the obtained values with the analytical solution. Requirements For this assessment item, you must perform hand calculations: 1. Find the analytical (exact) value of the integral I. 2. Apply the 3-point Gaussian quadrature to evaluate the integral I for N=1 (the entire domain) and N=2 (the domain divided into 2 segments). 3. Calculate the percentage error ϵ=∣Iexact ​∣∣Iapprox ​−Iexact ​∣​×100% for each N value. In (7), Iapprox​ and Iexact ​ are the approximate and exact values of the integral I, respectively. 4. Report the approximate solutions rounded to four decimal places and the corresponding percentage errors rounded to two significant figures.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply