Engineering Mathematics - Numerical Methods
GATE Mechanical Engineering · 3 questions across 2 years (2018-2021) · 5% recurrence rate
Recurrence sparkline
2018–202120182021
Difficulty mix
med 67%
hard 33%
Question types
NAT2
MCQ1
All 3 questions on Engineering Mathematics - Numerical Methods
2021 Q4
The ordinary differential equation $\frac{dy}{dt} = -\pi y$ subject to an initial condition $y(0) = 1$ is solved numerically using the following scheme: $\frac{y(t_{n+1}) - y(t_n)}{h} = -\pi y(t_n)$ where $h$ is the time...
Med✓
2021 Q35
Find the positive real root of x³ - x - 3 = 0 using Newton-Raphson method. If the starting guess (x₀) is 2, the numerical value of the root after two iterations (x₂) is ________ (round off to two decimal places).
Med✓
2018 Q37
An explicit forward Euler method is used to numerically integrate the differential equation $\frac{dy}{dt} = y$ using a time step of 0.1. With the initial condition $y(0) = 1$, the value of $y(1)$ computed by this method...
Hard✓