InterviewSolution
Saved Bookmarks
| 1. |
सिद्ध कीजिए कि बिंदुओं `(a + r cos theta, b + r sin theta)` तथा `(a,b)` के बीच की दूरी `theta` से स्वतंत्र है | |
|
Answer» दिये गये बिंदुओं के बीच दूरी `= sqrt((a + r cos theta -a)^(2)+(b + r sin theta-b)^(2)) ` `= sqrt((r cos theta )^(2) + ( r sin theta)^(2)) = r` जो `theta` से स्वतंत्र है | |
|