

InterviewSolution
Saved Bookmarks
1. |
Is the pair of the functions `e^(sqrt(log_(e)x))` and `sqrt(x)` identical ? |
Answer» `e^(sqrt(log_(e)x))=(e^(logx))^((1)/(2))=sqrt(x)=sqrt(x), " where " x ge 1` For `sqrt(x),x ge0,` Thus, functions are not identical as domain is not same. |
|