Finding range of $sin(x)cos(2x)$











up vote
1
down vote

favorite
1












I have to find the range of $f(x)=sin(x)cos(2x)$. Here's what I have so far:



$f'(x)=-cos(x)cos(2x)-2sin(2x)sin(x)$. So $cos(x)cos(2x)+2sin(2x)sin(x)=cos(x)(2cos^2(x)-1)+4sin^2xcos x=0$.
Hence $cos(x)[2cos^2(x)+4sin^2(x)-1]=0$.



From $cos(x)=0$, we get the minimum is $-1$, but I can't figure out how to solve the second equation.










share|cite|improve this question




















  • 1




    Use $sin^2x+cos^2x=1$.
    – Lord Shark the Unknown
    Nov 16 at 6:42










  • I get $cos^2(x)=3/2$. Did I make a mistake?
    – Lowkey
    Nov 16 at 7:01

















up vote
1
down vote

favorite
1












I have to find the range of $f(x)=sin(x)cos(2x)$. Here's what I have so far:



$f'(x)=-cos(x)cos(2x)-2sin(2x)sin(x)$. So $cos(x)cos(2x)+2sin(2x)sin(x)=cos(x)(2cos^2(x)-1)+4sin^2xcos x=0$.
Hence $cos(x)[2cos^2(x)+4sin^2(x)-1]=0$.



From $cos(x)=0$, we get the minimum is $-1$, but I can't figure out how to solve the second equation.










share|cite|improve this question




















  • 1




    Use $sin^2x+cos^2x=1$.
    – Lord Shark the Unknown
    Nov 16 at 6:42










  • I get $cos^2(x)=3/2$. Did I make a mistake?
    – Lowkey
    Nov 16 at 7:01















up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





I have to find the range of $f(x)=sin(x)cos(2x)$. Here's what I have so far:



$f'(x)=-cos(x)cos(2x)-2sin(2x)sin(x)$. So $cos(x)cos(2x)+2sin(2x)sin(x)=cos(x)(2cos^2(x)-1)+4sin^2xcos x=0$.
Hence $cos(x)[2cos^2(x)+4sin^2(x)-1]=0$.



From $cos(x)=0$, we get the minimum is $-1$, but I can't figure out how to solve the second equation.










share|cite|improve this question















I have to find the range of $f(x)=sin(x)cos(2x)$. Here's what I have so far:



$f'(x)=-cos(x)cos(2x)-2sin(2x)sin(x)$. So $cos(x)cos(2x)+2sin(2x)sin(x)=cos(x)(2cos^2(x)-1)+4sin^2xcos x=0$.
Hence $cos(x)[2cos^2(x)+4sin^2(x)-1]=0$.



From $cos(x)=0$, we get the minimum is $-1$, but I can't figure out how to solve the second equation.







calculus algebra-precalculus






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 17 at 17:43

























asked Nov 16 at 6:40









Lowkey

467




467








  • 1




    Use $sin^2x+cos^2x=1$.
    – Lord Shark the Unknown
    Nov 16 at 6:42










  • I get $cos^2(x)=3/2$. Did I make a mistake?
    – Lowkey
    Nov 16 at 7:01
















  • 1




    Use $sin^2x+cos^2x=1$.
    – Lord Shark the Unknown
    Nov 16 at 6:42










  • I get $cos^2(x)=3/2$. Did I make a mistake?
    – Lowkey
    Nov 16 at 7:01










1




1




Use $sin^2x+cos^2x=1$.
– Lord Shark the Unknown
Nov 16 at 6:42




Use $sin^2x+cos^2x=1$.
– Lord Shark the Unknown
Nov 16 at 6:42












I get $cos^2(x)=3/2$. Did I make a mistake?
– Lowkey
Nov 16 at 7:01






I get $cos^2(x)=3/2$. Did I make a mistake?
– Lowkey
Nov 16 at 7:01












4 Answers
4






active

oldest

votes

















