InterviewSolution
Saved Bookmarks
| 1. |
Integrate the following with respect to x.If f'(x) = ex and f(0) = 2, then find f(x). |
|
Answer» f'(x) = ex Integrating both sides of the equation, ∫ f'(x) dx = ∫ ex dx ⇒ f(x) = ex + c given f(0) = 2 2 = e0 + c ⇒ c = 1 Thus f(x) = e + 1 |
|