BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) Question Paper 2080 Nepal
This is the official BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) question paper for 2080, 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 Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) exam or solving previous years' question papers, this 2080 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt all questions.
A circular water-tank discharge problem reduces to finding the positive root of
(a) Using the Newton-Raphson method with an initial guess , perform iterations until the absolute relative error is below . Show all working in a table. (b) State the formula for the order of convergence of the Newton-Raphson method and explain one practical situation in which the method may fail.
(a) Newton-Raphson iteration
The iteration formula is
Iteration 1 (): , .
Iteration 2 (): , .
Iteration 3 (): , so . .
| n | rel. error % | ||
|---|---|---|---|
| 0 | 2.000000 | -1.000000 | - |
| 1 | 2.100000 | 0.061000 | 4.762 |
| 2 | 2.094568 | 0.000430 | 0.2593 |
| 3 | 2.094530 | 0.00184 |
At iteration 3 the relative error , so we stop.
Root (to 4 decimal places).
(b) Order of convergence and failure
Newton-Raphson has quadratic convergence (order ) near a simple root: the error satisfies
The method fails or diverges when (or is very small) at an iterate — for example near a turning point or an inflection — because the tangent is nearly horizontal and the next iterate is thrown far away. It can also oscillate if the initial guess is poor.
The settlement (mm) of a footing measured at different applied loads (kN) is tabulated below.
| P (kN) | 50 | 100 | 150 | 200 |
|---|---|---|---|---|
| S (mm) | 4 | 9 | 16 | 27 |
(a) Construct the Newton's divided-difference table and obtain the interpolating polynomial. (b) Estimate the settlement at kN.
(a) Divided-difference table
Let , .
First divided differences:
Second divided differences:
Third divided difference:
| x | y | 1st DD | 2nd DD | 3rd DD |
|---|---|---|---|---|
| 50 | 4 | 0.10 | 0.0004 | 2.6667e-6 |
| 100 | 9 | 0.14 | 0.0008 | |
| 150 | 16 | 0.22 | ||
| 200 | 27 |
Newton forward divided-difference polynomial:
(b) Estimate at kN
- Term 1:
- Term 2:
- Term 3:
- Term 4:
Estimated settlement at 125 kN mm.
Solve the following system using the Gauss-Seidel iterative method, starting from . Perform iterations until each variable changes by less than between successive iterations.
First verify that the system is diagonally dominant.
Diagonal dominance check
- Row 1: ✓
- Row 2: ✓
- Row 3: ✓
The matrix is strictly diagonally dominant, so Gauss-Seidel converges.
Rearranged update equations:
Iteration 1 (start ):
Iteration 2:
Iteration 3:
Iteration 4:
| Iter | x | y | z |
|---|---|---|---|
| 1 | 0.900000 | -2.290000 | 3.067000 |
| 2 | 1.051300 | -1.998430 | 3.009789 |
| 3 | 0.998707 | -1.998892 | 2.999409 |
| 4 | 0.999838 | -2.000043 | 2.999981 |
Changes at iteration 4 are all except (); one more pass gives . The solution converges to
The rate of cooling of a freshly cast concrete sample obeys
where is temperature in C and is time in hours. Using the fourth-order Runge-Kutta (RK4) method with step size h, compute at h (two steps). Compare with the exact solution.
RK4 formulae for :
Here , and does not depend on explicitly.
Step 1: .
- ;
- ;
- ;
Sum inside: .
Step 2: .
- ;
- ;
- ;
Sum: .
Exact solution: .
Comparison: RK4 gives C versus exact C — error C, demonstrating RK4's high accuracy.
A square plate occupies , (units in metres) and its steady-state temperature satisfies Laplace's equation . The boundary temperatures are: top edge , and the left, right and bottom edges . Using a uniform grid with m there are four interior nodes. Set up the finite-difference equations and solve for the four interior temperatures (use symmetry and the Gauss-Seidel / Liebmann method, 3 iterations).
Grid layout (). Interior nodes at . Label:
y=3: 100 100 100 100
y=2: 0 u3 u4 0
y=1: 0 u1 u2 0
y=0: 0 0 0 0
where .
Five-point Laplace formula: .
Equations (using boundary values):
Symmetry about the vertical centre line gives and , but we solve the general iteration to demonstrate.
Liebmann (Gauss-Seidel) iterations, start all :
Iteration 1:
Iteration 2:
Iteration 3:
| Iter | ||||
|---|---|---|---|---|
| 1 | 0.000 | 0.000 | 25.000 | 31.250 |
| 2 | 6.250 | 9.375 | 34.375 | 35.938 |
| 3 | 10.938 | 11.719 | 36.719 | 37.109 |
Continued iteration converges to the exact values and .
After 3 iterations: , trending toward the symmetric solution .
Section B: Short Answer Questions
Attempt all questions.
Find a real root of (with in radians) in the interval using the bisection method. Perform four iterations and state the bound on the absolute error.
Bisection method. .
Check the bracket: . . Root lies in .
Iteration 1: . . Root in .
Iteration 2: . . Root in .
Iteration 3: . . Root in .
Iteration 4: . . Root in .
| Iter | a | b | c | sign |
|---|---|---|---|---|
| 1 | 1.0000 | 2.0000 | 1.5000 | + |
| 2 | 1.0000 | 1.5000 | 1.2500 | + |
| 3 | 1.0000 | 1.2500 | 1.1250 | - |
| 4 | 1.1250 | 1.2500 | 1.1875 | + |
Estimated root .
Error bound: after iterations the error is at most .
The cross-section of an irrigation channel is surveyed by measuring the depth (m) at points spaced m apart across the m width:
| x (m) | 0 | 2 | 4 | 6 | 8 | 10 | 12 |
|---|---|---|---|---|---|---|---|
| d (m) | 0 | 1.5 | 2.4 | 2.8 | 2.5 | 1.6 | 0 |
Use Simpson's 1/3 rule to estimate the cross-sectional area of flow.
Simpson's 1/3 rule. With intervals (even) and m:
Values:
- End ordinates: .
- Odd ordinates: , so .
- Even (interior) ordinates: , so .
Sum .
Cross-sectional area of flow .
Using Lagrange's interpolation formula, find the value of at from the data
| x | 1 | 2 | 4 |
|---|---|---|---|
| y | 1 | 8 | 64 |
Lagrange interpolation for three points :
where
At :
. (Note: the underlying data fit would give ; the quadratic Lagrange fit through these three points yields .)
The horizontal displacement (mm) of the top of a column at times (s) during a vibration test is:
| t (s) | 0.0 | 0.1 | 0.2 | 0.3 | 0.4 |
|---|---|---|---|---|---|
| y (mm) | 0 | 0.9 | 1.6 | 2.1 | 2.4 |
Estimate the velocity () at s and the acceleration () at s using central-difference formulae.
Central-difference formulae with s, centred at s ():
Velocity (first derivative):
Acceleration (second derivative):
Results: velocity , acceleration (the negative sign indicates the motion is decelerating at s).
Solve the initial value problem
using the modified Euler (Heun's) method with step size to find (two steps). Show the predictor and corrector at each step.
Modified Euler (Heun's) method: predictor then corrector
with , .
Step 1: .
- .
- Predictor: .
- .
- Corrector: .
Step 2: .
- .
- Predictor: .
- .
- Corrector: .
| Step | predictor | corrector | |
|---|---|---|---|
| 1 | 0.1 | 1.1000 | 1.1100 |
| 2 | 0.2 | 1.2310 | 1.2421 |
. (Exact gives ; close agreement.)
Fit a straight line to the following data using the method of least squares:
| x | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| y | 3 | 4 | 6 | 7 | 9 |
Least-squares normal equations:
Compute the sums ():
| x | y | ||
|---|---|---|---|
| 1 | 3 | 1 | 3 |
| 2 | 4 | 4 | 8 |
| 3 | 6 | 9 | 18 |
| 4 | 7 | 16 | 28 |
| 5 | 9 | 25 | 45 |
| =15 | 29 | 55 | 102 |
So .
Normal equations:
From the first: . Substitute into the second:
Best-fit line: .
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) question paper 2080?
- The full BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) 2080 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
- Does the Numerical Methods (IOE, SH 553) 2080 paper come with solutions?
- Yes. Every question on this Numerical Methods (IOE, SH 553) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
- How many marks is the BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) 2080 paper?
- The BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) 2080 paper carries 80 full marks and is meant to be completed in 180 minutes, across 11 questions.
- Is practising this Numerical Methods (IOE, SH 553) past paper free?
- Yes — reading and attempting this Numerical Methods (IOE, SH 553) past paper on Kekkei is completely free.