spherical polar geometry change in elevation angle












-1












$begingroup$


how to calculate change in elevation angle if you know coordinates of two point on surface of sphere. let us say assume that a point move on the surface of sphere from [x1 y1 z1 ] = [0.1 0.1 0.9899] to [x2 y2 z2] = [-0.1 -0.1 0.9899].










share|cite|improve this question











$endgroup$

















    -1












    $begingroup$


    how to calculate change in elevation angle if you know coordinates of two point on surface of sphere. let us say assume that a point move on the surface of sphere from [x1 y1 z1 ] = [0.1 0.1 0.9899] to [x2 y2 z2] = [-0.1 -0.1 0.9899].










    share|cite|improve this question











    $endgroup$















      -1












      -1








      -1





      $begingroup$


      how to calculate change in elevation angle if you know coordinates of two point on surface of sphere. let us say assume that a point move on the surface of sphere from [x1 y1 z1 ] = [0.1 0.1 0.9899] to [x2 y2 z2] = [-0.1 -0.1 0.9899].










      share|cite|improve this question











      $endgroup$




      how to calculate change in elevation angle if you know coordinates of two point on surface of sphere. let us say assume that a point move on the surface of sphere from [x1 y1 z1 ] = [0.1 0.1 0.9899] to [x2 y2 z2] = [-0.1 -0.1 0.9899].







      geometry spherical-coordinates spheres spherical-trigonometry






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 21 at 9:55









      Bernard

      122k740116




      122k740116










      asked Jan 21 at 9:37









      p singhp singh

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          There are several ways to define a spherical coordinate system. The term elevation angle is used with the definition
          $$bbox{ vec{p} = left [ begin{matrix} x \ y \ z end{matrix} right ] = left [ begin{matrix}
          r costheta cosvarphi \
          r costheta sinvarphi \
          r sintheta end{matrix} right ] tag{1}label{NA1} }$$

          where $varphi$ is the angle on the $xy$ plane, with $0text{°}$ being on the positive $x$ axis, and $90text{°}$ on the positive $y$ axis; and $theta$ being the angle to the $xy$ plane, with $0text{°}$ referring to the $xy$ plane ($z = 0$), positive angles up to $90text{°}$ referring to the hemisphere with positive $z$, and negative angles dow to $-90text{°}$ referring to the hemisphere with negative $z$. In other words, $theta$ is the elevation angle.



          The inverse of $eqref{NA1}$ is
          $$bbox{begin{cases}
          r = sqrt{x^2 + y^2 + z^2} \
          varphi = arctan(y, x) \
          theta = arcsin(z / r) end{cases} tag{2}label{NA2}}$$



          Thus, if you have a vector $(x, y, z)$, its elevation angle is
          $$bbox{ theta = arcsinleft( frac{z}{sqrt{x^2 + y^2 + z^2}} right) tag{3}label{NA3}}$$



          If we compare two points, $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$, the change in the elevation angle is
          $$bbox{ theta_2 - theta_1 = arcsinleft( frac{z_2}{sqrt{x_2^2 + y_2^2 + z_2^2}} right) - arcsinleft( frac{z_1}{sqrt{x_1^2 + y_1^2 + z_1^2}} right) }tag{4}label{NA4}$$
          Unfortunately, I do not see any way of simplifying that expression, unless we place some restrictions on the coordinates.



          For example, when $z_1 = z_2$, and $x_1^2 + y_1^2 = x_2^2 + y_2^2$, the elevation angle does not change. (Essentially, the points are then on the same latitude.)



          Therefore, in OP's case, the elevation angle does not change between $(0.1, 0.1, 0.9899)$ and $(-0.1, -0.1, 0.9899)$; it is $81.869text{°}$, or $1.42889$ radians in both cases.






          share|cite|improve this answer









          $endgroup$













            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3081673%2fspherical-polar-geometry-change-in-elevation-angle%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0












            $begingroup$

            There are several ways to define a spherical coordinate system. The term elevation angle is used with the definition
            $$bbox{ vec{p} = left [ begin{matrix} x \ y \ z end{matrix} right ] = left [ begin{matrix}
            r costheta cosvarphi \
            r costheta sinvarphi \
            r sintheta end{matrix} right ] tag{1}label{NA1} }$$

            where $varphi$ is the angle on the $xy$ plane, with $0text{°}$ being on the positive $x$ axis, and $90text{°}$ on the positive $y$ axis; and $theta$ being the angle to the $xy$ plane, with $0text{°}$ referring to the $xy$ plane ($z = 0$), positive angles up to $90text{°}$ referring to the hemisphere with positive $z$, and negative angles dow to $-90text{°}$ referring to the hemisphere with negative $z$. In other words, $theta$ is the elevation angle.



            The inverse of $eqref{NA1}$ is
            $$bbox{begin{cases}
            r = sqrt{x^2 + y^2 + z^2} \
            varphi = arctan(y, x) \
            theta = arcsin(z / r) end{cases} tag{2}label{NA2}}$$



            Thus, if you have a vector $(x, y, z)$, its elevation angle is
            $$bbox{ theta = arcsinleft( frac{z}{sqrt{x^2 + y^2 + z^2}} right) tag{3}label{NA3}}$$



            If we compare two points, $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$, the change in the elevation angle is
            $$bbox{ theta_2 - theta_1 = arcsinleft( frac{z_2}{sqrt{x_2^2 + y_2^2 + z_2^2}} right) - arcsinleft( frac{z_1}{sqrt{x_1^2 + y_1^2 + z_1^2}} right) }tag{4}label{NA4}$$
            Unfortunately, I do not see any way of simplifying that expression, unless we place some restrictions on the coordinates.



            For example, when $z_1 = z_2$, and $x_1^2 + y_1^2 = x_2^2 + y_2^2$, the elevation angle does not change. (Essentially, the points are then on the same latitude.)



            Therefore, in OP's case, the elevation angle does not change between $(0.1, 0.1, 0.9899)$ and $(-0.1, -0.1, 0.9899)$; it is $81.869text{°}$, or $1.42889$ radians in both cases.






            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$

              There are several ways to define a spherical coordinate system. The term elevation angle is used with the definition
              $$bbox{ vec{p} = left [ begin{matrix} x \ y \ z end{matrix} right ] = left [ begin{matrix}
              r costheta cosvarphi \
              r costheta sinvarphi \
              r sintheta end{matrix} right ] tag{1}label{NA1} }$$

              where $varphi$ is the angle on the $xy$ plane, with $0text{°}$ being on the positive $x$ axis, and $90text{°}$ on the positive $y$ axis; and $theta$ being the angle to the $xy$ plane, with $0text{°}$ referring to the $xy$ plane ($z = 0$), positive angles up to $90text{°}$ referring to the hemisphere with positive $z$, and negative angles dow to $-90text{°}$ referring to the hemisphere with negative $z$. In other words, $theta$ is the elevation angle.



              The inverse of $eqref{NA1}$ is
              $$bbox{begin{cases}
              r = sqrt{x^2 + y^2 + z^2} \
              varphi = arctan(y, x) \
              theta = arcsin(z / r) end{cases} tag{2}label{NA2}}$$



              Thus, if you have a vector $(x, y, z)$, its elevation angle is
              $$bbox{ theta = arcsinleft( frac{z}{sqrt{x^2 + y^2 + z^2}} right) tag{3}label{NA3}}$$



              If we compare two points, $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$, the change in the elevation angle is
              $$bbox{ theta_2 - theta_1 = arcsinleft( frac{z_2}{sqrt{x_2^2 + y_2^2 + z_2^2}} right) - arcsinleft( frac{z_1}{sqrt{x_1^2 + y_1^2 + z_1^2}} right) }tag{4}label{NA4}$$
              Unfortunately, I do not see any way of simplifying that expression, unless we place some restrictions on the coordinates.



              For example, when $z_1 = z_2$, and $x_1^2 + y_1^2 = x_2^2 + y_2^2$, the elevation angle does not change. (Essentially, the points are then on the same latitude.)



              Therefore, in OP's case, the elevation angle does not change between $(0.1, 0.1, 0.9899)$ and $(-0.1, -0.1, 0.9899)$; it is $81.869text{°}$, or $1.42889$ radians in both cases.






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$

                There are several ways to define a spherical coordinate system. The term elevation angle is used with the definition
                $$bbox{ vec{p} = left [ begin{matrix} x \ y \ z end{matrix} right ] = left [ begin{matrix}
                r costheta cosvarphi \
                r costheta sinvarphi \
                r sintheta end{matrix} right ] tag{1}label{NA1} }$$

                where $varphi$ is the angle on the $xy$ plane, with $0text{°}$ being on the positive $x$ axis, and $90text{°}$ on the positive $y$ axis; and $theta$ being the angle to the $xy$ plane, with $0text{°}$ referring to the $xy$ plane ($z = 0$), positive angles up to $90text{°}$ referring to the hemisphere with positive $z$, and negative angles dow to $-90text{°}$ referring to the hemisphere with negative $z$. In other words, $theta$ is the elevation angle.



                The inverse of $eqref{NA1}$ is
                $$bbox{begin{cases}
                r = sqrt{x^2 + y^2 + z^2} \
                varphi = arctan(y, x) \
                theta = arcsin(z / r) end{cases} tag{2}label{NA2}}$$



                Thus, if you have a vector $(x, y, z)$, its elevation angle is
                $$bbox{ theta = arcsinleft( frac{z}{sqrt{x^2 + y^2 + z^2}} right) tag{3}label{NA3}}$$



                If we compare two points, $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$, the change in the elevation angle is
                $$bbox{ theta_2 - theta_1 = arcsinleft( frac{z_2}{sqrt{x_2^2 + y_2^2 + z_2^2}} right) - arcsinleft( frac{z_1}{sqrt{x_1^2 + y_1^2 + z_1^2}} right) }tag{4}label{NA4}$$
                Unfortunately, I do not see any way of simplifying that expression, unless we place some restrictions on the coordinates.



                For example, when $z_1 = z_2$, and $x_1^2 + y_1^2 = x_2^2 + y_2^2$, the elevation angle does not change. (Essentially, the points are then on the same latitude.)



                Therefore, in OP's case, the elevation angle does not change between $(0.1, 0.1, 0.9899)$ and $(-0.1, -0.1, 0.9899)$; it is $81.869text{°}$, or $1.42889$ radians in both cases.






                share|cite|improve this answer









                $endgroup$



                There are several ways to define a spherical coordinate system. The term elevation angle is used with the definition
                $$bbox{ vec{p} = left [ begin{matrix} x \ y \ z end{matrix} right ] = left [ begin{matrix}
                r costheta cosvarphi \
                r costheta sinvarphi \
                r sintheta end{matrix} right ] tag{1}label{NA1} }$$

                where $varphi$ is the angle on the $xy$ plane, with $0text{°}$ being on the positive $x$ axis, and $90text{°}$ on the positive $y$ axis; and $theta$ being the angle to the $xy$ plane, with $0text{°}$ referring to the $xy$ plane ($z = 0$), positive angles up to $90text{°}$ referring to the hemisphere with positive $z$, and negative angles dow to $-90text{°}$ referring to the hemisphere with negative $z$. In other words, $theta$ is the elevation angle.



                The inverse of $eqref{NA1}$ is
                $$bbox{begin{cases}
                r = sqrt{x^2 + y^2 + z^2} \
                varphi = arctan(y, x) \
                theta = arcsin(z / r) end{cases} tag{2}label{NA2}}$$



                Thus, if you have a vector $(x, y, z)$, its elevation angle is
                $$bbox{ theta = arcsinleft( frac{z}{sqrt{x^2 + y^2 + z^2}} right) tag{3}label{NA3}}$$



                If we compare two points, $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$, the change in the elevation angle is
                $$bbox{ theta_2 - theta_1 = arcsinleft( frac{z_2}{sqrt{x_2^2 + y_2^2 + z_2^2}} right) - arcsinleft( frac{z_1}{sqrt{x_1^2 + y_1^2 + z_1^2}} right) }tag{4}label{NA4}$$
                Unfortunately, I do not see any way of simplifying that expression, unless we place some restrictions on the coordinates.



                For example, when $z_1 = z_2$, and $x_1^2 + y_1^2 = x_2^2 + y_2^2$, the elevation angle does not change. (Essentially, the points are then on the same latitude.)



                Therefore, in OP's case, the elevation angle does not change between $(0.1, 0.1, 0.9899)$ and $(-0.1, -0.1, 0.9899)$; it is $81.869text{°}$, or $1.42889$ radians in both cases.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jan 21 at 16:13









                Nominal AnimalNominal Animal

                7,0632617




                7,0632617






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Mathematics Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3081673%2fspherical-polar-geometry-change-in-elevation-angle%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    MongoDB - Not Authorized To Execute Command

                    in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                    Npm cannot find a required file even through it is in the searched directory