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

Explanation

Correct : 2.35

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science