How to calculate area of an ellipse based on its formula?












1












$begingroup$


How can I determine the area of a half-ellipse if all that is given is $y = sqrt{1-n^2x^2}$? I have tried both geometry and calculus, but without convincing results…



Thank you










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    This equation corresponds to half of an ellipse if I am not wrong ...
    $endgroup$
    – Damien
    Dec 11 '18 at 11:41






  • 1




    $begingroup$
    The area of an ellipse is equal to $pi ab$, $a,b$ being the lengths of the semi-major and semi-minor axes of the ellipse.
    $endgroup$
    – Shubham Johri
    Dec 11 '18 at 11:42










  • $begingroup$
    @damien you are right: I have edited accordingly...
    $endgroup$
    – Pregunto
    Dec 11 '18 at 11:43










  • $begingroup$
    Try to manipulate the formula of the ellipse to make apparent its two lengths, i.e. try to find its canonic form
    $endgroup$
    – Damien
    Dec 11 '18 at 11:49
















1












$begingroup$


How can I determine the area of a half-ellipse if all that is given is $y = sqrt{1-n^2x^2}$? I have tried both geometry and calculus, but without convincing results…



Thank you










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    This equation corresponds to half of an ellipse if I am not wrong ...
    $endgroup$
    – Damien
    Dec 11 '18 at 11:41






  • 1




    $begingroup$
    The area of an ellipse is equal to $pi ab$, $a,b$ being the lengths of the semi-major and semi-minor axes of the ellipse.
    $endgroup$
    – Shubham Johri
    Dec 11 '18 at 11:42










  • $begingroup$
    @damien you are right: I have edited accordingly...
    $endgroup$
    – Pregunto
    Dec 11 '18 at 11:43










  • $begingroup$
    Try to manipulate the formula of the ellipse to make apparent its two lengths, i.e. try to find its canonic form
    $endgroup$
    – Damien
    Dec 11 '18 at 11:49














1












1








1





$begingroup$


How can I determine the area of a half-ellipse if all that is given is $y = sqrt{1-n^2x^2}$? I have tried both geometry and calculus, but without convincing results…



Thank you










share|cite|improve this question











$endgroup$




How can I determine the area of a half-ellipse if all that is given is $y = sqrt{1-n^2x^2}$? I have tried both geometry and calculus, but without convincing results…



Thank you







calculus geometry area






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 11 '18 at 11:43







Pregunto

















asked Dec 11 '18 at 11:31









PreguntoPregunto

1476




1476








  • 1




    $begingroup$
    This equation corresponds to half of an ellipse if I am not wrong ...
    $endgroup$
    – Damien
    Dec 11 '18 at 11:41






  • 1




    $begingroup$
    The area of an ellipse is equal to $pi ab$, $a,b$ being the lengths of the semi-major and semi-minor axes of the ellipse.
    $endgroup$
    – Shubham Johri
    Dec 11 '18 at 11:42










  • $begingroup$
    @damien you are right: I have edited accordingly...
    $endgroup$
    – Pregunto
    Dec 11 '18 at 11:43










  • $begingroup$
    Try to manipulate the formula of the ellipse to make apparent its two lengths, i.e. try to find its canonic form
    $endgroup$
    – Damien
    Dec 11 '18 at 11:49














  • 1




    $begingroup$
    This equation corresponds to half of an ellipse if I am not wrong ...
    $endgroup$
    – Damien
    Dec 11 '18 at 11:41






  • 1




    $begingroup$
    The area of an ellipse is equal to $pi ab$, $a,b$ being the lengths of the semi-major and semi-minor axes of the ellipse.
    $endgroup$
    – Shubham Johri
    Dec 11 '18 at 11:42










  • $begingroup$
    @damien you are right: I have edited accordingly...
    $endgroup$
    – Pregunto
    Dec 11 '18 at 11:43










  • $begingroup$
    Try to manipulate the formula of the ellipse to make apparent its two lengths, i.e. try to find its canonic form
    $endgroup$
    – Damien
    Dec 11 '18 at 11:49








1




1




