InterviewSolution
Saved Bookmarks
| 1. |
Differentiate tan-1(sinx/(1 + cosx)) w. r. t. x |
|
Answer» Let y = tan-1(sinx/(1 + cosx)) = tan-1((2sin(x/2) cos(x/2))/2cos2(x/2)) = tan-1(sin(x/2)/cos(x/2)) = tan-1(tan(x/2)) = x/2 Differentiating both sides w.r.t. x, we get dy/dx = 1/2 |
|