0% found this document useful (0 votes)
115 views9 pages

Numerical Methods Exam Overview

This document is an examination paper for the 4th Semester in Numerical Methods and Scientific Computing, consisting of various mathematical problems and questions. It includes multiple parts where candidates are required to answer questions related to numerical methods, error analysis, and interpolation techniques. The exam is structured to assess the understanding of concepts such as the bisection method, Newton-Raphson method, and various numerical integration techniques.

Uploaded by

Amit Rout
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views9 pages

Numerical Methods Exam Overview

This document is an examination paper for the 4th Semester in Numerical Methods and Scientific Computing, consisting of various mathematical problems and questions. It includes multiple parts where candidates are required to answer questions related to numerical methods, error analysis, and interpolation techniques. The exam is structured to assess the understanding of concepts such as the bisection method, Newton-Raphson method, and various numerical integration techniques.

Uploaded by

Amit Rout
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Total Pages-9 S/AH MATH-08

4th Semester Examination, 2022

Time:3 hours

Full Marks : 60

Answer from all the Parts as per direction

The figures in the right-hand margin indicate marks

Candidates are required to answer in their own words


as far as practicable

(NUMERICALMETHODS AND SCIENTIFIC


COMPUTING)

PART-II
1. Answer all questions 070 Ix8

(a) Round-off 0.46999 correct upto 3 decimal


places.
(6) Therate of convergenceof bisection method
is
(Turn Over)
(2)

(cThe condition of convergence of an


function x=¢(x) derived from the iteration
Sx) = 0 is equation
(d) The minimum number of
for
iterations required
converging to a root in the interval (a, b)
by bisection method for a
given error e is

(e) Iffis a sufficiently differentiable


thenfxo, Xo, xo]= function,

What is the bound of error in linear interpo-


lation?

(9 E ) s -

(in |E)s4
2

(in |E()s 8
2
where M =
max |f"(x)|

AH MATH-08
(Continued)
3)

(g)Which one of the following methods gives


more accurate value of an integral?
() Trapezoidal rule

ii) Simpson's rd rule


(ii) Mid-point rule

iv)Simpson'sth rule.
(h) Trapezoidal rule gives exact value of the inte-
gral when the integrand is a -
() Polynomial of any degree
in Quadratic function
(ii) Cubic function
(iv) Linear function.

PART II

2. Answer any eight questions 1x8


(a) If percentage error of a number is 3.264 x
104, then its relative error is.
S/AH MATH-08 (Turn Over)
4)

(6) Write the geometrical interpretation of


Regula-Falsi method.
(c) Reduce the following system of equations
by Gauss-elimination method.
x+2y+3z = 10
x+3y-2z = 7
2x-y+z = 5

(d) Determine the largest


eigen value and
corresponding eigen vector of

(e) Prove that V-A=-AV.


(If x =xo + sh, write the error
the Newton's forward expression in
difference formula.

(g) Evaluate by Trapezoidal rule, taking


h 1.
(h) Write Newton-cote's
quadrature formula.
AH MATH-08

(Continued)
5)

() Define
Chebyshev differentiation.
) Can we use
partial pivoting in Gauss-Jordan
method?

PART-III
3. Answer any eight
questions 2x8
(a) Find the sum of0.123 x10 and 0.456
and write the result in x10
dard form.
3-digit mantissa stan

(b) Finda real positive root lying between 1 and


2 of the equation x3 3x 1 upto 2-signifi
= -

cant digits, using Regula-Falsi method.

(c) Derive rate of convergence of Newton-


Raphson method to find zeros of an equation
f ) =0.
(d) Use the Gauss-Seidel method and perform
three iterations to solve the following system
ofequations
2x1-x2+Ox=7
-x+2x2-X31
Ox1-*2+2x=1

S/AH MATH-08 (Turn Over)


6)

(e) Given the following table, find flx)


it to be assuming
a
polynomial of degree three in x.
0 1 2 3
Sx) 2 11 34

Find the natural spline


x: 0 1 2
y: 1 2 1

T/2
g) Evaluate Jo sinx dr by simpson'sth
8
rule, dividing the range into 6
equal parts.
(h) Derive simpson's rd rule, using the method
of undetermined coefficients.

() Show that flx, X, X2,., X,]= Vjn


n!h"

() The following table of values is given:


S/AH MATH-08
Continued)
7)

x: -1 12 3 4 5 7

x): 11 16 81 256 625 2401

Using the formula fx)=J)-S)


2h
and the Richardson extrapolation, findfl(3).

PART-IV

Answer all questions 6x4

4. (a) Find by Newton-Raphson method the real


