What is the “determinant” of two vectors?












5












$begingroup$


I came across the notation $det(v,w)$ where $v$ and $w$ are vectors. Specifically, it was about the curvature of a plane curve:



$$kappa (t) = frac{det(gamma'(t), gamma''(t)) }{|gamma'(t)|^3}$$



What is it supposed to mean?










share|cite|improve this question









$endgroup$












  • $begingroup$
    Are they 2D vectors? You may want to see this section of the Wikipedia article on Curvature. As you should be able to see from there, $color{blue}{det(v,w)}$ means $color{blue}{det begin{pmatrix} v_1 & w_1 \ v_2 & w_2end{pmatrix}}$.
    $endgroup$
    – Minus One-Twelfth
    4 hours ago












  • $begingroup$
    @MinusOne-Twelfth yes
    $endgroup$
    – user
    4 hours ago










  • $begingroup$
    That is the determinant of their components.
    $endgroup$
    – Bernard
    4 hours ago
















5












$begingroup$


I came across the notation $det(v,w)$ where $v$ and $w$ are vectors. Specifically, it was about the curvature of a plane curve:



$$kappa (t) = frac{det(gamma'(t), gamma''(t)) }{|gamma'(t)|^3}$$



What is it supposed to mean?










share|cite|improve this question









$endgroup$












  • $begingroup$
    Are they 2D vectors? You may want to see this section of the Wikipedia article on Curvature. As you should be able to see from there, $color{blue}{det(v,w)}$ means $color{blue}{det begin{pmatrix} v_1 & w_1 \ v_2 & w_2end{pmatrix}}$.
    $endgroup$
    – Minus One-Twelfth
    4 hours ago












  • $begingroup$
    @MinusOne-Twelfth yes
    $endgroup$
    – user
    4 hours ago










  • $begingroup$
    That is the determinant of their components.
    $endgroup$
    – Bernard
    4 hours ago














5












5








5


1



$begingroup$


I came across the notation $det(v,w)$ where $v$ and $w$ are vectors. Specifically, it was about the curvature of a plane curve:



$$kappa (t) = frac{det(gamma'(t), gamma''(t)) }{|gamma'(t)|^3}$$



What is it supposed to mean?










share|cite|improve this question









$endgroup$




I came across the notation $det(v,w)$ where $v$ and $w$ are vectors. Specifically, it was about the curvature of a plane curve:



$$kappa (t) = frac{det(gamma'(t), gamma''(t)) }{|gamma'(t)|^3}$$



What is it supposed to mean?







linear-algebra differential-geometry notation determinant






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 4 hours ago









useruser

613




613












  • $begingroup$
    Are they 2D vectors? You may want to see this section of the Wikipedia article on Curvature. As you should be able to see from there, $color{blue}{det(v,w)}$ means $color{blue}{det begin{pmatrix} v_1 & w_1 \ v_2 & w_2end{pmatrix}}$.
    $endgroup$
    – Minus One-Twelfth
    4 hours ago












  • $begingroup$
    @MinusOne-Twelfth yes
    $endgroup$
    – user
    4 hours ago










  • $begingroup$
    That is the determinant of their components.
    $endgroup$
    – Bernard
    4 hours ago


















  • $begingroup$
    Are they 2D vectors? You may want to see this section of the Wikipedia article on Curvature. As you should be able to see from there, $color{blue}{det(v,w)}$ means $color{blue}{det begin{pmatrix} v_1 & w_1 \ v_2 & w_2end{pmatrix}}$.
    $endgroup$
    – Minus One-Twelfth
    4 hours ago












  • $begingroup$
    @MinusOne-Twelfth yes
    $endgroup$
    – user
    4 hours ago










  • $begingroup$
    That is the determinant of their components.
    $endgroup$
    – Bernard
    4 hours ago
















$begingroup$
Are they 2D vectors? You may want to see this section of the Wikipedia article on Curvature. As you should be able to see from there, $color{blue}{det(v,w)}$ means $color{blue}{det begin{pmatrix} v_1 & w_1 \ v_2 & w_2end{pmatrix}}$.
$endgroup$
– Minus One-Twelfth
4 hours ago






$begingroup$
Are they 2D vectors? You may want to see this section of the Wikipedia article on Curvature. As you should be able to see from there, $color{blue}{det(v,w)}$ means $color{blue}{det begin{pmatrix} v_1 & w_1 \ v_2 & w_2end{pmatrix}}$.
$endgroup$
– Minus One-Twelfth
4 hours ago














$begingroup$
@MinusOne-Twelfth yes
$endgroup$
– user
4 hours ago




$begingroup$
@MinusOne-Twelfth yes
$endgroup$
– user
4 hours ago












$begingroup$
That is the determinant of their components.
$endgroup$
– Bernard
4 hours ago




$begingroup$
That is the determinant of their components.
$endgroup$
– Bernard
4 hours ago










2 Answers
2






active

oldest

votes


















2












$begingroup$

They formed a matrix by stacking $gamma'(t)$ and $gamma''(t)$ next to each other as column vectors. You can also regard it as the cross product of the two vectors if you extend both with a $z=0$ coordinate and take the z component of the resulting vector (that way you can relate it to the 3d formula in a way).






share|cite|improve this answer









$endgroup$





















    1












    $begingroup$

    In general, the determinant of $n$ vectors $v_1$, $v_2$, $dots$, $v_n$ in $mathbb R^n$ is the determinant of the matrix whose columns are $v_1$, $dots$, $v_n$ (in that order).



    Seen as an application whose inputs are vectors, the determinant has nice properties:




    1. multilinear, that is linear in each variable:
      $$det(v_1,dots, a v_j+b w_j,dots,v_n)
      =
      a det(v_1,dots, v_j,dots,v_n)
      + bdet(v_1,dots, w_j,dots,v_n)$$


    2. alternating: switching two vectors transforms the determinant in its opposite



    $$det(v_1,dots, v_i, dots, v_j,dots,v_n) = det(v_1,dots, v_j, dots, v_i,dots,v_n)$$




    1. The value on the canonical basis $(e_1,dots,e_n)$ of $mathbb R^n$ is $1$.


    $$det(e_1,dots,e_n) = 1 $$



    Actually, it can be proved that the determinant is the unique alternating multilinear form whose value on the canonical basis is $1$. Many (most?) Linear Algebra books use this as a definition of the determinant (before extending the definition to matrices and then linear applications). I think it is equivalent but more satisfying than introducing the determinant by the strange "expansion along a row" formula most PreCalculus textbook use.






    share|cite|improve this answer









    $endgroup$









    • 1




      $begingroup$
      I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
      $endgroup$
      – lightxbulb
      3 hours ago













    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%2f3141770%2fwhat-is-the-determinant-of-two-vectors%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2












    $begingroup$

    They formed a matrix by stacking $gamma'(t)$ and $gamma''(t)$ next to each other as column vectors. You can also regard it as the cross product of the two vectors if you extend both with a $z=0$ coordinate and take the z component of the resulting vector (that way you can relate it to the 3d formula in a way).






    share|cite|improve this answer









    $endgroup$


















      2












      $begingroup$

      They formed a matrix by stacking $gamma'(t)$ and $gamma''(t)$ next to each other as column vectors. You can also regard it as the cross product of the two vectors if you extend both with a $z=0$ coordinate and take the z component of the resulting vector (that way you can relate it to the 3d formula in a way).






      share|cite|improve this answer









      $endgroup$
















        2












        2








        2





        $begingroup$

        They formed a matrix by stacking $gamma'(t)$ and $gamma''(t)$ next to each other as column vectors. You can also regard it as the cross product of the two vectors if you extend both with a $z=0$ coordinate and take the z component of the resulting vector (that way you can relate it to the 3d formula in a way).






        share|cite|improve this answer









        $endgroup$



        They formed a matrix by stacking $gamma'(t)$ and $gamma''(t)$ next to each other as column vectors. You can also regard it as the cross product of the two vectors if you extend both with a $z=0$ coordinate and take the z component of the resulting vector (that way you can relate it to the 3d formula in a way).







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 4 hours ago









        lightxbulblightxbulb

        1,115311




        1,115311























            1












            $begingroup$

            In general, the determinant of $n$ vectors $v_1$, $v_2$, $dots$, $v_n$ in $mathbb R^n$ is the determinant of the matrix whose columns are $v_1$, $dots$, $v_n$ (in that order).



            Seen as an application whose inputs are vectors, the determinant has nice properties:




            1. multilinear, that is linear in each variable:
              $$det(v_1,dots, a v_j+b w_j,dots,v_n)
              =
              a det(v_1,dots, v_j,dots,v_n)
              + bdet(v_1,dots, w_j,dots,v_n)$$


            2. alternating: switching two vectors transforms the determinant in its opposite



            $$det(v_1,dots, v_i, dots, v_j,dots,v_n) = det(v_1,dots, v_j, dots, v_i,dots,v_n)$$




            1. The value on the canonical basis $(e_1,dots,e_n)$ of $mathbb R^n$ is $1$.


            $$det(e_1,dots,e_n) = 1 $$



            Actually, it can be proved that the determinant is the unique alternating multilinear form whose value on the canonical basis is $1$. Many (most?) Linear Algebra books use this as a definition of the determinant (before extending the definition to matrices and then linear applications). I think it is equivalent but more satisfying than introducing the determinant by the strange "expansion along a row" formula most PreCalculus textbook use.






            share|cite|improve this answer









            $endgroup$









            • 1




              $begingroup$
              I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
              $endgroup$
              – lightxbulb
              3 hours ago


















            1












            $begingroup$

            In general, the determinant of $n$ vectors $v_1$, $v_2$, $dots$, $v_n$ in $mathbb R^n$ is the determinant of the matrix whose columns are $v_1$, $dots$, $v_n$ (in that order).



            Seen as an application whose inputs are vectors, the determinant has nice properties:




            1. multilinear, that is linear in each variable:
              $$det(v_1,dots, a v_j+b w_j,dots,v_n)
              =
              a det(v_1,dots, v_j,dots,v_n)
              + bdet(v_1,dots, w_j,dots,v_n)$$


            2. alternating: switching two vectors transforms the determinant in its opposite



            $$det(v_1,dots, v_i, dots, v_j,dots,v_n) = det(v_1,dots, v_j, dots, v_i,dots,v_n)$$




            1. The value on the canonical basis $(e_1,dots,e_n)$ of $mathbb R^n$ is $1$.


            $$det(e_1,dots,e_n) = 1 $$



            Actually, it can be proved that the determinant is the unique alternating multilinear form whose value on the canonical basis is $1$. Many (most?) Linear Algebra books use this as a definition of the determinant (before extending the definition to matrices and then linear applications). I think it is equivalent but more satisfying than introducing the determinant by the strange "expansion along a row" formula most PreCalculus textbook use.






            share|cite|improve this answer









            $endgroup$









            • 1




              $begingroup$
              I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
              $endgroup$
              – lightxbulb
              3 hours ago
















            1












            1








            1





            $begingroup$

            In general, the determinant of $n$ vectors $v_1$, $v_2$, $dots$, $v_n$ in $mathbb R^n$ is the determinant of the matrix whose columns are $v_1$, $dots$, $v_n$ (in that order).



            Seen as an application whose inputs are vectors, the determinant has nice properties:




            1. multilinear, that is linear in each variable:
              $$det(v_1,dots, a v_j+b w_j,dots,v_n)
              =
              a det(v_1,dots, v_j,dots,v_n)
              + bdet(v_1,dots, w_j,dots,v_n)$$


            2. alternating: switching two vectors transforms the determinant in its opposite



            $$det(v_1,dots, v_i, dots, v_j,dots,v_n) = det(v_1,dots, v_j, dots, v_i,dots,v_n)$$




            1. The value on the canonical basis $(e_1,dots,e_n)$ of $mathbb R^n$ is $1$.


            $$det(e_1,dots,e_n) = 1 $$



            Actually, it can be proved that the determinant is the unique alternating multilinear form whose value on the canonical basis is $1$. Many (most?) Linear Algebra books use this as a definition of the determinant (before extending the definition to matrices and then linear applications). I think it is equivalent but more satisfying than introducing the determinant by the strange "expansion along a row" formula most PreCalculus textbook use.






            share|cite|improve this answer









            $endgroup$



            In general, the determinant of $n$ vectors $v_1$, $v_2$, $dots$, $v_n$ in $mathbb R^n$ is the determinant of the matrix whose columns are $v_1$, $dots$, $v_n$ (in that order).



            Seen as an application whose inputs are vectors, the determinant has nice properties:




            1. multilinear, that is linear in each variable:
              $$det(v_1,dots, a v_j+b w_j,dots,v_n)
              =
              a det(v_1,dots, v_j,dots,v_n)
              + bdet(v_1,dots, w_j,dots,v_n)$$


            2. alternating: switching two vectors transforms the determinant in its opposite



            $$det(v_1,dots, v_i, dots, v_j,dots,v_n) = det(v_1,dots, v_j, dots, v_i,dots,v_n)$$




            1. The value on the canonical basis $(e_1,dots,e_n)$ of $mathbb R^n$ is $1$.


            $$det(e_1,dots,e_n) = 1 $$



            Actually, it can be proved that the determinant is the unique alternating multilinear form whose value on the canonical basis is $1$. Many (most?) Linear Algebra books use this as a definition of the determinant (before extending the definition to matrices and then linear applications). I think it is equivalent but more satisfying than introducing the determinant by the strange "expansion along a row" formula most PreCalculus textbook use.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 4 hours ago









            TaladrisTaladris

            4,92431933




            4,92431933








            • 1




              $begingroup$
              I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
              $endgroup$
              – lightxbulb
              3 hours ago
















            • 1




              $begingroup$
              I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
              $endgroup$
              – lightxbulb
              3 hours ago










            1




            1




            $begingroup$
            I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
            $endgroup$
            – lightxbulb
            3 hours ago






            $begingroup$
            I believe the issue here was not that he didn't know the definition of determinant, but rather the fact that he had a determinant of two vectors rather than a matrix.
            $endgroup$
            – lightxbulb
            3 hours ago




















            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%2f3141770%2fwhat-is-the-determinant-of-two-vectors%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

            SQL Server 17 - Attemping to backup to remote NAS but Access is denied

            Always On Availability groups resolving state after failover - Remote harden of transaction...

            Restoring from pg_dump with foreign key constraints