Mechanical Engineering > Gate 2024 > Geometry
In order to numerically solve the ordinary differential equation ππ¦/ππ‘ = βπ¦ for
π‘ > 0, with an initial condition π¦(0) = 1, the following scheme is employed
Here, Ξπ‘ is the time step and π¦π = π¦(πΞπ‘) for π = 0, 1, 2, β¦. This numerical scheme
will yield a solution with non-physical oscillations for Ξπ‘ > β. The value of β is

Explanation
Correct : a
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.