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

Numerical Methods

GATE Electronics & Communication · 11 questions across 10 years (1993-2017) · 25% recurrence rate

Recurrence sparkline

19932017
199320052017

Difficulty mix

easy 64%
med 36%

Question types

NAT5
MCQ4
MTF2

All 11 questions on Numerical Methods

2017 PYQ

Starting with $$x=1,$$ the solution of the equation $$\,{x^3} + x = 1,\,\,$$ after two iterations of Newton-Raphson's method (up to two decimal places) is ______________

Med
2016 PYQ

Consider the first order initial value problem $$\,y' = y + 2x - {x^2},\,\,y\left( 0 \right) = 1,\,\left( {0 \le x < \infty } \right)$$ With exact solution $$y\left( x \right)\,\, = \,\,{x^2} + {e^x}.\,\,$$ For $$x=0.1,$...

Med
2016 PYQ

The ordinary differential equation $$\,\,{{dx} \over {dt}} = - 3x + 2,\,\,$$ with $$x(0)=1$$ is to be solved using the forward Euler method. The largest time step that can be used to solve the equation without making the...

Med
2015 PYQ

The Newton-Raphson method is used to solve the equation $$f\left( x \right) = {x^3} - 5{x^2} + 6x - 8 = 0.$$ Taking the initial guess as $$x=5$$, the solution obtained at the end of the first iteration is ________.

Easy
2014 PYQ

Match the application to appropriate numerical method Applications $$P1:$$ Numerical integration $$P2:$$ Solution to a transcendental equation $$P3:$$ Solution to a system of linear equations $$P4:$$ Solution to a differ...

Easy
2011 PYQ

A numerical solution of the equation $$f\left( x \right) = x + \sqrt x - 3 = 0$$ can be obtained using Newton $$-$$ Raphson method. If the starting values is $$x=2$$ for the iteration then the value of $$x$$ that is to b...

Easy
2010 PYQ

Consider a differential equation $${{dy\left( x \right)} \over {dx}} - y\left( x \right) = x\,\,$$ with initial condition $$y(0)=0.$$ Using Euler's first order method with a step size of $$0.1$$ then the value of $$y$$ $...

Easy
2008 PYQ

The recursion relation to solve $$x = {e^{ - x}}$$ using Newton $$-$$ Raphson method is

Easy
2007 PYQ

The equation $${x^3} - {x^2} + 4x - 4 = 0\,\,$$ is to be solved using the Newton - Raphson method. If $$x=2$$ taken as the initial approximation of the solution then the next approximation using this method, will be

Easy
2005 PYQ

Match the following and choose the correct combination Group $$-$$ $${\rm I}$$ $$E.$$ Newton $$-$$ Raphson method $$F.$$ Runge-Kutta method $$G.$$ Simpson's Rule $$H.$$ Gauss elimination Group $$-$$ $${\rm II}$$ $$(1)$$...

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}}$$ order Runge-Kutta method with step s...

Med