Biomedical Engineering > GATE 2025 > Ordinary Differential Equations
Given a function y(x) satisfying the differential equation
y''-0.25y=0,
with initial conditions y(0)=1; y'(0)=1, what is the value of y(loge100)?
Here, y' and y'' are the first and second derivatives of y, respectively.
y''-0.25y=0,
with initial conditions y(0)=1; y'(0)=1, what is the value of y(loge100)?
Here, y' and y'' are the first and second derivatives of y, respectively.
Explanation
Correct : d
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.