Numerical Methods · Engineering Mathematics · GATE CE

Start Practice

Marks 1

1

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

GATE CE 2024 Set 2
2

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 interpolation formula is ________________ (rounded off to 2 decimal places).

GATE CE 2024 Set 1
3

Consider the following recursive iteration scheme for different values of variable P with the initial guess x1 = 1:

$${x_{n + 1}} = {1 \over 2}\left( {{x_n} + {P \over {{x_n}}}} \right)$$, n = 1, 2, 3, 4, 5

For P = 2, x5 is obtained to be 1.414, rounded-off to three decimal places. For P = 3, x5 is obtained to be 1.732, rounded-off to three decimal places. If P = 10, the numerical value of x5 is __________. (round off to three decimal places)

GATE CE 2022 Set 1
4
The quadratic approximation of $$f\left( x \right) = {x^3} - 3{x^2} - 5\,\,$$ at the point $$x=0$$ is
GATE CE 2016 Set 2
5
The estimate of $$\int\limits_{0.5}^{1.5} {{{dx} \over x}} \,\,$$ obtained using Simpson's rule with three-point function evaluation exceeds the exact value by
GATE CE 2012
6
The Newton-Raphson iteration $${x_{n + 1}} = {1 \over 2}\left( {{x_n} + {R \over {{x_n}}}} \right)$$ can be used to compute
GATE CE 2008
7
Given that one root of the equation $$\,{x^3} - 10{x^2} + 31x - 30 = 0\,\,$$ is $$5$$ then other roots are
GATE CE 2007
8
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 the iteration level)
GATE CE 2007
9
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
GATE CE 2005
10
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 $${x_n}$$ as
GATE CE 1995
11
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}}$$ order Runge-Kutta method with step size $$h=0.1$$ is
GATE CE 1993

Marks 2

1

A function f(x), that is smooth and convex-shaped between interval (xl , su) is shown in the figure. This function is observed at odd number of regularly spaced points. If the area under the function is computed numerically, then . 

GATE CE 2023 Set 1 Engineering Mathematics - Numerical Methods Question 1 English
GATE CE 2023 Set 1
2
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.$$ The absolute error in the solution at the end of the first time step is __________
GATE CE 2017 Set 1
3
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)
GATE CE 2016 Set 1
4
For step-size, $$\Delta x = 0.4,$$ the value of following integral using Simpson's $$1/3$$ rule is ______
GATE CE 2015 Set 2
5
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) = - 2 + 6x - 4{x^2} + 0.5{x^3}.\,\,\,$$ The correction, $$\Delta x,$$ to be added to $${{x_{ini}}}$$ in the first iteration is __________.
GATE CE 2015 Set 2
6
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 estimate and then the Secant method is applied once using in the initial guess and this new estimate. The estimated value of the root after the application of the Secant method is ________.
GATE CE 2015 Set 1
7
The integral $$\,\int_{{x_1}}^{{x_2}} {{x^2}dx\,\,} $$ with $${x_2} > {x_1} > 0$$ is evaluated analytically as well as numerically using a single application of the trapezoidal rule. If $${\rm I}$$ is the exact value of the integral obtained analytically and $$J$$ is the approximate value obtained using the trapezoidal rule, which of the following statements is correct about their relationship?
GATE CE 2015 Set 1
8
There is no value of $$x$$ that can simultaneously satisfy both the given equations. Therefore, find the 'least squares error' solution to the two equations, i.e., find the value of $$x$$ that minimizes the sum of squares of the errors in the two equations
$$2x=3$$
$$4x=1$$
GATE CE 2013
9
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, the correct iterative scheme will be
GATE CE 2011
10
The table below gives values of a function $$f(x)$$ obtained for values of $$x$$ at intervals of $$0.25$$ GATE CE 2010 Engineering Mathematics - Numerical Methods Question 23 English

The value of the integral of the function between the limits $$0$$ to $$1,$$ using Simpson's rule is

GATE CE 2010
11
The area under the curve shown between $$x=1$$ and $$x=5$$ is to be evaluated using the trapezoidal rule. The following points on the curve are given GATE CE 2009 Engineering Mathematics - Numerical Methods Question 24 English 1 GATE CE 2009 Engineering Mathematics - Numerical Methods Question 24 English 2

The evaluated area (In m2) will be

GATE CE 2009
12
If the interval of integration is divided into two equal intervals of width $$1.0,$$ the value of the definite integral $$\,\,\int\limits_1^3 {\log _e^x\,\,dx\,\,\,\,} $$ using simpson's one $$-$$ third rule will be
GATE CE 2008
13
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 first two iterations will be
GATE CE 2005
EXAM MAP
Medical
NEETAIIMS
Graduate Aptitude Test in Engineering
GATE CSEGATE ECEGATE EEGATE MEGATE CEGATE PIGATE IN
Civil Services
UPSC Civil Service
Defence
NDA
Staff Selection Commission
SSC CGL Tier I
CBSE
Class 12