InterviewSolution
Saved Bookmarks
| 1. |
Solve the equation `tan^(-1)2x+tan^(-1)3x=pi/4` |
|
Answer» Correct Answer - `x = (1)/(6)` Given, `tan ^(-1) 2 x + tan ^(-1) 3x = (pi)/(4)` `rArr " " tan ^(-1) (( 2x + 3x )/( 1 - 6x^(2))) = (pi)/( 4)` `rArr " " ( 5x)/( 1- 6x ^(2)) = 1` `rArr " " 6x ^(2) + 5x - 1 = 0` `rArr " " (x + 1 ) ( 6x - 1 ) = 0` ` rArr " " x = -1 or (1)/(6)` But `x = -1 ` does not satisfy the given equation. `therefore ` We take ` x = (1)/(6)`. |
|