BE Computer Engineering (IOE, TU) Numerical Methods (IOE, SH 553) Question Paper 2079
This is the official BE Computer Engineering (IOE, TU) Numerical Methods (IOE, SH 553) question paper for 2079, as set in the regular annual examination. It carries 80 full marks and a time allowance of 180 minutes, across 11 questions. On Kekkei you can attempt this Numerical Methods (IOE, SH 553) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BE Computer Engineering (IOE, TU) Numerical Methods (IOE, SH 553) exam or solving previous years' question papers, this 2079 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt all / any as specified.
(a) Derive the iterative formula for the Newton-Raphson method for finding a root of a nonlinear equation , and state its order of convergence. Discuss two situations in which the method fails. [7]
(b) Using the Bisection method, find a root of the equation correct to three decimal places. Show the tabulation of iterations. [5]
(a) Derive Newton's divided difference interpolation formula and show that the divided differences are symmetric with respect to their arguments. [6]
(b) The following table gives the values of a function :
| x | 5 | 6 | 9 | 11 |
|---|---|---|---|---|
| f(x) | 12 | 13 | 14 | 16 |
Using Lagrange's interpolation formula, estimate the value of at . [6]
(a) Explain the Gauss-Seidel iterative method for solving a system of linear equations. State the condition of convergence (diagonal dominance) for the method. [5]
(b) Solve the following system of equations using the Gauss-Seidel iteration method, performing three iterations and starting with the initial approximation :
[7]
(a) Derive the standard five-point finite-difference formula for the Laplace equation over a square mesh. [6]
(b) Classify the partial differential equation as elliptic, parabolic or hyperbolic, and give one physical example of each type. [6]
Section B: Short Answer Questions
Attempt all / any as specified.
Find a real root of the equation correct to four significant figures using the Secant method. Take the initial approximations and and tabulate the successive iterations.
Evaluate the integral by dividing the interval into six equal subintervals using (a) the Trapezoidal rule and (b) Simpson's 1/3 rule. Compare your results with the exact value.
From the following table of values, find the first and second derivatives of at using Newton's forward difference formula:
| x | 1.0 | 1.2 | 1.4 | 1.6 | 1.8 | 2.0 |
|---|---|---|---|---|---|---|
| f(x) | 0.000 | 0.128 | 0.544 | 1.296 | 2.432 | 4.000 |
Fit a straight line to the following data using the method of least squares and estimate the value of when :
| x | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| y | 1.2 | 1.8 | 3.3 | 4.5 | 6.3 |
Using the fourth-order Runge-Kutta method, find an approximate value of at for the initial value problem , , taking a step size .
Using the LU (Doolittle) decomposition method, factorize the coefficient matrix and solve the system:
Using the explicit (Bender-Schmidt) finite-difference scheme, solve the one-dimensional heat conduction equation subject to , for . Take and choose an appropriate time step satisfying the stability criterion; compute for the first two time levels.