SNM-3
SNM-3
1. State the order of convergence and convergence condition for Newtons Raphson
method.
Solution:
The order of convergence is 2.
3. Drive a formula to find the value of √3 N ,where N≠0, using Newton-Raphson method.
Solution:
1
3
Let x=N
3
x =N
3
x −N =0
i. e . , f ( x )=x 3−N , f '( x )=3 x 2
`
f ( xn )
x n+1=x n − .
f ' ( xn )
1
x 3−N
n
=x n − .
3x 2
n
3 x 3 −x 3 + N
n n
=
3x
n2
2 x 3+ N
n
=
3x
n2
x n+1 =
1
3
2 xn +
[N
x2 ]
, n=0 , 1 ,2 , .. . .. ..
n
x n+1 =
1
[
x +
2 n xn
N
]
To Find √ 5
Put N=5. Also x=√ 5 lies between 2 and 3.
2
x 0 =2
x n+1=
1
2 [
xn +
N
xn ]
x1 =
1
2 [ 5
]
x 0 + =2 . 25
x0
x2 =
1
2 [ 5
]
x 1 + =2. 2361
x1
Let
x3 =
1
2 [ 5
]
x 2 + =2. 2361
x2
Hence the approximate value of √ 5=2.2361 .
= x n−
1
xn( −N
)
( )
1
−
x2
n
=x n + x
n
2 ( 1
xn
−N
)
=2 x n−Nx 2 =x n ( 2−Nxn ) .
n
6. Give two direct and indirect methods to solve a system of equations.
Solution:
Direct method:
3
(i) Gauss elimination method
(ii) Gauss Jordan method.
Indirect method:
¿ (
1 −2 0
0 1 1 |) R
R2↔ 2
5
By back substitution y=1 and x-2y=0
Therefore x-2=0
x=2
Hence x=2, y=1.
¿(
2
0 |1 1) R ↔−5R
13
2
2
1|1 )
¿(
2 02
R ↔R - R
2 1 2
0
1|1)
¿(
1 01 R 1
R↔ 1
0 2
Hence x=1, y=1.
9. To which forms are the augmented matrix transformed in the Gauss Jordon and
Gauss Elimination method.
Solution:
Gauss Elimination : Co-efficient matrix is transformed into upper triangular matrix.
Gauss Jordan : Co-efficient matrix is transformed into diagonal matrix.
4
10. For solving a linear system, compare Gaussian elimination & Gauss-Jordan method
5
2. Convergence rate is slow The rate of convergence of
Gauss seidal method is
roughly twice that of Gauss
Jacobi method.
3. Condition for convergence Condition for convergence
is the co -efficient matrix is the co -efficient matrix is
is diagonally dominant. diagonally dominant.
15. Why Gauss seidal method is a better method than Jacobi method.
Solution:
Since the current value of the unknowns at each stage of iteration are used in
proceeding to the next stage of iteration, the convergence in Gauss-seidal method will be
more rapid than in Gauss-Jacobi method.
16. Distinguish between direct and iterative(or indirect) method of solving simultaneous
equation.
Solution:
PART-B
Newton-Raphson Method:
1. Find the real positive root of 3 x−cos x−1=0 by Newton’s method correct to 6 decimal
places. [Pg. No.3.7: Eg: 3.1.3].
2. Solve by Newton’s method, a root of ex- 4x=0. [Pg. No.3.12: Eg: 3.1.7].
3. Find a root of
x log x−12=0 by N.R method correct to three decimal places.
10
[Pg. No.3.16: Eg: 3.1.10].
4. Using N – R method,solve
x log x=12 . 34
10 x
taking the initial value 0 as 10.
[Pg. No.3.18: Eg: 3.1.11].
5. Find the real root of x3-2x-5=0 using N.R. method. [Pg. No.3.19: Eg: 3.1.12].
6
1. Solve the system of equations by (i) Gauss elimination method (ii) Gauss-Jordan method.
10x-2y+3z=23; 2x+10y-5z=-33; 3x-4y+10z=41.
[Pg. No.3.35: Eg: 3.2.1].
2. Using Gauss-Jordan, solve the following system
10x+y+z=12; 2x+10y+z=13; x+y+5z=7. [Pg. No.3.42: Eg: 3.2.6].
( )
2 2 3
A= 2 1 1
1. Using Gauss-Jordan method, find the inverse of
1 3 5 .
[Pg. No.3.72: Eg: 3.4.1] .
( )
1 1 3
A= 1 3 −3
2. Using Gauss-Jordan method, find the inverse of
−2 −4 −4 .
[Pg. No.3.73: Eg: 3.4.2] .
( )
1 −3 2
A= 4 4 −1
1. Find the numerically largest Eigen value of
6 3 5 by power method.
[Pg. No.3.78: Eg: 3.5.1] .
( )
1 6 1
A= 1 2 0
2. Find the dominant Eigen value and the corresponding Eigen vector of
0 0 3 .
Find also the least latent root and hence the third Eigen value also.
[Pg. No.3.82: Eg: 3.5.3] .
7
8