

InterviewSolution
Saved Bookmarks
1. |
Differentiate cotx^2 |
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/let-11597" style="font-weight:bold;" target="_blank" title="Click to know more about LET">LET</a> `y=cotx^2`<br/> Then `dy/dx=-"<a href="https://interviewquestions.tuteehub.com/tag/cosec-426601" style="font-weight:bold;" target="_blank" title="Click to know more about COSEC">COSEC</a>"^2x^2xxd/dx(x^2)`<br/>`=-"cosec"^2x^2 cdot2x`<br/>`=-2xcdot "cosec"^2x^2`</body></html> | |