Find the coordinates for the absolute maximum and minimum values of the function on the given interval











up vote
0
down vote

favorite












I am trying to learn how to find the coordinates for the absolute maximum and minimum values of the function on the given interval.



$$f(t) = 2-|t|, -1 ≤ t ≤ 3$$



The answer in my textbook says the minimum is $(3, -1)$ and the maximum is $(0, 2)$.



I keep getting different results, and I don't understand what I'm doing wrong. If someone could provide me with the general concept of how to solve these types of questions, I would really appreciate it.



My solution:



$f(-1) = 2-|-1|$



$f(-1) = 1$



$f(3) = 2 - |3|$



$f(3) = -1$



I thought doing that would give me the $y$ values for the absolute max and min, but clearly, it differs from the answer provided in the textbook.



Additionally, I don't really understand how to get the corresponding $x$ values for the max and min. I tried taking the derivative of the original function which left me with $f'(t) = -t/|t|$ but I didn't know where to go from there.










share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    I am trying to learn how to find the coordinates for the absolute maximum and minimum values of the function on the given interval.



    $$f(t) = 2-|t|, -1 ≤ t ≤ 3$$



    The answer in my textbook says the minimum is $(3, -1)$ and the maximum is $(0, 2)$.



    I keep getting different results, and I don't understand what I'm doing wrong. If someone could provide me with the general concept of how to solve these types of questions, I would really appreciate it.



    My solution:



    $f(-1) = 2-|-1|$



    $f(-1) = 1$



    $f(3) = 2 - |3|$



    $f(3) = -1$



    I thought doing that would give me the $y$ values for the absolute max and min, but clearly, it differs from the answer provided in the textbook.



    Additionally, I don't really understand how to get the corresponding $x$ values for the max and min. I tried taking the derivative of the original function which left me with $f'(t) = -t/|t|$ but I didn't know where to go from there.










    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to learn how to find the coordinates for the absolute maximum and minimum values of the function on the given interval.



      $$f(t) = 2-|t|, -1 ≤ t ≤ 3$$



      The answer in my textbook says the minimum is $(3, -1)$ and the maximum is $(0, 2)$.



      I keep getting different results, and I don't understand what I'm doing wrong. If someone could provide me with the general concept of how to solve these types of questions, I would really appreciate it.



      My solution:



      $f(-1) = 2-|-1|$



      $f(-1) = 1$



      $f(3) = 2 - |3|$



      $f(3) = -1$



      I thought doing that would give me the $y$ values for the absolute max and min, but clearly, it differs from the answer provided in the textbook.



      Additionally, I don't really understand how to get the corresponding $x$ values for the max and min. I tried taking the derivative of the original function which left me with $f'(t) = -t/|t|$ but I didn't know where to go from there.










      share|cite|improve this question















      I am trying to learn how to find the coordinates for the absolute maximum and minimum values of the function on the given interval.



      $$f(t) = 2-|t|, -1 ≤ t ≤ 3$$



      The answer in my textbook says the minimum is $(3, -1)$ and the maximum is $(0, 2)$.



      I keep getting different results, and I don't understand what I'm doing wrong. If someone could provide me with the general concept of how to solve these types of questions, I would really appreciate it.



      My solution:



      $f(-1) = 2-|-1|$



      $f(-1) = 1$



      $f(3) = 2 - |3|$



      $f(3) = -1$



      I thought doing that would give me the $y$ values for the absolute max and min, but clearly, it differs from the answer provided in the textbook.



      Additionally, I don't really understand how to get the corresponding $x$ values for the max and min. I tried taking the derivative of the original function which left me with $f'(t) = -t/|t|$ but I didn't know where to go from there.







      calculus derivatives absolute-value






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 27 at 6:59









      Eevee Trainer

      2,466220




      2,466220










      asked Nov 27 at 6:46









      Blackthorn

      174




      174






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          Hint: Split up $(-1,3)$ into two intervals: $(-1,0)$ and $(0,3)$. On the former interval, since $t<0$, $|t|=-t$ and thus $f(t) = 2 + t$ on that interval. Similarly, you can show $f(t) = 2 - t$ on the second interval.



          Then consider the derivative of each function on each interval, and particularly what that derivative means in the scope of the function overall - derivative tests aren't going to help a whole lot here, so think moreso about what the derivative means in a qualitative sense and how it describes the behavior of the function.



          Looking at a graph might prove useful for this qualitative analysis in particular so here's one I quickly hashed up on Desmos:



          enter image description here






          share|cite|improve this answer




























            up vote
            0
            down vote













            This is a constrained optimization problem with non-linear objective funciton. According to the Extreme Value Theorem, you must check the border points ($t=-1$, $t=3$) and the critical points in the constrained interval ($t=0$):
            $$f(-1)=1;\
            f(3)=-1 text{(min)};\
            f(0)=2 text{(max)}.$$






            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%2f3015424%2ffind-the-coordinates-for-the-absolute-maximum-and-minimum-values-of-the-function%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              0
              down vote



              accepted










              Hint: Split up $(-1,3)$ into two intervals: $(-1,0)$ and $(0,3)$. On the former interval, since $t<0$, $|t|=-t$ and thus $f(t) = 2 + t$ on that interval. Similarly, you can show $f(t) = 2 - t$ on the second interval.



              Then consider the derivative of each function on each interval, and particularly what that derivative means in the scope of the function overall - derivative tests aren't going to help a whole lot here, so think moreso about what the derivative means in a qualitative sense and how it describes the behavior of the function.



              Looking at a graph might prove useful for this qualitative analysis in particular so here's one I quickly hashed up on Desmos:



              enter image description here






              share|cite|improve this answer

























                up vote
                0
                down vote



                accepted










                Hint: Split up $(-1,3)$ into two intervals: $(-1,0)$ and $(0,3)$. On the former interval, since $t<0$, $|t|=-t$ and thus $f(t) = 2 + t$ on that interval. Similarly, you can show $f(t) = 2 - t$ on the second interval.



                Then consider the derivative of each function on each interval, and particularly what that derivative means in the scope of the function overall - derivative tests aren't going to help a whole lot here, so think moreso about what the derivative means in a qualitative sense and how it describes the behavior of the function.



                Looking at a graph might prove useful for this qualitative analysis in particular so here's one I quickly hashed up on Desmos:



                enter image description here






                share|cite|improve this answer























                  up vote
                  0
                  down vote



                  accepted







                  up vote
                  0
                  down vote



                  accepted






                  Hint: Split up $(-1,3)$ into two intervals: $(-1,0)$ and $(0,3)$. On the former interval, since $t<0$, $|t|=-t$ and thus $f(t) = 2 + t$ on that interval. Similarly, you can show $f(t) = 2 - t$ on the second interval.



                  Then consider the derivative of each function on each interval, and particularly what that derivative means in the scope of the function overall - derivative tests aren't going to help a whole lot here, so think moreso about what the derivative means in a qualitative sense and how it describes the behavior of the function.



                  Looking at a graph might prove useful for this qualitative analysis in particular so here's one I quickly hashed up on Desmos:



                  enter image description here






                  share|cite|improve this answer












                  Hint: Split up $(-1,3)$ into two intervals: $(-1,0)$ and $(0,3)$. On the former interval, since $t<0$, $|t|=-t$ and thus $f(t) = 2 + t$ on that interval. Similarly, you can show $f(t) = 2 - t$ on the second interval.



                  Then consider the derivative of each function on each interval, and particularly what that derivative means in the scope of the function overall - derivative tests aren't going to help a whole lot here, so think moreso about what the derivative means in a qualitative sense and how it describes the behavior of the function.



                  Looking at a graph might prove useful for this qualitative analysis in particular so here's one I quickly hashed up on Desmos:



                  enter image description here







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 27 at 6:53









                  Eevee Trainer

                  2,466220




                  2,466220






















                      up vote
                      0
                      down vote













                      This is a constrained optimization problem with non-linear objective funciton. According to the Extreme Value Theorem, you must check the border points ($t=-1$, $t=3$) and the critical points in the constrained interval ($t=0$):
                      $$f(-1)=1;\
                      f(3)=-1 text{(min)};\
                      f(0)=2 text{(max)}.$$






                      share|cite|improve this answer

























                        up vote
                        0
                        down vote













                        This is a constrained optimization problem with non-linear objective funciton. According to the Extreme Value Theorem, you must check the border points ($t=-1$, $t=3$) and the critical points in the constrained interval ($t=0$):
                        $$f(-1)=1;\
                        f(3)=-1 text{(min)};\
                        f(0)=2 text{(max)}.$$






                        share|cite|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          This is a constrained optimization problem with non-linear objective funciton. According to the Extreme Value Theorem, you must check the border points ($t=-1$, $t=3$) and the critical points in the constrained interval ($t=0$):
                          $$f(-1)=1;\
                          f(3)=-1 text{(min)};\
                          f(0)=2 text{(max)}.$$






                          share|cite|improve this answer












                          This is a constrained optimization problem with non-linear objective funciton. According to the Extreme Value Theorem, you must check the border points ($t=-1$, $t=3$) and the critical points in the constrained interval ($t=0$):
                          $$f(-1)=1;\
                          f(3)=-1 text{(min)};\
                          f(0)=2 text{(max)}.$$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Nov 27 at 7:27









                          farruhota

                          18.5k2736




                          18.5k2736






























                              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%2f3015424%2ffind-the-coordinates-for-the-absolute-maximum-and-minimum-values-of-the-function%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

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

                              Sphinx de Gizeh