Sie sind auf Seite 1von 11

MTH603-Numerical Analysis

SEMESTER FALL 2005


http://vujannat.ning.com
BEST SITE TO HELP STUDENTS
1.6
2x
∫x 2
dx
+ 1 using Simpson's 1/3 rule and calculate the percentage
Approximate the integral 1
error. (Take result up to 4 decimal places)
Note: In order to get full marks do all necessary steps.

Construct a forward difference table for the following values


x 0.1 0.3 0.5 0.7 0.9 1.1 1.3
y 0.003 0.067 0.148 0.248 0.37 0.518 0.697

Note : In order to get full marks do all necessary steps.

Solve the system


4 x + 3 y = 24
3x + 4 y − z = 30
− y + 4 z = −24
t
by Gauss Seidal Method, taking (0, 0, 0) as initial approximation(Two iterations only
and take result up to 4 decimal places )

Note : In order to get full marks do all necessary steps

2
f ( x) = x +
Let x , use cubic Lagrange interpolation based on the
nodes x0 = 0.5, x1 = 1, x2 = 2 and x3 = 2.5 to approximate f(1.5) and f(1.3).

Note : In order to get full marks do all necessary stepsSolution

Approximate the Dominant Eigenvalue and corresponding Eigenvector for the matrix
⎡ 0 11 − 5 ⎤
⎢ −2 17 − 7 ⎥
⎢ ⎥
⎢⎣ −4 26 − 10 ⎥⎦
X 0 = (1,1,1)
t

by using Power Method. Start with . (Five iterations only and take result up
to 4 decimal places)
Note : In order to get full marks do all necessary steps
MTH603-Numerical Analysis
Midterm Fall2005
http://vujannat.ning.com
BEST SITE TO HELP STUDENTS
www.VUPages.com

MTH603 Numerical Analysis


Mid Term Examination – Spring 2006
Time Allowed: 90 Minutes

Please read the following instructions carefully before


attempting any of the questions:
1. Attempt all questions. Marks are written adjacent to each
question.
2. Do not ask any questions about the contents of this
examination from anyone.
a. If you think that there is something wrong with any of the
questions, attempt it to the best of your understanding.
b. If you believe that some essential piece of information is
missing, make an appropriate assumption and use it to solve
the problem.
c. Write all steps, missing steps may lead to deduction of
marks.
3. Calculator is allowed.

**WARNING: Please note that Virtual University takes serious note of


unfair means. Anyone found involved in cheating will get an `F` grade in
this course

Question No. 1 Marks : 10

Use bisection method to find the solution for 2 + cos(e x − 2) − e x = 0 on interval [0.5, 1.5]
(Perform only three iterations.)

Question No. 2 Marks : 2


Bisection and false position methods are also known as bracketing method and are always

 Divergent
 Convergent

Question No. 3 Marks : 10

Use Gauss Elimination method to solve the following system.


4 x1 − x2 + x3 = 8
2 x1 + 5 x2 + 2 x3 = 3
x1 + 2 x2 + 4 x3 = 11

Question No. 4 Marks : 2

The Inverse of a matrix can only be found if the matrix is

 Singular
 Non singular
 Scalar
 Diagonal

Question No. 5 Marks : 2

If f (x) contains trigonometric, exponential or logarithmic functions then this equation is


known as

 Transcendental equation
 Algebraic
 Polynomial
 Linear

Question No. 6 Marks : 2

In interpolation δ is used to represent the

 Forward difference
 Central difference
 Backward difference

Question No. 7 Marks : 2


The base of the decimal system is _______

 10
 0
 2
 8
 None of the above.

Question No. 8 Marks : 10

Use Newton’s Raphson Method to find the solution for x 3 + 3 x 2 − 1 = 0 on [-3,-2].


(Perform only three iterations.)

Question No. 9 Marks : 10

Approximate f(0.05) by using any of the interpolation technique.

x 0.0 0.2 0.4 0.6 0.8


F(x) 1.000 1.22140 1.49182 1.82212 2.22554
www.vupages.com
Connecting VU Students
FINALTERM EXAMINATION
SPRING 2006 Marks: 60
MTH603 - NUMERICAL ANALYSIS (Session - 1 ) Time: 120min

StudentID/LoginID: ______________________________

Student Name: ______________________________

Center Name/Code: ______________________________

Exam Date: Tuesday, August 22, 2006

Please read the following instructions carefully before attempting any


of the questions:
1. Attempt all questions. Marks are written adjacent to each question.
2. Do not ask any questions about the contents of this examination
from anyone.
a. If you think that there is something wrong with any of the
questions, attempt it to the best of your understanding.
b. If you believe that some essential piece of information is
missing, make an appropriate assumption and use it to solve the
problem.
c. Write all steps, missing steps may lead to deduction of marks.
3. Calculator is allowed.

**WARNING: Please note that Virtual University takes serious note of


unfair means. Anyone found involved in cheating will get an `F` grade
in this course.

For Teacher's use only


Question 1 2 3 4 5 6 7 8 9 10 Total
Marks

Question No: 1 ( Marks: 2 ) - Please choose one


www.vupages.com
Connecting VU Students

n −1
h
[( f 0 + f n ) + 2∑ f i ]
2 i =1

The rule for integration is known as

► Simpson's 1/3 rd Rule

► Simpson’s 3/8 rule

► Trapezoidal rule

Question No: 2 ( Marks: 2 ) - Please choose one

Bisection method is ……………….. method

► Open Method

► Bracketing Method

Question No: 3 ( Marks: 2 ) - Please choose one

Which method is not used to solve problems related to integration?

► Runge-Kutta Method

► Simpson’s 1/3rd rule

► Trapezoidal rule.
www.vupages.com
Connecting VU Students

► Romberg’s double integration.

Question No: 4 ( Marks: 2 ) - Please choose one

1 1/ 2
.......... ... = ( E + E −1/ 2 )
2

► ∆

► ∇

► δ


E

► µ

Question No: 5 ( Marks: 2 ) - Please choose one

∆f r = f r +1 − f r
is known as ………….difference operator.

► Forward
www.vupages.com
Connecting VU Students
► Backward

► Central

Question No: 6 ( Marks: 10 )

Use bisection method to solve the equation x − 7 = 0


2
(perform the three iteration and do all the
necessary steps missing steps may deduct the marks).

Question No: 7 ( Marks: 10 )

Interpolate the value of 0.25 using Newton’s forward difference formula.

x 0.2 0.3 0.4 0.5 0.6


F(x) 0.2304 0.2788 0.3222 0.3617 0.3979

(Perform all the necessary calculation missing calculation and steps may deduct marks.)

Question No: 8 ( Marks: 10 )

f ( x) = x 3 − 2 x + 2 with x0 = 0.2
Use Newton Raphson method to find root of (Perform only three
iterations)

Question No: 9 ( Marks: 10 )

Use Newton’s Backward formula to find the derivative f `(1.44) and f”(1.44) if
x 1.36 1.38 1.40 1.42 1.44
F(x) 4.67344 5.17744 5.79788 6.58112 7.60183

Question No: 10 ( Marks: 10 )

x
Evaluate the integral e using
1.Trapezoidal rule
www.vupages.com
Connecting VU Students
2. Simpson’s 1/3 rd rule
x 0 1 2 3 4
e x 1 2.7185 4.11325 5.6522 7.3891

Das könnte Ihnen auch gefallen