Final Quiz 1 - Attempt Review 2
Final Quiz 1 - Attempt Review 2
Home / My courses /
UGRD-MATH6330-2033T /
Week 11: Numerical Differentiation & Integration (Part 2) /
Final Quiz 1
Question 1
Incorrect
Using Lagrange interpolation, with data given below compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
x2 = 5 f(x2) = 9
Select one:
True
False
Question 2
Correct
In Newton-Cotes integration methods, the nodes are uniformly distributed in [a, b] with x0 = a, xn = band the spacing h = (b – a) / n.
Select one:
True
False
Question 3
Incorrect
From the two data points (1,4) and (3, 7), and (4,10) using Lagrange polynomial method, the polynomial is Li(x) = 0.5x2 -0.5x +2.
Select one:
True
False
https://trimestral.amaesonline.com/2033/mod/quiz/review.php?attempt=357143&cmid=11807 1/4
6/9/2021 Final Quiz 1: Attempt review
Question 4
Correct
Select one:
True
False
Question 5
Incorrect
Reducing the equidistant points improves the approximation of the function, f(x) by the polynomial, P.
Select one:
True
False
Question 6
Incorrect
Only four points are needed in constructing a fourth order Newton Divided Difference polynomial,
Select one:
True
False
https://trimestral.amaesonline.com/2033/mod/quiz/review.php?attempt=357143&cmid=11807 2/4
6/9/2021 Final Quiz 1: Attempt review
Question 7
Correct
>>h=(b-a)/n
>>x=a sum=f(x)
>>for i=1:n-1
>>x=x+h
>>sum=sum+2*f(x)
>> end
>>sum=sum+f(b)
>>(b-a)*sum/(2*n)
Select one:
True
False
Question 8
Correct
The coefficients of the Newton's interpolating polynomial can also be expressed in terms of divided difference.
Select one:
True
False
Question 9
Correct
Another method called midpoint rule is an open type method numerical integration.
Select one:
True
False
https://trimestral.amaesonline.com/2033/mod/quiz/review.php?attempt=357143&cmid=11807 3/4
6/9/2021 Final Quiz 1: Attempt review
Question 10
Incorrect
Simpson's rule is a numerical method that approximates the value of a definite integral by using third degree polynomials
Select one:
True
False
Jump to...
https://trimestral.amaesonline.com/2033/mod/quiz/review.php?attempt=357143&cmid=11807 4/4