Finding the height and top radius of cone so that volume is maximum & Finding the angle so that the...











up vote
0
down vote

favorite
1












You have a 6-inch diameter circle of paper which you want to form into a drinking cup by removing a pie-shaped wedge with central angle theta and forming the remaining paper into a cone. - You are given that 3 is the slant height



a) Find the height and top radius of the cone so that the volume of the cup is as large as possible.



b) What is the angle theta of the arc of the paper that is cut out to create the cone of maximum volume?



I know how to do related rates with volume, but I can't seem to figure it out with angles being cut out from a circle.



Can anyone help me, thanks!










share|cite|improve this question


























    up vote
    0
    down vote

    favorite
    1












    You have a 6-inch diameter circle of paper which you want to form into a drinking cup by removing a pie-shaped wedge with central angle theta and forming the remaining paper into a cone. - You are given that 3 is the slant height



    a) Find the height and top radius of the cone so that the volume of the cup is as large as possible.



    b) What is the angle theta of the arc of the paper that is cut out to create the cone of maximum volume?



    I know how to do related rates with volume, but I can't seem to figure it out with angles being cut out from a circle.



    Can anyone help me, thanks!










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      You have a 6-inch diameter circle of paper which you want to form into a drinking cup by removing a pie-shaped wedge with central angle theta and forming the remaining paper into a cone. - You are given that 3 is the slant height



      a) Find the height and top radius of the cone so that the volume of the cup is as large as possible.



      b) What is the angle theta of the arc of the paper that is cut out to create the cone of maximum volume?



      I know how to do related rates with volume, but I can't seem to figure it out with angles being cut out from a circle.



      Can anyone help me, thanks!










      share|cite|improve this question













      You have a 6-inch diameter circle of paper which you want to form into a drinking cup by removing a pie-shaped wedge with central angle theta and forming the remaining paper into a cone. - You are given that 3 is the slant height



      a) Find the height and top radius of the cone so that the volume of the cup is as large as possible.



      b) What is the angle theta of the arc of the paper that is cut out to create the cone of maximum volume?



      I know how to do related rates with volume, but I can't seem to figure it out with angles being cut out from a circle.



      Can anyone help me, thanks!







      calculus optimization volume






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 28 at 1:06









      ShadyAF

      428




      428






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          $V = frac{1}{3}pi R^2cdot h$



          $Cx$ is the remaining circumference after removing a sector.



          The base radius then becomes $frac{Cx}{2pi} = frac{xcdot 2picdot r}{2pi} = xr$



          So $V = frac{1}{3}pi(rx)^2cdot sqrt{r^2-(rx)^2}$



          $$frac{dV}{dx} = frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2}+frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



          Max volume occurs when $frac{dV}{dx} = 0$



          Then $$frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2} = frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



          Which reduces to $2r^2 = 3(rx)^2$



          And $x = sqrt{frac{2}{3}}$



          $theta = 360 - 360cdot sqrt{frac{2}{3}}$ is the angle of the sector cutout and....



          $R = 3cdot sqrt{frac{2}{3}}$ is the base radius and .....



          $h = sqrt{9 - (3cdot sqrt{frac{2}{3}})^2} = sqrt 3$ is the height






          share|cite|improve this answer




























            up vote
            0
            down vote













            Perhaps the easiest way to relate $alpha$ (the angle of the wedge removed) to the rest of the cone's dimensions is to note that the perimeter of the base is $6pi - 3alpha$ (i.e., subtracting the arc length from the original circumference)



            Then the radius of the base is $frac{6pi-3alpha}{2pi}$. Together with the slant height you can find the height using the pythagorean theorem



            Then use the formula for the volume of a cone
            $$
            V=frac{1}{3}pi r^2 h
            $$

            where both $r$ and $h$ depend on $alpha$, and solve $frac{dV}{dalpha}=0$.






            share|cite|improve this answer























            • By alpha do you mean the angle theta?
              – ShadyAF
              Nov 28 at 2:48










            • Yes, $alpha$ is the angle of the wedge removed.
              – user25959
              Nov 28 at 2:59











            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%2f3016561%2ffinding-the-height-and-top-radius-of-cone-so-that-volume-is-maximum-finding-th%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
            1
            down vote



            accepted










            $V = frac{1}{3}pi R^2cdot h$



            $Cx$ is the remaining circumference after removing a sector.



            The base radius then becomes $frac{Cx}{2pi} = frac{xcdot 2picdot r}{2pi} = xr$



            So $V = frac{1}{3}pi(rx)^2cdot sqrt{r^2-(rx)^2}$



            $$frac{dV}{dx} = frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2}+frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



            Max volume occurs when $frac{dV}{dx} = 0$



            Then $$frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2} = frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



            Which reduces to $2r^2 = 3(rx)^2$



            And $x = sqrt{frac{2}{3}}$



            $theta = 360 - 360cdot sqrt{frac{2}{3}}$ is the angle of the sector cutout and....



            $R = 3cdot sqrt{frac{2}{3}}$ is the base radius and .....



            $h = sqrt{9 - (3cdot sqrt{frac{2}{3}})^2} = sqrt 3$ is the height






            share|cite|improve this answer

























              up vote
              1
              down vote



              accepted










              $V = frac{1}{3}pi R^2cdot h$



              $Cx$ is the remaining circumference after removing a sector.



              The base radius then becomes $frac{Cx}{2pi} = frac{xcdot 2picdot r}{2pi} = xr$



              So $V = frac{1}{3}pi(rx)^2cdot sqrt{r^2-(rx)^2}$



              $$frac{dV}{dx} = frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2}+frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



              Max volume occurs when $frac{dV}{dx} = 0$



              Then $$frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2} = frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



              Which reduces to $2r^2 = 3(rx)^2$



              And $x = sqrt{frac{2}{3}}$



              $theta = 360 - 360cdot sqrt{frac{2}{3}}$ is the angle of the sector cutout and....



              $R = 3cdot sqrt{frac{2}{3}}$ is the base radius and .....



              $h = sqrt{9 - (3cdot sqrt{frac{2}{3}})^2} = sqrt 3$ is the height






              share|cite|improve this answer























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                $V = frac{1}{3}pi R^2cdot h$



                $Cx$ is the remaining circumference after removing a sector.



                The base radius then becomes $frac{Cx}{2pi} = frac{xcdot 2picdot r}{2pi} = xr$



                So $V = frac{1}{3}pi(rx)^2cdot sqrt{r^2-(rx)^2}$



                $$frac{dV}{dx} = frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2}+frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



                Max volume occurs when $frac{dV}{dx} = 0$



                Then $$frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2} = frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



                Which reduces to $2r^2 = 3(rx)^2$



                And $x = sqrt{frac{2}{3}}$



                $theta = 360 - 360cdot sqrt{frac{2}{3}}$ is the angle of the sector cutout and....



                $R = 3cdot sqrt{frac{2}{3}}$ is the base radius and .....



                $h = sqrt{9 - (3cdot sqrt{frac{2}{3}})^2} = sqrt 3$ is the height






                share|cite|improve this answer












                $V = frac{1}{3}pi R^2cdot h$



                $Cx$ is the remaining circumference after removing a sector.



                The base radius then becomes $frac{Cx}{2pi} = frac{xcdot 2picdot r}{2pi} = xr$



                So $V = frac{1}{3}pi(rx)^2cdot sqrt{r^2-(rx)^2}$



                $$frac{dV}{dx} = frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2}+frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



                Max volume occurs when $frac{dV}{dx} = 0$



                Then $$frac{2}{3}picdot r^2 xcdot sqrt{r^2-(rx)^2} = frac{1}{3}pi(rx)^2cdot frac{-r^2x}{sqrt{r^2-(rx)^2}}$$



                Which reduces to $2r^2 = 3(rx)^2$



                And $x = sqrt{frac{2}{3}}$



                $theta = 360 - 360cdot sqrt{frac{2}{3}}$ is the angle of the sector cutout and....



                $R = 3cdot sqrt{frac{2}{3}}$ is the base radius and .....



                $h = sqrt{9 - (3cdot sqrt{frac{2}{3}})^2} = sqrt 3$ is the height







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 28 at 2:50









                Phil H

                3,9882312




                3,9882312






















                    up vote
                    0
                    down vote













                    Perhaps the easiest way to relate $alpha$ (the angle of the wedge removed) to the rest of the cone's dimensions is to note that the perimeter of the base is $6pi - 3alpha$ (i.e., subtracting the arc length from the original circumference)



                    Then the radius of the base is $frac{6pi-3alpha}{2pi}$. Together with the slant height you can find the height using the pythagorean theorem



                    Then use the formula for the volume of a cone
                    $$
                    V=frac{1}{3}pi r^2 h
                    $$

                    where both $r$ and $h$ depend on $alpha$, and solve $frac{dV}{dalpha}=0$.






                    share|cite|improve this answer























                    • By alpha do you mean the angle theta?
                      – ShadyAF
                      Nov 28 at 2:48










                    • Yes, $alpha$ is the angle of the wedge removed.
                      – user25959
                      Nov 28 at 2:59















                    up vote
                    0
                    down vote













                    Perhaps the easiest way to relate $alpha$ (the angle of the wedge removed) to the rest of the cone's dimensions is to note that the perimeter of the base is $6pi - 3alpha$ (i.e., subtracting the arc length from the original circumference)



                    Then the radius of the base is $frac{6pi-3alpha}{2pi}$. Together with the slant height you can find the height using the pythagorean theorem



                    Then use the formula for the volume of a cone
                    $$
                    V=frac{1}{3}pi r^2 h
                    $$

                    where both $r$ and $h$ depend on $alpha$, and solve $frac{dV}{dalpha}=0$.






                    share|cite|improve this answer























                    • By alpha do you mean the angle theta?
                      – ShadyAF
                      Nov 28 at 2:48










                    • Yes, $alpha$ is the angle of the wedge removed.
                      – user25959
                      Nov 28 at 2:59













                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Perhaps the easiest way to relate $alpha$ (the angle of the wedge removed) to the rest of the cone's dimensions is to note that the perimeter of the base is $6pi - 3alpha$ (i.e., subtracting the arc length from the original circumference)



                    Then the radius of the base is $frac{6pi-3alpha}{2pi}$. Together with the slant height you can find the height using the pythagorean theorem



                    Then use the formula for the volume of a cone
                    $$
                    V=frac{1}{3}pi r^2 h
                    $$

                    where both $r$ and $h$ depend on $alpha$, and solve $frac{dV}{dalpha}=0$.






                    share|cite|improve this answer














                    Perhaps the easiest way to relate $alpha$ (the angle of the wedge removed) to the rest of the cone's dimensions is to note that the perimeter of the base is $6pi - 3alpha$ (i.e., subtracting the arc length from the original circumference)



                    Then the radius of the base is $frac{6pi-3alpha}{2pi}$. Together with the slant height you can find the height using the pythagorean theorem



                    Then use the formula for the volume of a cone
                    $$
                    V=frac{1}{3}pi r^2 h
                    $$

                    where both $r$ and $h$ depend on $alpha$, and solve $frac{dV}{dalpha}=0$.







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Nov 28 at 3:06

























                    answered Nov 28 at 1:24









                    user25959

                    1,559816




                    1,559816












                    • By alpha do you mean the angle theta?
                      – ShadyAF
                      Nov 28 at 2:48










                    • Yes, $alpha$ is the angle of the wedge removed.
                      – user25959
                      Nov 28 at 2:59


















                    • By alpha do you mean the angle theta?
                      – ShadyAF
                      Nov 28 at 2:48










                    • Yes, $alpha$ is the angle of the wedge removed.
                      – user25959
                      Nov 28 at 2:59
















                    By alpha do you mean the angle theta?
                    – ShadyAF
                    Nov 28 at 2:48




                    By alpha do you mean the angle theta?
                    – ShadyAF
                    Nov 28 at 2:48












                    Yes, $alpha$ is the angle of the wedge removed.
                    – user25959
                    Nov 28 at 2:59




                    Yes, $alpha$ is the angle of the wedge removed.
                    – user25959
                    Nov 28 at 2:59


















                    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%2f3016561%2ffinding-the-height-and-top-radius-of-cone-so-that-volume-is-maximum-finding-th%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Berounka

                    Sphinx de Gizeh

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