Calculating volume of a bell shaped container

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Given $r_b$, $h_b$ and $h_t$, what would be the equation for calculating the volume of used space in a bell shaped container. Example sketch



Example sketch



What I have so far:



The shape can be separated into 2 peaces, with the first one being a cylinder for which the volume calculation is easy as
$$V_b=pi *r^2*h_b$$
The second peace is in a shape of a spherical segment for which the volume equation goes as follows
$$V_t=frac16pi h_t(3r_b^2+3r_t^2+h_t^2)$$
where $r_t$ is the radius of the topmost circle. Given that we only have the height $h_t$, we need to calculate $r_t$ using equation
$$r_t=sqrtr_b^2-h_t^2$$
If we input that into the previous equation we get
$$V_t=frac16pi h_t(3r_b^2+3sqrtr_b^2-h_t^2^2+h_t^2)$$
Now we can reduce the equation to get
$$V_t=frac16pi h_t(6r_b^2-2h_t^2)$$
and if we combine both equations we get
$$V_bt=pi r_b^2h_b + frac16pi h_t(6r_b^2-2h_t^2)$$
If we reduce it even further we get the final equation
$$V_bt=pi (r_b^2h_b+h_tr_b^2-frach_t^33)$$



Is this correct? I don't know how to verify it without getting a bucket of water and measuring the volume of a model. Is there a better way of calculating the volume?







