

InterviewSolution
Saved Bookmarks
1. |
Write the value of A if int(dx)/((x+1)(x+2))=Alog|x+1|-log|x+2|+C |
Answer» <html><body><p></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :`<a href="https://interviewquestions.tuteehub.com/tag/int-11513" style="font-weight:bold;" target="_blank" title="Click to know more about INT">INT</a>(<a href="https://interviewquestions.tuteehub.com/tag/dx-960990" style="font-weight:bold;" target="_blank" title="Click to know more about DX">DX</a>)/((x+<a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a>)(x+2))=int (1/(x+1)-1/(x+2))dx=In | x+1| -In | x+2 |+cthereforeA=1`</body></html> | |