Chemical Engineering > GATE 2014 > Numerical Methods
Consider the following differential equation dy/dx=x+ln(y); y=2 at x=0
The solution of this equation at x=0.4 using Euler method with a step size of h=0.2 is
The solution of this equation at x=0.4 using Euler method with a step size of h=0.2 is
Explanation
Correct : 2.35
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.