Area under the curve - Integrals (Antiderivatives)Area under the curveArea under a log curveEvaluating Double Integrals, Area under the curveIntegral as “Area Under the Curve”Area under the graph - integrationArea under the graph $y=ln x$Trouble in finding the area of the curve using IntegrationIs area of a curve below X-axis, always negative? Negative area in polar graph.Finding the area enclosed by two curves when are areas under the x axis.Area under curve: integration

How do employ ' ("prime") in math mode at the correct depth?

51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?

Counterexample for "continuous image of closed and bounded is closed and bounded" (in normed spaces).

Was this character’s old age look CGI or make-up?

Ito`s Lemma problem

As programers say: Strive to be lazy

Effects of ~10atm pressure on engine design

Frame adjustment for engine

How exactly does artificial gravity work?

How can I answer high-school writing prompts without sounding weird and fake?

What episode was being referenced by this part of Discovery's season 2 episode 13 recap?

Does SQL Server allow (make visible) DDL inside a transaction to the transaction prior to commit?

what does a native speaker say when he wanted to leave his work?

Unexpected Netflix account registered to my Gmail address - any way it could be a hack attempt?

Automatically anti-predictably assemble an alliterative aria

Loading Latex packages into Mathematica

Why does the headset man not get on the tractor?

What information do scammers need to withdraw money from an account?

Tikz draw contour without some edges, and fill

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

Extracting X and Y coordinates from .gpx file using QGIS?

Anatomically Correct Carnivorous Tree

Are there any established rules for splitting books into parts, chapters, sections etc?

Why does my circuit work on a breadboard, but not on a perfboard? I am new to soldering



Area under the curve - Integrals (Antiderivatives)


Area under the curveArea under a log curveEvaluating Double Integrals, Area under the curveIntegral as “Area Under the Curve”Area under the graph - integrationArea under the graph $y=ln x$Trouble in finding the area of the curve using IntegrationIs area of a curve below X-axis, always negative? Negative area in polar graph.Finding the area enclosed by two curves when are areas under the x axis.Area under curve: integration













3












$begingroup$


I have a question regarding antiderivatives and area under the curve.



I've learned that first, you must to a graph to see if the area is above or below de curve. If it is above the $x$-axis the area is "positive" and I must use $A=int f(x) dx $. If it is below the $x$-axis the area is "negative" and I must use $A=-int f(x) dx $. In this last one, I've understood that negative outside the integral is because the integration alone will be negative because is under $x$-axis, but an area can't be negative so that's why is multiply by that negative. I've also seen this with absolute value $A=|int f(x) dx| $ that I think have the same purpose.



This is an example of an exercise:



Determine the area of the region bounded by the curve of the function $f(x)=4x^3-16x$ the $x$-axis and the lines $x=-2$ y $x=2$.



Ok. I'll show you my work.



I first do the graph.



Graph of the function



I see that between $-2$ and $0$ the region bounded is above the $x$-axis so is positive, and that between $0$ and $2$ the region bounded is below the $x$-axis so is negative. So I'll call the first one $A_1$ and the second $A_2$.



$$A_total=int_-2^2 (4x^3-16x) dx$$
$$A_total=A_1+A_2$$
$$A_total=int_-2^0 f(x) dx+(-int_0^2 f(x) dx)$$
$$A_total=int_-2^0 (4x^3-16x) dx+(-int_0^2 (4x^3-16x) dx)$$
$$A_total=[frac4x^44-frac16x^22]|^0_-2 - [frac4x^44-frac16x^22]|^2_0 $$
$$A_total=[x^4-8x^2]|^0_-2 - [x^4-8x^2]|^2_0 $$
$$A_total=[((0)^4-8(0)^2)-((-2)^4-8(-2)^2)]-[((2)^4-8(2)^2)-((0)^4-8(0)^2)]$$
$$A_total=[-(16-32)]-[16-32]$$
$$A_total=[-(-16)]-[-16]$$
$$A_total=16+16$$
$$A_total=32u^2$$



So I got that the total area is 32 square units. But I was wondering why is this different from doing the integration of $int_-2^2 (4x^3-16x) dx$. This gives $0$.



$$int_-2^2 (4x^3-16x) dx$$
$$=[frac4x^44-frac16x^22]|^2_-2$$
$$=[x^4-8x^2]|^2_-2$$
$$=[(2)^4-8(2)^2]-[(-2)^4-8(-2)^2]$$
$$=[16-32]-[16-32]$$
$$=-16-[-16]$$
$$=-16+16$$
$$=0$$



So I'm a bit confused. Which is one correct?



Please help.










share|cite|improve this question









$endgroup$











  • $begingroup$
    Note that $|int f(x)dx|ne int |f(x)|dx$
    $endgroup$
    – Henry Lee
    23 mins ago















3












$begingroup$


I have a question regarding antiderivatives and area under the curve.



I've learned that first, you must to a graph to see if the area is above or below de curve. If it is above the $x$-axis the area is "positive" and I must use $A=int f(x) dx $. If it is below the $x$-axis the area is "negative" and I must use $A=-int f(x) dx $. In this last one, I've understood that negative outside the integral is because the integration alone will be negative because is under $x$-axis, but an area can't be negative so that's why is multiply by that negative. I've also seen this with absolute value $A=|int f(x) dx| $ that I think have the same purpose.



This is an example of an exercise:



Determine the area of the region bounded by the curve of the function $f(x)=4x^3-16x$ the $x$-axis and the lines $x=-2$ y $x=2$.



Ok. I'll show you my work.



I first do the graph.



Graph of the function



I see that between $-2$ and $0$ the region bounded is above the $x$-axis so is positive, and that between $0$ and $2$ the region bounded is below the $x$-axis so is negative. So I'll call the first one $A_1$ and the second $A_2$.



$$A_total=int_-2^2 (4x^3-16x) dx$$
$$A_total=A_1+A_2$$
$$A_total=int_-2^0 f(x) dx+(-int_0^2 f(x) dx)$$
$$A_total=int_-2^0 (4x^3-16x) dx+(-int_0^2 (4x^3-16x) dx)$$
$$A_total=[frac4x^44-frac16x^22]|^0_-2 - [frac4x^44-frac16x^22]|^2_0 $$
$$A_total=[x^4-8x^2]|^0_-2 - [x^4-8x^2]|^2_0 $$
$$A_total=[((0)^4-8(0)^2)-((-2)^4-8(-2)^2)]-[((2)^4-8(2)^2)-((0)^4-8(0)^2)]$$
$$A_total=[-(16-32)]-[16-32]$$
$$A_total=[-(-16)]-[-16]$$
$$A_total=16+16$$
$$A_total=32u^2$$



So I got that the total area is 32 square units. But I was wondering why is this different from doing the integration of $int_-2^2 (4x^3-16x) dx$. This gives $0$.



$$int_-2^2 (4x^3-16x) dx$$
$$=[frac4x^44-frac16x^22]|^2_-2$$
$$=[x^4-8x^2]|^2_-2$$
$$=[(2)^4-8(2)^2]-[(-2)^4-8(-2)^2]$$
$$=[16-32]-[16-32]$$
$$=-16-[-16]$$
$$=-16+16$$
$$=0$$



So I'm a bit confused. Which is one correct?



Please help.










share|cite|improve this question









$endgroup$











  • $begingroup$
    Note that $|int f(x)dx|ne int |f(x)|dx$
    $endgroup$
    – Henry Lee
    23 mins ago













3












3








3





$begingroup$


I have a question regarding antiderivatives and area under the curve.



I've learned that first, you must to a graph to see if the area is above or below de curve. If it is above the $x$-axis the area is "positive" and I must use $A=int f(x) dx $. If it is below the $x$-axis the area is "negative" and I must use $A=-int f(x) dx $. In this last one, I've understood that negative outside the integral is because the integration alone will be negative because is under $x$-axis, but an area can't be negative so that's why is multiply by that negative. I've also seen this with absolute value $A=|int f(x) dx| $ that I think have the same purpose.



This is an example of an exercise:



Determine the area of the region bounded by the curve of the function $f(x)=4x^3-16x$ the $x$-axis and the lines $x=-2$ y $x=2$.



Ok. I'll show you my work.



I first do the graph.



Graph of the function



I see that between $-2$ and $0$ the region bounded is above the $x$-axis so is positive, and that between $0$ and $2$ the region bounded is below the $x$-axis so is negative. So I'll call the first one $A_1$ and the second $A_2$.



$$A_total=int_-2^2 (4x^3-16x) dx$$
$$A_total=A_1+A_2$$
$$A_total=int_-2^0 f(x) dx+(-int_0^2 f(x) dx)$$
$$A_total=int_-2^0 (4x^3-16x) dx+(-int_0^2 (4x^3-16x) dx)$$
$$A_total=[frac4x^44-frac16x^22]|^0_-2 - [frac4x^44-frac16x^22]|^2_0 $$
$$A_total=[x^4-8x^2]|^0_-2 - [x^4-8x^2]|^2_0 $$
$$A_total=[((0)^4-8(0)^2)-((-2)^4-8(-2)^2)]-[((2)^4-8(2)^2)-((0)^4-8(0)^2)]$$
$$A_total=[-(16-32)]-[16-32]$$
$$A_total=[-(-16)]-[-16]$$
$$A_total=16+16$$
$$A_total=32u^2$$



So I got that the total area is 32 square units. But I was wondering why is this different from doing the integration of $int_-2^2 (4x^3-16x) dx$. This gives $0$.



$$int_-2^2 (4x^3-16x) dx$$
$$=[frac4x^44-frac16x^22]|^2_-2$$
$$=[x^4-8x^2]|^2_-2$$
$$=[(2)^4-8(2)^2]-[(-2)^4-8(-2)^2]$$
$$=[16-32]-[16-32]$$
$$=-16-[-16]$$
$$=-16+16$$
$$=0$$



So I'm a bit confused. Which is one correct?



Please help.










share|cite|improve this question









$endgroup$




I have a question regarding antiderivatives and area under the curve.



I've learned that first, you must to a graph to see if the area is above or below de curve. If it is above the $x$-axis the area is "positive" and I must use $A=int f(x) dx $. If it is below the $x$-axis the area is "negative" and I must use $A=-int f(x) dx $. In this last one, I've understood that negative outside the integral is because the integration alone will be negative because is under $x$-axis, but an area can't be negative so that's why is multiply by that negative. I've also seen this with absolute value $A=|int f(x) dx| $ that I think have the same purpose.



This is an example of an exercise:



Determine the area of the region bounded by the curve of the function $f(x)=4x^3-16x$ the $x$-axis and the lines $x=-2$ y $x=2$.



Ok. I'll show you my work.



I first do the graph.



Graph of the function



I see that between $-2$ and $0$ the region bounded is above the $x$-axis so is positive, and that between $0$ and $2$ the region bounded is below the $x$-axis so is negative. So I'll call the first one $A_1$ and the second $A_2$.



$$A_total=int_-2^2 (4x^3-16x) dx$$
$$A_total=A_1+A_2$$
$$A_total=int_-2^0 f(x) dx+(-int_0^2 f(x) dx)$$
$$A_total=int_-2^0 (4x^3-16x) dx+(-int_0^2 (4x^3-16x) dx)$$
$$A_total=[frac4x^44-frac16x^22]|^0_-2 - [frac4x^44-frac16x^22]|^2_0 $$
$$A_total=[x^4-8x^2]|^0_-2 - [x^4-8x^2]|^2_0 $$
$$A_total=[((0)^4-8(0)^2)-((-2)^4-8(-2)^2)]-[((2)^4-8(2)^2)-((0)^4-8(0)^2)]$$
$$A_total=[-(16-32)]-[16-32]$$
$$A_total=[-(-16)]-[-16]$$
$$A_total=16+16$$
$$A_total=32u^2$$



So I got that the total area is 32 square units. But I was wondering why is this different from doing the integration of $int_-2^2 (4x^3-16x) dx$. This gives $0$.



$$int_-2^2 (4x^3-16x) dx$$
$$=[frac4x^44-frac16x^22]|^2_-2$$
$$=[x^4-8x^2]|^2_-2$$
$$=[(2)^4-8(2)^2]-[(-2)^4-8(-2)^2]$$
$$=[16-32]-[16-32]$$
$$=-16-[-16]$$
$$=-16+16$$
$$=0$$



So I'm a bit confused. Which is one correct?



Please help.







calculus integration definite-integrals






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 3 hours ago









gi2302gi2302

404




404











  • $begingroup$
    Note that $|int f(x)dx|ne int |f(x)|dx$
    $endgroup$
    – Henry Lee
    23 mins ago
















  • $begingroup$
    Note that $|int f(x)dx|ne int |f(x)|dx$
    $endgroup$
    – Henry Lee
    23 mins ago















$begingroup$
Note that $|int f(x)dx|ne int |f(x)|dx$
$endgroup$
– Henry Lee
23 mins ago




$begingroup$
Note that $|int f(x)dx|ne int |f(x)|dx$
$endgroup$
– Henry Lee
23 mins ago










3 Answers
3






active

oldest

votes


















2












$begingroup$

In such cases , you must create the partial intervals and integrate over them.



The integral without considering whether the function is negative or positive counts the areas above the $x$-axis positive and the areas below the $x$-axis negative.



Hence, the solution $0$ is not correct (anyway area $0$ cannot be the result here).



You need the roots of the function to find the necessary intervals , exactly what you did in the first (correct) approach.






share|cite|improve this answer









$endgroup$




















    2












    $begingroup$

    In your first approach, you are taking the absolute value of the "signed areas" (so the areas will be positive whether above or below the $x$-axis). Hence, $A_1 = vert 16vert = 16$ and $A_2 = vert -16vert = 16$, so $A_1+A_2 = 32$.



    When taking the definite integral, you are taking the signs into account, so $A_1 = 16$ while $A_2 = -16$, which means $int_-2^2 f(x)dx = 0$. (The areas above and below the $x$-axis are equal and cancel out.)



    The first approach is correct because the question is asking for the area bounded by $f(x)$ and the $x$-axis (in which case, a non-positive area makes no sense), not for the definite integral of $f(x)$ between $-2$ and $2$.






    share|cite|improve this answer











    $endgroup$




















      1












      $begingroup$

      Ok, so here's the cause of your confusion: the meaning of the word "area" depends on the context of the problem. Indeed your calculation



      $$int_-2^2 (4x^3-16x),dx = 0$$



      is correct. (A shortcut is to notice that you are integrating an odd function over a domain which is symmetric about the origin). However, in this particular question, the "area between the curves and the x-axis" really means to compute



      $$int_-2^2 |4x^3-16x| ,dx$$



      So yes, in the geometric sense, area generally must be positive. But when evaluating definite integrals, we sometimes think of the area above the x-axis as being "positive area" and the area below the x-axis as "negative area."



      As to getting the answer to your problem, use symmetry to make your life easier:



      $$int_-2^2 |4x^3-16x|,dx = 2* int_-2^0 (4x^3-16x),dx = 2 big[x^4 - 8x^2big] big|_-2^0 = 32.$$






      share|cite|improve this answer










      New contributor



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





      $endgroup$












      • $begingroup$
        Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
        $endgroup$
        – KM101
        2 hours ago











      • $begingroup$
        Yes, just fixed it. Thanks
        $endgroup$
        – Leonidas
        2 hours ago











      Your Answer








      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%2f3223633%2farea-under-the-curve-integrals-antiderivatives%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2












      $begingroup$

      In such cases , you must create the partial intervals and integrate over them.



      The integral without considering whether the function is negative or positive counts the areas above the $x$-axis positive and the areas below the $x$-axis negative.



      Hence, the solution $0$ is not correct (anyway area $0$ cannot be the result here).



      You need the roots of the function to find the necessary intervals , exactly what you did in the first (correct) approach.






      share|cite|improve this answer









      $endgroup$

















        2












        $begingroup$

        In such cases , you must create the partial intervals and integrate over them.



        The integral without considering whether the function is negative or positive counts the areas above the $x$-axis positive and the areas below the $x$-axis negative.



        Hence, the solution $0$ is not correct (anyway area $0$ cannot be the result here).



        You need the roots of the function to find the necessary intervals , exactly what you did in the first (correct) approach.






        share|cite|improve this answer









        $endgroup$















          2












          2








          2





          $begingroup$

          In such cases , you must create the partial intervals and integrate over them.



          The integral without considering whether the function is negative or positive counts the areas above the $x$-axis positive and the areas below the $x$-axis negative.



          Hence, the solution $0$ is not correct (anyway area $0$ cannot be the result here).



          You need the roots of the function to find the necessary intervals , exactly what you did in the first (correct) approach.






          share|cite|improve this answer









          $endgroup$



          In such cases , you must create the partial intervals and integrate over them.



          The integral without considering whether the function is negative or positive counts the areas above the $x$-axis positive and the areas below the $x$-axis negative.



          Hence, the solution $0$ is not correct (anyway area $0$ cannot be the result here).



          You need the roots of the function to find the necessary intervals , exactly what you did in the first (correct) approach.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 3 hours ago









          PeterPeter

          50k1240141




          50k1240141





















              2












              $begingroup$

              In your first approach, you are taking the absolute value of the "signed areas" (so the areas will be positive whether above or below the $x$-axis). Hence, $A_1 = vert 16vert = 16$ and $A_2 = vert -16vert = 16$, so $A_1+A_2 = 32$.



              When taking the definite integral, you are taking the signs into account, so $A_1 = 16$ while $A_2 = -16$, which means $int_-2^2 f(x)dx = 0$. (The areas above and below the $x$-axis are equal and cancel out.)



              The first approach is correct because the question is asking for the area bounded by $f(x)$ and the $x$-axis (in which case, a non-positive area makes no sense), not for the definite integral of $f(x)$ between $-2$ and $2$.






              share|cite|improve this answer











              $endgroup$

















                2












                $begingroup$

                In your first approach, you are taking the absolute value of the "signed areas" (so the areas will be positive whether above or below the $x$-axis). Hence, $A_1 = vert 16vert = 16$ and $A_2 = vert -16vert = 16$, so $A_1+A_2 = 32$.



                When taking the definite integral, you are taking the signs into account, so $A_1 = 16$ while $A_2 = -16$, which means $int_-2^2 f(x)dx = 0$. (The areas above and below the $x$-axis are equal and cancel out.)



                The first approach is correct because the question is asking for the area bounded by $f(x)$ and the $x$-axis (in which case, a non-positive area makes no sense), not for the definite integral of $f(x)$ between $-2$ and $2$.






                share|cite|improve this answer











                $endgroup$















                  2












                  2








                  2





                  $begingroup$

                  In your first approach, you are taking the absolute value of the "signed areas" (so the areas will be positive whether above or below the $x$-axis). Hence, $A_1 = vert 16vert = 16$ and $A_2 = vert -16vert = 16$, so $A_1+A_2 = 32$.



                  When taking the definite integral, you are taking the signs into account, so $A_1 = 16$ while $A_2 = -16$, which means $int_-2^2 f(x)dx = 0$. (The areas above and below the $x$-axis are equal and cancel out.)



                  The first approach is correct because the question is asking for the area bounded by $f(x)$ and the $x$-axis (in which case, a non-positive area makes no sense), not for the definite integral of $f(x)$ between $-2$ and $2$.






                  share|cite|improve this answer











                  $endgroup$



                  In your first approach, you are taking the absolute value of the "signed areas" (so the areas will be positive whether above or below the $x$-axis). Hence, $A_1 = vert 16vert = 16$ and $A_2 = vert -16vert = 16$, so $A_1+A_2 = 32$.



                  When taking the definite integral, you are taking the signs into account, so $A_1 = 16$ while $A_2 = -16$, which means $int_-2^2 f(x)dx = 0$. (The areas above and below the $x$-axis are equal and cancel out.)



                  The first approach is correct because the question is asking for the area bounded by $f(x)$ and the $x$-axis (in which case, a non-positive area makes no sense), not for the definite integral of $f(x)$ between $-2$ and $2$.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 3 hours ago

























                  answered 3 hours ago









                  KM101KM101

                  6,1161525




                  6,1161525





















                      1












                      $begingroup$

                      Ok, so here's the cause of your confusion: the meaning of the word "area" depends on the context of the problem. Indeed your calculation



                      $$int_-2^2 (4x^3-16x),dx = 0$$



                      is correct. (A shortcut is to notice that you are integrating an odd function over a domain which is symmetric about the origin). However, in this particular question, the "area between the curves and the x-axis" really means to compute



                      $$int_-2^2 |4x^3-16x| ,dx$$



                      So yes, in the geometric sense, area generally must be positive. But when evaluating definite integrals, we sometimes think of the area above the x-axis as being "positive area" and the area below the x-axis as "negative area."



                      As to getting the answer to your problem, use symmetry to make your life easier:



                      $$int_-2^2 |4x^3-16x|,dx = 2* int_-2^0 (4x^3-16x),dx = 2 big[x^4 - 8x^2big] big|_-2^0 = 32.$$






                      share|cite|improve this answer










                      New contributor



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





                      $endgroup$












                      • $begingroup$
                        Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
                        $endgroup$
                        – KM101
                        2 hours ago











                      • $begingroup$
                        Yes, just fixed it. Thanks
                        $endgroup$
                        – Leonidas
                        2 hours ago















                      1












                      $begingroup$

                      Ok, so here's the cause of your confusion: the meaning of the word "area" depends on the context of the problem. Indeed your calculation



                      $$int_-2^2 (4x^3-16x),dx = 0$$



                      is correct. (A shortcut is to notice that you are integrating an odd function over a domain which is symmetric about the origin). However, in this particular question, the "area between the curves and the x-axis" really means to compute



                      $$int_-2^2 |4x^3-16x| ,dx$$



                      So yes, in the geometric sense, area generally must be positive. But when evaluating definite integrals, we sometimes think of the area above the x-axis as being "positive area" and the area below the x-axis as "negative area."



                      As to getting the answer to your problem, use symmetry to make your life easier:



                      $$int_-2^2 |4x^3-16x|,dx = 2* int_-2^0 (4x^3-16x),dx = 2 big[x^4 - 8x^2big] big|_-2^0 = 32.$$






                      share|cite|improve this answer










                      New contributor



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





                      $endgroup$












                      • $begingroup$
                        Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
                        $endgroup$
                        – KM101
                        2 hours ago











                      • $begingroup$
                        Yes, just fixed it. Thanks
                        $endgroup$
                        – Leonidas
                        2 hours ago













                      1












                      1








                      1





                      $begingroup$

                      Ok, so here's the cause of your confusion: the meaning of the word "area" depends on the context of the problem. Indeed your calculation



                      $$int_-2^2 (4x^3-16x),dx = 0$$



                      is correct. (A shortcut is to notice that you are integrating an odd function over a domain which is symmetric about the origin). However, in this particular question, the "area between the curves and the x-axis" really means to compute



                      $$int_-2^2 |4x^3-16x| ,dx$$



                      So yes, in the geometric sense, area generally must be positive. But when evaluating definite integrals, we sometimes think of the area above the x-axis as being "positive area" and the area below the x-axis as "negative area."



                      As to getting the answer to your problem, use symmetry to make your life easier:



                      $$int_-2^2 |4x^3-16x|,dx = 2* int_-2^0 (4x^3-16x),dx = 2 big[x^4 - 8x^2big] big|_-2^0 = 32.$$






                      share|cite|improve this answer










                      New contributor



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





                      $endgroup$



                      Ok, so here's the cause of your confusion: the meaning of the word "area" depends on the context of the problem. Indeed your calculation



                      $$int_-2^2 (4x^3-16x),dx = 0$$



                      is correct. (A shortcut is to notice that you are integrating an odd function over a domain which is symmetric about the origin). However, in this particular question, the "area between the curves and the x-axis" really means to compute



                      $$int_-2^2 |4x^3-16x| ,dx$$



                      So yes, in the geometric sense, area generally must be positive. But when evaluating definite integrals, we sometimes think of the area above the x-axis as being "positive area" and the area below the x-axis as "negative area."



                      As to getting the answer to your problem, use symmetry to make your life easier:



                      $$int_-2^2 |4x^3-16x|,dx = 2* int_-2^0 (4x^3-16x),dx = 2 big[x^4 - 8x^2big] big|_-2^0 = 32.$$







                      share|cite|improve this answer










                      New contributor



                      Leonidas 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 answer



                      share|cite|improve this answer








                      edited 2 hours ago





















                      New contributor



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








                      answered 2 hours ago









                      LeonidasLeonidas

                      912




                      912




                      New contributor



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




                      New contributor




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













                      • $begingroup$
                        Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
                        $endgroup$
                        – KM101
                        2 hours ago











                      • $begingroup$
                        Yes, just fixed it. Thanks
                        $endgroup$
                        – Leonidas
                        2 hours ago
















                      • $begingroup$
                        Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
                        $endgroup$
                        – KM101
                        2 hours ago











                      • $begingroup$
                        Yes, just fixed it. Thanks
                        $endgroup$
                        – Leonidas
                        2 hours ago















                      $begingroup$
                      Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
                      $endgroup$
                      – KM101
                      2 hours ago





                      $begingroup$
                      Did you mean $32$ instead of $0$ for the second integral (also for the last line)?
                      $endgroup$
                      – KM101
                      2 hours ago













                      $begingroup$
                      Yes, just fixed it. Thanks
                      $endgroup$
                      – Leonidas
                      2 hours ago




                      $begingroup$
                      Yes, just fixed it. Thanks
                      $endgroup$
                      – Leonidas
                      2 hours ago

















                      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%2f3223633%2farea-under-the-curve-integrals-antiderivatives%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

                      Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                      Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                      François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480