BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) Question Paper 2079 Nepal
This is the official BE Civil 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 Civil 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 questions.
Derive the Newton-Raphson iteration formula from the Taylor series expansion and state its order of convergence. In a civil-engineering design problem the depth of flow (in metres) satisfies the cubic equation
Using the Newton-Raphson method with the initial guess , perform iterations until two successive approximations agree to four decimal places. Show every iteration in a table.
Derivation. Let be an approximation to a root of . Expand in a Taylor series about and retain terms up to first order:
Setting and solving for gives the Newton-Raphson formula
Order of convergence. If is a simple root, the error , so convergence is quadratic (order 2).
Application. Here
Iteration table (working to 6 d.p.):
| 0 | 1.000000 | -7.000000 | 17.000000 | 1.411765 |
| 1 | 1.411765 | 0.917566 | 21.626298 | 1.369336 |
| 2 | 1.369336 | 0.011148 | 21.102593 | 1.368808 |
| 3 | 1.368808 | 0.000002 | 21.096140 | 1.368808 |
Since and agree to four decimal places (), the iteration is stopped.
Root: (check: ).
Construct the Newton's divided-difference interpolating polynomial for the following (unequally spaced) field-survey data, where is a horizontal distance (m) and a measured ground reduced level (m):
| 1 | 2 | 4 | 7 | |
|---|---|---|---|---|
| 1 | 5 | 17 | 50 |
Hence estimate the reduced level at and at .
Divided-difference table. With denoting divided differences:
| 1st DD | 2nd DD | 3rd DD | ||
|---|---|---|---|---|
| 1 | 1 | |||
| 2 | 5 | |||
| 4 | 17 | |||
| 7 | 50 |
Newton's divided-difference polynomial (using the leading entries):
Estimate at :
Estimate at :
Thus the interpolated reduced levels are approximately 10.22 m at m and 25.67 m at m.
The cross-sectional discharge of a channel involves the integral
Using six equal sub-intervals (), evaluate by (a) the Trapezoidal rule and (b) Simpson's rule. Compare both results with the exact value and comment on the accuracy.
Function values with , :
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | |
|---|---|---|---|---|---|---|---|
| 1.000000 | 0.500000 | 0.200000 | 0.100000 | 0.058824 | 0.038462 | 0.027027 |
(a) Trapezoidal rule.
(b) Simpson's rule (, even):
Comparison. Exact value .
| Method | Estimate | Absolute error |
|---|---|---|
| Trapezoidal | 1.410799 | 0.005151 |
| Simpson 1/3 | 1.366173 | 0.039475 |
Comment. Simpson's rule is normally more accurate (error versus ). Here the integrand is sharply peaked near where the curvature is large, so with the coarse spacing the trapezoidal estimate happens to be numerically closer to the exact value. Reducing (more sub-intervals) makes Simpson's rule converge faster and clearly outperform the trapezoidal rule.
State the condition (diagonal dominance) under which the Gauss-Seidel iterative method is guaranteed to converge. Solve the following system of equations by the Gauss-Seidel method, starting from and iterating until each unknown is correct to three decimal places:
Convergence condition. Gauss-Seidel converges (for any starting vector) if the coefficient matrix is strictly diagonally dominant, i.e. for each row
Check: Row 1: ✓; Row 2: ✓; Row 3: ✓. The system is diagonally dominant, so convergence is guaranteed.
Iteration formulae (solve each equation for its diagonal unknown):
Using the latest available values within each sweep:
| Iter | |||
|---|---|---|---|
| 1 | 0.850000 | -1.027500 | 1.010875 |
| 2 | 1.002463 | -0.999826 | 0.999780 |
| 3 | 0.999969 | -1.000006 | 1.000002 |
| 4 | 1.000001 | -1.000000 | 1.000000 |
From iteration 3 onwards the values are stable to three decimal places.
Solution: (verifies all three original equations exactly).
Write down the fourth-order Runge-Kutta (RK4) formula for the initial value problem . The vertical motion of a settling particle is modelled by
Using RK4 with step size , compute and . Compare with the exact solution .
RK4 formula. For each step,
Here , . (Below the values are written as -evaluations; multiply by in the weighted sum.)
Step 1:
Step 2:
Comparison. Exact: . The RK4 estimate differs by only , confirming the high (fourth-order) accuracy of the method.
Section B: Short Answer Questions
Attempt all questions.
Solve the following system of linear equations by Gauss elimination with back-substitution:
Augmented matrix:
Step 1 — eliminate from rows 2 and 3 (pivot ): and :
Step 2 — eliminate from row 3 (pivot ): :
Back-substitution.
Solution: (check in eqn 3: ✓).
The following table gives equally spaced data with step :
| 0 | 1 | 2 | 3 | |
|---|---|---|---|---|
| 1 | 2 | 9 | 28 |
Construct the forward-difference table and use Newton's forward interpolation formula to estimate at .
Forward-difference table ():
| 0 | 1 | |||
| 1 | ||||
| 1 | 2 | 6 | ||
| 7 | 6 | |||
| 2 | 9 | 12 | ||
| 19 | ||||
| 3 | 28 |
Leading differences: .
Newton's forward formula with :
Compute each term:
(The data correspond to ; exact , confirming the result.)
Given the tabulated values
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| 1 | 8 | 27 | 64 | 125 |
with , use the forward-difference formulae to compute the first derivative and the second derivative at .
Forward-difference table:
| 1 | 1 | ||||
| 7 | |||||
| 2 | 8 | 12 | |||
| 19 | 6 | ||||
| 3 | 27 | 18 | 0 | ||
| 37 | 6 | ||||
| 4 | 64 | 24 | |||
| 61 | |||||
| 5 | 125 |
Leading differences: .
First derivative at (start of table, forward formula):
Second derivative at :
The data follow , for which and — the numerical results match exactly.
Using the Bisection method, find an approximation to by locating the positive root of in the interval . Perform five iterations and state the approximate root.
Since and , a root lies in . At each step take and keep the half-interval where the sign of changes.
| Iter | New interval | ||||
|---|---|---|---|---|---|
| 1 | 3.0000 | 4.0000 | 3.5000 | +2.2500 | |
| 2 | 3.0000 | 3.5000 | 3.2500 | +0.5625 | |
| 3 | 3.0000 | 3.2500 | 3.1250 | -0.2344 | |
| 4 | 3.1250 | 3.2500 | 3.1875 | +0.1602 | |
| 5 | 3.1250 | 3.1875 | 3.1563 | -0.0381 |
After five iterations the root is bracketed in .
Approximate root: (true value ; error ).
Using Euler's method with step size , solve with , and find .
Euler's formula: , with , .
| Step | ||||
|---|---|---|---|---|
| 1 | 0.0 | 1.000000 | 1.000000 | 1.100000 |
| 2 | 0.1 | 1.100000 | 1.200000 | 1.220000 |
| 3 | 0.2 | 1.220000 | 1.420000 | 1.362000 |
Result: .
(The exact solution is , giving ; Euler's method underestimates because it uses only the slope at the start of each interval — accuracy improves with smaller .)
Explain how the Laplace equation is discretized by the standard five-point finite-difference formula on a square mesh, and state the resulting (Liebmann) iteration formula. (a) A square plate is divided so that there is a single interior node whose four neighbouring boundary temperatures are , , and . Find the steady-state temperature at the interior node. (b) The same plate is now refined to give two interior nodes and in a row: has neighbours (left), (top), (bottom) and (right); has neighbours (left), (top), (bottom) and (right). Set up the two equations and solve for and .
Discretization. On a uniform square mesh of spacing , replace each second derivative by a central difference:
Substituting into Laplace's equation, the cancels and the five-point formula becomes
which rearranges to the Liebmann (Gauss-Seidel) iteration formula
Each interior temperature equals the average of its four neighbours.
(a) Single interior node. Its four neighbours are the given boundary values :
With only one unknown the average is exact and no iteration is needed.
(b) Two interior nodes. Apply the five-point formula at each node:
Solve the system. From the first, ; substitute into the second:
Result: (a Liebmann iteration from a zero start also converges to these values).
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) question paper 2079?
- The full BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) 2079 (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) 2079 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) 2079 paper?
- The BE Civil Engineering (IOE, TU) Numerical Methods (IOE, SH 553) 2079 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.