Understanding arcsin inequalities











up vote
1
down vote

favorite












Assuming this is correct:



$arcsin x neq 0$



$sin(0) neq x$



$0neq x$



Following the same logic, why is this incorrect?



$arcsin(x+frac{1}{3}) geq 0$



$sin (0) geq x+frac{1}{3}$



$0 geq x + frac{1}{3}$



$x leq -frac{1}{3}$



$xin(-infty; -frac{1}{3}] $



The correct answer should be:



$xin[-frac{1}{3}; infty)$



Why is this incorrect? Can I use the $ sin(0) $ trick only for when there's $neq$ sign, thus cannot be used in inequalities?



I do have one more question, by the way. Is this correct?



$ arcsin(expression) geq 0 $



$ expressiongeq 0 $



and



$arccos (expression) geq 0 $



$ expressiongeq 0 $



Thanks










share|cite|improve this question









New contributor




weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    1
    down vote

    favorite












    Assuming this is correct:



    $arcsin x neq 0$



    $sin(0) neq x$



    $0neq x$



    Following the same logic, why is this incorrect?



    $arcsin(x+frac{1}{3}) geq 0$



    $sin (0) geq x+frac{1}{3}$



    $0 geq x + frac{1}{3}$



    $x leq -frac{1}{3}$



    $xin(-infty; -frac{1}{3}] $



    The correct answer should be:



    $xin[-frac{1}{3}; infty)$



    Why is this incorrect? Can I use the $ sin(0) $ trick only for when there's $neq$ sign, thus cannot be used in inequalities?



    I do have one more question, by the way. Is this correct?



    $ arcsin(expression) geq 0 $



    $ expressiongeq 0 $



    and



    $arccos (expression) geq 0 $



    $ expressiongeq 0 $



    Thanks










    share|cite|improve this question









    New contributor




    weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Assuming this is correct:



      $arcsin x neq 0$



      $sin(0) neq x$



      $0neq x$



      Following the same logic, why is this incorrect?



      $arcsin(x+frac{1}{3}) geq 0$



      $sin (0) geq x+frac{1}{3}$



      $0 geq x + frac{1}{3}$



      $x leq -frac{1}{3}$



      $xin(-infty; -frac{1}{3}] $



      The correct answer should be:



      $xin[-frac{1}{3}; infty)$



      Why is this incorrect? Can I use the $ sin(0) $ trick only for when there's $neq$ sign, thus cannot be used in inequalities?



      I do have one more question, by the way. Is this correct?



      $ arcsin(expression) geq 0 $



      $ expressiongeq 0 $



      and



      $arccos (expression) geq 0 $



      $ expressiongeq 0 $



      Thanks










      share|cite|improve this question









      New contributor




      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Assuming this is correct:



      $arcsin x neq 0$



      $sin(0) neq x$



      $0neq x$



      Following the same logic, why is this incorrect?



      $arcsin(x+frac{1}{3}) geq 0$



      $sin (0) geq x+frac{1}{3}$



      $0 geq x + frac{1}{3}$



      $x leq -frac{1}{3}$



      $xin(-infty; -frac{1}{3}] $



      The correct answer should be:



      $xin[-frac{1}{3}; infty)$



      Why is this incorrect? Can I use the $ sin(0) $ trick only for when there's $neq$ sign, thus cannot be used in inequalities?



      I do have one more question, by the way. Is this correct?



      $ arcsin(expression) geq 0 $



      $ expressiongeq 0 $



      and



      $arccos (expression) geq 0 $



      $ expressiongeq 0 $



      Thanks







      trigonometry






      share|cite|improve this question









      New contributor




      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|cite|improve this question









      New contributor




      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|cite|improve this question




      share|cite|improve this question








      edited Nov 21 at 23:02





















      New contributor




      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 21 at 22:42









      weno

      445




      445




      New contributor




      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      weno is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          The arcsine is an increasing function, so $arcsin agearcsin b$ is equivalent to $age b$ (provided $a$ and $b$ are in the domain of the arcsine).



          Thus your inequality $arcsin(x+1/3)ge0=arcsin 0$ becomes $x+1/3ge0$, that is, $xge-1/3$. Taking into account that $-1le x+1/3le 1$, we get $-4/3le xle 2/3$, so combining the inequalities yields
          $$
          -frac{1}{3}le xlefrac{2}{3}
          $$

          There's no way the solution set is $[-1/3;infty)$





          For the arccosine you have to take into account that it is decreasing, so $arccos agearccos b$ becomes $ale b$. Since $0=arccos(1)$, the inequality $arccos xge 0$ becomes $xle1$. This is anyway obvious, because $arccos xge0$ for every $xin[-1;1]$.






          share|cite|improve this answer





















            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',
            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
            });


            }
            });






            weno is a new contributor. Be nice, and check out our Code of Conduct.










             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008480%2funderstanding-arcsin-inequalities%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








            up vote
            0
            down vote













            The arcsine is an increasing function, so $arcsin agearcsin b$ is equivalent to $age b$ (provided $a$ and $b$ are in the domain of the arcsine).



            Thus your inequality $arcsin(x+1/3)ge0=arcsin 0$ becomes $x+1/3ge0$, that is, $xge-1/3$. Taking into account that $-1le x+1/3le 1$, we get $-4/3le xle 2/3$, so combining the inequalities yields
            $$
            -frac{1}{3}le xlefrac{2}{3}
            $$

            There's no way the solution set is $[-1/3;infty)$





            For the arccosine you have to take into account that it is decreasing, so $arccos agearccos b$ becomes $ale b$. Since $0=arccos(1)$, the inequality $arccos xge 0$ becomes $xle1$. This is anyway obvious, because $arccos xge0$ for every $xin[-1;1]$.






            share|cite|improve this answer

























              up vote
              0
              down vote













              The arcsine is an increasing function, so $arcsin agearcsin b$ is equivalent to $age b$ (provided $a$ and $b$ are in the domain of the arcsine).



              Thus your inequality $arcsin(x+1/3)ge0=arcsin 0$ becomes $x+1/3ge0$, that is, $xge-1/3$. Taking into account that $-1le x+1/3le 1$, we get $-4/3le xle 2/3$, so combining the inequalities yields
              $$
              -frac{1}{3}le xlefrac{2}{3}
              $$

              There's no way the solution set is $[-1/3;infty)$





              For the arccosine you have to take into account that it is decreasing, so $arccos agearccos b$ becomes $ale b$. Since $0=arccos(1)$, the inequality $arccos xge 0$ becomes $xle1$. This is anyway obvious, because $arccos xge0$ for every $xin[-1;1]$.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                The arcsine is an increasing function, so $arcsin agearcsin b$ is equivalent to $age b$ (provided $a$ and $b$ are in the domain of the arcsine).



                Thus your inequality $arcsin(x+1/3)ge0=arcsin 0$ becomes $x+1/3ge0$, that is, $xge-1/3$. Taking into account that $-1le x+1/3le 1$, we get $-4/3le xle 2/3$, so combining the inequalities yields
                $$
                -frac{1}{3}le xlefrac{2}{3}
                $$

                There's no way the solution set is $[-1/3;infty)$





                For the arccosine you have to take into account that it is decreasing, so $arccos agearccos b$ becomes $ale b$. Since $0=arccos(1)$, the inequality $arccos xge 0$ becomes $xle1$. This is anyway obvious, because $arccos xge0$ for every $xin[-1;1]$.






                share|cite|improve this answer












                The arcsine is an increasing function, so $arcsin agearcsin b$ is equivalent to $age b$ (provided $a$ and $b$ are in the domain of the arcsine).



                Thus your inequality $arcsin(x+1/3)ge0=arcsin 0$ becomes $x+1/3ge0$, that is, $xge-1/3$. Taking into account that $-1le x+1/3le 1$, we get $-4/3le xle 2/3$, so combining the inequalities yields
                $$
                -frac{1}{3}le xlefrac{2}{3}
                $$

                There's no way the solution set is $[-1/3;infty)$





                For the arccosine you have to take into account that it is decreasing, so $arccos agearccos b$ becomes $ale b$. Since $0=arccos(1)$, the inequality $arccos xge 0$ becomes $xle1$. This is anyway obvious, because $arccos xge0$ for every $xin[-1;1]$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 21 at 23:03









                egreg

                174k1383198




                174k1383198






















                    weno is a new contributor. Be nice, and check out our Code of Conduct.










                     

                    draft saved


                    draft discarded


















                    weno is a new contributor. Be nice, and check out our Code of Conduct.













                    weno is a new contributor. Be nice, and check out our Code of Conduct.












                    weno is a new contributor. Be nice, and check out our Code of Conduct.















                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008480%2funderstanding-arcsin-inequalities%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

                    Berounka

                    Sphinx de Gizeh

                    Different font size/position of beamer's navigation symbols template's content depending on regular/plain...