proof by induction question with summation











up vote
1
down vote

favorite












$$sum_{i=1}^n(-1)^{i+1}i^2 = (-1)^{n+1}sum_{i=1}^n i.$$



im trying to prove thi by induction.
im starting from the LHS and trying to show the RHS after assuming true for n=k



$$sum_{i=1}^{k+1}(-1)^{i+1}i^2 = (-1)^{k+1}sum_{i=1}^k i + (-1)^{k+2}(k+1)^2$$



Is this right so far because im finding it hard to manipulate this to what i want. im ending up with a $k^2$ term which i dont know what to do with.










share|cite|improve this question
























  • Start with the base case. Have you written out the first few terms of your sums?
    – amWhy
    Nov 17 at 19:40












  • havent seen if this works, but i think the problem was not using formulas for summations, also why did people downvote?
    – hitherematey
    Nov 17 at 22:42

















up vote
1
down vote

favorite












$$sum_{i=1}^n(-1)^{i+1}i^2 = (-1)^{n+1}sum_{i=1}^n i.$$



im trying to prove thi by induction.
im starting from the LHS and trying to show the RHS after assuming true for n=k



$$sum_{i=1}^{k+1}(-1)^{i+1}i^2 = (-1)^{k+1}sum_{i=1}^k i + (-1)^{k+2}(k+1)^2$$



Is this right so far because im finding it hard to manipulate this to what i want. im ending up with a $k^2$ term which i dont know what to do with.










share|cite|improve this question
























  • Start with the base case. Have you written out the first few terms of your sums?
    – amWhy
    Nov 17 at 19:40












  • havent seen if this works, but i think the problem was not using formulas for summations, also why did people downvote?
    – hitherematey
    Nov 17 at 22:42















up vote
1
down vote

favorite









up vote
1
down vote

favorite











$$sum_{i=1}^n(-1)^{i+1}i^2 = (-1)^{n+1}sum_{i=1}^n i.$$



im trying to prove thi by induction.
im starting from the LHS and trying to show the RHS after assuming true for n=k



$$sum_{i=1}^{k+1}(-1)^{i+1}i^2 = (-1)^{k+1}sum_{i=1}^k i + (-1)^{k+2}(k+1)^2$$



Is this right so far because im finding it hard to manipulate this to what i want. im ending up with a $k^2$ term which i dont know what to do with.










share|cite|improve this question















$$sum_{i=1}^n(-1)^{i+1}i^2 = (-1)^{n+1}sum_{i=1}^n i.$$



im trying to prove thi by induction.
im starting from the LHS and trying to show the RHS after assuming true for n=k



$$sum_{i=1}^{k+1}(-1)^{i+1}i^2 = (-1)^{k+1}sum_{i=1}^k i + (-1)^{k+2}(k+1)^2$$



Is this right so far because im finding it hard to manipulate this to what i want. im ending up with a $k^2$ term which i dont know what to do with.







summation proof-writing induction






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 17 at 19:43









amWhy

191k27223437




191k27223437










asked Nov 17 at 19:37









hitherematey

577




577












  • Start with the base case. Have you written out the first few terms of your sums?
    – amWhy
    Nov 17 at 19:40












  • havent seen if this works, but i think the problem was not using formulas for summations, also why did people downvote?
    – hitherematey
    Nov 17 at 22:42




















  • Start with the base case. Have you written out the first few terms of your sums?
    – amWhy
    Nov 17 at 19:40












  • havent seen if this works, but i think the problem was not using formulas for summations, also why did people downvote?
    – hitherematey
    Nov 17 at 22:42


















Start with the base case. Have you written out the first few terms of your sums?
– amWhy
Nov 17 at 19:40






Start with the base case. Have you written out the first few terms of your sums?
– amWhy
Nov 17 at 19:40














havent seen if this works, but i think the problem was not using formulas for summations, also why did people downvote?
– hitherematey
Nov 17 at 22:42






havent seen if this works, but i think the problem was not using formulas for summations, also why did people downvote?
– hitherematey
Nov 17 at 22:42












1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










Use formula for $sum_{i=1}^k i$






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: 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%2f3002729%2fproof-by-induction-question-with-summation%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    Use formula for $sum_{i=1}^k i$






    share|cite|improve this answer

























      up vote
      1
      down vote



      accepted










      Use formula for $sum_{i=1}^k i$






      share|cite|improve this answer























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        Use formula for $sum_{i=1}^k i$






        share|cite|improve this answer












        Use formula for $sum_{i=1}^k i$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 17 at 23:22









        hitherematey

        577




        577






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002729%2fproof-by-induction-question-with-summation%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

            Bundesstraße 106

            Verónica Boquete

            Ida-Boy-Ed-Garten