How to properly read the … operator in this context?

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











up vote
2
down vote

favorite












A polynomial expression can be written in this form
$$a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$
Therefore, this is a polynomial
$$5x^4+3x^3+4x^2+3x+2$$
I understand this fairly well, because $n=4$. I know that when $n=2$, it is still a polynomial.
$$4x^2+3x+2$$
But if I attempt to use the formula for $n=2$, I will end up with something like this.
$$4x^2+3x^1+4x^2+3x+2$$
Do you see my reasoning? I want to have three values of $a$ such as $a_0=2,a_1=3,a_2=4$.



The above form of the polynomial expression using the $ldots$ operator appear to be requiring at least 4 $+$ symbols and the duplication of $a_1, a_2$ when $n=2$.



I do not completely understand the usage of the $dots$ operator.







share|cite|improve this question

















  • 5




    The sum notation $,sum_k=0^n a_kx^k,$ is always unambiguous. The "$ldots$" shorthand stands for the same sum, and is often used for convenience in less formal contexts.
    – dxiv
    Jul 21 at 2:30







  • 17




    It is not an operator. It’s a way of suggesting the desired form without going into formalities.
    – Lubin
    Jul 21 at 3:49










  • I knew about the sum notation, it's true that it does remove the ambiguity. Is there a reason to use the ellipsis over the sum?
    – Cedric Martens
    Jul 21 at 11:22







  • 6




    I have to wonder if the OP really thinks that $$n+(n-1)+(n-2)+cdots+2+1$$ means $2+1+0+2+1$ when $n=2$.
    – Martin Argerami
    Jul 21 at 12:36










  • I know that's not the case, as I showed by I know that when $n=2$, it is still a polynomial. $$4x^2+3x+2$$ However, the notation did not seem to imply that terms must be removed unlike what the accepted answer pointed out.
    – Cedric Martens
    Jul 21 at 12:46















up vote
2
down vote

favorite












A polynomial expression can be written in this form
$$a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$
Therefore, this is a polynomial
$$5x^4+3x^3+4x^2+3x+2$$
I understand this fairly well, because $n=4$. I know that when $n=2$, it is still a polynomial.
$$4x^2+3x+2$$
But if I attempt to use the formula for $n=2$, I will end up with something like this.
$$4x^2+3x^1+4x^2+3x+2$$
Do you see my reasoning? I want to have three values of $a$ such as $a_0=2,a_1=3,a_2=4$.



The above form of the polynomial expression using the $ldots$ operator appear to be requiring at least 4 $+$ symbols and the duplication of $a_1, a_2$ when $n=2$.



I do not completely understand the usage of the $dots$ operator.







share|cite|improve this question

















  • 5




    The sum notation $,sum_k=0^n a_kx^k,$ is always unambiguous. The "$ldots$" shorthand stands for the same sum, and is often used for convenience in less formal contexts.
    – dxiv
    Jul 21 at 2:30







  • 17




    It is not an operator. It’s a way of suggesting the desired form without going into formalities.
    – Lubin
    Jul 21 at 3:49










  • I knew about the sum notation, it's true that it does remove the ambiguity. Is there a reason to use the ellipsis over the sum?
    – Cedric Martens
    Jul 21 at 11:22







  • 6




    I have to wonder if the OP really thinks that $$n+(n-1)+(n-2)+cdots+2+1$$ means $2+1+0+2+1$ when $n=2$.
    – Martin Argerami
    Jul 21 at 12:36










  • I know that's not the case, as I showed by I know that when $n=2$, it is still a polynomial. $$4x^2+3x+2$$ However, the notation did not seem to imply that terms must be removed unlike what the accepted answer pointed out.
    – Cedric Martens
    Jul 21 at 12:46













up vote
2
down vote

favorite









up vote
2
down vote

favorite











A polynomial expression can be written in this form
$$a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$
Therefore, this is a polynomial
$$5x^4+3x^3+4x^2+3x+2$$
I understand this fairly well, because $n=4$. I know that when $n=2$, it is still a polynomial.
$$4x^2+3x+2$$
But if I attempt to use the formula for $n=2$, I will end up with something like this.
$$4x^2+3x^1+4x^2+3x+2$$
Do you see my reasoning? I want to have three values of $a$ such as $a_0=2,a_1=3,a_2=4$.



The above form of the polynomial expression using the $ldots$ operator appear to be requiring at least 4 $+$ symbols and the duplication of $a_1, a_2$ when $n=2$.



