Consider the Fibonacci sequence $a_n$

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











up vote
2
down vote

favorite












Consider the Fibonacci sequence $a_n$
Use mathematical induction to prove that
$a_n+1a_n-1=(a_n)^2+(-1)^n$



So far, I have tested the base case $n=1$ which is true. I am stuck on the inductive step where I plug in $k=n+1$.



$a_n+2a_n=(a_n+1)^2+(-1)^n+1$



$a_n+2a_n=(a_n+1)^2-(-1)^n$



I am unsure what the next step to take is.










share|cite|improve this question



















  • 3




    You need to start by testing it works for $n=1$ ... If I were you I would add that by editing your post ... that way people see what you have done and you will get more comments and advice.
    – Bruce
    Sep 3 at 8:33










  • For a recursive formula you need to give values such as $a_0$ and $a_1$
    – Bruce
    Sep 3 at 8:35











  • Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it?
    – 5xum
    Sep 3 at 8:36










  • Hint: What happens if you apply the Fibonacci recurrence to $a_n+2$ and one of the $a_n+1$s?
    – Jyrki Lahtonen
    Sep 3 at 8:54






  • 1




    See math.stackexchange.com/a/1928409/589
    – lhf
    Sep 3 at 13:36














up vote
2
down vote

favorite












Consider the Fibonacci sequence $a_n$
Use mathematical induction to prove that
$a_n+1a_n-1=(a_n)^2+(-1)^n$



So far, I have tested the base case $n=1$ which is true. I am stuck on the inductive step where I plug in $k=n+1$.



$a_n+2a_n=(a_n+1)^2+(-1)^n+1$



$a_n+2a_n=(a_n+1)^2-(-1)^n$



I am unsure what the next step to take is.










share|cite|improve this question



















  • 3




    You need to start by testing it works for $n=1$ ... If I were you I would add that by editing your post ... that way people see what you have done and you will get more comments and advice.
    – Bruce
    Sep 3 at 8:33










  • For a recursive formula you need to give values such as $a_0$ and $a_1$
    – Bruce
    Sep 3 at 8:35











  • Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it?
    – 5xum
    Sep 3 at 8:36










  • Hint: What happens if you apply the Fibonacci recurrence to $a_n+2$ and one of the $a_n+1$s?
    – Jyrki Lahtonen
    Sep 3 at 8:54






  • 1




    See math.stackexchange.com/a/1928409/589
    – lhf
    Sep 3 at 13:36












up vote
2
down vote

favorite









up vote
2
down vote

favorite











Consider the Fibonacci sequence $a_n$
Use mathematical induction to prove that
$a_n+1a_n-1=(a_n)^2+(-1)^n$



So far, I have tested the base case $n=1$ which is true. I am stuck on the inductive step where I plug in $k=n+1$.



$a_n+2a_n=(a_n+1)^2+(-1)^n+1$



$a_n+2a_n=(a_n+1)^2-(-1)^n$



I am unsure what the next step to take is.










share|cite|improve this question















Consider the Fibonacci sequence $a_n$
Use mathematical induction to prove that
$a_n+1a_n-1=(a_n)^2+(-1)^n$



So far, I have tested the base case $n=1$ which is true. I am stuck on the inductive step where I plug in $k=n+1$.



$a_n+2a_n=(a_n+1)^2+(-1)^n+1$



$a_n+2a_n=(a_n+1)^2-(-1)^n$



I am unsure what the next step to take is.







induction






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Sep 3 at 13:38









Daniel Fischer♦

172k16156278




172k16156278










asked Sep 3 at 8:30









John Doe

215




215







  • 3




    You need to start by testing it works for $n=1$ ... If I were you I would add that by editing your post ... that way people see what you have done and you will get more comments and advice.
    – Bruce
    Sep 3 at 8:33










  • For a recursive formula you need to give values such as $a_0$ and $a_1$
    – Bruce
    Sep 3 at 8:35











  • Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it?
    – 5xum
    Sep 3 at 8:36










  • Hint: What happens if you apply the Fibonacci recurrence to $a_n+2$ and one of the $a_n+1$s?
    – Jyrki Lahtonen
    Sep 3 at 8:54






  • 1




    See math.stackexchange.com/a/1928409/589
    – lhf
    Sep 3 at 13:36












  • 3




    You need to start by testing it works for $n=1$ ... If I were you I would add that by editing your post ... that way people see what you have done and you will get more comments and advice.
    – Bruce
    Sep 3 at 8:33










  • For a recursive formula you need to give values such as $a_0$ and $a_1$
    – Bruce
    Sep 3 at 8:35











  • Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it?
    – 5xum
    Sep 3 at 8:36










  • Hint: What happens if you apply the Fibonacci recurrence to $a_n+2$ and one of the $a_n+1$s?
    – Jyrki Lahtonen
    Sep 3 at 8:54






  • 1




    See math.stackexchange.com/a/1928409/589
    – lhf
    Sep 3 at 13:36







