Parameterization of a torus

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











up vote
1
down vote

favorite












Given that the parameterization of a torus is given by:



$x(theta,phi) = (R + rcos(theta))cos(phi)$



$y(theta,phi) = (R + rcos(theta))sin(phi)$



$z(theta,phi) = rsin(theta)$



and the equation of a torus in Cartesian coordinates is given by:



$(R - sqrtx^2 + y^2)^2 + z^2 = r^2$



Where $R$ represents the major radius and $r$ the minor radius.



How does one show that the parameterization equations satisfy the Cartesian coordinates? I've tried plugging in and using trig identities, but keep getting stuck.



Also, how would I calculate the volume of a general torus using a triple integral in Cartesian coordinates?







share|cite|improve this question






















  • Once you have the parameterization, you can use the divergence theorem to find the volume. All you need is a vector function whose div is 1.
    – TacoTesseract
    Dec 24 '15 at 15:32














up vote
1
down vote

favorite












Given that the parameterization of a torus is given by:



$x(theta,phi) = (R + rcos(theta))cos(phi)$



$y(theta,phi) = (R + rcos(theta))sin(phi)$



$z(theta,phi) = rsin(theta)$



and the equation of a torus in Cartesian coordinates is given by:



$(R - sqrtx^2 + y^2)^2 + z^2 = r^2$



Where $R$ represents the major radius and $r$ the minor radius.



How does one show that the parameterization equations satisfy the Cartesian coordinates? I've tried plugging in and using trig identities, but keep getting stuck.



Also, how would I calculate the volume of a general torus using a triple integral in Cartesian coordinates?







share|cite|improve this question






















  • Once you have the parameterization, you can use the divergence theorem to find the volume. All you need is a vector function whose div is 1.
    – TacoTesseract
    Dec 24 '15 at 15:32












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Given that the parameterization of a torus is given by:



$x(theta,phi) = (R + rcos(theta))cos(phi)$



$y(theta,phi) = (R + rcos(theta))sin(phi)$



$z(theta,phi) = rsin(theta)$



and the equation of a torus in Cartesian coordinates is given by:



$(R - sqrtx^2 + y^2)^2 + z^2 = r^2$



Where $R$ represents the major radius and $r$ the minor radius.



How does one show that the parameterization equations satisfy the Cartesian coordinates? I've tried plugging in and using trig identities, but keep getting stuck.



Also, how would I calculate the volume of a general torus using a triple integral in Cartesian coordinates?







share|cite|improve this question














Given that the parameterization of a torus is given by:



$x(theta,phi) = (R + rcos(theta))cos(phi)$



$y(theta,phi) = (R + rcos(theta))sin(phi)$



$z(theta,phi) = rsin(theta)$



and the equation of a torus in Cartesian coordinates is given by:



$(R - sqrtx^2 + y^2)^2 + z^2 = r^2$



Where $R$ represents the major radius and $r$ the minor radius.



How does one show that the parameterization equations satisfy the Cartesian coordinates? I've tried plugging in and using trig identities, but keep getting stuck.



Also, how would I calculate the volume of a general torus using a triple integral in Cartesian coordinates?









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 16 '15 at 19:27









Mike Miller

34.1k365129




34.1k365129










asked Dec 16 '15 at 19:15









KenP25

112




112











  • Once you have the parameterization, you can use the divergence theorem to find the volume. All you need is a vector function whose div is 1.
    – TacoTesseract
    Dec 24 '15 at 15:32
















  • Once you have the parameterization, you can use the divergence theorem to find the volume. All you need is a vector function whose div is 1.
    – TacoTesseract
    Dec 24 '15 at 15:32















Once you have the parameterization, you can use the divergence theorem to find the volume. All you need is a vector function whose div is 1.
– TacoTesseract
Dec 24 '15 at 15:32




Once you have the parameterization, you can use the divergence theorem to find the volume. All you need is a vector function whose div is 1.
– TacoTesseract
Dec 24 '15 at 15:32










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Parametrization, as wikipedia defines it, is the process of deciding and defining the parameters necessary for a complete or relevant specification of a model or geometric object. Let's do this for the torus you described.



One approach is to set $;z=rsintheta;$ (take a point on the surface of the torus and think how the $z$ coordinate is, in terms of the angle $;theta$).



Now, since you know the equation of the torus, you can plug in $;z=rsintheta;$ to get
$$left(R-sqrtx^2+y^2right)^2+r^2sin^2theta=r^2,$$
which is
$$left(R-sqrtx^2+y^2right)^2=r^2(1-sin^2theta).$$



The last expression can also be written as
$$left(sqrtx^2+y^2-Rright)^2=r^2cos^2theta.$$



Clear away squares and rearrange to obtain
$$sqrtx^2+y^2=R+rcostheta,$$
and from this you get
$$;x^2+y^2=(R+rcostheta)^2.$$



You can observe that (for a constant $;theta;$) this equation defines a circle of radius $;R+rcostheta,;$ so you may set now $;x=(R+rcostheta)cosphi;$ and $;y=(R+rcostheta)sinphi;$.
Now, you have your complete parametrization for the torus.



