My Cart
Your Cart 0

    Your cart is empty.

  • Total (Amount) ₹0.00
Previous year question hub

Numerical Methods - Engineering Mathematics - Production & Industrial Engineering Previous Year Questions

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

17Papers
17Years
30Questions
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 26 86.7%
Medium 4 13.3%

Question type distribution

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

MCQ 19 63.3%
Numerical Answer Type (NAT) 11 36.7%

Subject weightage

Top subjects by unique question coverage.

Production & Industrial Engineering
30 Qs

Most asked topics

Top topics across the included previous year papers.

Engineering Mathematics
30 Qs

Subtopic coverage

Top subtopics inside this exact selection.

Numerical Methods
30 Qs

Paper coverage

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

Production & Industrial Engineering (PI) 2025
1 Qs
Production & Industrial Engineering (PI) 2024
1 Qs
Production & Industrial Engineering (PI) 2023
3 Qs
Production & Industrial Engineering (PI) 2022
1 Qs
Production & Industrial Engineering (PI) 2021
1 Qs
Production & Industrial Engineering (PI) 2020
2 Qs
Production & Industrial Engineering (PI) 2019
2 Qs
Production & Industrial Engineering (PI) 2018
1 Qs
Production & Industrial Engineering (PI) 2017
2 Qs
Production & Industrial Engineering (PI) 2016
1 Qs
Production & Industrial Engineering (PI) 2015
1 Qs
Production & Industrial Engineering (PI) 2014
2 Qs
Production & Industrial Engineering (PI) 2011
2 Qs
Production & Industrial Engineering (PI) 2010
3 Qs
Production & Industrial Engineering (PI) 2009
4 Qs
Production & Industrial Engineering (PI) 2008
2 Qs
Production & Industrial Engineering (PI) 2007
1 Qs

Included previous year papers

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

PaperYear / sessionQuestions in this viewOpen
Production & Industrial Engineering (PI) 202520251View paper
Production & Industrial Engineering (PI) 202420241View paper
Production & Industrial Engineering (PI) 202320233View paper
Production & Industrial Engineering (PI) 202220221View paper
Production & Industrial Engineering (PI) 202120211View paper
Production & Industrial Engineering (PI) 202020202View paper
Production & Industrial Engineering (PI) 201920192View paper
Production & Industrial Engineering (PI) 201820181View paper
Production & Industrial Engineering (PI) 201720172View paper
Production & Industrial Engineering (PI) 201620161View paper
Production & Industrial Engineering (PI) 201520151View paper
Production & Industrial Engineering (PI) 201420142View paper
Production & Industrial Engineering (PI) 201120112View paper
Production & Industrial Engineering (PI) 201020103View paper
Production & Industrial Engineering (PI) 200920094View paper
Production & Industrial Engineering (PI) 200820082View paper
Production & Industrial Engineering (PI) 200720071View paper

All Numerical Methods previous year questions

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

1
2007 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2007
Matching Exercise. Choose the correct one out of the alternatives A,B,C,D

Question diagram

Open complete paper
2
2008 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2008
If the interval of integration is divided into two equal intervals of width 1.0, the value of the definite integral $\int_0^2 \log_e x \, dx$, using Simpson's one-third rule, will be
Open complete paper
3
2008 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2008
If the interval of integration is divided into two equal intervals of width 1.0, the value of the definite integral \(\int_{1}^{3} \log_e x \, dx\), using Simpson's one-third rule, will be
Open complete paper
4
2009 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2009
During the numerical solution of a first order differential equation using the Euler (also known as Euler Cauchy) method with step size \(h\), the local truncation error is of the order of
Open complete paper
5
2009 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2009
During the numerical solution of a first order differential equation using the Euler (also known as Euler Cauchy) method with step size h, the local truncation error is of the order of
Open complete paper
6
2009 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2009
The area under the curve shown, between \(x = 1\) and \(x = 3\) is to be evaluated using the trapezoidal rule. The following points on the curve are given.
PointX coordinate(m)Y coordinate(m)
111
224
339

