Verify divergence theorem of paraboloid beneath a plane











up vote
1
down vote

favorite
1












Verify the divergence theorem for the vector field $mathbf F
=3x^2y^2mathbf i +ymathbf j -6xy^2zmathbf k$
for the volume bounded by the paraboloid $z=x^2+y^2$ and $z=2y$ .



I tried to compute the right hand side and I found $operatorname{div}(F) =1$ . Hence, it will only be the volume bounded by that region and I got the limits and when I computed
the value $pi/2$. The problem is computing $hat n$ in the left hand side.










share|cite|improve this question




















  • 1




    By right hand side you mean the integral of the divergence?
    – Lorenzo B.
    Nov 14 at 20:03






  • 1




    @LorenzoB. yes, the triple intergral of the divegrence
    – shadeemohammed
    Nov 14 at 20:04

















up vote
1
down vote

favorite
1












Verify the divergence theorem for the vector field $mathbf F
=3x^2y^2mathbf i +ymathbf j -6xy^2zmathbf k$
for the volume bounded by the paraboloid $z=x^2+y^2$ and $z=2y$ .



I tried to compute the right hand side and I found $operatorname{div}(F) =1$ . Hence, it will only be the volume bounded by that region and I got the limits and when I computed
the value $pi/2$. The problem is computing $hat n$ in the left hand side.










share|cite|improve this question




















  • 1




    By right hand side you mean the integral of the divergence?
    – Lorenzo B.
    Nov 14 at 20:03






  • 1




    @LorenzoB. yes, the triple intergral of the divegrence
    – shadeemohammed
    Nov 14 at 20:04















up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





Verify the divergence theorem for the vector field $mathbf F
=3x^2y^2mathbf i +ymathbf j -6xy^2zmathbf k$
for the volume bounded by the paraboloid $z=x^2+y^2$ and $z=2y$ .



I tried to compute the right hand side and I found $operatorname{div}(F) =1$ . Hence, it will only be the volume bounded by that region and I got the limits and when I computed
the value $pi/2$. The problem is computing $hat n$ in the left hand side.










share|cite|improve this question















Verify the divergence theorem for the vector field $mathbf F
=3x^2y^2mathbf i +ymathbf j -6xy^2zmathbf k$
for the volume bounded by the paraboloid $z=x^2+y^2$ and $z=2y$ .



I tried to compute the right hand side and I found $operatorname{div}(F) =1$ . Hence, it will only be the volume bounded by that region and I got the limits and when I computed
the value $pi/2$. The problem is computing $hat n$ in the left hand side.







integration multivariable-calculus vector-analysis divergence






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 16 at 19:27









mrtaurho

2,5541827




2,5541827










asked Nov 14 at 19:50









shadeemohammed

63




63








  • 1




    By right hand side you mean the integral of the divergence?
    – Lorenzo B.
    Nov 14 at 20:03






  • 1




    @LorenzoB. yes, the triple intergral of the divegrence
    – shadeemohammed
    Nov 14 at 20:04
















  • 1




    By right hand side you mean the integral of the divergence?
    – Lorenzo B.
    Nov 14 at 20:03






  • 1




    @LorenzoB. yes, the triple intergral of the divegrence
    – shadeemohammed
    Nov 14 at 20:04










1




1




By right hand side you mean the integral of the divergence?
– Lorenzo B.
Nov 14 at 20:03




By right hand side you mean the integral of the divergence?
– Lorenzo B.
Nov 14 at 20:03




1




1




@LorenzoB. yes, the triple intergral of the divegrence
– shadeemohammed
Nov 14 at 20:04






@LorenzoB. yes, the triple intergral of the divegrence
– shadeemohammed
Nov 14 at 20:04












1 Answer
1






active

oldest

votes

















up vote
1
down vote













