InterviewSolution
Saved Bookmarks
| 1. |
Evaluate the following limits: `lim_(xrarr0)((e^(bx)-e^(ax))/(x)),0ltaltb` |
|
Answer» Correct Answer - `(b-a)` Given limit `=lim_(xto0){((e^(bt)-1)-(e^(ax)-1))/(x)}=lim_(bxto0){((e^(bx)-1)/(bx)).b}-lim_(axto0){((e^(ax)-1)/(ax)).a}` `=(1xxb)-(1xxa)=(b-a).` |
|