Converting a Product to a Sum












1












$begingroup$


How can I convert $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]$$ to a sum? I have been trying to solve this product by inductive reasoning but I figured it was too complex... Is there an agebraic/deductive way of converting this expression to a sum?










share|cite|improve this question











$endgroup$












  • $begingroup$
    If the logarithm is a legal operation in your case (i.e. the numbers are positive) it will be a good option.
    $endgroup$
    – AlgebraicallyClosed
    Jan 30 at 22:12










  • $begingroup$
    @AlgebraicallyClosed: keeping the signs apart is no big deal. But you will get logarithms of sums, which is nothing convenient.
    $endgroup$
    – Yves Daoust
    Jan 30 at 22:15
















1












$begingroup$


How can I convert $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]$$ to a sum? I have been trying to solve this product by inductive reasoning but I figured it was too complex... Is there an agebraic/deductive way of converting this expression to a sum?










share|cite|improve this question











$endgroup$












  • $begingroup$
    If the logarithm is a legal operation in your case (i.e. the numbers are positive) it will be a good option.
    $endgroup$
    – AlgebraicallyClosed
    Jan 30 at 22:12










  • $begingroup$
    @AlgebraicallyClosed: keeping the signs apart is no big deal. But you will get logarithms of sums, which is nothing convenient.
    $endgroup$
    – Yves Daoust
    Jan 30 at 22:15














1












1








1


0



$begingroup$


How can I convert $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]$$ to a sum? I have been trying to solve this product by inductive reasoning but I figured it was too complex... Is there an agebraic/deductive way of converting this expression to a sum?










share|cite|improve this question











$endgroup$




How can I convert $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]$$ to a sum? I have been trying to solve this product by inductive reasoning but I figured it was too complex... Is there an agebraic/deductive way of converting this expression to a sum?







algebra-precalculus products






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 30 at 22:14









Kevin Long

3,58121431




3,58121431










asked Jan 30 at 22:03









A. LavieA. Lavie

274




274












  • $begingroup$
    If the logarithm is a legal operation in your case (i.e. the numbers are positive) it will be a good option.
    $endgroup$
    – AlgebraicallyClosed
    Jan 30 at 22:12










  • $begingroup$
    @AlgebraicallyClosed: keeping the signs apart is no big deal. But you will get logarithms of sums, which is nothing convenient.
    $endgroup$
    – Yves Daoust
    Jan 30 at 22:15


















  • $begingroup$
    If the logarithm is a legal operation in your case (i.e. the numbers are positive) it will be a good option.
    $endgroup$
    – AlgebraicallyClosed
    Jan 30 at 22:12










  • $begingroup$
    @AlgebraicallyClosed: keeping the signs apart is no big deal. But you will get logarithms of sums, which is nothing convenient.
    $endgroup$
    – Yves Daoust
    Jan 30 at 22:15
















$begingroup$
If the logarithm is a legal operation in your case (i.e. the numbers are positive) it will be a good option.
$endgroup$
– AlgebraicallyClosed
Jan 30 at 22:12




$begingroup$
If the logarithm is a legal operation in your case (i.e. the numbers are positive) it will be a good option.
$endgroup$
– AlgebraicallyClosed
Jan 30 at 22:12












$begingroup$
@AlgebraicallyClosed: keeping the signs apart is no big deal. But you will get logarithms of sums, which is nothing convenient.
$endgroup$
– Yves Daoust
Jan 30 at 22:15




$begingroup$
@AlgebraicallyClosed: keeping the signs apart is no big deal. But you will get logarithms of sums, which is nothing convenient.
$endgroup$
– Yves Daoust
Jan 30 at 22:15










2 Answers
2






active

oldest

votes


















1












$begingroup$

$$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{x^i-1}{x-1}=frac{displaystyleprod_{i=1}^k(x^i-1)}{(x-1)^k}.$$



Now the expression



$$prod_{i=1}^k(x^i-1)$$



yields irregular polynomials.



$$x-1$$



$$x^3-x^2-x+1$$



$$x^6-x^5-x^4+x^2+x-1$$



$$x^{10}-x^9-x^8+2x^5-x^2-x+1$$



$$x^{15}-x^{14}-x^{13}+x^{10}+x^9+x^8-x^7-x^6-x^5+x^2+x-1$$



