Numerical Methods
GATE Electronics & Communication · 11 questions across 10 years (1993-2017) · 25% recurrence rate
Recurrence sparkline
1993–2017Difficulty mix
Question types
All 11 questions on Numerical Methods
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 ______________
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,$...
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...
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 ________.
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...
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...
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$$ $...
The recursion relation to solve $$x = {e^{ - x}}$$ using Newton $$-$$ Raphson method is
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
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)$$...
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...