Numerical Methods · Engineering Mathematics · GATE ME

Start Practice

Marks 1

1

In order to numerically solve the ordinary differential equation dy/dt = -y for t > 0, with an initial condition y(0) = 1, the following scheme is employed:

$\frac{y_{n+1} - y_{n}}{\Delta t} = -\frac{1}{2}(y_{n+1} + y_{n}).$

Here, $\Delta t$ is the time step and $y_n = y(n\Delta t)$ for $n = 0, 1, 2, \ldots.$ This numerical scheme will yield a solution with non-physical oscillations for $\Delta t > h.$ The value of h is

GATE ME 2024
2

Consider the definite integral

$\int^2_1(4x^2+2x+6)dx$

Let Ie be the exact value of the integral. If the same integral is estimated using Simpson’s rule with 10 equal subintervals, the value is Is. The percentage error is defined as e = 100 × (Ie - Is)/Ie The value of e is

GATE ME 2022 Set 2
3
Numerical integration using trapezoidal rule gives the best result for a single variable function, which is
GATE ME 2016 Set 2
4
The root of the function $$f\left( x \right) = {x^3} + x - 1$$ obtained after first iteration on application of Newton-Raphson scheme using an initial guess of $${x_0} = 1$$ is
GATE ME 2016 Set 3
5
Using the trapezoidal rule, and dividing the interval of integration into three equal sub-intervals, the definite integral $$\,\,\int\limits_{ - 1}^{ + 1} {\left| x \right|dx\,\,} $$ is
GATE ME 2014 Set 1
6
The real root of the equation $$5x-2cosx=0$$ (up to two decimal accuracy) is
GATE ME 2014 Set 3
7
Match the CORRECT pairs. GATE ME 2013 Engineering Mathematics - Numerical Methods Question 25 English
GATE ME 2013
8
The integral $$\,\int\limits_1^3 {{1 \over x}\,\,dx\,\,\,} $$ when evaluated by using simpson's $$1/{3^{rd}}$$ rule on two equal sub intervals each of length $$1,$$ equals to
GATE ME 2011
9
Starting from $$\,{x_0} = 1,\,\,$$ one step of Newton - Raphson method in solving the equation $${x^3} + 3x - 7 = 0$$ gives the next value $${x_1}$$ as
GATE ME 2005
10
The order of error in the simpson's rule for numerical integration with a step size $$h$$ is
GATE ME 1997
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 ME 1993
12
Simpson's rule for integration gives exact result when $$f(x)$$ is a polynomial function of degree less than or equal to ________.
GATE ME 1993

Marks 2

1

The smallest perimeter that a rectangle with area of 4 square units can have is ______ units.

(Answer in integer)

GATE ME 2023
2

The initial value problem

$\rm \frac{dy}{dt}+2y=0, y(0)=1$

is solved numerically using the forward Euler’s method with a constant and positive time step of Δt. 

Let 𝑦𝑛 represent the numerical solution obtained after 𝑛 steps. The condition |𝑦n+1| ≤ |𝑦n| is satisfied if and only if Δt does not exceed _____________.

(Answer in integer)

GATE ME 2023
3
$$\,\,P\,\,\,\left( {0,3} \right),\,\,Q\,\,\,\left( {0.5,4} \right),\,\,$$ and $$\,\,R\,\,\,\left( {1,5} \right)\,\,\,$$ are three points on the curve defined by $$\,\,f\left( x \right),\,\,$$ Numerical integration is carried out using both Trapezoidal rule and Simpson's rule within limits $$x=0$$ and $$x=1$$ for the curve. The difference between the two results will be
GATE ME 2017 Set 1
4
The error in numerically computing the integral $$\,\int\limits_0^\pi {\left( {\sin \,x + \cos \,x} \right)dx\,\,\,} $$ using the trapezoidal rule with three intervals of equal length between $$0$$ and $$\pi $$ is _________.
GATE ME 2016 Set 2
5
Gauss-Seidel method is used to solve the following equations (as per the given order). $$${x_1} + 2{x_2} + 3{x_3} = 5$$$ $$$2{x_1} + 3{x_2} + {x_3} = 1$$$ $$$\,3{x_1} + 2{x_2} + {x_3} = 3$$$
Assuming initial guess as $${x_1} = {x_2} = {x_3} = 0,$$ the value of $${x_3}$$ after the first iteration is __________.
GATE ME 2016 Set 1
6
Solve the equation $$x = 10\,\cos \,\left( x \right)$$ using the Newton-Raphson method. The initial guess is $$x = {\pi \over 4}.$$ The value of the predicted root after the first iteration, up to second decimal, is _____________.
GATE ME 2016 Set 1
7
The values of function $$(x)$$ at $$5$$ discrete points are given below: GATE ME 2015 Set 2 Engineering Mathematics - Numerical Methods Question 24 English

Using Trapezodial rule with step size of $$0.1,$$ the value of $$\,\int\limits_0^{0.4} {f\left( x \right)\,dx\,\,} $$ is __________.

GATE ME 2015 Set 2
8
Simpson's $${1 \over 3}$$ rule is used to integrate the function $$f\left( x \right) = {3 \over 5}{x^2} + {9 \over 5}\,\,$$ between $$x=0$$ and $$x=1$$ using the least number of equal sub-intervals. The value of the integral is __________.
GATE ME 2015 Set 1
9
Using a unit step size, the value of integral $$\int\limits_1^2 {x\,\ln \,xdx\,\,\,} $$ by trapezoidal rule is ___________.
GATE ME 2015 Set 3
10
Newton-Raphson method is used to find the roots of the equation, $${\,{x^3} + 2{x^2} + 3x - 1 = 0}$$ If the initial guess is $${x_0} = 1,$$ then the value of $$x$$ after $${2^{nd}}$$ iteration is ___________.
GATE ME 2015 Set 3
11
Consider an ordinary differential equation $${{dx} \over {dt}} = 4t + 4.\,\,$$ If $$x = {x_0}$$ at $$t=0,$$ the increment in $$x$$ calculated using Runge-Kutta fourth order multi-step method with a step size of $$\Delta t = 0.2$$ is
GATE ME 2014 Set 4
12
The value of $$\int\limits_{2.5}^4 {\ln \left( x \right)} $$ calculated using the Trapezoidal rule with five sub-intervals is
GATE ME 2014 Set 2
13
The definite integral $$\,\int\limits_1^3 {{1 \over x}} dx\,\,$$ is evaluated using Trapezoidal rule with a step size of $$1.$$ The correct answer is
GATE ME 2014 Set 3
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