Assignment 2 JUNE 2023

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

ITER, SIKSHA ‘O’ ANUSANDHAN (Deemed to be University) Assignment

Branch Mechanical Engineering Programme B.Tech


Course Numerical Methods
Semester 4th
Name
Course
MTH4002 Academic Year 2022-2023
Code
Topic: N u m e r i c a l D i f f e r e n t i a t i o n ,
Numerical Inte gration, Solution of Linear
Assignment- 2 S y s t e m s , Curve fitting

Learning L1: Remembering L3: Applying L5: Evaluating


Level (LL) L2: Understanding L4: Analysing L6: Creating

Q’s Questions COs L


L
1 Using the trapezoidal rule, and dividing the interval of integration into three equal sub- CO1 L3


1
intervals, find the definite integral of x dx
1
[GATE, 2014]
2 1 CO2 L3

3
Find the integral dx , when evaluated by using simpson's 1/3rd rule on two equal
1 x
sub intervals each of length 1. [GATE, 2011]
3 Gauss-Seidel method is used to solve the following equations (as per the given order). CO2 L3
X1+2X2+3X3=5
2X1+3X2+X3=1
3X1+2X2+X3=3
Assuming initial guess as zero, Find the result after the first iteration.
[GATE, 2016]
4  CO2 L3
Find the error in numerically computing the integral 0
(sin x  cos x)dx
using the trapezoidal rule with three intervals of equal length between 0 to π.
[GATE, 2016]
5 Which type of function can give best result for a single variable function when CO1 L2
numerically integrate using trapezoidal rule. [GATE, 2016]
6 Let f(x) = ex CO2 L2
(a) Show the approximations to f ′ (2.3) using central difference with h = 0.1, h =
0.01, and
h = 0.001. Carry eight decimal places.
(b) Compare the value of f ′ (2.3) with the actual value of e2.3.

7 Determine the triangular factorization A = LU for the matrices CO2 L3


8 Compare the maximum error, average error, and root-mean-square error for the CO2 L3
linear approximation f(x) = 8.6 − 1.6x to the data points (−1, 10), (0, 9), (1, 7), (2,
5), (3, 4), (4, 3), (5, 0), and (6,−1).

You might also like