$begingroup$
This equation corresponds to half of an ellipse if I am not wrong ...
$endgroup$
– Damien
Dec 11 '18 at 11:41




$begingroup$
This equation corresponds to half of an ellipse if I am not wrong ...
$endgroup$
– Damien
Dec 11 '18 at 11:41




1




1




$begingroup$
The area of an ellipse is equal to $pi ab$, $a,b$ being the lengths of the semi-major and semi-minor axes of the ellipse.
$endgroup$
– Shubham Johri
Dec 11 '18 at 11:42




$begingroup$
The area of an ellipse is equal to $pi ab$, $a,b$ being the lengths of the semi-major and semi-minor axes of the ellipse.
$endgroup$
– Shubham Johri
Dec 11 '18 at 11:42












$begingroup$
@damien you are right: I have edited accordingly...
$endgroup$
– Pregunto
Dec 11 '18 at 11:43




$begingroup$
@damien you are right: I have edited accordingly...
$endgroup$
– Pregunto
Dec 11 '18 at 11:43












$begingroup$
Try to manipulate the formula of the ellipse to make apparent its two lengths, i.e. try to find its canonic form
$endgroup$
– Damien
Dec 11 '18 at 11:49




$begingroup$
Try to manipulate the formula of the ellipse to make apparent its two lengths, i.e. try to find its canonic form
$endgroup$
– Damien
Dec 11 '18 at 11:49










2 Answers
2






active

oldest

votes


















1












$begingroup$

Figure



The area of the half-ellipse is given by the integral $displaystyleint_{-1/n}^{1/n} ydx=2int_0^{1/n}sqrt{1-n^2x^2} dx$



There is a formula for solving integrals of the form $intsqrt{a^2-x^2} dx$, but we will not use it directly. Instead, substitute $nx=sinthetaimplies dx=frac{costheta}ndtheta$



$implies A=frac2nint_0^{pi/2}cos^2theta dtheta=frac1nint_0^{pi/2}(cos2theta+1) dtheta=fracpi{2n}$



