Taking a derivative of a magnitude of a vector












1












$begingroup$


I have found several questions including this as a step in the explanation, but have not been able to find an explicit explanation of how to take a derivative of a magnitude of a vector.



I am trying to take the derivative d/dt ||r'(t)|| but don't know how to address the magnitude signs.










share|cite|improve this question









$endgroup$












  • $begingroup$
    Do you have a formula for $r(t)$ and for $r'(t)$? If so get the formula for $||r'(t)||$ which will be a 1-var function of $t,$ then do derivative of that.
    $endgroup$
    – coffeemath
    Jan 4 at 21:34






  • 1




    $begingroup$
    What is your norm? The one derived from the dot product?
    $endgroup$
    – mathcounterexamples.net
    Jan 4 at 21:36










  • $begingroup$
    @mathcounterexamples.net r(t) is a path -- what would the norm derived from the dot product be?
    $endgroup$
    – icesk8er
    Jan 4 at 21:44
















1












$begingroup$


I have found several questions including this as a step in the explanation, but have not been able to find an explicit explanation of how to take a derivative of a magnitude of a vector.



I am trying to take the derivative d/dt ||r'(t)|| but don't know how to address the magnitude signs.










share|cite|improve this question









$endgroup$












  • $begingroup$
    Do you have a formula for $r(t)$ and for $r'(t)$? If so get the formula for $||r'(t)||$ which will be a 1-var function of $t,$ then do derivative of that.
    $endgroup$
    – coffeemath
    Jan 4 at 21:34






  • 1




    $begingroup$
    What is your norm? The one derived from the dot product?
    $endgroup$
    – mathcounterexamples.net
    Jan 4 at 21:36










  • $begingroup$
    @mathcounterexamples.net r(t) is a path -- what would the norm derived from the dot product be?
    $endgroup$
    – icesk8er
    Jan 4 at 21:44














1












1








1


0



$begingroup$


I have found several questions including this as a step in the explanation, but have not been able to find an explicit explanation of how to take a derivative of a magnitude of a vector.



I am trying to take the derivative d/dt ||r'(t)|| but don't know how to address the magnitude signs.










share|cite|improve this question









$endgroup$




I have found several questions including this as a step in the explanation, but have not been able to find an explicit explanation of how to take a derivative of a magnitude of a vector.



I am trying to take the derivative d/dt ||r'(t)|| but don't know how to address the magnitude signs.







multivariable-calculus vectors






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 4 at 21:28









icesk8ericesk8er

83




83












  • $begingroup$
    Do you have a formula for $r(t)$ and for $r'(t)$? If so get the formula for $||r'(t)||$ which will be a 1-var function of $t,$ then do derivative of that.
    $endgroup$
    – coffeemath
    Jan 4 at 21:34






  • 1




    $begingroup$
    What is your norm? The one derived from the dot product?
    $endgroup$
    – mathcounterexamples.net
    Jan 4 at 21:36










  • $begingroup$
    @mathcounterexamples.net r(t) is a path -- what would the norm derived from the dot product be?
    $endgroup$
    – icesk8er
    Jan 4 at 21:44


















  • $begingroup$
    Do you have a formula for $r(t)$ and for $r'(t)$? If so get the formula for $||r'(t)||$ which will be a 1-var function of $t,$ then do derivative of that.
    $endgroup$
    – coffeemath
    Jan 4 at 21:34






  • 1




    $begingroup$
    What is your norm? The one derived from the dot product?
    $endgroup$
    – mathcounterexamples.net
    Jan 4 at 21:36










  • $begingroup$
    @mathcounterexamples.net r(t) is a path -- what would the norm derived from the dot product be?
    $endgroup$
    – icesk8er
    Jan 4 at 21:44
















$begingroup$
Do you have a formula for $r(t)$ and for $r'(t)$? If so get the formula for $||r'(t)||$ which will be a 1-var function of $t,$ then do derivative of that.
$endgroup$
– coffeemath
Jan 4 at 21:34




$begingroup$
Do you have a formula for $r(t)$ and for $r'(t)$? If so get the formula for $||r'(t)||$ which will be a 1-var function of $t,$ then do derivative of that.
$endgroup$
– coffeemath
Jan 4 at 21:34




