Is this how to prove a recurrence?












0












$begingroup$


Given:



$U(0)=4$



$U(n+1)=3+2cdot U(n)$ ...recurrence case



$U(n)=7cdot 2^n-3$



My Solution:



$U(n+1)=3+2cdot U(n)$



$frac{U(n+1)-3}{2}=U(n)$



$frac{U(n+1)-3}{2}=7cdot 2^n-3$



Since I know $U(0) =4$, and with that I can solve $U(1)=11$



$n = 0$



$frac{U(0+1)-3}{2}=7cdot2^0-3$



$4=4$ .... is this a proof?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    If you already have U(n), what else do you want to solve?
    $endgroup$
    – idea
    Jan 16 at 10:58










  • $begingroup$
    "How to prove a recurrence" is a bit vague. When you have $$ U_{n+1} = 3 + 2U_{n} $$ this is quite clearly a recurrence. It's not clear what is required ...
    $endgroup$
    – Matti P.
    Jan 16 at 11:01
















0












$begingroup$


Given:



$U(0)=4$



$U(n+1)=3+2cdot U(n)$ ...recurrence case



$U(n)=7cdot 2^n-3$



My Solution:



$U(n+1)=3+2cdot U(n)$



$frac{U(n+1)-3}{2}=U(n)$



$frac{U(n+1)-3}{2}=7cdot 2^n-3$



Since I know $U(0) =4$, and with that I can solve $U(1)=11$



$n = 0$



$frac{U(0+1)-3}{2}=7cdot2^0-3$



$4=4$ .... is this a proof?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    If you already have U(n), what else do you want to solve?
    $endgroup$
    – idea
    Jan 16 at 10:58










  • $begingroup$
    "How to prove a recurrence" is a bit vague. When you have $$ U_{n+1} = 3 + 2U_{n} $$ this is quite clearly a recurrence. It's not clear what is required ...
    $endgroup$
    – Matti P.
    Jan 16 at 11:01














0












0








0





$begingroup$


Given:



$U(0)=4$



$U(n+1)=3+2cdot U(n)$ ...recurrence case



$U(n)=7cdot 2^n-3$



My Solution:



$U(n+1)=3+2cdot U(n)$



$frac{U(n+1)-3}{2}=U(n)$



$frac{U(n+1)-3}{2}=7cdot 2^n-3$



Since I know $U(0) =4$, and with that I can solve $U(1)=11$



$n = 0$



$frac{U(0+1)-3}{2}=7cdot2^0-3$



$4=4$ .... is this a proof?










share|cite|improve this question











$endgroup$




Given:



$U(0)=4$



$U(n+1)=3+2cdot U(n)$ ...recurrence case



$U(n)=7cdot 2^n-3$



My Solution:



$U(n+1)=3+2cdot U(n)$



$frac{U(n+1)-3}{2}=U(n)$



$frac{U(n+1)-3}{2}=7cdot 2^n-3$



Since I know $U(0) =4$, and with that I can solve $U(1)=11$



$n = 0$



$frac{U(0+1)-3}{2}=7cdot2^0-3$



$4=4$ .... is this a proof?







recurrence-relations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 16 at 13:09









Bernard

121k740116




121k740116










asked Jan 16 at 10:53









NoobProgrammerNoobProgrammer

32




32








  • 3




    $begingroup$
    If you already have U(n), what else do you want to solve?
    $endgroup$
    – idea
    Jan 16 at 10:58










  • $begingroup$
    "How to prove a recurrence" is a bit vague. When you have $$ U_{n+1} = 3 + 2U_{n} $$ this is quite clearly a recurrence. It's not clear what is required ...
    $endgroup$
    – Matti P.
    Jan 16 at 11:01














  • 3




    $begingroup$
    If you already have U(n), what else do you want to solve?
    $endgroup$
    – idea
    Jan 16 at 10:58










  • $begingroup$
    "How to prove a recurrence" is a bit vague. When you have $$ U_{n+1} = 3 + 2U_{n} $$ this is quite clearly a recurrence. It's not clear what is required ...
    $endgroup$
    – Matti P.
    Jan 16 at 11:01