up vote
2
down vote



accepted










Alternative solution with no derivatives - is it a precalculus exercise?



Note that
$$f(x)=sin(x)cos(2x)=sin(x)(1-2sin^2(x)).$$
Therefore, since $sin(mathbb{R})=[-1,1]$, it follows that
$$f(mathbb{R})=g([-1,1])$$
where $g(t)=t(1-2t^2)$.



Now for $tin [-1,1]$, both factors $t$ and $(1-2t^2)$ are in $[-1,1]$, hence $g([-1,1])subset [-1,1]$.
On the other hand $g(-1)=1$ and $g(1)=-1$.
So we may conclude that
$$f(mathbb{R})=g([-1,1])=[-1,1].$$






share|cite|improve this answer






























    up vote
    3
    down vote













    As an alternative we can use the fact that $cos2x=1-2sin^2x$, which means that
    $$ f(x)=sin x(1-2sin^2x)=-2sin^3x+sin x. $$
    It remains to find the range of $-2u^3+u$ within $[-1,1]$ after making the substitution $u=sin x$. This is quite easy to do; the range turns out to be $[-1,1]$. The minimum is achieved when $u=1$, and the maximum when $u=-1$.






    share|cite|improve this answer




























      up vote
      1
      down vote













      There's a shortcut here. Since $sin x,,cos 2xin[-1,,1]$, $sin x cos 2xin[-1,,1]$. The choice $x=pmfrac{pi}{2}$ obtains $sin x cos 2x=mp 1$, so both extrema are obtainable. We want the range of $u(1-2u^2)$ for $uin [-1,,1]$, so the continuity of polynomials implies the range is the full interval $[-1,,1]$.






      share|cite|improve this answer




























        up vote
        1
        down vote













        There are standard product-to-sum identities that give



        $$sin xcos 2x = frac{1}{2}(sin 3x - sin x).$$



        (This is easy to derive by applying the sum and difference of angle formulae to $sin(2x+x)$ and $sin(2x-x).$)



        Then it's pretty easy to find angles that make the last sum equal to $frac{1}{2}(1-(-1))$ and $frac{1}{2}(-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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000803%2ffinding-range-of-sinx-cos2x%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          Alternative solution with no derivatives - is it a precalculus exercise?



          Note that
          $$f(x)=sin(x)cos(2x)=sin(x)(1-2sin^2(x)).$$
          Therefore, since $sin(mathbb{R})=[-1,1]$, it follows that
          $$f(mathbb{R})=g([-1,1])$$
          where $g(t)=t(1-2t^2)$.



          Now for $tin [-1,1]$, both factors $t$ and $(1-2t^2)$ are in $[-1,1]$, hence $g([-1,1])subset [-1,1]$.
          On the other hand $g(-1)=1$ and $g(1)=-1$.
          So we may conclude that
          $$f(mathbb{R})=g([-1,1])=[-1,1].$$






          share|cite|improve this answer



























            up vote
            2
            down vote



            accepted










            Alternative solution with no derivatives - is it a precalculus exercise?



            Note that
            $$f(x)=sin(x)cos(2x)=sin(x)(1-2sin^2(x)).$$
            Therefore, since $sin(mathbb{R})=[-1,1]$, it follows that
            $$f(mathbb{R})=g([-1,1])$$
            where $g(t)=t(1-2t^2)$.



            Now for $tin [-1,1]$, both factors $t$ and $(1-2t^2)$ are in $[-1,1]$, hence $g([-1,1])subset [-1,1]$.
            On the other hand $g(-1)=1$ and $g(1)=-1$.
            So we may conclude that
            $$f(mathbb{R})=g([-1,1])=[-1,1].$$






            share|cite|improve this answer

























              up vote
              2
              down vote



              accepted







              up vote
              2
              down vote



              accepted






              Alternative solution with no derivatives - is it a precalculus exercise?



              Note that
              $$f(x)=sin(x)cos(2x)=sin(x)(1-2sin^2(x)).$$
              Therefore, since $sin(mathbb{R})=[-1,1]$, it follows that
              $$f(mathbb{R})=g([-1,1])$$
              where $g(t)=t(1-2t^2)$.



              Now for $tin [-1,1]$, both factors $t$ and $(1-2t^2)$ are in $[-1,1]$, hence $g([-1,1])subset [-1,1]$.
              On the other hand $g(-1)=1$ and $g(1)=-1$.
              So we may conclude that
              $$f(mathbb{R})=g([-1,1])=[-1,1].$$






              share|cite|improve this answer














              Alternative solution with no derivatives - is it a precalculus exercise?



              Note that
              $$f(x)=sin(x)cos(2x)=sin(x)(1-2sin^2(x)).$$
              Therefore, since $sin(mathbb{R})=[-1,1]$, it follows that
              $$f(mathbb{R})=g([-1,1])$$
              where $g(t)=t(1-2t^2)$.



              Now for $tin [-1,1]$, both factors $t$ and $(1-2t^2)$ are in $[-1,1]$, hence $g([-1,1])subset [-1,1]$.
              On the other hand $g(-1)=1$ and $g(1)=-1$.
              So we may conclude that
              $$f(mathbb{R})=g([-1,1])=[-1,1].$$







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited Nov 16 at 7:38

























              answered Nov 16 at 7:24









              Robert Z

              91.1k1058129




              91.1k1058129






















                  up vote
                  3
                  down vote













                  As an alternative we can use the fact that $cos2x=1-2sin^2x$, which means that
                  $$ f(x)=sin x(1-2sin^2x)=-2sin^3x+sin x. $$
                  It remains to find the range of $-2u^3+u$ within $[-1,1]$ after making the substitution $u=sin x$. This is quite easy to do; the range turns out to be $[-1,1]$. The minimum is achieved when $u=1$, and the maximum when $u=-1$.






                  share|cite|improve this answer

























                    up vote
                    3
                    down vote













                    As an alternative we can use the fact that $cos2x=1-2sin^2x$, which means that
                    $$ f(x)=sin x(1-2sin^2x)=-2sin^3x+sin x. $$
                    It remains to find the range of $-2u^3+u$ within $[-1,1]$ after making the substitution $u=sin x$. This is quite easy to do; the range turns out to be $[-1,1]$. The minimum is achieved when $u=1$, and the maximum when $u=-1$.






                    share|cite|improve this answer























                      up vote
                      3
                      down vote










                      up vote
                      3
                      down vote









                      As an alternative we can use the fact that $cos2x=1-2sin^2x$, which means that
                      $$ f(x)=sin x(1-2sin^2x)=-2sin^3x+sin x. $$
                      It remains to find the range of $-2u^3+u$ within $[-1,1]$ after making the substitution $u=sin x$. This is quite easy to do; the range turns out to be $[-1,1]$. The minimum is achieved when $u=1$, and the maximum when $u=-1$.






                      share|cite|improve this answer












                      As an alternative we can use the fact that $cos2x=1-2sin^2x$, which means that
                      $$ f(x)=sin x(1-2sin^2x)=-2sin^3x+sin x. $$
                      It remains to find the range of $-2u^3+u$ within $[-1,1]$ after making the substitution $u=sin x$. This is quite easy to do; the range turns out to be $[-1,1]$. The minimum is achieved when $u=1$, and the maximum when $u=-1$.







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Nov 16 at 7:22









                      YiFan

                      1,6431314




                      1,6431314






















                          up vote
                          1
                          down vote













                          There's a shortcut here. Since $sin x,,cos 2xin[-1,,1]$, $sin x cos 2xin[-1,,1]$. The choice $x=pmfrac{pi}{2}$ obtains $sin x cos 2x=mp 1$, so both extrema are obtainable. We want the range of $u(1-2u^2)$ for $uin [-1,,1]$, so the continuity of polynomials implies the range is the full interval $[-1,,1]$.






                          share|cite|improve this answer

























                            up vote
                            1
                            down vote













                            There's a shortcut here. Since $sin x,,cos 2xin[-1,,1]$, $sin x cos 2xin[-1,,1]$. The choice $x=pmfrac{pi}{2}$ obtains $sin x cos 2x=mp 1$, so both extrema are obtainable. We want the range of $u(1-2u^2)$ for $uin [-1,,1]$, so the continuity of polynomials implies the range is the full interval $[-1,,1]$.






                            share|cite|improve this answer























                              up vote
                              1
                              down vote










                              up vote
                              1
                              down vote









                              There's a shortcut here. Since $sin x,,cos 2xin[-1,,1]$, $sin x cos 2xin[-1,,1]$. The choice $x=pmfrac{pi}{2}$ obtains $sin x cos 2x=mp 1$, so both extrema are obtainable. We want the range of $u(1-2u^2)$ for $uin [-1,,1]$, so the continuity of polynomials implies the range is the full interval $[-1,,1]$.






                              share|cite|improve this answer












                              There's a shortcut here. Since $sin x,,cos 2xin[-1,,1]$, $sin x cos 2xin[-1,,1]$. The choice $x=pmfrac{pi}{2}$ obtains $sin x cos 2x=mp 1$, so both extrema are obtainable. We want the range of $u(1-2u^2)$ for $uin [-1,,1]$, so the continuity of polynomials implies the range is the full interval $[-1,,1]$.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Nov 16 at 7:31









                              J.G.

                              19.4k21932




                              19.4k21932






















                                  up vote
                                  1
                                  down vote













                                  There are standard product-to-sum identities that give



                                  $$sin xcos 2x = frac{1}{2}(sin 3x - sin x).$$



                                  (This is easy to derive by applying the sum and difference of angle formulae to $sin(2x+x)$ and $sin(2x-x).$)



                                  Then it's pretty easy to find angles that make the last sum equal to $frac{1}{2}(1-(-1))$ and $frac{1}{2}(-1-1).$






                                  share|cite|improve this answer

























                                    up vote
                                    1
                                    down vote













                                    There are standard product-to-sum identities that give



                                    $$sin xcos 2x = frac{1}{2}(sin 3x - sin x).$$



                                    (This is easy to derive by applying the sum and difference of angle formulae to $sin(2x+x)$ and $sin(2x-x).$)



                                    Then it's pretty easy to find angles that make the last sum equal to $frac{1}{2}(1-(-1))$ and $frac{1}{2}(-1-1).$






                                    share|cite|improve this answer























                                      up vote
                                      1
                                      down vote










                                      up vote
                                      1
                                      down vote









                                      There are standard product-to-sum identities that give



                                      $$sin xcos 2x = frac{1}{2}(sin 3x - sin x).$$



                                      (This is easy to derive by applying the sum and difference of angle formulae to $sin(2x+x)$ and $sin(2x-x).$)



                                      Then it's pretty easy to find angles that make the last sum equal to $frac{1}{2}(1-(-1))$ and $frac{1}{2}(-1-1).$






                                      share|cite|improve this answer












                                      There are standard product-to-sum identities that give



                                      $$sin xcos 2x = frac{1}{2}(sin 3x - sin x).$$



                                      (This is easy to derive by applying the sum and difference of angle formulae to $sin(2x+x)$ and $sin(2x-x).$)



                                      Then it's pretty easy to find angles that make the last sum equal to $frac{1}{2}(1-(-1))$ and $frac{1}{2}(-1-1).$







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Nov 16 at 12:11









                                      B. Goddard

                                      18.2k21340




                                      18.2k21340






























                                          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.





                                          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                          Please pay close attention to the following guidance:


                                          • 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.


                                          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%2f3000803%2ffinding-range-of-sinx-cos2x%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

                                          Plaza Victoria

                                          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                                          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...