3




3




You need to start by testing it works for $n=1$ ... If I were you I would add that by editing your post ... that way people see what you have done and you will get more comments and advice.
– Bruce
Sep 3 at 8:33




You need to start by testing it works for $n=1$ ... If I were you I would add that by editing your post ... that way people see what you have done and you will get more comments and advice.
– Bruce
Sep 3 at 8:33












For a recursive formula you need to give values such as $a_0$ and $a_1$
– Bruce
Sep 3 at 8:35





For a recursive formula you need to give values such as $a_0$ and $a_1$
– Bruce
Sep 3 at 8:35













Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it?
– 5xum
Sep 3 at 8:36




Hi and welcome to the site! Since this is a site that encourages and helps with learning, it is best if you show your own ideas and efforts in solving the question. Can you edit your question to add your thoughts and ideas about it?
– 5xum
Sep 3 at 8:36












Hint: What happens if you apply the Fibonacci recurrence to $a_n+2$ and one of the $a_n+1$s?
– Jyrki Lahtonen
Sep 3 at 8:54




Hint: What happens if you apply the Fibonacci recurrence to $a_n+2$ and one of the $a_n+1$s?
– Jyrki Lahtonen
Sep 3 at 8:54




1




1




See math.stackexchange.com/a/1928409/589
– lhf
Sep 3 at 13:36




See math.stackexchange.com/a/1928409/589
– lhf
Sep 3 at 13:36










3 Answers
3






active

oldest

votes

















up vote
2
down vote













Recall that:
$a_1=1$,$a_2=1$,$a_3=2$ .



For $n=2$:
$$
a_3a_1=a_2^2+(-1)^2=2
$$



We assume the hypothesis valid for $n=k$, such that:
$$
a_k+1a_k-1=a_k^2+(-1)^k
$$



Let's find the value of $a_k+2a_k$. We can use the Fibonacci recursion: $a_k+2=a_k+1+a_k$. Therefore:
$$
a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k^2
$$
From the hypothesis:
$$
a_k+1a_k-1=a_k^2+(-1)^k Rightarrow a_k^2 = a_k+1a_k-1-(-1)^k
$$



Thus:
$$
a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k+1a_k-1-(-1)^k
$$
$$
a_k+2a_k=a_k+1a_k+a_k+1a_k-1+(-1)^k+1=a_k+1(a_k+a_k-1)+(-1)^k+1
$$
Apply Fibonacci recursion again to find:
$$
a_k+2a_k=a_k+1^2+(-1)^k+1
$$