1




1




$begingroup$
What is your norm? The one derived from the dot product?
$endgroup$
– mathcounterexamples.net
Jan 4 at 21:36




$begingroup$
What is your norm? The one derived from the dot product?
$endgroup$
– mathcounterexamples.net
Jan 4 at 21:36












$begingroup$
@mathcounterexamples.net r(t) is a path -- what would the norm derived from the dot product be?
$endgroup$
– icesk8er
Jan 4 at 21:44




$begingroup$
@mathcounterexamples.net r(t) is a path -- what would the norm derived from the dot product be?
$endgroup$
– icesk8er
Jan 4 at 21:44










3 Answers
3






active

oldest

votes


















2












$begingroup$

I will assume that you are working with the euclidian norm and the dot product. Let $v(t)$ be a vector:
$$v(t) cdot v(t)=|v(t)|^2$$
And
$$frac{mathrm{d}|v(t)|^2}{mathrm{d}t}=2|v(t)|frac{mathrm{d}|v(t)|}{mathrm{d}t}$$
Which implies that
$$begin{align}
frac{mathrm{d}|v(t)|}{mathrm{d}t}&=frac{1}{2|v(t)|}frac{mathrm{d}|v(t)|^2}{mathrm{d}t}\
&=frac{1}{2|v(t)|}frac{mathrm{d}(v(t) cdot v(t))}{mathrm{d}t}\
&=frac{1}{2|v(t)|}left(v(t) cdot v'(t)+v'(t) cdot v(t)right)\
&=frac{1}{2|v(t)|}left(2v(t) cdot v'(t)right)\
&=frac{v(t) cdot v'(t)}{|v(t)|}
end{align}$$






share|cite|improve this answer