I do not completely understand the usage of the $dots$ operator.







share|cite|improve this question













A polynomial expression can be written in this form
$$a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$
Therefore, this is a polynomial
$$5x^4+3x^3+4x^2+3x+2$$
I understand this fairly well, because $n=4$. I know that when $n=2$, it is still a polynomial.
$$4x^2+3x+2$$
But if I attempt to use the formula for $n=2$, I will end up with something like this.
$$4x^2+3x^1+4x^2+3x+2$$
Do you see my reasoning? I want to have three values of $a$ such as $a_0=2,a_1=3,a_2=4$.



The above form of the polynomial expression using the $ldots$ operator appear to be requiring at least 4 $+$ symbols and the duplication of $a_1, a_2$ when $n=2$.



I do not completely understand the usage of the $dots$ operator.









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Jul 21 at 2:39









Parcly Taxel

33.6k136588




33.6k136588









asked Jul 21 at 2:06









Cedric Martens

281211




281211







  • 5




    The sum notation $,sum_k=0^n a_kx^k,$ is always unambiguous. The "$ldots$" shorthand stands for the same sum, and is often used for convenience in less formal contexts.
    – dxiv
    Jul 21 at 2:30







  • 17




    It is not an operator. It’s a way of suggesting the desired form without going into formalities.
    – Lubin
    Jul 21 at 3:49










  • I knew about the sum notation, it's true that it does remove the ambiguity. Is there a reason to use the ellipsis over the sum?
    – Cedric Martens
    Jul 21 at 11:22







  • 6




    I have to wonder if the OP really thinks that $$n+(n-1)+(n-2)+cdots+2+1$$ means $2+1+0+2+1$ when $n=2$.
    – Martin Argerami
    Jul 21 at 12:36










  • I know that's not the case, as I showed by I know that when $n=2$, it is still a polynomial. $$4x^2+3x+2$$ However, the notation did not seem to imply that terms must be removed unlike what the accepted answer pointed out.
    – Cedric Martens
    Jul 21 at 12:46













  • 5




    The sum notation $,sum_k=0^n a_kx^k,$ is always unambiguous. The "$ldots$" shorthand stands for the same sum, and is often used for convenience in less formal contexts.
    – dxiv
    Jul 21 at 2:30







  • 17




    It is not an operator. It’s a way of suggesting the desired form without going into formalities.
    – Lubin
    Jul 21 at 3:49










  • I knew about the sum notation, it's true that it does remove the ambiguity. Is there a reason to use the ellipsis over the sum?
    – Cedric Martens
    Jul 21 at 11:22







  • 6




    I have to wonder if the OP really thinks that $$n+(n-1)+(n-2)+cdots+2+1$$ means $2+1+0+2+1$ when $n=2$.
    – Martin Argerami
    Jul 21 at 12:36










  • I know that's not the case, as I showed by I know that when $n=2$, it is still a polynomial. $$4x^2+3x+2$$ However, the notation did not seem to imply that terms must be removed unlike what the accepted answer pointed out.
    – Cedric Martens
    Jul 21 at 12:46








5




5




The sum notation $,sum_k=0^n a_kx^k,$ is always unambiguous. The "$ldots$" shorthand stands for the same sum, and is often used for convenience in less formal contexts.
– dxiv
Jul 21 at 2:30





The sum notation $,sum_k=0^n a_kx^k,$ is always unambiguous. The "$ldots$" shorthand stands for the same sum, and is often used for convenience in less formal contexts.
– dxiv
Jul 21 at 2:30





17




17




It is not an operator. It’s a way of suggesting the desired form without going into formalities.
– Lubin
Jul 21 at 3:49




It is not an operator. It’s a way of suggesting the desired form without going into formalities.
– Lubin
Jul 21 at 3:49












I knew about the sum notation, it's true that it does remove the ambiguity. Is there a reason to use the ellipsis over the sum?
– Cedric Martens
Jul 21 at 11:22





I knew about the sum notation, it's true that it does remove the ambiguity. Is there a reason to use the ellipsis over the sum?
– Cedric Martens
Jul 21 at 11:22





6




6




I have to wonder if the OP really thinks that $$n+(n-1)+(n-2)+cdots+2+1$$ means $2+1+0+2+1$ when $n=2$.
– Martin Argerami
Jul 21 at 12:36




I have to wonder if the OP really thinks that $$n+(n-1)+(n-2)+cdots+2+1$$ means $2+1+0+2+1$ when $n=2$.
– Martin Argerami
Jul 21 at 12:36