share|cite|improve this answer



























    up vote
    1
    down vote













    For $n=1$, $~~a_2a_0-a_1^2=-1$, so the statement is true for $n=1$. Let, the statement $P(n):$ $ a_n+1a_n-1-a_n^2=(-1)^n$ is true for $n=m$. We need to show that $P(m+1)$ is true. $$a_m+2a_m-a_m+1^2=(-1)^m+1 $$



    Using recurrence relation on $a_m+2=a_m+1+a_m$ and $a_m=a_m+1-a_m-1$,
    $$requirecancela_m+2a_m-a_m+1^2=(a_m+1+a_m)(a_m+1-a_m-1)-a_m+1^2\ = cancela_m+1^2+a_ma_m+1-a_m+1a_m-1-a_ma_m-1-cancela_m+1^2\=a_m(a_m+1-a_m-1)-a_m+1a_m-1= a_m^2-a_m+1a_m-1=-(a_m+1a_m-1-a_m^2)=(-1)^m+1 $$
    as by inductive argument $a_m+1a_m-1-a_m^2=(-1)^m$. Hence done!






    share|cite|improve this answer



























      up vote
      1
      down vote













      The base hypothesis is obviously true: $0cdot1-1^2=(-1)^1$.



      Now the given formula hints to establish
      $$F_n+1F_n-1-F_n^2=-(F_nF_n-2-F_n-1^2).$$



      If we expand $F_n+1$ we get
      $$F_nF_n-1+F_n-1^2-F_n^2=-F_nF_n-2+F_n-1^2.$$



      Then regrouping the two terms with $F_n$,
      $$F_n(F_n-1-F_n)+F_n-1^2=-F_nF_n-2+F_n-1^2$$



      and we are done.






      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%2f2903652%2fconsider-the-fibonacci-sequence-a-n%23new-answer', 'question_page');

        );

        Post as a guest






























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        2
        down vote













        Recall that:
        $a_1=1$,$a_2=1$,$a_3=2$ .



        For $n=2$:
        $$
        a_3a_1=a_2^2+(-1)^2=2
        $$



        We assume the hypothesis valid for $n=k$, such that:
        $$
        a_k+1a_k-1=a_k^2+(-1)^k
        $$



        Let's find the value of $a_k+2a_k$. We can use the Fibonacci recursion: $a_k+2=a_k+1+a_k$. Therefore:
        $$
        a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k^2
        $$
        From the hypothesis:
        $$
        a_k+1a_k-1=a_k^2+(-1)^k Rightarrow a_k^2 = a_k+1a_k-1-(-1)^k
        $$



        Thus:
        $$
        a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k+1a_k-1-(-1)^k
        $$
        $$
        a_k+2a_k=a_k+1a_k+a_k+1a_k-1+(-1)^k+1=a_k+1(a_k+a_k-1)+(-1)^k+1
        $$
        Apply Fibonacci recursion again to find:
        $$
        a_k+2a_k=a_k+1^2+(-1)^k+1
        $$






        share|cite|improve this answer
























          up vote
          2
          down vote













          Recall that:
          $a_1=1$,$a_2=1$,$a_3=2$ .



          For $n=2$:
          $$
          a_3a_1=a_2^2+(-1)^2=2
          $$



          We assume the hypothesis valid for $n=k$, such that:
          $$
          a_k+1a_k-1=a_k^2+(-1)^k
          $$



          Let's find the value of $a_k+2a_k$. We can use the Fibonacci recursion: $a_k+2=a_k+1+a_k$. Therefore:
          $$
          a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k^2
          $$
          From the hypothesis:
          $$
          a_k+1a_k-1=a_k^2+(-1)^k Rightarrow a_k^2 = a_k+1a_k-1-(-1)^k
          $$



          Thus:
          $$
          a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k+1a_k-1-(-1)^k
          $$
          $$
          a_k+2a_k=a_k+1a_k+a_k+1a_k-1+(-1)^k+1=a_k+1(a_k+a_k-1)+(-1)^k+1
          $$
          Apply Fibonacci recursion again to find:
          $$
          a_k+2a_k=a_k+1^2+(-1)^k+1
          $$






          share|cite|improve this answer






















            up vote
            2
            down vote










            up vote
            2
            down vote









            Recall that:
            $a_1=1$,$a_2=1$,$a_3=2$ .



            For $n=2$:
            $$
            a_3a_1=a_2^2+(-1)^2=2
            $$



            We assume the hypothesis valid for $n=k$, such that:
            $$
            a_k+1a_k-1=a_k^2+(-1)^k
            $$



            Let's find the value of $a_k+2a_k$. We can use the Fibonacci recursion: $a_k+2=a_k+1+a_k$. Therefore:
            $$
            a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k^2
            $$
            From the hypothesis:
            $$
            a_k+1a_k-1=a_k^2+(-1)^k Rightarrow a_k^2 = a_k+1a_k-1-(-1)^k
            $$



            Thus:
            $$
            a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k+1a_k-1-(-1)^k
            $$
            $$
            a_k+2a_k=a_k+1a_k+a_k+1a_k-1+(-1)^k+1=a_k+1(a_k+a_k-1)+(-1)^k+1
            $$
            Apply Fibonacci recursion again to find:
            $$
            a_k+2a_k=a_k+1^2+(-1)^k+1
            $$






            share|cite|improve this answer












            Recall that:
            $a_1=1$,$a_2=1$,$a_3=2$ .



            For $n=2$:
            $$
            a_3a_1=a_2^2+(-1)^2=2
            $$



            We assume the hypothesis valid for $n=k$, such that:
            $$
            a_k+1a_k-1=a_k^2+(-1)^k
            $$



            Let's find the value of $a_k+2a_k$. We can use the Fibonacci recursion: $a_k+2=a_k+1+a_k$. Therefore:
            $$
            a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k^2
            $$
            From the hypothesis:
            $$
            a_k+1a_k-1=a_k^2+(-1)^k Rightarrow a_k^2 = a_k+1a_k-1-(-1)^k
            $$



            Thus:
            $$
            a_k+2a_k=(a_k+1+a_k)a_k=a_k+1a_k+a_k+1a_k-1-(-1)^k
            $$
            $$
            a_k+2a_k=a_k+1a_k+a_k+1a_k-1+(-1)^k+1=a_k+1(a_k+a_k-1)+(-1)^k+1
            $$
            Apply Fibonacci recursion again to find:
            $$
            a_k+2a_k=a_k+1^2+(-1)^k+1
            $$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Sep 3 at 13:34









            Mefitico

            66715




            66715




















                up vote
                1
                down vote













                For $n=1$, $~~a_2a_0-a_1^2=-1$, so the statement is true for $n=1$. Let, the statement $P(n):$ $ a_n+1a_n-1-a_n^2=(-1)^n$ is true for $n=m$. We need to show that $P(m+1)$ is true. $$a_m+2a_m-a_m+1^2=(-1)^m+1 $$



                Using recurrence relation on $a_m+2=a_m+1+a_m$ and $a_m=a_m+1-a_m-1$,
                $$requirecancela_m+2a_m-a_m+1^2=(a_m+1+a_m)(a_m+1-a_m-1)-a_m+1^2\ = cancela_m+1^2+a_ma_m+1-a_m+1a_m-1-a_ma_m-1-cancela_m+1^2\=a_m(a_m+1-a_m-1)-a_m+1a_m-1= a_m^2-a_m+1a_m-1=-(a_m+1a_m-1-a_m^2)=(-1)^m+1 $$
                as by inductive argument $a_m+1a_m-1-a_m^2=(-1)^m$. Hence done!






                share|cite|improve this answer
























                  up vote
                  1
                  down vote













                  For $n=1$, $~~a_2a_0-a_1^2=-1$, so the statement is true for $n=1$. Let, the statement $P(n):$ $ a_n+1a_n-1-a_n^2=(-1)^n$ is true for $n=m$. We need to show that $P(m+1)$ is true. $$a_m+2a_m-a_m+1^2=(-1)^m+1 $$



                  Using recurrence relation on $a_m+2=a_m+1+a_m$ and $a_m=a_m+1-a_m-1$,
                  $$requirecancela_m+2a_m-a_m+1^2=(a_m+1+a_m)(a_m+1-a_m-1)-a_m+1^2\ = cancela_m+1^2+a_ma_m+1-a_m+1a_m-1-a_ma_m-1-cancela_m+1^2\=a_m(a_m+1-a_m-1)-a_m+1a_m-1= a_m^2-a_m+1a_m-1=-(a_m+1a_m-1-a_m^2)=(-1)^m+1 $$
                  as by inductive argument $a_m+1a_m-1-a_m^2=(-1)^m$. Hence done!






                  share|cite|improve this answer






















                    up vote
                    1
                    down vote










                    up vote
                    1
                    down vote









                    For $n=1$, $~~a_2a_0-a_1^2=-1$, so the statement is true for $n=1$. Let, the statement $P(n):$ $ a_n+1a_n-1-a_n^2=(-1)^n$ is true for $n=m$. We need to show that $P(m+1)$ is true. $$a_m+2a_m-a_m+1^2=(-1)^m+1 $$



                    Using recurrence relation on $a_m+2=a_m+1+a_m$ and $a_m=a_m+1-a_m-1$,
                    $$requirecancela_m+2a_m-a_m+1^2=(a_m+1+a_m)(a_m+1-a_m-1)-a_m+1^2\ = cancela_m+1^2+a_ma_m+1-a_m+1a_m-1-a_ma_m-1-cancela_m+1^2\=a_m(a_m+1-a_m-1)-a_m+1a_m-1= a_m^2-a_m+1a_m-1=-(a_m+1a_m-1-a_m^2)=(-1)^m+1 $$
                    as by inductive argument $a_m+1a_m-1-a_m^2=(-1)^m$. Hence done!






                    share|cite|improve this answer












                    For $n=1$, $~~a_2a_0-a_1^2=-1$, so the statement is true for $n=1$. Let, the statement $P(n):$ $ a_n+1a_n-1-a_n^2=(-1)^n$ is true for $n=m$. We need to show that $P(m+1)$ is true. $$a_m+2a_m-a_m+1^2=(-1)^m+1 $$



                    Using recurrence relation on $a_m+2=a_m+1+a_m$ and $a_m=a_m+1-a_m-1$,
                    $$requirecancela_m+2a_m-a_m+1^2=(a_m+1+a_m)(a_m+1-a_m-1)-a_m+1^2\ = cancela_m+1^2+a_ma_m+1-a_m+1a_m-1-a_ma_m-1-cancela_m+1^2\=a_m(a_m+1-a_m-1)-a_m+1a_m-1= a_m^2-a_m+1a_m-1=-(a_m+1a_m-1-a_m^2)=(-1)^m+1 $$
                    as by inductive argument $a_m+1a_m-1-a_m^2=(-1)^m$. Hence done!







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Sep 3 at 14:02









                    tarit goswami

                    1,162219




                    1,162219




















                        up vote
                        1
                        down vote













                        The base hypothesis is obviously true: $0cdot1-1^2=(-1)^1$.



                        Now the given formula hints to establish
                        $$F_n+1F_n-1-F_n^2=-(F_nF_n-2-F_n-1^2).$$



                        If we expand $F_n+1$ we get
                        $$F_nF_n-1+F_n-1^2-F_n^2=-F_nF_n-2+F_n-1^2.$$



                        Then regrouping the two terms with $F_n$,
                        $$F_n(F_n-1-F_n)+F_n-1^2=-F_nF_n-2+F_n-1^2$$



                        and we are done.






                        share|cite|improve this answer
























                          up vote
                          1
                          down vote













                          The base hypothesis is obviously true: $0cdot1-1^2=(-1)^1$.



                          Now the given formula hints to establish
                          $$F_n+1F_n-1-F_n^2=-(F_nF_n-2-F_n-1^2).$$



                          If we expand $F_n+1$ we get
                          $$F_nF_n-1+F_n-1^2-F_n^2=-F_nF_n-2+F_n-1^2.$$



                          Then regrouping the two terms with $F_n$,
                          $$F_n(F_n-1-F_n)+F_n-1^2=-F_nF_n-2+F_n-1^2$$



                          and we are done.






                          share|cite|improve this answer






















                            up vote
                            1
                            down vote










                            up vote
                            1
                            down vote









                            The base hypothesis is obviously true: $0cdot1-1^2=(-1)^1$.



                            Now the given formula hints to establish
                            $$F_n+1F_n-1-F_n^2=-(F_nF_n-2-F_n-1^2).$$



                            If we expand $F_n+1$ we get
                            $$F_nF_n-1+F_n-1^2-F_n^2=-F_nF_n-2+F_n-1^2.$$



                            Then regrouping the two terms with $F_n$,
                            $$F_n(F_n-1-F_n)+F_n-1^2=-F_nF_n-2+F_n-1^2$$



                            and we are done.






                            share|cite|improve this answer












                            The base hypothesis is obviously true: $0cdot1-1^2=(-1)^1$.



                            Now the given formula hints to establish
                            $$F_n+1F_n-1-F_n^2=-(F_nF_n-2-F_n-1^2).$$



                            If we expand $F_n+1$ we get
                            $$F_nF_n-1+F_n-1^2-F_n^2=-F_nF_n-2+F_n-1^2.$$



                            Then regrouping the two terms with $F_n$,
                            $$F_n(F_n-1-F_n)+F_n-1^2=-F_nF_n-2+F_n-1^2$$



                            and we are done.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Sep 3 at 14:25









                            Yves Daoust

                            114k666209




                            114k666209



























                                 

                                draft saved


                                draft discarded















































                                 


                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2903652%2fconsider-the-fibonacci-sequence-a-n%23new-answer', 'question_page');

                                );

                                Post as a guest













































































                                這個網誌中的熱門文章

                                How to combine Bézier curves to a surface?

                                Mutual Information Always Non-negative

                                Why am i infinitely getting the same tweet with the Twitter Search API?