$endgroup$













  • $begingroup$
    (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
    $endgroup$
    – Nominal Animal
    Jan 5 at 16:12



















1












$begingroup$

$$
eqalign{
& left| {r(t)} right|^2 = r_{,x} (t)^2 + r_{,y} (t)^2 + cdots cr
& 2left| {r(t)} right|{d over {dt}}left| {r(t)} right| = 2left( {r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } right) cr
& {d over {dt}}left| {r(t)} right| = {{r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } over {left| {r(t)} right|}} cr}
$$






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    If the norm is derived from the dot product $langle cdot , cdot rangle$, then



    $$frac{dVert r^prime(t) Vert}{dt} = frac{langle r^prime(t),r^{prime prime}(t)rangle}{Vert r^prime(t)Vert}.$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Could you explain how you got that?
      $endgroup$
      – icesk8er
      Jan 4 at 21:52










    • $begingroup$
      Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
      $endgroup$
      – mathcounterexamples.net
      Jan 4 at 21:56













    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',
    autoActivateHeartbeat: false,
    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%2f3062135%2ftaking-a-derivative-of-a-magnitude-of-a-vector%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2












    $begingroup$

    I will assume that you are working with the euclidian norm and the dot product. Let $v(t)$ be a vector:
    $$v(t) cdot v(t)=|v(t)|^2$$
    And
    $$frac{mathrm{d}|v(t)|^2}{mathrm{d}t}=2|v(t)|frac{mathrm{d}|v(t)|}{mathrm{d}t}$$
    Which implies that
    $$begin{align}
    frac{mathrm{d}|v(t)|}{mathrm{d}t}&=frac{1}{2|v(t)|}frac{mathrm{d}|v(t)|^2}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}frac{mathrm{d}(v(t) cdot v(t))}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}left(v(t) cdot v'(t)+v'(t) cdot v(t)right)\
    &=frac{1}{2|v(t)|}left(2v(t) cdot v'(t)right)\
    &=frac{v(t) cdot v'(t)}{|v(t)|}
    end{align}$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
      $endgroup$
      – Nominal Animal
      Jan 5 at 16:12
















    2












    $begingroup$

    I will assume that you are working with the euclidian norm and the dot product. Let $v(t)$ be a vector:
    $$v(t) cdot v(t)=|v(t)|^2$$
    And
    $$frac{mathrm{d}|v(t)|^2}{mathrm{d}t}=2|v(t)|frac{mathrm{d}|v(t)|}{mathrm{d}t}$$
    Which implies that
    $$begin{align}
    frac{mathrm{d}|v(t)|}{mathrm{d}t}&=frac{1}{2|v(t)|}frac{mathrm{d}|v(t)|^2}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}frac{mathrm{d}(v(t) cdot v(t))}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}left(v(t) cdot v'(t)+v'(t) cdot v(t)right)\
    &=frac{1}{2|v(t)|}left(2v(t) cdot v'(t)right)\
    &=frac{v(t) cdot v'(t)}{|v(t)|}
    end{align}$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
      $endgroup$
      – Nominal Animal
      Jan 5 at 16:12














    2












    2








    2





    $begingroup$

    I will assume that you are working with the euclidian norm and the dot product. Let $v(t)$ be a vector:
    $$v(t) cdot v(t)=|v(t)|^2$$
    And
    $$frac{mathrm{d}|v(t)|^2}{mathrm{d}t}=2|v(t)|frac{mathrm{d}|v(t)|}{mathrm{d}t}$$
    Which implies that
    $$begin{align}
    frac{mathrm{d}|v(t)|}{mathrm{d}t}&=frac{1}{2|v(t)|}frac{mathrm{d}|v(t)|^2}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}frac{mathrm{d}(v(t) cdot v(t))}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}left(v(t) cdot v'(t)+v'(t) cdot v(t)right)\
    &=frac{1}{2|v(t)|}left(2v(t) cdot v'(t)right)\
    &=frac{v(t) cdot v'(t)}{|v(t)|}
    end{align}$$






    share|cite|improve this answer









    $endgroup$



    I will assume that you are working with the euclidian norm and the dot product. Let $v(t)$ be a vector:
    $$v(t) cdot v(t)=|v(t)|^2$$
    And
    $$frac{mathrm{d}|v(t)|^2}{mathrm{d}t}=2|v(t)|frac{mathrm{d}|v(t)|}{mathrm{d}t}$$
    Which implies that
    $$begin{align}
    frac{mathrm{d}|v(t)|}{mathrm{d}t}&=frac{1}{2|v(t)|}frac{mathrm{d}|v(t)|^2}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}frac{mathrm{d}(v(t) cdot v(t))}{mathrm{d}t}\
    &=frac{1}{2|v(t)|}left(v(t) cdot v'(t)+v'(t) cdot v(t)right)\
    &=frac{1}{2|v(t)|}left(2v(t) cdot v'(t)right)\
    &=frac{v(t) cdot v'(t)}{|v(t)|}
    end{align}$$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Jan 4 at 21:57









    BotondBotond

    6,0632832




    6,0632832












    • $begingroup$
      (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
      $endgroup$
      – Nominal Animal
      Jan 5 at 16:12


















    • $begingroup$
      (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
      $endgroup$
      – Nominal Animal
      Jan 5 at 16:12
















    $begingroup$
    (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
    $endgroup$
    – Nominal Animal
    Jan 5 at 16:12




    $begingroup$
    (If anyone is unfamiliar with the notation, $v^prime(t) = dot{v}(t) = frac{d v(t)}{d t}$.)
    $endgroup$
    – Nominal Animal
    Jan 5 at 16:12











    1












    $begingroup$

    $$
    eqalign{
    & left| {r(t)} right|^2 = r_{,x} (t)^2 + r_{,y} (t)^2 + cdots cr
    & 2left| {r(t)} right|{d over {dt}}left| {r(t)} right| = 2left( {r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } right) cr
    & {d over {dt}}left| {r(t)} right| = {{r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } over {left| {r(t)} right|}} cr}
    $$






    share|cite|improve this answer









    $endgroup$


















      1












      $begingroup$

      $$
      eqalign{
      & left| {r(t)} right|^2 = r_{,x} (t)^2 + r_{,y} (t)^2 + cdots cr
      & 2left| {r(t)} right|{d over {dt}}left| {r(t)} right| = 2left( {r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } right) cr
      & {d over {dt}}left| {r(t)} right| = {{r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } over {left| {r(t)} right|}} cr}
      $$






      share|cite|improve this answer









      $endgroup$
















        1












        1








        1





        $begingroup$

        $$
        eqalign{
        & left| {r(t)} right|^2 = r_{,x} (t)^2 + r_{,y} (t)^2 + cdots cr
        & 2left| {r(t)} right|{d over {dt}}left| {r(t)} right| = 2left( {r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } right) cr
        & {d over {dt}}left| {r(t)} right| = {{r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } over {left| {r(t)} right|}} cr}
        $$






        share|cite|improve this answer









        $endgroup$



        $$
        eqalign{
        & left| {r(t)} right|^2 = r_{,x} (t)^2 + r_{,y} (t)^2 + cdots cr
        & 2left| {r(t)} right|{d over {dt}}left| {r(t)} right| = 2left( {r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } right) cr
        & {d over {dt}}left| {r(t)} right| = {{r_{,x} (t)r_{,x} '(t) + r_{,y} (t)r_{,y} '(t) + cdots } over {left| {r(t)} right|}} cr}
        $$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 4 at 22:01









        G CabG Cab

        20.1k31340




        20.1k31340























            0












            $begingroup$

            If the norm is derived from the dot product $langle cdot , cdot rangle$, then



            $$frac{dVert r^prime(t) Vert}{dt} = frac{langle r^prime(t),r^{prime prime}(t)rangle}{Vert r^prime(t)Vert}.$$






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Could you explain how you got that?
              $endgroup$
              – icesk8er
              Jan 4 at 21:52










            • $begingroup$
              Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
              $endgroup$
              – mathcounterexamples.net
              Jan 4 at 21:56


















            0












            $begingroup$

            If the norm is derived from the dot product $langle cdot , cdot rangle$, then



            $$frac{dVert r^prime(t) Vert}{dt} = frac{langle r^prime(t),r^{prime prime}(t)rangle}{Vert r^prime(t)Vert}.$$






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Could you explain how you got that?
              $endgroup$
              – icesk8er
              Jan 4 at 21:52










            • $begingroup$
              Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
              $endgroup$
              – mathcounterexamples.net
              Jan 4 at 21:56
















            0












            0








            0





            $begingroup$

            If the norm is derived from the dot product $langle cdot , cdot rangle$, then



            $$frac{dVert r^prime(t) Vert}{dt} = frac{langle r^prime(t),r^{prime prime}(t)rangle}{Vert r^prime(t)Vert}.$$






            share|cite|improve this answer









            $endgroup$



            If the norm is derived from the dot product $langle cdot , cdot rangle$, then



            $$frac{dVert r^prime(t) Vert}{dt} = frac{langle r^prime(t),r^{prime prime}(t)rangle}{Vert r^prime(t)Vert}.$$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 4 at 21:50









            mathcounterexamples.netmathcounterexamples.net

            27k22158




            27k22158












            • $begingroup$
              Could you explain how you got that?
              $endgroup$
              – icesk8er
              Jan 4 at 21:52










            • $begingroup$
              Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
              $endgroup$
              – mathcounterexamples.net
              Jan 4 at 21:56




















            • $begingroup$
              Could you explain how you got that?
              $endgroup$
              – icesk8er
              Jan 4 at 21:52










            • $begingroup$
              Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
              $endgroup$
              – mathcounterexamples.net
              Jan 4 at 21:56


















            $begingroup$
            Could you explain how you got that?
            $endgroup$
            – icesk8er
            Jan 4 at 21:52




            $begingroup$
            Could you explain how you got that?
            $endgroup$
            – icesk8er
            Jan 4 at 21:52












            $begingroup$
            Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
            $endgroup$
            – mathcounterexamples.net
            Jan 4 at 21:56






            $begingroup$
            Using the chain rule. A more simple way is to use the coordinates and the fact that for a vector $x=(x_1, dots, x_n)$ (in dimension $n$), you have $Vert x Vert = sqrt{x_1^2 + dots +x_n^2}$
            $endgroup$
            – mathcounterexamples.net
            Jan 4 at 21:56




















            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3062135%2ftaking-a-derivative-of-a-magnitude-of-a-vector%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

            Måne

            Storängen

            VLT Carioca