

InterviewSolution
Saved Bookmarks
1. |
If int(dx)/(1+e^(x))=x+f(x)+C , then f(x) is equal to |
Answer» <html><body><p>`log (<a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a> + <a href="https://interviewquestions.tuteehub.com/tag/e-444102" style="font-weight:bold;" target="_blank" title="Click to know more about E">E</a>^(x))` <br/>`log (1)/(1+e^(x))`<br/>`<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a> log(1 + e^(x))` <br/>`(x+e^(x))/(1+e^(x))`</p>Answer :<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a></body></html> | |