The evaluated area (in \(m^2\)) will be

Question diagram

Open complete paper
7
2009 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2009
The area under the curve shown, between \( x = 1 \) and \( x = 3 \) is to be evaluated using the trapezoidal rule. The following points on the curve are given.
PointX coordinate(m)Y coordinate(m)
111
224
339

The evaluated area (in m²) will be
Open complete paper
8
2010 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2010
The following algorithm computes the integral \( J = \int_{a}^{b} f(x) dx \) from the given values \( f_j = f(x_j) \) at equidistant points: \( x_0 = a \; ; \; x_1 = x_0 + h \; ; \; ......; \; x_{2m} = x_0 + 2mh = b \)
Compute \( S_0 = f_0 + f_{2m} \)
\( S_1 = f_1 + f_3 + ...... + f_{2m-1} \)
\( S_2 = f_2 + f_4 + ...... + f_{2m-2} \)
\( J = \frac{h}{3} (S_0 + 4S_1 + 2S_2) \)
The rule of numerical integration, which uses the above algorithm, is
Open complete paper
9
2010 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2010
Euler's method of integration is applied to the initial value problem: \( \frac{dy}{dx} = 2x ; \; y(0) = 0 \).
If the step size \( h = 0.2 \), then the error in computation (in percentage) after 5 steps would be
Open complete paper
10
2010 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2010
Euler's method of integration is applied to the initial value problem: dy/dx = 2x, y(0) = 0. If the step size h = 0.2, then the error in computation (in percentage) after 5 steps would be
Open complete paper
11
2011 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2011
The value of \(\int_0^1 e^{-x^2} dx\), using trapezoidal rule for 10 trapezoids, is equal to
Open complete paper
12
2011 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2011
The value of \[ \int_{0}^{1} e^{-x^2} dx \], using trapezoidal rule for 10 trapezoids, is equal to
Open complete paper
13
2014 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2014
Using the Simpson’s 1/3rd rule, the value of \( \int y dx \) computed, for the data given below, is ______.

Question diagram

Open complete paper
14
2014 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2014
If the equation \( \sin(x) = x^2 \) is solved by Newton Raphson’s method with the initial guess of x=1, then the value of x after 2 iterations would be ______.
Open complete paper
15
2015 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2015
In numerical integration using Simpson’s rule, the approximating function in the interval is a
Open complete paper
16
2016 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2016
To solve the equation \(2 \sin x = x\) by Newton-Raphson method, the initial guess was chosen to be \(x = 2.0\). Consider \(x\) in radian only. The value of \(x\) (in radian) obtained after one iteration will be closest to
Open complete paper
17
2017 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2017
Using Simpson’s 1/3 rule for numerical integration, the consecutive points are joined by a
Open complete paper
18
2017 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2017
Runge-Kutta fourth order method is used to solve the differential equation \(\frac{dy}{dx} = y - x\). If the initial value \(y(0) = 2\) and step-size is 0.1, then the value of \(y(0.1)\) is _____________ (up to three decimal places).
Open complete paper
19
2018 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2018
In order to evaluate the integral \( \int_{0}^{1} e^x dx \) with Simpson's 1/3rd rule, values of the function \( e^x \) are used at \( x = 0.0, 0.5 \) and 1.0. The absolute value of the error of numerical integration is
Open complete paper
20
2019 · Production & Industrial Engineering · Engineering Mathematics · Numerical Methods
Production & Industrial Engineering (PI) 2019
The values of a function \(f(x)\) over the interval \([0,4]\) are given in the table below:
\(x\)01234
\(f(x)\)10.50.20.10.06

Then, according to the trapezoidal rule, the value of the integral \(\int_{0}^{4} f(x)dx\) is ________ (round off to 2 decimal places).
Open complete paper

Showing 20 of 30 questions