$$cdots$$






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Yes... is there a general expression (a sum) which I can write for each value of k?
    $endgroup$
    – A. Lavie
    Jan 30 at 22:47










  • $begingroup$
    $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
    $endgroup$
    – Thies Heidecke
    Jan 30 at 22:57










  • $begingroup$
    @A.Lavie: there isn't.
    $endgroup$
    – Yves Daoust
    Jan 31 at 8:03



















0












$begingroup$

The sums are just geometric series which you can sum, getting
$$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{1-x^i}{1-x}$$
The denominator is just $(1-x)^k$. You can expand the numerator as a sum getting
$$1-sum_{i=1}^kx^i+sum_{i=1}^{k-1}sum_{j=i+1}^kx^{i+j}-sum_{i=1}^{k-2}sum_{j=i+1}^{k-1}sum_{m=j+1}^kx^{i+j+m}+ldots$$
but I don't think that is helping.






share|cite|improve this answer









$endgroup$














    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%2f3094180%2fconverting-a-product-to-a-sum%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









    1












    $begingroup$

    $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{x^i-1}{x-1}=frac{displaystyleprod_{i=1}^k(x^i-1)}{(x-1)^k}.$$



    Now the expression



    $$prod_{i=1}^k(x^i-1)$$



    yields irregular polynomials.



    $$x-1$$



    $$x^3-x^2-x+1$$



    $$x^6-x^5-x^4+x^2+x-1$$



    $$x^{10}-x^9-x^8+2x^5-x^2-x+1$$



    $$x^{15}-x^{14}-x^{13}+x^{10}+x^9+x^8-x^7-x^6-x^5+x^2+x-1$$



    $$cdots$$






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      Yes... is there a general expression (a sum) which I can write for each value of k?
      $endgroup$
      – A. Lavie
      Jan 30 at 22:47










    • $begingroup$
      $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
      $endgroup$
      – Thies Heidecke
      Jan 30 at 22:57










    • $begingroup$
      @A.Lavie: there isn't.
      $endgroup$
      – Yves Daoust
      Jan 31 at 8:03
















    1












    $begingroup$

    $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{x^i-1}{x-1}=frac{displaystyleprod_{i=1}^k(x^i-1)}{(x-1)^k}.$$



    Now the expression



    $$prod_{i=1}^k(x^i-1)$$



    yields irregular polynomials.



    $$x-1$$



    $$x^3-x^2-x+1$$



    $$x^6-x^5-x^4+x^2+x-1$$



    $$x^{10}-x^9-x^8+2x^5-x^2-x+1$$



    $$x^{15}-x^{14}-x^{13}+x^{10}+x^9+x^8-x^7-x^6-x^5+x^2+x-1$$



    $$cdots$$






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      Yes... is there a general expression (a sum) which I can write for each value of k?
      $endgroup$
      – A. Lavie
      Jan 30 at 22:47










    • $begingroup$
      $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
      $endgroup$
      – Thies Heidecke
      Jan 30 at 22:57










    • $begingroup$
      @A.Lavie: there isn't.
      $endgroup$
      – Yves Daoust
      Jan 31 at 8:03














    1












    1








    1





    $begingroup$

    $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{x^i-1}{x-1}=frac{displaystyleprod_{i=1}^k(x^i-1)}{(x-1)^k}.$$



    Now the expression



    $$prod_{i=1}^k(x^i-1)$$



    yields irregular polynomials.



    $$x-1$$



    $$x^3-x^2-x+1$$



    $$x^6-x^5-x^4+x^2+x-1$$



    $$x^{10}-x^9-x^8+2x^5-x^2-x+1$$



    $$x^{15}-x^{14}-x^{13}+x^{10}+x^9+x^8-x^7-x^6-x^5+x^2+x-1$$



    $$cdots$$






    share|cite|improve this answer











    $endgroup$



    $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{x^i-1}{x-1}=frac{displaystyleprod_{i=1}^k(x^i-1)}{(x-1)^k}.$$



    Now the expression



    $$prod_{i=1}^k(x^i-1)$$



    yields irregular polynomials.



    $$x-1$$



    $$x^3-x^2-x+1$$



    $$x^6-x^5-x^4+x^2+x-1$$



    $$x^{10}-x^9-x^8+2x^5-x^2-x+1$$



    $$x^{15}-x^{14}-x^{13}+x^{10}+x^9+x^8-x^7-x^6-x^5+x^2+x-1$$



    $$cdots$$







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited Jan 30 at 22:27

























    answered Jan 30 at 22:22









    Yves DaoustYves Daoust

    132k676230




    132k676230












    • $begingroup$
      Yes... is there a general expression (a sum) which I can write for each value of k?
      $endgroup$
      – A. Lavie
      Jan 30 at 22:47










    • $begingroup$
      $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
      $endgroup$
      – Thies Heidecke
      Jan 30 at 22:57










    • $begingroup$
      @A.Lavie: there isn't.
      $endgroup$
      – Yves Daoust
      Jan 31 at 8:03


















    • $begingroup$
      Yes... is there a general expression (a sum) which I can write for each value of k?
      $endgroup$
      – A. Lavie
      Jan 30 at 22:47










    • $begingroup$
      $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
      $endgroup$
      – Thies Heidecke
      Jan 30 at 22:57










    • $begingroup$
      @A.Lavie: there isn't.
      $endgroup$
      – Yves Daoust
      Jan 31 at 8:03
















    $begingroup$
    Yes... is there a general expression (a sum) which I can write for each value of k?
    $endgroup$
    – A. Lavie
    Jan 30 at 22:47




    $begingroup$
    Yes... is there a general expression (a sum) which I can write for each value of k?
    $endgroup$
    – A. Lavie
    Jan 30 at 22:47












    $begingroup$
    $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
    $endgroup$
    – Thies Heidecke
    Jan 30 at 22:57




    $begingroup$
    $prod_{i=1}^k (x^i-1)$ can be expressed via a Pochhammer q symbol $(-1)^k(x;x)_k$.
    $endgroup$
    – Thies Heidecke
    Jan 30 at 22:57












    $begingroup$
    @A.Lavie: there isn't.
    $endgroup$
    – Yves Daoust
    Jan 31 at 8:03




    $begingroup$
    @A.Lavie: there isn't.
    $endgroup$
    – Yves Daoust
    Jan 31 at 8:03











    0












    $begingroup$

    The sums are just geometric series which you can sum, getting
    $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{1-x^i}{1-x}$$
    The denominator is just $(1-x)^k$. You can expand the numerator as a sum getting
    $$1-sum_{i=1}^kx^i+sum_{i=1}^{k-1}sum_{j=i+1}^kx^{i+j}-sum_{i=1}^{k-2}sum_{j=i+1}^{k-1}sum_{m=j+1}^kx^{i+j+m}+ldots$$
    but I don't think that is helping.






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      The sums are just geometric series which you can sum, getting
      $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{1-x^i}{1-x}$$
      The denominator is just $(1-x)^k$. You can expand the numerator as a sum getting
      $$1-sum_{i=1}^kx^i+sum_{i=1}^{k-1}sum_{j=i+1}^kx^{i+j}-sum_{i=1}^{k-2}sum_{j=i+1}^{k-1}sum_{m=j+1}^kx^{i+j+m}+ldots$$
      but I don't think that is helping.






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        The sums are just geometric series which you can sum, getting
        $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{1-x^i}{1-x}$$
        The denominator is just $(1-x)^k$. You can expand the numerator as a sum getting
        $$1-sum_{i=1}^kx^i+sum_{i=1}^{k-1}sum_{j=i+1}^kx^{i+j}-sum_{i=1}^{k-2}sum_{j=i+1}^{k-1}sum_{m=j+1}^kx^{i+j+m}+ldots$$
        but I don't think that is helping.






        share|cite|improve this answer









        $endgroup$



        The sums are just geometric series which you can sum, getting
        $$prod_{i=1}^kleft[sum_{j=0}^{i-1}x^jright]=prod_{i=1}^kfrac{1-x^i}{1-x}$$
        The denominator is just $(1-x)^k$. You can expand the numerator as a sum getting
        $$1-sum_{i=1}^kx^i+sum_{i=1}^{k-1}sum_{j=i+1}^kx^{i+j}-sum_{i=1}^{k-2}sum_{j=i+1}^{k-1}sum_{m=j+1}^kx^{i+j+m}+ldots$$
        but I don't think that is helping.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 30 at 22:17









        Ross MillikanRoss Millikan

        301k24200375




        301k24200375






























            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%2f3094180%2fconverting-a-product-to-a-sum%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

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

            A Topological Invariant for $pi_3(U(n))$