Assignment 1 Important Questions

You might also like

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

OASYS INSTITUTE OF TECHNOLOGY 2 Determine the largest Eigen value and the

[ 11 11] correct
ASSIGNMENT -I
MA3251 STATISTICS AND NUMERICAL METHODS corresponding Eigen vector of the matrix
COMMON TO ALL BRANCHES
Date: 17/06/23 Submitted Date:21/06/2023
Year / Sem : I/II Max Marks: 20 Marks
to two decimal places using power method.
PART-A(10*2=20) 3 Compare Gauss – Jacobi and Gauss Seidal methods.
1 4 Show that the N.R formula to find √ a can be expressed
Find the dominate eigen value. by power
method. 1
in the form x n+1= x n +
2 [a
xn ]
, n=0,1,2,3 , ….

5 Using Lagrange’s find a polynomial through (0,0),(1,1) and (2,2)


6 State any two properties of divided difference
7 Find the divided differences of f ( x )=x 3 + x +2 for the
arguments1,3,6,11
8 Using modified euler’s method,find y(0.1) if dy/dx=x2+y2;y(0)=1
9 Give the multistep methods available for solving ordinary
differential equation
10 Compare single step and multi step method.

11 Write the sufficient condition for Gauss-seidel method


to be converge.
12 Why Gauss-Seidel method is a better method than
Jacobi’s iterative method?
13 What is use of power method? Define.
14 What is the condition for applying the fixed point
iteration method to find the real root of the eqn x=f(x)
15 State Lagrange’s interpolation formula for unequal intervals
16 1
1
Evaluate∫ x dxdy by trapezoidal rule, dividing the range into 4
1
2
equal parts
17 When should we use Newton’s backward difference formula
18 Write down the Simpson’s 1/3-Rule in numerical integration
19 Compare trapezoidal rule and simpson’s rule.
20 Using modified euler’s method,find y(0.1) if dy/dx=x2+y2;y(0)=1

PART-B(3*10=30)

( )
1 25 1 2
Find the numerically largest eigen value of A= 1 3 0
2 0 −4
and the corresponding eigen vector
2 Find a root of xlog10x-1.2=0 by N.R method correct to three
decimal places.
3 π
By dividing the range of 10 equal parts Evaluate ∫ sin x dx
0
by
Trapezoidal and Simpson’s rule.Verify answer using integration
4 Use the Newton divided difference formula to calculate
f(3),f’(3),f’’(3) from the following table;
x 0 1 2 4 5 6
f(x) 1 14 15 5 6 19
5 Using Taylor’s series method y’=x+y ; y(0)=1 ,find y at x=0.1
and x=0.2
6 (i)Using modified Euler’s method, find y(0.1) if
dy
=x+ y , y(0)=1
dx
dy
(ii)Consider the initial value problem = x+y+xy , y(0) = 1
dx
compute x=0.1,h=0.05 by Euler’s method.

7 Find the iterative fomula for finding the value of 1/N where N is
a real number ,using Newton-Raphson method .Hence evaluate
1/26 correct to 4 decimal places.
8 Solve the following equation by Gauss-Seidel method
4x+2y+z=14; x+5y-z=10; x+y+8z=20
9 1.4 2.4
1
Evaluate ∫ ∫ XY dxdy by using trapezoidal rule and
1 2
Simpson’s 1/3 rule .Verify your answer by actual integration.
10 dy
Find and y ' ' at x=1.1 and x=1.6
dx
X : 1 1.1 1.2 1.3 1.4 1.5 1.6
Y : 7.989 8.403 8.781 9.129 9.451 9.750 10.031
11 Using Milne’s Predictor and Corrector method find y(4.4) given
5x’ + y2 – 2 = 0 given y(4) = 1, y(4.1) = 1.0049, y(4.2) = 1.0097,
y(4.3) = 1.0143.
12 Using R-K method of fourth order find y(0.1) and
dy 2
y(0.2) for the initial value problem =x+ y , y ( 0 )=1
dx
.

You might also like