Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

numerical methods

GATE Civil Engineering · Numerical Methods (CE) · 1993-2026

30
PYQs
60%
keyed
3
elite explanations
17
years appeared

Study anchor

B. S. Grewal — Higher Engineering Mathematics

Linear algebra, calculus, probability, numerical methods

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2026 Q12

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...

mediumanswer key
2026 Q48

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 decim...

mediumanswer key
2026 Q49

Values of y for different values of x are tabulated below. If a second-degree interpolating polynomial P_2(x) is used to represent y, the value of P_2(0) is ________ (rounded off t...

hardanswer key
2025 Q49

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...

mediumanswer key
2025 PYQ

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 p...

mediumbasic explanation
2024 Q13

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

mediumanswer key
2024 Q32

Consider the data of $f(x)$ given in the table. | $i$ | 0 | 1 | 2 | |---|---|---|---| | $x_i$ | 1 | 2 | 3 | | $f(x_i)$ | 0 | 0.3010 | 0.4771 | The value of $f(1.5)$ estimated using...

mediumanswer key
2024 PYQ

Consider the data of $f(x)$ given in the table. $i$ $0$ $1$ $2$ $x_i$ $1$ $2$ $3$ $f(x_i)$ $0$ $0.3010$ $0.4771$ The value of $f(1.5)$ estimated using second-order Newton’s interpo...

mediumbasic explanation
2024 PYQ

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 derivativ...

mediumanswer keybasic explanation
2023 Q52

The differential equation, $\frac{du}{dt} + 2tu^2 = 1$, is solved by employing a backward difference scheme within the finite difference framework. The value of $u$ at the $(n-1)^{...

medium
2023 PYQ

The differential equation, $\rm \frac{du}{dt}+2tu^2=1,$ is solved by employing a backward difference scheme within the finite difference framework. The value of 𝑢 at the (𝑛 − 1)...

mediumelite explanation
2022 Q29

Consider the following recursive iteration scheme for different values of variable P with the initial guess $x_1 = 1$: $x_{n+1} = \frac{1}{2} (x_n + \frac{P}{x_n})$, $n = 1, 2, 3,...

mediumanswer key
2022 Q48

Consider the differential equation $\frac{dy}{dx} = 4(x+2)-y$ For the initial condition $y = 3$ at $x = 1$, the value of $y$ at $x = 1.4$ obtained using Euler's method with a step-...

mediumanswer key
2022 PYQ

Consider the following recursive iteration scheme for different values of variable P with the initial guess x 1 = 1: $${x_{n + 1}} = {1 \over 2}\left( {{x_n} + {P \over {{x_n}}}} \...

mediumbasic explanation
2022 PYQ

Consider the differential equation $${{dy} \over {dx}} = 4(x + 2) - y$$ For the initial condition y = 3 at x = 1, the value of y at x = 1.4 obtained using Euler's method with a ste...

mediumelite explanation
2020 Q3

The true value of $\ln(2)$ is 0.69. If the value of $\ln(2)$ is obtained by linear interpolation between $\ln(1)$ and $\ln(6)$, the percentage of absolute error (round off to the n...

mediumanswer key
2018 Q37

Consider the equation $\frac{du}{dt} = 3t^2 + 1$ with $u = 0$ at $t = 0$. This is numerically solved by using the forward Euler method with a step size, $\Delta t = 2$. The absolut...

hardanswer key
2018 Q39

Variation of water depth (y) in a gradually varied open channel flow is given by the first order differential equation $\frac{dy}{dx} = \frac{1 - e^{-\frac{10}{3}\ln(y)}}{250 - 45e...

hardanswer key
2017 PYQ

Consider the equation $${{du} \over {dt}} = 3{t^2} + 1$$ with $$u=0$$ at $$t=0.$$ This is numerically solved by using the forward Euler method with a step size. $$\,\Delta t = 2.$$...

medium
2016 PYQ

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 approximat...

medium
2015 PYQ

In Newton-Raphson iterative method, the initial guess value $$\left( {{x_{ini}}} \right)$$ is considered as zero while finding the roots of the equation: $$\,f\left( x \right) = -...

easy
2015 PYQ

The quadratic equation $${x^2} - 4x + 4 = 0$$ is to be solved numerically, starting with the initial guess $${x_0} = 3.$$ The Newton- Raphson method is applied once to get a new es...

medium
2011 PYQ

The square root of a number $$N$$ is to be obtained by applying the Newton $$-$$ Raphson iteration to the equation $$\,{x^2} - N = 0.\,\,$$ If $$i$$ denotes the iteration index, th...

easyanswer key
2009 PYQ

In the solution of the following set of linear equations by Gauss-elimination using partial pivoting $$$5x+y+2z=34,$$$ $$$4y-3z=12$$$ and $$$10x-2y+z=-4.$$$ The pivots for eliminat...

mediumanswer keyelite explanation
2008 PYQ

The Newton-Raphson iteration $${x_{n + 1}} = {1 \over 2}\left( {{x_n} + {R \over {{x_n}}}} \right)$$ can be used to compute

easyanswer key
2007 PYQ

The following equation needs to be numerically solved using the Newton $$-$$ Raphson method $${x^3} + 4x - 9 = 0.\,\,$$ The iterative equation for this purpose is ($$k$$ indicates...

easyanswer key
2005 PYQ

Given $$a>0,$$ we wish to calculate its reciprocal value $${1 \over a}$$ by using Newton - Raphson method for $$f(x)=0.$$ For $$a=7$$ and starting with $${x_0} = 0.2\,\,$$ the firs...

mediumanswer key
2005 PYQ

Given $$a>0,$$ we wish to calculate it reciprocal value $${1 \over a}$$ by using Newton - Raphson method for $$f(x)=0.$$ The Newton - Raphson algorithm for the function will be

mediumanswer key
1995 PYQ

Let $$\,\,f\left( x \right) = x - \cos \,x.\,\,\,$$ Using Newton-Raphson method at the $$\,{\left( {n + 1} \right)^{th}}$$ iteration, the point $$\,{x_{n + 1}}$$ is computed from $...

easy
1993 PYQ

Given the differential equation $${y^1} = x - y$$ with initial condition $$y(0)=0.$$ The value of $$y(0.1)$$ calculated numerically upto the third place of decimal by the $${2^{nd}...

medium