3




3




$begingroup$
If you already have U(n), what else do you want to solve?
$endgroup$
– idea
Jan 16 at 10:58




$begingroup$
If you already have U(n), what else do you want to solve?
$endgroup$
– idea
Jan 16 at 10:58












$begingroup$
"How to prove a recurrence" is a bit vague. When you have $$ U_{n+1} = 3 + 2U_{n} $$ this is quite clearly a recurrence. It's not clear what is required ...
$endgroup$
– Matti P.
Jan 16 at 11:01




$begingroup$
"How to prove a recurrence" is a bit vague. When you have $$ U_{n+1} = 3 + 2U_{n} $$ this is quite clearly a recurrence. It's not clear what is required ...
$endgroup$
– Matti P.
Jan 16 at 11:01










1 Answer
1






active

oldest

votes


















0












$begingroup$

Not really a proof, but it contains the idea.



What you're doing should be formalized with induction.



Given: $U(0)=4$, $U(n+1)=3+2U(n)$



Conjecture: $U(n)=7cdot 2^n-3$



Base of induction: $7cdot2^0-3=4=U(0)$. Verified true.



Induction step: Assume $U(n)=7cdot2^n-3$. Then
$$
U(n+1)=3+2U(n)=3+2(7cdot2^n-3)=2cdot7cdot2^{n}+3-6=7cdot2^{n+1}-3.
$$

End.






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%2f3075596%2fis-this-how-to-prove-a-recurrence%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









    0












    $begingroup$

    Not really a proof, but it contains the idea.



    What you're doing should be formalized with induction.



    Given: $U(0)=4$, $U(n+1)=3+2U(n)$



    Conjecture: $U(n)=7cdot 2^n-3$



    Base of induction: $7cdot2^0-3=4=U(0)$. Verified true.



    Induction step: Assume $U(n)=7cdot2^n-3$. Then
    $$
    U(n+1)=3+2U(n)=3+2(7cdot2^n-3)=2cdot7cdot2^{n}+3-6=7cdot2^{n+1}-3.
    $$

    End.






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      Not really a proof, but it contains the idea.



      What you're doing should be formalized with induction.



      Given: $U(0)=4$, $U(n+1)=3+2U(n)$



      Conjecture: $U(n)=7cdot 2^n-3$



      Base of induction: $7cdot2^0-3=4=U(0)$. Verified true.



      Induction step: Assume $U(n)=7cdot2^n-3$. Then
      $$
      U(n+1)=3+2U(n)=3+2(7cdot2^n-3)=2cdot7cdot2^{n}+3-6=7cdot2^{n+1}-3.
      $$

      End.






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        Not really a proof, but it contains the idea.



        What you're doing should be formalized with induction.



        Given: $U(0)=4$, $U(n+1)=3+2U(n)$



        Conjecture: $U(n)=7cdot 2^n-3$



        Base of induction: $7cdot2^0-3=4=U(0)$. Verified true.



        Induction step: Assume $U(n)=7cdot2^n-3$. Then
        $$
        U(n+1)=3+2U(n)=3+2(7cdot2^n-3)=2cdot7cdot2^{n}+3-6=7cdot2^{n+1}-3.
        $$

        End.






        share|cite|improve this answer









        $endgroup$



        Not really a proof, but it contains the idea.



        What you're doing should be formalized with induction.



        Given: $U(0)=4$, $U(n+1)=3+2U(n)$



        Conjecture: $U(n)=7cdot 2^n-3$



        Base of induction: $7cdot2^0-3=4=U(0)$. Verified true.



        Induction step: Assume $U(n)=7cdot2^n-3$. Then
        $$
        U(n+1)=3+2U(n)=3+2(7cdot2^n-3)=2cdot7cdot2^{n}+3-6=7cdot2^{n+1}-3.
        $$

        End.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 16 at 11:00









        egregegreg

        182k1486204




        182k1486204






























            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%2f3075596%2fis-this-how-to-prove-a-recurrence%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

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith