My Cart
Your Cart 0

    Your cart is empty.

  • Total (Amount) ₹0.00
Previous year question hub

Numerical Methods - Engineering Mathematics - Civil Engineering Previous Year Questions

Practice Numerical Methods - Engineering Mathematics - Civil Engineering previous year questions organised from real papers, with year-wise coverage and clear topic navigation.

13Papers
11Years
16Questions
1Topics

Numerical Methods question pattern

Every graph below is calculated only from this selection.

Questions by year

Year-wise coverage for Numerical Methods. Each bar uses a separate theme-derived color.

Difficulty distribution

How the classified questions are distributed by difficulty.

Easy 10 62.5%
Medium 6 37.5%

Question type distribution

MCQ, numerical, multiple-select and other formats found in these papers.

MCQ 9 56.3%
Numerical Answer Type (NAT) 7 43.8%

Subject weightage

Top subjects by unique question coverage.

Civil Engineering
16 Qs

Most asked topics

Top topics across the included previous year papers.

Engineering Mathematics
16 Qs

Subtopic coverage

Top subtopics inside this exact selection.

Numerical Methods
16 Qs

Paper coverage

Question coverage for the most populated papers. Every active PYP paper remains listed below.

Civil Engineering (CE) 2026
2 Qs
Civil Engineering (CE) 2026
1 Qs
Civil Engineering (CE) 2025 [Session 1]
1 Qs
Civil Engineering (CE) 2024 [Session 1]
2 Qs
Civil Engineering (CE) 2024 [Session 2]
1 Qs
Civil Engineering (CE) 2020 [Session 2]
1 Qs
Civil Engineering (CE) 2019 [Session 2]
1 Qs
Civil Engineering (CE) 2018 [Session 2]
1 Qs
Civil Engineering (CE) 2016 [Session 1]
1 Qs
Civil Engineering (CE) 2013
1 Qs
Civil Engineering (CE) 2012
2 Qs
Civil Engineering (CE) 2011
1 Qs
Civil Engineering (CE) 2010
1 Qs

Included previous year papers

Newest papers appear first. Sort by year, question coverage or name.

PaperYear / sessionQuestions in this viewOpen
Civil Engineering (CE) 202620262View paper
Civil Engineering (CE) 202620261View paper
Civil Engineering (CE) 2025 [Session 1]20251View paper
Civil Engineering (CE) 2024 [Session 1]20242View paper
Civil Engineering (CE) 2024 [Session 2]20241View paper
Civil Engineering (CE) 2020 [Session 2]20201View paper
Civil Engineering (CE) 2019 [Session 2]20191View paper
Civil Engineering (CE) 2018 [Session 2]20181View paper
Civil Engineering (CE) 2016 [Session 1]20161View paper
Civil Engineering (CE) 201320131View paper
Civil Engineering (CE) 201220122View paper
Civil Engineering (CE) 201120111View paper
Civil Engineering (CE) 201020101View paper

All Numerical Methods previous year questions

Practice every matching question in batches of 20, with every available option.

