Font size
WorksheetsNumerical Methods (MAT302-4)_CIA III_4BSc (PM and DM)
Total questions: 10
Worksheet time: 1hrs 29mins
Kavya is studying the concept of forward differences in her mathematics class. She comes across the notation Δ4y0 and wonders what it represents.
y4−4y3+6y2−4y1+y0
y4+4y3−6y2+4y1−y0
y4−6y3+4y2−6y1+y0
y4−4y3+6y2+4y1−y0
Aisha is analyzing the temperature readings of her science project over the last four days. What is ∇3y3 in backward difference?
y3+3y2−3y1+y0
y3−y2+y1−y0
y3−3y2+3y1−y0
y3+3y2+3y1+y0
Tisha is conducting an experiment to determine the relationship between the temperature and the amount of ice melted. Using Lagrange’s interpolation formula, find y(x) if y(0)=−12, y(1)=0, y(3)=12, y(4)=24
x2−5x−12
x2−5x+12
x2+5x+12
x2−5x+10
Sanya is studying the behavior of a certain function and has calculated the values y(0.1)=0.1003, y(0.15)=0.1511, y(0.20)=0.2027, y(0.25)=0.2553, y(0.3)=0.3093 for different inputs. She wants to find the fourth order forward difference column for these values. What is the result?
0.0002
0.002
0.00002
0.000002
Rohan has a function y(1)=4, y(3)=12, y(4)=19, and y(x)=7 find x .
1.83
1.86
1.89
1.81
Find the area bounded by the curve and the x-axis from x=7.47 to x=7.52 by using Trapezoidal rule. Given that
f(7.47)=1.93, f(7.48)=1.95, f(7.49)=1.98, f(7.50)=2.01, f(7.51)=2.03, f(7.52)=2.06
0.0996
0.007
0.996
0.0099
A solid of revolution iss formed by rotating about the x-axis. The area between the x-axis, the lines x=0 and x=1 and a curve passing through the points (0,1), (0.25, 0.9896), (0.5, 0.9589), (0.75, 0.9089), (1,0.8415) . Estimate the volume of the solid formed using Simpson's 1/3rd rule if volume V=π ∫01y2dx
2.8192
2.9419
0.98976
0.9361
Evaluate y=∫06f(x)dx using Simpson's 1/3rd rule and 3/8th rule given that y(0)=1, y(1)=0.5, y(2)=0.2, y(3)=0.1, y(4)=0.0588, y(5)=0.0385, y(6)=0.027
1.3662, 1.3571
1.4108, 1.3662
1.3571, 1.3735
1.4108, 1.3735
Which of the following is Unit 2?
Finite Differences, Interpolation, and Numerical differentiation and Integration
Interpolation, and Numerical differentiation and Integration
Finite Differences, Numerical differentiation and Integration
Finite Differences, Interpolation,differentiation and Integration
Which of the following is/are the course outcomes with respect to Unit 2
understand floating point numbers and the role of errors and its analysis in numerical methods.
apply numerical methods to obtain approximate solutions to mathematical problems
derive numerical methods for various mathematical operations, including interpolation, differentiation, and integration