Can you now show similarly that the area enclosed by the ellipse $frac{x^2}{a^2}+frac{y^2}{b^2}=1$ is equal to $pi ab$?






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    With the use of generalized polar coordinates
    begin{aligned}x&=arcos t\
    y&=brsin tend{aligned}

    where $a=frac 1n,; b=1,; t in [0,pi]; text{and}; rin [0,1]$ in the given case. The Jacobian is ${rover n}$ and the area
    $$cal{A}=int_0^{pi} int_0^1 1cdot {rover n};dr ;dt=frac{pi}{2n}$$






    share|cite|improve this answer









    $endgroup$














      Your Answer





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

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

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

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


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3035202%2fhow-to-calculate-area-of-an-ellipse-based-on-its-formula%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









      1












      $begingroup$

      Figure



      The area of the half-ellipse is given by the integral $displaystyleint_{-1/n}^{1/n} ydx=2int_0^{1/n}sqrt{1-n^2x^2} dx$



      There is a formula for solving integrals of the form $intsqrt{a^2-x^2} dx$, but we will not use it directly. Instead, substitute $nx=sinthetaimplies dx=frac{costheta}ndtheta$



      $implies A=frac2nint_0^{pi/2}cos^2theta dtheta=frac1nint_0^{pi/2}(cos2theta+1) dtheta=fracpi{2n}$



      Can you now show similarly that the area enclosed by the ellipse $frac{x^2}{a^2}+frac{y^2}{b^2}=1$ is equal to $pi ab$?






      share|cite|improve this answer









      $endgroup$


















        1












        $begingroup$

        Figure



        The area of the half-ellipse is given by the integral $displaystyleint_{-1/n}^{1/n} ydx=2int_0^{1/n}sqrt{1-n^2x^2} dx$



        There is a formula for solving integrals of the form $intsqrt{a^2-x^2} dx$, but we will not use it directly. Instead, substitute $nx=sinthetaimplies dx=frac{costheta}ndtheta$



        $implies A=frac2nint_0^{pi/2}cos^2theta dtheta=frac1nint_0^{pi/2}(cos2theta+1) dtheta=fracpi{2n}$



        Can you now show similarly that the area enclosed by the ellipse $frac{x^2}{a^2}+frac{y^2}{b^2}=1$ is equal to $pi ab$?






        share|cite|improve this answer









        $endgroup$
















          1












          1








          1





          $begingroup$

          Figure



          The area of the half-ellipse is given by the integral $displaystyleint_{-1/n}^{1/n} ydx=2int_0^{1/n}sqrt{1-n^2x^2} dx$



          There is a formula for solving integrals of the form $intsqrt{a^2-x^2} dx$, but we will not use it directly. Instead, substitute $nx=sinthetaimplies dx=frac{costheta}ndtheta$



          $implies A=frac2nint_0^{pi/2}cos^2theta dtheta=frac1nint_0^{pi/2}(cos2theta+1) dtheta=fracpi{2n}$



          Can you now show similarly that the area enclosed by the ellipse $frac{x^2}{a^2}+frac{y^2}{b^2}=1$ is equal to $pi ab$?






          share|cite|improve this answer









          $endgroup$



          Figure



          The area of the half-ellipse is given by the integral $displaystyleint_{-1/n}^{1/n} ydx=2int_0^{1/n}sqrt{1-n^2x^2} dx$



          There is a formula for solving integrals of the form $intsqrt{a^2-x^2} dx$, but we will not use it directly. Instead, substitute $nx=sinthetaimplies dx=frac{costheta}ndtheta$



          $implies A=frac2nint_0^{pi/2}cos^2theta dtheta=frac1nint_0^{pi/2}(cos2theta+1) dtheta=fracpi{2n}$



          Can you now show similarly that the area enclosed by the ellipse $frac{x^2}{a^2}+frac{y^2}{b^2}=1$ is equal to $pi ab$?







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 11 '18 at 11:55









          Shubham JohriShubham Johri

          5,477818




          5,477818























              0












              $begingroup$

              With the use of generalized polar coordinates
              begin{aligned}x&=arcos t\
              y&=brsin tend{aligned}

              where $a=frac 1n,; b=1,; t in [0,pi]; text{and}; rin [0,1]$ in the given case. The Jacobian is ${rover n}$ and the area
              $$cal{A}=int_0^{pi} int_0^1 1cdot {rover n};dr ;dt=frac{pi}{2n}$$






              share|cite|improve this answer









              $endgroup$


















                0












                $begingroup$

                With the use of generalized polar coordinates
                begin{aligned}x&=arcos t\
                y&=brsin tend{aligned}

                where $a=frac 1n,; b=1,; t in [0,pi]; text{and}; rin [0,1]$ in the given case. The Jacobian is ${rover n}$ and the area
                $$cal{A}=int_0^{pi} int_0^1 1cdot {rover n};dr ;dt=frac{pi}{2n}$$






                share|cite|improve this answer









                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  With the use of generalized polar coordinates
                  begin{aligned}x&=arcos t\
                  y&=brsin tend{aligned}

                  where $a=frac 1n,; b=1,; t in [0,pi]; text{and}; rin [0,1]$ in the given case. The Jacobian is ${rover n}$ and the area
                  $$cal{A}=int_0^{pi} int_0^1 1cdot {rover n};dr ;dt=frac{pi}{2n}$$






                  share|cite|improve this answer









                  $endgroup$



                  With the use of generalized polar coordinates
                  begin{aligned}x&=arcos t\
                  y&=brsin tend{aligned}

                  where $a=frac 1n,; b=1,; t in [0,pi]; text{and}; rin [0,1]$ in the given case. The Jacobian is ${rover n}$ and the area
                  $$cal{A}=int_0^{pi} int_0^1 1cdot {rover n};dr ;dt=frac{pi}{2n}$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 11 '18 at 12:29









                  user376343user376343

                  3,9584829




                  3,9584829






























                      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%2f3035202%2fhow-to-calculate-area-of-an-ellipse-based-on-its-formula%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

                      How to send String Array data to Server using php in android

                      Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                      Is anime1.com a legal site for watching anime?