Mechanical Engineering > GATE 2013 SET-1 > Differential Equations
The solution to the differential equation d2u/dx2 - k(du/dx) = 0 where k is a constant, subjected to the boundary conditions u(0)=0 and u(L)=U, is
A
u = U(x/L)
B
u = U((1-ekx)/(1-ekL))
C
u = U((1-e-kx)/(1-e-kL))
D
u = U((1+ekx)/(1+ekL))

Explanation

Correct : c

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