 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Solve the different equation `y-x(dy)/(dx)=0`. | 
| Answer» The given differential equation is , `y-x(dy)/(dx)=0` `y=x(dy)/(dx)` `ydx=xdy` `int(dx)/(x)=int(dy)/(y)` `logx+logc=logy` where c is a constant. log xc = log y y= xc | |