InterviewSolution
Saved Bookmarks
| 1. |
`x=a" "sectheta" "cosphi,y=b" "sectheta" "sinphi,Z=c" "tantheta,` है तो `(x^(2))/(a^(2))+(y^(2))/(b^(2))-(z^(2))/(c^(2))` का मान क्या होगा?A. 1B. 4C. 9D. 0 |
|
Answer» Correct Answer - a `x=a sec thetacos phi` `y=b sec theta sin phi` `z=c tan theta` `(x)/(a)=sec theta.cos phi` `(y)/(b)=sec theta. Sin phi` `(z)/(c)=tan theta` `therefore(x^(2))/(a^(2))+(y^(2))/(b^(2))-(z^(2))/(c^(2))` `rArrsec^(2)theta.cos^(2)phi+sec^(2)theta.sin^(2)phi-tan^(2)theta` `rArrsec^(2)theta(cos^(2)phi+sin^(2)phi)-tan^(2)theta` `rArrsec^(2)theta-tan^(2)theta=1` |
|