Parametrization of the osculating circle to a space curve?











up vote
0
down vote

favorite












Find a parametrization of the osculating circle to r(t)= at t=0



So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.



For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:



T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
N(t)=<-cos(7t),-sin(7t),0>
B(0)=<0,1/sqrt(2),1/sqrt(2)>



center of osculating circle at t=0, = <-1,0,0>
equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0



at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.



If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.



Thanks!










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    Find a parametrization of the osculating circle to r(t)= at t=0



    So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.



    For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:



    T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
    N(t)=<-cos(7t),-sin(7t),0>
    B(0)=<0,1/sqrt(2),1/sqrt(2)>



    center of osculating circle at t=0, = <-1,0,0>
    equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0



    at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.



    If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.



    Thanks!










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Find a parametrization of the osculating circle to r(t)= at t=0



      So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.



      For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:



      T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
      N(t)=<-cos(7t),-sin(7t),0>
      B(0)=<0,1/sqrt(2),1/sqrt(2)>



      center of osculating circle at t=0, = <-1,0,0>
      equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0



      at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.



      If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.



      Thanks!










      share|cite|improve this question













      Find a parametrization of the osculating circle to r(t)= at t=0



      So I found the center of the osculating circle by calculating the radius of curvature and the normal vector. I've also found the equation of the osculating plane in which the circle will lie, but I'm stuck on how to parametrize the circle on this plane.



      For time's sake, here are the unit tangent, unit normal, and binormal vectors, the center of the osculating circle, and the equation for the plane:



      T(t)= (1/sqrt(2))<-sin(7t),cos(7t),1>
      N(t)=<-cos(7t),-sin(7t),0>
      B(0)=<0,1/sqrt(2),1/sqrt(2)>



      center of osculating circle at t=0, = <-1,0,0>
      equation for osculating plane at t=0, = (1/sqrt(2))y+(1/sqrt(2))z=0



      at this step, I tried to find the equation of a sphere with the same center and radius as the osculating circle, which gave me (x+1)^2 + y^2 + z^2 =4 and then find the intersection of this sphere with the osculating plane. Solving for y in terms of z in the osculating plane equations yields y=-z, and when plugged into the equation for the sphere, yields (x+1)^2 + 2y^2 = 4. I don't know if i'm on the right track here, but this is as far as i've been able to get.



      If anyone could help me out, or show me an entirely different way of approaching the problem, it would be greatly appreciated.



      Thanks!







      multivariable-calculus parametrization osculating-circle






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Oct 2 '16 at 18:32









      Cole Bisaccia

      1




      1






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          $newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
          $$
          Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
          $$
          parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.






          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%2f1950964%2fparametrization-of-the-osculating-circle-to-a-space-curve%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
            0
            down vote













            $newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
            $$
            Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
            $$
            parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.






            share|cite|improve this answer

























              up vote
              0
              down vote













              $newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
              $$
              Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
              $$
              parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                $newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
                $$
                Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
                $$
                parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.






                share|cite|improve this answer












                $newcommand{Vec}[1]{mathbf{#1}}$Generally, if $Vec{v}_{1}$ and $Vec{v}_{2}$ are orthogonal unit vectors in $Vec{R}^{n}$, then
                $$
                Vec{x}(t) = Vec{p}_{0} + rbigl((cos t)Vec{v}_{1} + (sin t)Vec{v}_{2}bigr)
                $$
                parametrizes the circle of center $Vec{p}_{0}$ and radius $r$ in the plane spanned by $Vec{v}_{1}$ and $Vec{v}_{2}$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Oct 2 '16 at 18:44









                Andrew D. Hwang

                52.2k447111




                52.2k447111






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1950964%2fparametrization-of-the-osculating-circle-to-a-space-curve%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei