Any query then comment below..
According to rules and regulations we are able to do only one questipn at a time.. so i do only 1st..

Project. Approximating In 2 and π by numerical integration. 1. In Calculus 1 you learned that the...
3 11 Use Simpson's rule with n=1 (so there are 2n = 2 subintervals) to approximate dx. 1 + x2 The approximate value of the integral from Simpson's rule is (Round the final answer to two decimal places as needed. Round all intermediate values to four decimal places as needed.) 5 Use Simpson's rule with n=4 (so there are 2n = 8 subintervals) to approximate OX dx and use the fundamental theorem of calculus to find the exact value of...
10. Let and consider approximating its average value on the interval (0,2) given by the integral 4-2 dx. 0 (a) Use Calculus to show that the the exact answer is π/2. (Hint: You may want to substitute 2 sin , and later use the trignometric identify cos(20)-1-2 cos2 θ). (b) Assume r is uniformly distributed in (0,2). What is the expected value, E f ()] How is the formula for expected value related to the expression given by expression in...
this is numerical analysis please do a and b
3. Consider the trapezoidal rule (T) and Simpson's rule (S) for approximating the integral of a relatively smooth function f on an interval (a, b), for which the following error local estimates are known to hold: (6 - a)"}" (n), for some 7 € (a, b), 12 [ f(z)de –T(S) = [ f(a)der – 5(8) = f(), for some 5 € (a, b), where 8 = (b -a)/2. (a) Given a...
Objective The usual procedure for evaluating a definite integral is to find the antiderivative of the integrand and apply the Fundamental Theorem of Calculus. However, if an antiderivative of the integrand cannot be found, then we must settle for a numerical approximation of the integral. The objective of this project is to illustrate the Trapezoidal Rule and Simpson's Rule. Description To get started, read the section 8.6 in the text. In this project we will illustrate and compare Riemann sum,...
7 Use Simpson's rule with n=1 (so there are 2n = 2 subintervals) to approximate 8 dx. The approximate value of the integral from Simpson's rule is (Round the final answer to two decimal places as needed. Round all intermediate values to four decimal places as needed.)
please answer question 5. question 4 is provided for reference.
Problem 5: Application of composite integration rules Assume that you want to approximate the integral of a function in [0, 21 and have only the values of f on specific x values, given in the following table. x005 11.5| 2 (a) Find an approximation to f(x) dx using the composite trapezoid integration rule. Specify all parameters of the approximation and carry out the calculation completely. Assignment 8 MATH363, Spring 2019...
Programming Assignment - Numerical Integration In MATH 1775 last semester, you used Riemann sums in Excel to approximate the value of the definite integral that represents the area of the region between the x-axis and the graph of 2 5 y xx = − 8 shown below. The purpose of this assignment is to increase the accuracy of such approximations of integrals. Write a program (using java) that uses the Midpoint Rule, the Trapezoid Rule, and Simpson’s Rule to find...
22x dx to 6 decimal places 1. Use Simpson's Rule with 8 subintervals to approximate Compare your result with the true value by calculating the simple error, ie |true - approx 12
MATLAB Create a function that provides a definite integration
using Simpson's Rule
Problem Summar This example demonstrates using instructor-provided and randomized inputs to assess a function problem. Custom numerical tolerances are used to assess the output. Simpson's Rule approximates the definite integral of a function f(x) on the interval a,a according to the following formula + f (ati) This approximation is in general more accurate than the trapezoidal rule, which itself is more accurate than the leftright-hand rules. The increased...
2 Problem 3 (25 points) Let I = ïrdz. a) [by hand] Use a composite trapezoidal rule to evaluate 1 using N = 3 subintervals. b) MATLAB] Use a composite trapezoidal rule to evaluate I using N - 6 subinterval:s c) by hand] Use Romberg extrapolation to combine your results from a) and b) and obtain an improved approximation (you may want to compare with a numerical approximation of the exact value of the integral
2 Problem 3 (25 points)...