share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    Given $r_b$, $h_b$ and $h_t$, what would be the equation for calculating the volume of used space in a bell shaped container. Example sketch



    Example sketch



    What I have so far:



    The shape can be separated into 2 peaces, with the first one being a cylinder for which the volume calculation is easy as
    $$V_b=pi *r^2*h_b$$
    The second peace is in a shape of a spherical segment for which the volume equation goes as follows
    $$V_t=frac16pi h_t(3r_b^2+3r_t^2+h_t^2)$$
    where $r_t$ is the radius of the topmost circle. Given that we only have the height $h_t$, we need to calculate $r_t$ using equation
    $$r_t=sqrtr_b^2-h_t^2$$
    If we input that into the previous equation we get
    $$V_t=frac16pi h_t(3r_b^2+3sqrtr_b^2-h_t^2^2+h_t^2)$$
    Now we can reduce the equation to get
    $$V_t=frac16pi h_t(6r_b^2-2h_t^2)$$
    and if we combine both equations we get
    $$V_bt=pi r_b^2h_b + frac16pi h_t(6r_b^2-2h_t^2)$$
    If we reduce it even further we get the final equation
    $$V_bt=pi (r_b^2h_b+h_tr_b^2-frach_t^33)$$



    Is this correct? I don't know how to verify it without getting a bucket of water and measuring the volume of a model. Is there a better way of calculating the volume?







    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Given $r_b$, $h_b$ and $h_t$, what would be the equation for calculating the volume of used space in a bell shaped container. Example sketch



      Example sketch



      What I have so far:



      The shape can be separated into 2 peaces, with the first one being a cylinder for which the volume calculation is easy as
      $$V_b=pi *r^2*h_b$$
      The second peace is in a shape of a spherical segment for which the volume equation goes as follows
      $$V_t=frac16pi h_t(3r_b^2+3r_t^2+h_t^2)$$
      where $r_t$ is the radius of the topmost circle. Given that we only have the height $h_t$, we need to calculate $r_t$ using equation
      $$r_t=sqrtr_b^2-h_t^2$$
      If we input that into the previous equation we get
      $$V_t=frac16pi h_t(3r_b^2+3sqrtr_b^2-h_t^2^2+h_t^2)$$
      Now we can reduce the equation to get
      $$V_t=frac16pi h_t(6r_b^2-2h_t^2)$$
      and if we combine both equations we get
      $$V_bt=pi r_b^2h_b + frac16pi h_t(6r_b^2-2h_t^2)$$
      If we reduce it even further we get the final equation
      $$V_bt=pi (r_b^2h_b+h_tr_b^2-frach_t^33)$$



      Is this correct? I don't know how to verify it without getting a bucket of water and measuring the volume of a model. Is there a better way of calculating the volume?







      share|cite|improve this question














      Given $r_b$, $h_b$ and $h_t$, what would be the equation for calculating the volume of used space in a bell shaped container. Example sketch



      Example sketch



      What I have so far:



      The shape can be separated into 2 peaces, with the first one being a cylinder for which the volume calculation is easy as
      $$V_b=pi *r^2*h_b$$
      The second peace is in a shape of a spherical segment for which the volume equation goes as follows
      $$V_t=frac16pi h_t(3r_b^2+3r_t^2+h_t^2)$$
      where $r_t$ is the radius of the topmost circle. Given that we only have the height $h_t$, we need to calculate $r_t$ using equation
      $$r_t=sqrtr_b^2-h_t^2$$
      If we input that into the previous equation we get
      $$V_t=frac16pi h_t(3r_b^2+3sqrtr_b^2-h_t^2^2+h_t^2)$$
      Now we can reduce the equation to get
      $$V_t=frac16pi h_t(6r_b^2-2h_t^2)$$
      and if we combine both equations we get
      $$V_bt=pi r_b^2h_b + frac16pi h_t(6r_b^2-2h_t^2)$$
      If we reduce it even further we get the final equation
      $$V_bt=pi (r_b^2h_b+h_tr_b^2-frach_t^33)$$



      Is this correct? I don't know how to verify it without getting a bucket of water and measuring the volume of a model. Is there a better way of calculating the volume?









      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Aug 21 at 12:32

























      asked Aug 21 at 12:11









      CodeBreaker

      93




      93




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          You are correct.



          Note using a little fact about napkin rings having the same volume at same height can greatly simplify this problem.



          https://www.youtube.com/watch?v=J51ncHP_BrY



          https://en.wikipedia.org/wiki/Napkin_ring_problem



          The volume is therefore the two cylinders of radius $r_b$ and (by pythagoras) $(r_b^2 - h_t^2)^1/2$ plus half the sphere of radius $h_t$






          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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f2889791%2fcalculating-volume-of-a-bell-shaped-container%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            You are correct.



            Note using a little fact about napkin rings having the same volume at same height can greatly simplify this problem.



            https://www.youtube.com/watch?v=J51ncHP_BrY



            https://en.wikipedia.org/wiki/Napkin_ring_problem



            The volume is therefore the two cylinders of radius $r_b$ and (by pythagoras) $(r_b^2 - h_t^2)^1/2$ plus half the sphere of radius $h_t$






            share|cite|improve this answer
























              up vote
              0
              down vote



              accepted










              You are correct.



              Note using a little fact about napkin rings having the same volume at same height can greatly simplify this problem.



              https://www.youtube.com/watch?v=J51ncHP_BrY



              https://en.wikipedia.org/wiki/Napkin_ring_problem



              The volume is therefore the two cylinders of radius $r_b$ and (by pythagoras) $(r_b^2 - h_t^2)^1/2$ plus half the sphere of radius $h_t$






              share|cite|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                You are correct.



                Note using a little fact about napkin rings having the same volume at same height can greatly simplify this problem.



                https://www.youtube.com/watch?v=J51ncHP_BrY



                https://en.wikipedia.org/wiki/Napkin_ring_problem



                The volume is therefore the two cylinders of radius $r_b$ and (by pythagoras) $(r_b^2 - h_t^2)^1/2$ plus half the sphere of radius $h_t$






                share|cite|improve this answer












                You are correct.



                Note using a little fact about napkin rings having the same volume at same height can greatly simplify this problem.



                https://www.youtube.com/watch?v=J51ncHP_BrY



                https://en.wikipedia.org/wiki/Napkin_ring_problem



                The volume is therefore the two cylinders of radius $r_b$ and (by pythagoras) $(r_b^2 - h_t^2)^1/2$ plus half the sphere of radius $h_t$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Aug 21 at 12:34









                Andrew Allen

                1197




                1197






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2889791%2fcalculating-volume-of-a-bell-shaped-container%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    How to combine Bézier curves to a surface?

                    Mutual Information Always Non-negative

                    Why am i infinitely getting the same tweet with the Twitter Search API?