I know that's not the case, as I showed by I know that when $n=2$, it is still a polynomial. $$4x^2+3x+2$$ However, the notation did not seem to imply that terms must be removed unlike what the accepted answer pointed out.
– Cedric Martens
Jul 21 at 12:46





I know that's not the case, as I showed by I know that when $n=2$, it is still a polynomial. $$4x^2+3x+2$$ However, the notation did not seem to imply that terms must be removed unlike what the accepted answer pointed out.
– Cedric Martens
Jul 21 at 12:46











4 Answers
4






active

oldest

votes

















up vote
36
down vote



accepted










Ellipses ($ldots$) are not an operator: they're a piece of informal mathematical notation, meaning "fill in the pattern in the obvious way." As you've observed, in some cases the $ldots$ can actually mean remove some terms if $n$ is too small: but the author is assuming that the definition is clear enough that you'll be able to figure out these corner cases.



You might object that this is sloppy notation and that the author should have been more careful or rigorous. On the one hand, if the author's definition is causing confusion, you may be right; on the other, math is all about communication, and sometimes a little bit of informality communicates an idea more clearly than full rigor.






share|cite|improve this answer




























    up vote
    4
    down vote













    Normally, $dots$ is used to omit symbols where there are several related instances of them. It connects some explicitly written-down expressions and trusts that the reader knows how to interpret the omitted expressions from context.



    However, this is precisely where it can fail by presenting misleading information or causing ambiguity. A humourous Bell Labs memorandum by E. R. Berlekamp asked




    What are the next terms of this sequence?
    $$2,3,5dots$$




    There are lots of answers just for the fourth term: 7 (primes), 8 (Fibonacci), 10 (sum of all preceding terms), etc. Berlekamp quipped:




    It is a remarkable fact that it is often possible to determine a subject's occupation from his answer to a simple question of mathematical induction.




    The generic polynomial form presented in this question is no different. The inclusion of an $x^2$ term suggests that linear polynomials do not follow this form even though they do. For this reason, use of $dots$ is sometimes discouraged in article writing in favour of sigma/pi/set-builder notation, in which the polynomial expression would be written $sum_i=0^na_ix^i$.






    share|cite|improve this answer




























      up vote
      1
      down vote













      $$P_n=a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$ is the general form.



      For $n=0$ we are at the last term that is $$P_0=a_0$$



      For $n=1$ we are at the last two terms that is $$P_1= a_1x +a_0$$



      For $n=2$ we are at the last three terms that is $$P_2= a_2 x^2+a_1x +a_0$$



      And so forth.



      No duplication is intended.






      share|cite|improve this answer




























        up vote
        0
        down vote













        That's not an operator. It's just a placeholder for the other items in the list that follow the same pattern.






        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%2f2858168%2fhow-to-properly-read-the-operator-in-this-context%23new-answer', 'question_page');

          );

          Post as a guest






























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          36
          down vote



          accepted










          Ellipses ($ldots$) are not an operator: they're a piece of informal mathematical notation, meaning "fill in the pattern in the obvious way." As you've observed, in some cases the $ldots$ can actually mean remove some terms if $n$ is too small: but the author is assuming that the definition is clear enough that you'll be able to figure out these corner cases.



          You might object that this is sloppy notation and that the author should have been more careful or rigorous. On the one hand, if the author's definition is causing confusion, you may be right; on the other, math is all about communication, and sometimes a little bit of informality communicates an idea more clearly than full rigor.






          share|cite|improve this answer

























            up vote
            36
            down vote



            accepted










            Ellipses ($ldots$) are not an operator: they're a piece of informal mathematical notation, meaning "fill in the pattern in the obvious way." As you've observed, in some cases the $ldots$ can actually mean remove some terms if $n$ is too small: but the author is assuming that the definition is clear enough that you'll be able to figure out these corner cases.



            You might object that this is sloppy notation and that the author should have been more careful or rigorous. On the one hand, if the author's definition is causing confusion, you may be right; on the other, math is all about communication, and sometimes a little bit of informality communicates an idea more clearly than full rigor.






            share|cite|improve this answer























              up vote
              36
              down vote



              accepted







              up vote
              36
              down vote



              accepted






              Ellipses ($ldots$) are not an operator: they're a piece of informal mathematical notation, meaning "fill in the pattern in the obvious way." As you've observed, in some cases the $ldots$ can actually mean remove some terms if $n$ is too small: but the author is assuming that the definition is clear enough that you'll be able to figure out these corner cases.



              You might object that this is sloppy notation and that the author should have been more careful or rigorous. On the one hand, if the author's definition is causing confusion, you may be right; on the other, math is all about communication, and sometimes a little bit of informality communicates an idea more clearly than full rigor.






              share|cite|improve this answer













              Ellipses ($ldots$) are not an operator: they're a piece of informal mathematical notation, meaning "fill in the pattern in the obvious way." As you've observed, in some cases the $ldots$ can actually mean remove some terms if $n$ is too small: but the author is assuming that the definition is clear enough that you'll be able to figure out these corner cases.



              You might object that this is sloppy notation and that the author should have been more careful or rigorous. On the one hand, if the author's definition is causing confusion, you may be right; on the other, math is all about communication, and sometimes a little bit of informality communicates an idea more clearly than full rigor.







              share|cite|improve this answer













              share|cite|improve this answer



              share|cite|improve this answer











              answered Jul 21 at 2:28









              user7530

              33.4k558109




              33.4k558109




















                  up vote
                  4
                  down vote













                  Normally, $dots$ is used to omit symbols where there are several related instances of them. It connects some explicitly written-down expressions and trusts that the reader knows how to interpret the omitted expressions from context.



                  However, this is precisely where it can fail by presenting misleading information or causing ambiguity. A humourous Bell Labs memorandum by E. R. Berlekamp asked




                  What are the next terms of this sequence?
                  $$2,3,5dots$$




                  There are lots of answers just for the fourth term: 7 (primes), 8 (Fibonacci), 10 (sum of all preceding terms), etc. Berlekamp quipped:




                  It is a remarkable fact that it is often possible to determine a subject's occupation from his answer to a simple question of mathematical induction.




                  The generic polynomial form presented in this question is no different. The inclusion of an $x^2$ term suggests that linear polynomials do not follow this form even though they do. For this reason, use of $dots$ is sometimes discouraged in article writing in favour of sigma/pi/set-builder notation, in which the polynomial expression would be written $sum_i=0^na_ix^i$.






                  share|cite|improve this answer

























                    up vote
                    4
                    down vote













                    Normally, $dots$ is used to omit symbols where there are several related instances of them. It connects some explicitly written-down expressions and trusts that the reader knows how to interpret the omitted expressions from context.



                    However, this is precisely where it can fail by presenting misleading information or causing ambiguity. A humourous Bell Labs memorandum by E. R. Berlekamp asked




                    What are the next terms of this sequence?
                    $$2,3,5dots$$




                    There are lots of answers just for the fourth term: 7 (primes), 8 (Fibonacci), 10 (sum of all preceding terms), etc. Berlekamp quipped:




                    It is a remarkable fact that it is often possible to determine a subject's occupation from his answer to a simple question of mathematical induction.




                    The generic polynomial form presented in this question is no different. The inclusion of an $x^2$ term suggests that linear polynomials do not follow this form even though they do. For this reason, use of $dots$ is sometimes discouraged in article writing in favour of sigma/pi/set-builder notation, in which the polynomial expression would be written $sum_i=0^na_ix^i$.






                    share|cite|improve this answer























                      up vote
                      4
                      down vote










                      up vote
                      4
                      down vote









                      Normally, $dots$ is used to omit symbols where there are several related instances of them. It connects some explicitly written-down expressions and trusts that the reader knows how to interpret the omitted expressions from context.



                      However, this is precisely where it can fail by presenting misleading information or causing ambiguity. A humourous Bell Labs memorandum by E. R. Berlekamp asked




                      What are the next terms of this sequence?
                      $$2,3,5dots$$




                      There are lots of answers just for the fourth term: 7 (primes), 8 (Fibonacci), 10 (sum of all preceding terms), etc. Berlekamp quipped:




                      It is a remarkable fact that it is often possible to determine a subject's occupation from his answer to a simple question of mathematical induction.




                      The generic polynomial form presented in this question is no different. The inclusion of an $x^2$ term suggests that linear polynomials do not follow this form even though they do. For this reason, use of $dots$ is sometimes discouraged in article writing in favour of sigma/pi/set-builder notation, in which the polynomial expression would be written $sum_i=0^na_ix^i$.






                      share|cite|improve this answer













                      Normally, $dots$ is used to omit symbols where there are several related instances of them. It connects some explicitly written-down expressions and trusts that the reader knows how to interpret the omitted expressions from context.



                      However, this is precisely where it can fail by presenting misleading information or causing ambiguity. A humourous Bell Labs memorandum by E. R. Berlekamp asked




                      What are the next terms of this sequence?
                      $$2,3,5dots$$




                      There are lots of answers just for the fourth term: 7 (primes), 8 (Fibonacci), 10 (sum of all preceding terms), etc. Berlekamp quipped:




                      It is a remarkable fact that it is often possible to determine a subject's occupation from his answer to a simple question of mathematical induction.




                      The generic polynomial form presented in this question is no different. The inclusion of an $x^2$ term suggests that linear polynomials do not follow this form even though they do. For this reason, use of $dots$ is sometimes discouraged in article writing in favour of sigma/pi/set-builder notation, in which the polynomial expression would be written $sum_i=0^na_ix^i$.







                      share|cite|improve this answer













                      share|cite|improve this answer



                      share|cite|improve this answer











                      answered Jul 21 at 2:33









                      Parcly Taxel

                      33.6k136588




                      33.6k136588




















                          up vote
                          1
                          down vote













                          $$P_n=a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$ is the general form.



                          For $n=0$ we are at the last term that is $$P_0=a_0$$



                          For $n=1$ we are at the last two terms that is $$P_1= a_1x +a_0$$



                          For $n=2$ we are at the last three terms that is $$P_2= a_2 x^2+a_1x +a_0$$



                          And so forth.



                          No duplication is intended.






                          share|cite|improve this answer

























                            up vote
                            1
                            down vote













                            $$P_n=a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$ is the general form.



                            For $n=0$ we are at the last term that is $$P_0=a_0$$



                            For $n=1$ we are at the last two terms that is $$P_1= a_1x +a_0$$



                            For $n=2$ we are at the last three terms that is $$P_2= a_2 x^2+a_1x +a_0$$



                            And so forth.



                            No duplication is intended.






                            share|cite|improve this answer























                              up vote
                              1
                              down vote










                              up vote
                              1
                              down vote









                              $$P_n=a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$ is the general form.



                              For $n=0$ we are at the last term that is $$P_0=a_0$$



                              For $n=1$ we are at the last two terms that is $$P_1= a_1x +a_0$$



                              For $n=2$ we are at the last three terms that is $$P_2= a_2 x^2+a_1x +a_0$$



                              And so forth.



                              No duplication is intended.






                              share|cite|improve this answer













                              $$P_n=a_nx^n+a_n-1x^n-1+dots+a_2x^2+a_1x+a_0$$ is the general form.



                              For $n=0$ we are at the last term that is $$P_0=a_0$$



                              For $n=1$ we are at the last two terms that is $$P_1= a_1x +a_0$$



                              For $n=2$ we are at the last three terms that is $$P_2= a_2 x^2+a_1x +a_0$$



                              And so forth.



                              No duplication is intended.







                              share|cite|improve this answer













                              share|cite|improve this answer



                              share|cite|improve this answer











                              answered Jul 21 at 3:05









                              Mohammad Riazi-Kermani

                              27.5k41852




                              27.5k41852




















                                  up vote
                                  0
                                  down vote













                                  That's not an operator. It's just a placeholder for the other items in the list that follow the same pattern.






                                  share|cite|improve this answer

























                                    up vote
                                    0
                                    down vote













                                    That's not an operator. It's just a placeholder for the other items in the list that follow the same pattern.






                                    share|cite|improve this answer























                                      up vote
                                      0
                                      down vote










                                      up vote
                                      0
                                      down vote









                                      That's not an operator. It's just a placeholder for the other items in the list that follow the same pattern.






                                      share|cite|improve this answer













                                      That's not an operator. It's just a placeholder for the other items in the list that follow the same pattern.







                                      share|cite|improve this answer













                                      share|cite|improve this answer



                                      share|cite|improve this answer











                                      answered Jul 21 at 2:28









                                      Sean Roberson

                                      5,79331125




                                      5,79331125






















                                           

                                          draft saved


                                          draft discarded


























                                           


                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function ()
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2858168%2fhow-to-properly-read-the-operator-in-this-context%23new-answer', 'question_page');

                                          );

                                          Post as a guest













































































                                          Comments

                                          Popular posts from this blog

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

                                          Color the edges and diagonals of a regular polygon

                                          Relationship between determinant of matrix and determinant of adjoint?