Chemical Engineering > GATE 2016 > Differential Equations
What is the solution for the second order differential equation d2y/dx2 + y = 0, with the initial conditions y(0)=5 and dy/dx at x=0 =10?
A
(A) y = 5 + 10 sin x
B
(B) y = 5 cos x - 5 sin x
C
(C) y = 5 cos x + 10 x
D
(D) y = 5 cos x + 10 sin x

Explanation

Correct : d

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