For the volume of the torus I recommend you to (again) think geometrically. Simplify the torus in something that you know how to deal with (in terms of measuring it). Then you might figure out how to use that calculation to get the whole volume.






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%2f1578756%2fparameterization-of-a-torus%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













    Parametrization, as wikipedia defines it, is the process of deciding and defining the parameters necessary for a complete or relevant specification of a model or geometric object. Let's do this for the torus you described.



    One approach is to set $;z=rsintheta;$ (take a point on the surface of the torus and think how the $z$ coordinate is, in terms of the angle $;theta$).



    Now, since you know the equation of the torus, you can plug in $;z=rsintheta;$ to get
    $$left(R-sqrtx^2+y^2right)^2+r^2sin^2theta=r^2,$$
    which is
    $$left(R-sqrtx^2+y^2right)^2=r^2(1-sin^2theta).$$



    The last expression can also be written as
    $$left(sqrtx^2+y^2-Rright)^2=r^2cos^2theta.$$



    Clear away squares and rearrange to obtain
    $$sqrtx^2+y^2=R+rcostheta,$$
    and from this you get
    $$;x^2+y^2=(R+rcostheta)^2.$$



    You can observe that (for a constant $;theta;$) this equation defines a circle of radius $;R+rcostheta,;$ so you may set now $;x=(R+rcostheta)cosphi;$ and $;y=(R+rcostheta)sinphi;$.
    Now, you have your complete parametrization for the torus.



    For the volume of the torus I recommend you to (again) think geometrically. Simplify the torus in something that you know how to deal with (in terms of measuring it). Then you might figure out how to use that calculation to get the whole volume.






    share|cite|improve this answer


























      up vote
      0
      down vote













      Parametrization, as wikipedia defines it, is the process of deciding and defining the parameters necessary for a complete or relevant specification of a model or geometric object. Let's do this for the torus you described.



      One approach is to set $;z=rsintheta;$ (take a point on the surface of the torus and think how the $z$ coordinate is, in terms of the angle $;theta$).



      Now, since you know the equation of the torus, you can plug in $;z=rsintheta;$ to get
      $$left(R-sqrtx^2+y^2right)^2+r^2sin^2theta=r^2,$$
      which is
      $$left(R-sqrtx^2+y^2right)^2=r^2(1-sin^2theta).$$



      The last expression can also be written as
      $$left(sqrtx^2+y^2-Rright)^2=r^2cos^2theta.$$



      Clear away squares and rearrange to obtain
      $$sqrtx^2+y^2=R+rcostheta,$$
      and from this you get
      $$;x^2+y^2=(R+rcostheta)^2.$$



      You can observe that (for a constant $;theta;$) this equation defines a circle of radius $;R+rcostheta,;$ so you may set now $;x=(R+rcostheta)cosphi;$ and $;y=(R+rcostheta)sinphi;$.
      Now, you have your complete parametrization for the torus.



      For the volume of the torus I recommend you to (again) think geometrically. Simplify the torus in something that you know how to deal with (in terms of measuring it). Then you might figure out how to use that calculation to get the whole volume.






      share|cite|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        Parametrization, as wikipedia defines it, is the process of deciding and defining the parameters necessary for a complete or relevant specification of a model or geometric object. Let's do this for the torus you described.



        One approach is to set $;z=rsintheta;$ (take a point on the surface of the torus and think how the $z$ coordinate is, in terms of the angle $;theta$).



        Now, since you know the equation of the torus, you can plug in $;z=rsintheta;$ to get
        $$left(R-sqrtx^2+y^2right)^2+r^2sin^2theta=r^2,$$
        which is
        $$left(R-sqrtx^2+y^2right)^2=r^2(1-sin^2theta).$$



        The last expression can also be written as
        $$left(sqrtx^2+y^2-Rright)^2=r^2cos^2theta.$$



        Clear away squares and rearrange to obtain
        $$sqrtx^2+y^2=R+rcostheta,$$
        and from this you get
        $$;x^2+y^2=(R+rcostheta)^2.$$



        You can observe that (for a constant $;theta;$) this equation defines a circle of radius $;R+rcostheta,;$ so you may set now $;x=(R+rcostheta)cosphi;$ and $;y=(R+rcostheta)sinphi;$.
        Now, you have your complete parametrization for the torus.



        For the volume of the torus I recommend you to (again) think geometrically. Simplify the torus in something that you know how to deal with (in terms of measuring it). Then you might figure out how to use that calculation to get the whole volume.






        share|cite|improve this answer














        Parametrization, as wikipedia defines it, is the process of deciding and defining the parameters necessary for a complete or relevant specification of a model or geometric object. Let's do this for the torus you described.



        One approach is to set $;z=rsintheta;$ (take a point on the surface of the torus and think how the $z$ coordinate is, in terms of the angle $;theta$).



        Now, since you know the equation of the torus, you can plug in $;z=rsintheta;$ to get
        $$left(R-sqrtx^2+y^2right)^2+r^2sin^2theta=r^2,$$
        which is
        $$left(R-sqrtx^2+y^2right)^2=r^2(1-sin^2theta).$$



        The last expression can also be written as
        $$left(sqrtx^2+y^2-Rright)^2=r^2cos^2theta.$$



        Clear away squares and rearrange to obtain
        $$sqrtx^2+y^2=R+rcostheta,$$
        and from this you get
        $$;x^2+y^2=(R+rcostheta)^2.$$



        You can observe that (for a constant $;theta;$) this equation defines a circle of radius $;R+rcostheta,;$ so you may set now $;x=(R+rcostheta)cosphi;$ and $;y=(R+rcostheta)sinphi;$.
        Now, you have your complete parametrization for the torus.



        For the volume of the torus I recommend you to (again) think geometrically. Simplify the torus in something that you know how to deal with (in terms of measuring it). Then you might figure out how to use that calculation to get the whole volume.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Sep 28 '16 at 10:48

























        answered Dec 16 '15 at 22:51









        Edu

        1,3811519




        1,3811519



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1578756%2fparameterization-of-a-torus%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

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

            Carbon dioxide