Angle between vectors $vec a + vec b$ and $vec c$?

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











up vote
2
down vote

favorite












If there are three vector $vec a$, $vec b$ and $vec c$ provided, what is the angle between $vec a + vec b$ and $vec c$? I understand how to calculate for angle between $vec a$ and $vec b$, $vec a$ and $vec c$ and $vec b$ and $vec c$ but what does the angle between $vec a + vec b$ and $vec c$ mean?







share|cite|improve this question

























    up vote
    2
    down vote

    favorite












    If there are three vector $vec a$, $vec b$ and $vec c$ provided, what is the angle between $vec a + vec b$ and $vec c$? I understand how to calculate for angle between $vec a$ and $vec b$, $vec a$ and $vec c$ and $vec b$ and $vec c$ but what does the angle between $vec a + vec b$ and $vec c$ mean?







    share|cite|improve this question























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      If there are three vector $vec a$, $vec b$ and $vec c$ provided, what is the angle between $vec a + vec b$ and $vec c$? I understand how to calculate for angle between $vec a$ and $vec b$, $vec a$ and $vec c$ and $vec b$ and $vec c$ but what does the angle between $vec a + vec b$ and $vec c$ mean?







      share|cite|improve this question













      If there are three vector $vec a$, $vec b$ and $vec c$ provided, what is the angle between $vec a + vec b$ and $vec c$? I understand how to calculate for angle between $vec a$ and $vec b$, $vec a$ and $vec c$ and $vec b$ and $vec c$ but what does the angle between $vec a + vec b$ and $vec c$ mean?









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Aug 6 at 5:49









      Jyrki Lahtonen

      105k12161355




      105k12161355









      asked Aug 5 at 10:29









      bison72

      314




      314




















          5 Answers
          5






          active

          oldest

          votes

















          up vote
          7
          down vote













          You compute the sum of $a+b$, that is a vector, if it helps, you can give a new name, $d$.



          Now you can compute the angle between $d$ and $c$ using the formula that you are familiar with.






          share|cite|improve this answer




























            up vote
            6
            down vote













            We have that $vec d=vec a+vec b$ then



            $$cos (theta)=fracvec d cdot vec c$$






            share|cite|improve this answer




























              up vote
              3
              down vote













              The important concept to keep in mind here is that when you add two vectors, $vec a$ and $vec b$, the result is just another vector. It has a magnitude, a direction (if its magnitude is positive), and components just like any other vector.



              We may write the expression
              $vec a + vec b$
              in order to name this vector, but that does not make it into any new kind of object.
              The formulas that apply to other vectors still apply.



              To find the angle between $vec a + vec b$ and $vec c,$
              take the formula you would use for the angle between any two vectors, put $vec a + vec b$
              in the places where the first vector occurs in the formula,
              and put $vec c$ in the places where the second vector occurs.
              Look at other answers for details of what happens after you do this.






              share|cite|improve this answer

















              • 1




                If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                – bison72
                Aug 5 at 14:59






              • 1




                @bison72 yes, this is how vector addition works.
                – PaÅ­lo Ebermann
                Aug 5 at 20:47

















              up vote
              2
              down vote













              Using the definition of the scalar product we get
              $$
              (a+b)cdot c =
              lVert a+b rVert lVert c rVert cos angle(a+b,c)
              $$
              where $lVert v rVert = sqrtvcdot v$.



              For non-zero $a+b$ and $c$ we can solve for the angle
              $$
              angle(a+b,c) = arccos frac(a+b)cdot clVert a+b rVert lVert c rVert
              $$






              share|cite|improve this answer






























                up vote
                2
                down vote













                Just $$cos(widehatveca+vecb,vecc)=frac(veca+vecb)vecc.$$



                Here, $|veca+vecb|=sqrt^2+$ and $(veca+vecb)vecc=vecavecc+vecbvecc.$






                share|cite|improve this answer























                • Why someone down voted?
                  – Michael Rozenberg
                  Aug 5 at 15:37










                • Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                  – Ruslan
                  Aug 5 at 21:35











                • @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                  – Michael Rozenberg
                  Aug 6 at 4:11











                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%2f2872838%2fangle-between-vectors-vec-a-vec-b-and-vec-c%23new-answer', 'question_page');

                );

                Post as a guest






























                5 Answers
                5






                active

                oldest

                votes








                5 Answers
                5






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                7
                down vote













                You compute the sum of $a+b$, that is a vector, if it helps, you can give a new name, $d$.



                Now you can compute the angle between $d$ and $c$ using the formula that you are familiar with.






                share|cite|improve this answer

























                  up vote
                  7
                  down vote













                  You compute the sum of $a+b$, that is a vector, if it helps, you can give a new name, $d$.



                  Now you can compute the angle between $d$ and $c$ using the formula that you are familiar with.






                  share|cite|improve this answer























                    up vote
                    7
                    down vote










                    up vote
                    7
                    down vote









                    You compute the sum of $a+b$, that is a vector, if it helps, you can give a new name, $d$.



                    Now you can compute the angle between $d$ and $c$ using the formula that you are familiar with.






                    share|cite|improve this answer













                    You compute the sum of $a+b$, that is a vector, if it helps, you can give a new name, $d$.



                    Now you can compute the angle between $d$ and $c$ using the formula that you are familiar with.







                    share|cite|improve this answer













                    share|cite|improve this answer



                    share|cite|improve this answer











                    answered Aug 5 at 10:34









                    Siong Thye Goh

                    78.1k134997




                    78.1k134997




















                        up vote
                        6
                        down vote













                        We have that $vec d=vec a+vec b$ then



                        $$cos (theta)=fracvec d cdot vec c$$






                        share|cite|improve this answer

























                          up vote
                          6
                          down vote













                          We have that $vec d=vec a+vec b$ then



                          $$cos (theta)=fracvec d cdot vec c$$






                          share|cite|improve this answer























                            up vote
                            6
                            down vote










                            up vote
                            6
                            down vote









                            We have that $vec d=vec a+vec b$ then



                            $$cos (theta)=fracvec d cdot vec c$$






                            share|cite|improve this answer













                            We have that $vec d=vec a+vec b$ then



                            $$cos (theta)=fracvec d cdot vec c$$







                            share|cite|improve this answer













                            share|cite|improve this answer



                            share|cite|improve this answer











                            answered Aug 5 at 10:37









                            gimusi

                            65.5k73684




                            65.5k73684




















                                up vote
                                3
                                down vote













                                The important concept to keep in mind here is that when you add two vectors, $vec a$ and $vec b$, the result is just another vector. It has a magnitude, a direction (if its magnitude is positive), and components just like any other vector.



                                We may write the expression
                                $vec a + vec b$
                                in order to name this vector, but that does not make it into any new kind of object.
                                The formulas that apply to other vectors still apply.



                                To find the angle between $vec a + vec b$ and $vec c,$
                                take the formula you would use for the angle between any two vectors, put $vec a + vec b$
                                in the places where the first vector occurs in the formula,
                                and put $vec c$ in the places where the second vector occurs.
                                Look at other answers for details of what happens after you do this.






                                share|cite|improve this answer

















                                • 1




                                  If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                                  – bison72
                                  Aug 5 at 14:59






                                • 1




                                  @bison72 yes, this is how vector addition works.
                                  – PaÅ­lo Ebermann
                                  Aug 5 at 20:47














                                up vote
                                3
                                down vote













                                The important concept to keep in mind here is that when you add two vectors, $vec a$ and $vec b$, the result is just another vector. It has a magnitude, a direction (if its magnitude is positive), and components just like any other vector.



                                We may write the expression
                                $vec a + vec b$
                                in order to name this vector, but that does not make it into any new kind of object.
                                The formulas that apply to other vectors still apply.



                                To find the angle between $vec a + vec b$ and $vec c,$
                                take the formula you would use for the angle between any two vectors, put $vec a + vec b$
                                in the places where the first vector occurs in the formula,
                                and put $vec c$ in the places where the second vector occurs.
                                Look at other answers for details of what happens after you do this.






                                share|cite|improve this answer

















                                • 1




                                  If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                                  – bison72
                                  Aug 5 at 14:59






                                • 1




                                  @bison72 yes, this is how vector addition works.
                                  – PaÅ­lo Ebermann
                                  Aug 5 at 20:47












                                up vote
                                3
                                down vote










                                up vote
                                3
                                down vote









                                The important concept to keep in mind here is that when you add two vectors, $vec a$ and $vec b$, the result is just another vector. It has a magnitude, a direction (if its magnitude is positive), and components just like any other vector.



                                We may write the expression
                                $vec a + vec b$
                                in order to name this vector, but that does not make it into any new kind of object.
                                The formulas that apply to other vectors still apply.



                                To find the angle between $vec a + vec b$ and $vec c,$
                                take the formula you would use for the angle between any two vectors, put $vec a + vec b$
                                in the places where the first vector occurs in the formula,
                                and put $vec c$ in the places where the second vector occurs.
                                Look at other answers for details of what happens after you do this.






                                share|cite|improve this answer













                                The important concept to keep in mind here is that when you add two vectors, $vec a$ and $vec b$, the result is just another vector. It has a magnitude, a direction (if its magnitude is positive), and components just like any other vector.



                                We may write the expression
                                $vec a + vec b$
                                in order to name this vector, but that does not make it into any new kind of object.
                                The formulas that apply to other vectors still apply.



                                To find the angle between $vec a + vec b$ and $vec c,$
                                take the formula you would use for the angle between any two vectors, put $vec a + vec b$
                                in the places where the first vector occurs in the formula,
                                and put $vec c$ in the places where the second vector occurs.
                                Look at other answers for details of what happens after you do this.







                                share|cite|improve this answer













                                share|cite|improve this answer



                                share|cite|improve this answer











                                answered Aug 5 at 12:31









                                David K

                                48.3k340107




                                48.3k340107







                                • 1




                                  If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                                  – bison72
                                  Aug 5 at 14:59






                                • 1




                                  @bison72 yes, this is how vector addition works.
                                  – PaÅ­lo Ebermann
                                  Aug 5 at 20:47












                                • 1




                                  If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                                  – bison72
                                  Aug 5 at 14:59






                                • 1




                                  @bison72 yes, this is how vector addition works.
                                  – PaÅ­lo Ebermann
                                  Aug 5 at 20:47







                                1




                                1




                                If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                                – bison72
                                Aug 5 at 14:59




                                If vectors a=[1,1,0], b=[3,2,1], and c=[1,0,2], does the mean the angle between a +b and c will be the angle between [4,3,1] and [1,0,2]?
                                – bison72
                                Aug 5 at 14:59




                                1




                                1




                                @bison72 yes, this is how vector addition works.
                                – PaÅ­lo Ebermann
                                Aug 5 at 20:47




                                @bison72 yes, this is how vector addition works.
                                – PaÅ­lo Ebermann
                                Aug 5 at 20:47










                                up vote
                                2
                                down vote













                                Using the definition of the scalar product we get
                                $$
                                (a+b)cdot c =
                                lVert a+b rVert lVert c rVert cos angle(a+b,c)
                                $$
                                where $lVert v rVert = sqrtvcdot v$.



                                For non-zero $a+b$ and $c$ we can solve for the angle
                                $$
                                angle(a+b,c) = arccos frac(a+b)cdot clVert a+b rVert lVert c rVert
                                $$






                                share|cite|improve this answer



























                                  up vote
                                  2
                                  down vote













                                  Using the definition of the scalar product we get
                                  $$
                                  (a+b)cdot c =
                                  lVert a+b rVert lVert c rVert cos angle(a+b,c)
                                  $$
                                  where $lVert v rVert = sqrtvcdot v$.



                                  For non-zero $a+b$ and $c$ we can solve for the angle
                                  $$
                                  angle(a+b,c) = arccos frac(a+b)cdot clVert a+b rVert lVert c rVert
                                  $$






                                  share|cite|improve this answer

























                                    up vote
                                    2
                                    down vote










                                    up vote
                                    2
                                    down vote









                                    Using the definition of the scalar product we get
                                    $$
                                    (a+b)cdot c =
                                    lVert a+b rVert lVert c rVert cos angle(a+b,c)
                                    $$
                                    where $lVert v rVert = sqrtvcdot v$.



                                    For non-zero $a+b$ and $c$ we can solve for the angle
                                    $$
                                    angle(a+b,c) = arccos frac(a+b)cdot clVert a+b rVert lVert c rVert
                                    $$






                                    share|cite|improve this answer















                                    Using the definition of the scalar product we get
                                    $$
                                    (a+b)cdot c =
                                    lVert a+b rVert lVert c rVert cos angle(a+b,c)
                                    $$
                                    where $lVert v rVert = sqrtvcdot v$.



                                    For non-zero $a+b$ and $c$ we can solve for the angle
                                    $$
                                    angle(a+b,c) = arccos frac(a+b)cdot clVert a+b rVert lVert c rVert
                                    $$







                                    share|cite|improve this answer















                                    share|cite|improve this answer



                                    share|cite|improve this answer








                                    edited Aug 5 at 11:33


























                                    answered Aug 5 at 11:28









                                    mvw

                                    30.6k22251




                                    30.6k22251




















                                        up vote
                                        2
                                        down vote













                                        Just $$cos(widehatveca+vecb,vecc)=frac(veca+vecb)vecc.$$



                                        Here, $|veca+vecb|=sqrt^2+$ and $(veca+vecb)vecc=vecavecc+vecbvecc.$






                                        share|cite|improve this answer























                                        • Why someone down voted?
                                          – Michael Rozenberg
                                          Aug 5 at 15:37










                                        • Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                                          – Ruslan
                                          Aug 5 at 21:35











                                        • @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                                          – Michael Rozenberg
                                          Aug 6 at 4:11















                                        up vote
                                        2
                                        down vote













                                        Just $$cos(widehatveca+vecb,vecc)=frac(veca+vecb)vecc.$$



                                        Here, $|veca+vecb|=sqrt^2+$ and $(veca+vecb)vecc=vecavecc+vecbvecc.$






                                        share|cite|improve this answer























                                        • Why someone down voted?
                                          – Michael Rozenberg
                                          Aug 5 at 15:37










                                        • Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                                          – Ruslan
                                          Aug 5 at 21:35











                                        • @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                                          – Michael Rozenberg
                                          Aug 6 at 4:11













                                        up vote
                                        2
                                        down vote










                                        up vote
                                        2
                                        down vote









                                        Just $$cos(widehatveca+vecb,vecc)=frac(veca+vecb)vecc.$$



                                        Here, $|veca+vecb|=sqrt^2+$ and $(veca+vecb)vecc=vecavecc+vecbvecc.$






                                        share|cite|improve this answer















                                        Just $$cos(widehatveca+vecb,vecc)=frac(veca+vecb)vecc.$$



                                        Here, $|veca+vecb|=sqrt^2+$ and $(veca+vecb)vecc=vecavecc+vecbvecc.$







                                        share|cite|improve this answer















                                        share|cite|improve this answer



                                        share|cite|improve this answer








                                        edited Aug 6 at 4:17


























                                        answered Aug 5 at 10:31









                                        Michael Rozenberg

                                        88.2k1579180




                                        88.2k1579180











                                        • Why someone down voted?
                                          – Michael Rozenberg
                                          Aug 5 at 15:37










                                        • Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                                          – Ruslan
                                          Aug 5 at 21:35











                                        • @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                                          – Michael Rozenberg
                                          Aug 6 at 4:11

















                                        • Why someone down voted?
                                          – Michael Rozenberg
                                          Aug 5 at 15:37










                                        • Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                                          – Ruslan
                                          Aug 5 at 21:35











                                        • @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                                          – Michael Rozenberg
                                          Aug 6 at 4:11
















                                        Why someone down voted?
                                        – Michael Rozenberg
                                        Aug 5 at 15:37




                                        Why someone down voted?
                                        – Michael Rozenberg
                                        Aug 5 at 15:37












                                        Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                                        – Ruslan
                                        Aug 5 at 21:35





                                        Might be because someone thought it's not obvious that e.g. $ab$ is the scalar product of vectors and not simple product of their norms (because you've dropped the arrows used by the OP). But that's just my guess.
                                        – Ruslan
                                        Aug 5 at 21:35













                                        @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                                        – Michael Rozenberg
                                        Aug 6 at 4:11





                                        @Ruslan But there is a context. Thank you for your trying! I'll fix it.
                                        – Michael Rozenberg
                                        Aug 6 at 4:11













                                         

                                        draft saved


                                        draft discarded


























                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2872838%2fangle-between-vectors-vec-a-vec-b-and-vec-c%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        Comments

                                        Popular posts from this blog

                                        Color the edges and diagonals of a regular polygon

                                        Relationship between determinant of matrix and determinant of adjoint?

                                        What is the equation of a 3D cone with generalised tilt?