0% found this document useful (0 votes)
342 views4 pages

Final Quiz 1 - Attempt Review 2

- The document summarizes a student's attempt at a 10 question quiz on numerical differentiation and integration. - The student answered 5 questions correctly and received a grade of 5 out of 10 (50%). - The quiz covered topics like Lagrange interpolation, Newton-Cotes integration methods, and numerical integration techniques like the trapezoidal rule, midpoint rule, and Simpson's rule.

Uploaded by

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

Final Quiz 1 - Attempt Review 2

- The document summarizes a student's attempt at a 10 question quiz on numerical differentiation and integration. - The student answered 5 questions correctly and received a grade of 5 out of 10 (50%). - The quiz covered topics like Lagrange interpolation, Newton-Cotes integration methods, and numerical integration techniques like the trapezoidal rule, midpoint rule, and Simpson's rule.

Uploaded by

Erick Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

6/9/2021 Final Quiz 1: Attempt review

Home / My courses /
UGRD-MATH6330-2033T /
Week 11: Numerical Differentiation & Integration (Part 2) /
Final Quiz 1

Started on Wednesday, 9 June 2021, 11:55 AM


State Finished
Completed on Wednesday, 9 June 2021, 11:57 AM
Time taken 2 mins 9 secs
Grade 5.00 out of 10.00 (50%)

Question 1
Incorrect

Mark 0.00 out of 1.00

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

the solution is f(1.5) = 4.8

Select one:
True

False 

Question 2
Correct

Mark 1.00 out of 1.00

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

Mark 0.00 out of 1.00

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

Mark 1.00 out of 1.00

The approximate integral of  

Select one:
True 

False

Question 5
Incorrect

Mark 0.00 out of 1.00

Reducing the equidistant points improves the approximation of the function, f(x) by the polynomial, P.

Select one:
True 

False

Question 6
Incorrect

Mark 0.00 out of 1.00

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

Mark 1.00 out of 1.00

Thealgorithm of the Trapezoidalrule is described by

 
>>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

Mark 1.00 out of 1.00

The coefficients of the Newton's interpolating polynomial can also be expressed in terms of divided difference.

Select one:
True 

False

Question 9
Correct

Mark 1.00 out of 1.00

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

Mark 0.00 out of 1.00

Simpson's rule is a numerical method that approximates the value of a definite integral by using third degree polynomials

Select one:
True 

False

◄ W11: Lesson 8 - Numerical Differentiation & Integration (Part 2) - Video Lecture

Jump to...

W12: Lesson 9 - Application of Algorithms in Programming Languages - Module ►

https://trimestral.amaesonline.com/2033/mod/quiz/review.php?attempt=357143&cmid=11807 4/4

You might also like