

InterviewSolution
Saved Bookmarks
1. |
In spherical polar coordinates (l, q, a), q denotes the polar angle around z-axis and a denotes the azimuthal angle raised from x-axis . Then the y-component of P is given by |
Answer» <html><body><p><<a href="https://interviewquestions.tuteehub.com/tag/p-588962" style="font-weight:bold;" target="_blank" title="Click to know more about P">P</a>> Psinq sina</p><br/><br/><p>The <a href="https://interviewquestions.tuteehub.com/tag/cartesian-413757" style="font-weight:bold;" target="_blank" title="Click to know more about CARTESIAN">CARTESIAN</a> Coordinates can be retrieved from <a href="https://interviewquestions.tuteehub.com/tag/spherical-650244" style="font-weight:bold;" target="_blank" title="Click to know more about SPHERICAL">SPHERICAL</a> coordinates (<a href="https://interviewquestions.tuteehub.com/tag/l-535906" style="font-weight:bold;" target="_blank" title="Click to know more about L">L</a>,q,a) by:<br/>X = r.sinq.cosa<br/>Y = r.sinq.sina<br/>Z = r.sinq<br/>Using the same we get for P,<br/>Y = P.sinq.sina<br/></p></body></html> | |