root of 3x - cosx = 1 correct upto five

decimal places.

Or

(b) Find the root of x2+ inx -2 0, which lies


between 1 and 2, by fixed-point iteration
method, correct to four decimal places.

5 (a) Derive the rate of convergence of Secant


method and show that order of convergence
of secant method is more than linear but less
than quadratic.

S/AH MATH-08 (Turn Over


(8)

Or

(b) Solve the given system of equations by


Gauss-Jordan method:

4x+3x,-3=6
3x+5x, +3x =4

6. (a) Derive Lagrange's interpolating formula with


its error, also show that an interpolating poly-
nomial is unique.

Or
(b) From the following table, obtain Newton's
forward difference interpolation polynomial
and find f(0.37).

x 0.00 0.10 0.20 0.30 0.40

fxre: 1.0000 1.2214 1.4918 1.8221 2.2255

7. (a) Evaluate Jo by using Simpson's 2th


S/AH MATH-08
(Continued)
9)

rule and compare the result with its actual1


value.

Or

(b) Evaluatev1-xdr by Trapezoidal rule,


taking six equal intervals, correct upto twoD
decimal places.

BA-1,100o
AH MATH-08
1 1

Common questions

Powered by AI

The Gauss-Seidel method is an iterative approach to solving linear systems, which updates variables in place, using previously computed values within the same iteration to reach optimal solutions iteratively. This contrasts with the Gauss-Jordan method, a direct method which transforms the matrix into reduced row echelon form through pivot operations, essentially finding the solution in a finite number of steps without iterations. While Gauss-Seidel can be more efficient with large systems by converging to the solution iteratively, Gauss-Jordan is deterministic and does not rely on convergence .

The primary advantage of the Newton-Raphson method is its quadratic convergence rate, which is significantly faster than linear convergence methods like the bisection and secant methods. This means that the number of correct digits in the approximation roughly doubles with each iteration, provided the initial guess is close enough to the actual root and the function satisfies certain mathematical requirements .

For an iterative function x=Φ(x) derived from an equation f(x) = 0 to converge, the function must have a derivative |Φ'(x)| < 1 at the root. This ensures that the iterative process will lead towards the fixed point, hence ensuring convergence .

Partial pivoting in the Gauss-Jordan method is used to improve numerical stability and accuracy by decreasing the possibility of encountering large round-off errors. It involves rearranging rows to position the largest possible pivot element at the top of the current submatrix, thereby reducing the impact that small numbers in the denominator can create, which might otherwise magnify round-off errors in calculations .

Finding the largest eigenvalue and its corresponding eigenvector is crucial because it often signifies the principal component in principal component analysis (PCA), which reflects the direction of maximum variance in data. It also plays an essential role in stability analysis and optimization problems, where the leading eigenvalue can determine convergence behavior and system stability .

The Regula-Falsi method, also known as the false position method, uses a linear interpolation to estimate the root. It geometrically interprets the function as a secant line between two points on the function curve, where one point is above the x-axis and the other below, indicating a root in between. The intersection of this line with the x-axis provides the next approximation. Unlike the Bisection method, which halves the interval, Regula-Falsi uses the function values to create the secant, allowing potentially faster convergence without necessarily guaranteeing a halving of the interval .

Simpson's Rule generally provides more accurate values than the Trapezoidal Rule when approximating integrals, especially for polynomial integrands. This is because Simpson’s Rule uses a quadratic approximation (by fitting parabolas through three points), which integrates exact polynomials up to third degree. The Trapezoidal Rule, which approximates the area under a straight-line segment, is exact only for linear polynomials .

Chebyshev differentiation involves the computation of derivatives using Chebyshev polynomials, which are a sequence of orthogonal polynomials useful in numerical analysis to approximate functions with high accuracy, especially for minimizing error in polynomial interpolation. This differentiation method is beneficial in spectral methods for solving differential equations due to its stability and efficiency in approximating derivatives across specified intervals .

The bisection method ensures convergence by iteratively dividing the interval in which a root is known to exist and selecting a subinterval where a sign change occurs, thus guaranteeing the presence of a root in the new interval. The rate of convergence is linear, calculated as 1/2 per iteration, meaning that the interval is reduced by half with each step, ensuring convergence to a root. The minimum number of iterations required for convergence to a root within an interval (a, b) for a given error e is calculated using the formula: n = log2((b-a)/e).

The Trapezoidal Rule provides an exact integral value when the integrand is a linear function. This is because the rule essentially approximates the area under the curve by dividing it into trapezoids, which perfectly align with linear segments, resulting in no approximation error. For any polynomial function of degree higher than one, the rule results in an approximation .

You might also like