InterviewSolution
Saved Bookmarks
| 1. |
Write solution ofdy/dx=2y,y(0)=2 |
| Answer» Solution :`dy/dx=2yrArrintdy/y=2intdxrArr1ny=2x+C` Using the condition y(0)=2 we GET 1N 2 = C `THEREFORE` The required solution is In `y=2x+In2` | |