1
2016 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2016 [Session 1]
Newton-Raphson method is to be used to find root of equation \(3x - e^x + \sin x = 0\). If the initial trial value for the root is taken as 0.333, the next approximation for the root would be ______ (note: answer up to three decimal)
Open complete paper
2
2018 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2018 [Session 2]
The quadratic equation \(2x^2 - 3x + 3 = 0\) is to be solved numerically starting with an initial guess as \(x_0 = 2\). The new estimate of \(x\) after the first iteration using Newton-Raphson method is ______
Open complete paper
3
2019 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2019 [Session 2]
The value of the function \(f(x)\) is given at \(n\) distinct values of \(x\) and its value is to be interpolated at the point \(x^*\), using all the \(n\) points. The estimate is obtained first by the Lagrange polynomial, denoted by \(I_L\), and then by the Newton polynomial, denoted by \(I_N\). Which one of the following statements is correct?
Open complete paper
4
2020 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2020 [Session 2]
The integral \( \int_0^1 (5x^3 + 4x^2 + 3x + 2)dx \) is estimated numerically using three alternative methods namely the rectangular, trapezoidal and Simpson's rules with a common step size. In this context, which one of the following statements is TRUE?
Open complete paper
5
2024 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2024 [Session 1]
The smallest positive root of the equation \[ x^5 - 5x^4 - 10x^3 + 50x^2 + 9x - 45 = 0 \] lies in the range
Open complete paper
6
2024 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2024 [Session 1]
Consider the data of \( f(x) \) given in the table.
\( i \)012
\( x_i \)123
\( f(x_i) \)00.30100.4771
The value of \( f(1.5) \) estimated using second-order Newton's interpolation formula is __________ (rounded off to 2 decimal places).
Open complete paper
7
2024 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2024 [Session 2]
The second derivative of a function \(f\) is computed using the fourth-order Central Divided Difference method with a step length \(h\).

The CORRECT expression for the second derivative is
Open complete paper
8
2025 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2025 [Session 1]
Consider the differential equation given below. Using the Euler method with the step size (h) of 0.5, the value of y at x = 1.0 is equal to ______ (rounded off to 1 decimal place). \[ \frac{dy}{dx} = y + 2x - x^2 ; \quad y(0) = 1 \quad (0 \le x < \infty) \]
Open complete paper
9
2010 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2010
The table below gives values of a function F(x) obtained for values of x at intervals of 0.25.
x00.250.50.751.0
F(x)10.94120.80.640.50
The value of the integral of the function between the limits 0 to 1 using Simpson's rule is
Open complete paper
10
2011 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2011
The square root of a number \(N\) is to be obtained by applying the Newton Raphson iterations to the equation \(x^2 - N = 0\). If \(i\) denotes the iteration index, the correct iterative scheme will be
Open complete paper
11
2012 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2012
The estimate of \(\int_{0.2}^{1.2} \frac{dx}{x}\) obtained using Simpson's rule with three-point function evaluation exceeds the exact value by
Open complete paper
12
2012 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2012
The error in \( \frac{d}{d x} f(x) \big|_{x=x_0} \) for a continuous function estimated with \( h = 0.03 \) using the central difference formula \( \frac{d}{d x} f(x) \big|_{x=x_0} \approx \frac{f(x_0 + h) - f(x_0 - h)}{2h} \), is \( 2 \times 10^{-3} \). The values of \( x_0 \) and \( f(x_0) \) are 19.78 and 500.01, respectively. The corresponding error in the central difference estimate for \( h = 0.02 \) is approximately
Open complete paper
13
2013 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2013
Find the magnitude of the error (correct to two decimal places) in the estimation of following integral using Simpson’s \(\frac{1}{3}\) Rule. Take the step length as 1. \[\int_{0}^{4} (x^4 + 10) dx\]
Open complete paper
14
2026 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2026
Starting with the first approximation as \( x = 0.5 \), the second approximation for the root of the following function by the Newton-Raphson method is _____ (rounded off to two decimal places). \( f(x) = e^{-x} - x \)
Open complete paper
15
2026 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2026
Values of \( y \) for different values of \( x \) are tabulated below.
\( x \)−212
\( y \)28416
If a second-degree interpolating polynomial \( P_2(x) \) is used to represent \( y \), the value of \( P_2(0) \) is _____ (rounded off to the nearest integer).
Open complete paper
16
2026 · Civil Engineering · Engineering Mathematics · Numerical Methods
Civil Engineering (CE) 2026
A fifth-degree polynomial in x is defined for x > 0. All coefficients of the polynomial are positive. The first derivative of the polynomial is obtained numerically at a point by using the first-order forward as well as the first-order backward difference methods. Identical step lengths are used for both the methods.
Following statements are made.
(I) Forward difference method underestimates the true derivative.
(II) Backward difference method overestimates the true derivative.
Which one of the following options is CORRECT?
Open complete paper