InterviewSolution
Saved Bookmarks
| 1. |
If `sec theta =x, " write the value of " tan theta.` |
|
Answer» Correct Answer - `sqrt(x^(2)-1)` `sec^(2)theta=(1+tan^(2)theta)rArrtan^(2)theta=(sec^(2)theta-1)` `rArr tantheta=sqrt(sec^(2)theta-1)=sqrt(x^(2)-1).` |
|