When we have a graph $z = f(x, y)$, the area element can be computed as $dmathbf S = nabla(z - f(x, y)) dx dy$. Taking outward normals, we'll have
$$mathbf F cdot dmathbf S_{z = 2 y} =
mathbf F cdot (0, -2, 1) ,dx dy =
(-2 y - 12 x y^3) ,dx dy, \
mathbf F cdot dmathbf S_{z = x^2 + y^2} =
mathbf F cdot (2 x, 2 y, -1) ,dx dy=
(6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dx dy.$$

To evaluate the integrals, we can change to cylindrical coordinates $(x, y, z) = (r cos t, 1 + r sin t, z)$ and use the fact that $int_0^{2 pi} sin^m x cos^n x ,dx$ is non-zero only if both $m$ and $n$ are even:
$$int_0^{2 pi} (-2 y - 12 x y^3) ,dt =
int_0^{2 pi} (-2 y) dt = -4 pi, \
int_0^{2 pi} (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dt =
int_0^{2 pi} 2 y^2 dt =
2 pi (2 + r^2).$$

It remains to verify that
$$int_0^1 2 pi r^2 ,r dr =
int_0^1 int_0^{2 pi} int_{r^2 + 1 + 2 r sin t}^{2 + 2 r sin t} r ,dz dt dr.$$






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%2f2998746%2fverify-divergence-theorem-of-paraboloid-beneath-a-plane%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    When we have a graph $z = f(x, y)$, the area element can be computed as $dmathbf S = nabla(z - f(x, y)) dx dy$. Taking outward normals, we'll have
    $$mathbf F cdot dmathbf S_{z = 2 y} =
    mathbf F cdot (0, -2, 1) ,dx dy =
    (-2 y - 12 x y^3) ,dx dy, \
    mathbf F cdot dmathbf S_{z = x^2 + y^2} =
    mathbf F cdot (2 x, 2 y, -1) ,dx dy=
    (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dx dy.$$

    To evaluate the integrals, we can change to cylindrical coordinates $(x, y, z) = (r cos t, 1 + r sin t, z)$ and use the fact that $int_0^{2 pi} sin^m x cos^n x ,dx$ is non-zero only if both $m$ and $n$ are even:
    $$int_0^{2 pi} (-2 y - 12 x y^3) ,dt =
    int_0^{2 pi} (-2 y) dt = -4 pi, \
    int_0^{2 pi} (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dt =
    int_0^{2 pi} 2 y^2 dt =
    2 pi (2 + r^2).$$

    It remains to verify that
    $$int_0^1 2 pi r^2 ,r dr =
    int_0^1 int_0^{2 pi} int_{r^2 + 1 + 2 r sin t}^{2 + 2 r sin t} r ,dz dt dr.$$






    share|cite|improve this answer



























      up vote
      1
      down vote













      When we have a graph $z = f(x, y)$, the area element can be computed as $dmathbf S = nabla(z - f(x, y)) dx dy$. Taking outward normals, we'll have
      $$mathbf F cdot dmathbf S_{z = 2 y} =
      mathbf F cdot (0, -2, 1) ,dx dy =
      (-2 y - 12 x y^3) ,dx dy, \
      mathbf F cdot dmathbf S_{z = x^2 + y^2} =
      mathbf F cdot (2 x, 2 y, -1) ,dx dy=
      (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dx dy.$$

      To evaluate the integrals, we can change to cylindrical coordinates $(x, y, z) = (r cos t, 1 + r sin t, z)$ and use the fact that $int_0^{2 pi} sin^m x cos^n x ,dx$ is non-zero only if both $m$ and $n$ are even:
      $$int_0^{2 pi} (-2 y - 12 x y^3) ,dt =
      int_0^{2 pi} (-2 y) dt = -4 pi, \
      int_0^{2 pi} (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dt =
      int_0^{2 pi} 2 y^2 dt =
      2 pi (2 + r^2).$$

      It remains to verify that
      $$int_0^1 2 pi r^2 ,r dr =
      int_0^1 int_0^{2 pi} int_{r^2 + 1 + 2 r sin t}^{2 + 2 r sin t} r ,dz dt dr.$$






      share|cite|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote









        When we have a graph $z = f(x, y)$, the area element can be computed as $dmathbf S = nabla(z - f(x, y)) dx dy$. Taking outward normals, we'll have
        $$mathbf F cdot dmathbf S_{z = 2 y} =
        mathbf F cdot (0, -2, 1) ,dx dy =
        (-2 y - 12 x y^3) ,dx dy, \
        mathbf F cdot dmathbf S_{z = x^2 + y^2} =
        mathbf F cdot (2 x, 2 y, -1) ,dx dy=
        (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dx dy.$$

        To evaluate the integrals, we can change to cylindrical coordinates $(x, y, z) = (r cos t, 1 + r sin t, z)$ and use the fact that $int_0^{2 pi} sin^m x cos^n x ,dx$ is non-zero only if both $m$ and $n$ are even:
        $$int_0^{2 pi} (-2 y - 12 x y^3) ,dt =
        int_0^{2 pi} (-2 y) dt = -4 pi, \
        int_0^{2 pi} (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dt =
        int_0^{2 pi} 2 y^2 dt =
        2 pi (2 + r^2).$$

        It remains to verify that
        $$int_0^1 2 pi r^2 ,r dr =
        int_0^1 int_0^{2 pi} int_{r^2 + 1 + 2 r sin t}^{2 + 2 r sin t} r ,dz dt dr.$$






        share|cite|improve this answer














        When we have a graph $z = f(x, y)$, the area element can be computed as $dmathbf S = nabla(z - f(x, y)) dx dy$. Taking outward normals, we'll have
        $$mathbf F cdot dmathbf S_{z = 2 y} =
        mathbf F cdot (0, -2, 1) ,dx dy =
        (-2 y - 12 x y^3) ,dx dy, \
        mathbf F cdot dmathbf S_{z = x^2 + y^2} =
        mathbf F cdot (2 x, 2 y, -1) ,dx dy=
        (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dx dy.$$

        To evaluate the integrals, we can change to cylindrical coordinates $(x, y, z) = (r cos t, 1 + r sin t, z)$ and use the fact that $int_0^{2 pi} sin^m x cos^n x ,dx$ is non-zero only if both $m$ and $n$ are even:
        $$int_0^{2 pi} (-2 y - 12 x y^3) ,dt =
        int_0^{2 pi} (-2 y) dt = -4 pi, \
        int_0^{2 pi} (6 x^3 y^2 + 2 y^2 + 6 x y^2 (x^2 + y^2)) ,dt =
        int_0^{2 pi} 2 y^2 dt =
        2 pi (2 + r^2).$$

        It remains to verify that
        $$int_0^1 2 pi r^2 ,r dr =
        int_0^1 int_0^{2 pi} int_{r^2 + 1 + 2 r sin t}^{2 + 2 r sin t} r ,dz dt dr.$$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 16 at 18:54

























        answered Nov 16 at 18:20









        Maxim

        3,776218




        3,776218






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2998746%2fverify-divergence-theorem-of-paraboloid-beneath-a-plane%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?