Finding the lim inf and lim sup of a sequenceProve that a sequence converges to a finite limit iff lim inf...

Why won't the strings command stop?

Are Wave equations equivalent to Maxwell equations in free space?

What is the purpose of a disclaimer like "this is not legal advice"?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

Does the in-code argument passing conventions used on PDP-11's have a name?

School performs periodic password audits. Is my password compromised?

Giving a talk in my old university, how prominently should I tell students my salary?

Is there a way to find out the age of climbing ropes?

What is better: yes / no radio, or simple checkbox?

ESPP--any reason not to go all in?

Paper published similar to PhD thesis

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

The (Easy) Road to Code

How to chmod files that have a specific set of permissions

What can I do if someone tampers with my SSH public key?

Is being socially reclusive okay for a graduate student?

Can a Mexican citizen living in US under DACA drive to Canada?

Was it really inappropriate to write a pull request for the company I interviewed with?

Can you run a ground wire from stove directly to ground pole in the ground

How spaceships determine each other's mass in space?

Professor forcing me to attend a conference

Naming Characters after Friends/Family

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

Rationale to prefer local variables over instance variables?



Finding the lim inf and lim sup of a sequence


Prove that a sequence converges to a finite limit iff lim inf equals lim supLim Sup and Lim InfShow that $lim inf a_nleliminf s_n.$Set lim inf and lim sup question.Finding lim sup and lim infIf $x_n$ Cauchy then $limsup x_n = liminf x_n$Unsure if this proof works for proving $supgeqinf$Show that $liminf A_nsubset limsup_n A_n$lim inf and lim sup of sequence obtained from combination of two sequencesSequence $a_n$ such that $inf a_n < lim inf a_n < lim sup a_n < sup a_n$













2












$begingroup$


I'm working on the following problem:



Find $lim sup_n a_n$ and $liminf_n a_n$ of the sequence given by $a_n = 1 + (-1)^nfrac{2n+3}n.$



I've done the following work so far:



Let ${i_n}_n$ be the sequence given by $i_n = inf{a_k:kge n}.$ Then, $i_n = {-4, -2, frac {-8}5, frac{-10}7,cdots}.$



I know that the $lim inf_na_n = lim_n i_n$, but I can't figure out how to take the limit of $i_n$.










share|cite|improve this question









$endgroup$

















    2












    $begingroup$


    I'm working on the following problem:



    Find $lim sup_n a_n$ and $liminf_n a_n$ of the sequence given by $a_n = 1 + (-1)^nfrac{2n+3}n.$



    I've done the following work so far:



    Let ${i_n}_n$ be the sequence given by $i_n = inf{a_k:kge n}.$ Then, $i_n = {-4, -2, frac {-8}5, frac{-10}7,cdots}.$



    I know that the $lim inf_na_n = lim_n i_n$, but I can't figure out how to take the limit of $i_n$.










    share|cite|improve this question









    $endgroup$















      2












      2








      2


      1



      $begingroup$


      I'm working on the following problem:



      Find $lim sup_n a_n$ and $liminf_n a_n$ of the sequence given by $a_n = 1 + (-1)^nfrac{2n+3}n.$



      I've done the following work so far:



      Let ${i_n}_n$ be the sequence given by $i_n = inf{a_k:kge n}.$ Then, $i_n = {-4, -2, frac {-8}5, frac{-10}7,cdots}.$



      I know that the $lim inf_na_n = lim_n i_n$, but I can't figure out how to take the limit of $i_n$.










      share|cite|improve this question









      $endgroup$




      I'm working on the following problem:



      Find $lim sup_n a_n$ and $liminf_n a_n$ of the sequence given by $a_n = 1 + (-1)^nfrac{2n+3}n.$



      I've done the following work so far:



      Let ${i_n}_n$ be the sequence given by $i_n = inf{a_k:kge n}.$ Then, $i_n = {-4, -2, frac {-8}5, frac{-10}7,cdots}.$



      I know that the $lim inf_na_n = lim_n i_n$, but I can't figure out how to take the limit of $i_n$.







      real-analysis sequences-and-series limsup-and-liminf






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 15 hours ago









      B RetnikB Retnik

      534




      534






















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          Let's first notice that $frac{2n+3}{n}$ converges to $2$. Therefore, the sequence
          $$(-1)^nfrac{2n+3}{n}$$



          has only two limit points, which are $2$ and $-2$. This implies that $(a_n)$ has only two limit points, which are $3$ and $-1$. Therefore, you get
          $$liminf a_n = -1 quad text{and} quad limsup a_n = 3$$






          share|cite|improve this answer









          $endgroup$





















            1












            $begingroup$

            Let's compute the even and odd terms. So, as $nrightarrow infty $, we have
            begin{eqnarray*}
            a_{2n} &=&1+frac{4n+3}{2n}=frac{3n+3/2}{n}to3, \
            a_{2n-1} &=&1-frac{2left( 2n-1right) +3}{2n-1}=-frac{n+1}{n-1/2}to-1.
            end{eqnarray*}






            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%2f3138798%2ffinding-the-lim-inf-and-lim-sup-of-a-sequence%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









              3












              $begingroup$

              Let's first notice that $frac{2n+3}{n}$ converges to $2$. Therefore, the sequence
              $$(-1)^nfrac{2n+3}{n}$$



              has only two limit points, which are $2$ and $-2$. This implies that $(a_n)$ has only two limit points, which are $3$ and $-1$. Therefore, you get
              $$liminf a_n = -1 quad text{and} quad limsup a_n = 3$$






              share|cite|improve this answer









              $endgroup$


















                3












                $begingroup$

                Let's first notice that $frac{2n+3}{n}$ converges to $2$. Therefore, the sequence
                $$(-1)^nfrac{2n+3}{n}$$



                has only two limit points, which are $2$ and $-2$. This implies that $(a_n)$ has only two limit points, which are $3$ and $-1$. Therefore, you get
                $$liminf a_n = -1 quad text{and} quad limsup a_n = 3$$






                share|cite|improve this answer









                $endgroup$
















                  3












                  3








                  3





                  $begingroup$

                  Let's first notice that $frac{2n+3}{n}$ converges to $2$. Therefore, the sequence
                  $$(-1)^nfrac{2n+3}{n}$$



                  has only two limit points, which are $2$ and $-2$. This implies that $(a_n)$ has only two limit points, which are $3$ and $-1$. Therefore, you get
                  $$liminf a_n = -1 quad text{and} quad limsup a_n = 3$$






                  share|cite|improve this answer









                  $endgroup$



                  Let's first notice that $frac{2n+3}{n}$ converges to $2$. Therefore, the sequence
                  $$(-1)^nfrac{2n+3}{n}$$



                  has only two limit points, which are $2$ and $-2$. This implies that $(a_n)$ has only two limit points, which are $3$ and $-1$. Therefore, you get
                  $$liminf a_n = -1 quad text{and} quad limsup a_n = 3$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 15 hours ago









                  TheSilverDoeTheSilverDoe

                  3,011112




                  3,011112























                      1












                      $begingroup$

                      Let's compute the even and odd terms. So, as $nrightarrow infty $, we have
                      begin{eqnarray*}
                      a_{2n} &=&1+frac{4n+3}{2n}=frac{3n+3/2}{n}to3, \
                      a_{2n-1} &=&1-frac{2left( 2n-1right) +3}{2n-1}=-frac{n+1}{n-1/2}to-1.
                      end{eqnarray*}






                      share|cite|improve this answer











                      $endgroup$


















                        1












                        $begingroup$

                        Let's compute the even and odd terms. So, as $nrightarrow infty $, we have
                        begin{eqnarray*}
                        a_{2n} &=&1+frac{4n+3}{2n}=frac{3n+3/2}{n}to3, \
                        a_{2n-1} &=&1-frac{2left( 2n-1right) +3}{2n-1}=-frac{n+1}{n-1/2}to-1.
                        end{eqnarray*}






                        share|cite|improve this answer











                        $endgroup$
















                          1












                          1








                          1





                          $begingroup$

                          Let's compute the even and odd terms. So, as $nrightarrow infty $, we have
                          begin{eqnarray*}
                          a_{2n} &=&1+frac{4n+3}{2n}=frac{3n+3/2}{n}to3, \
                          a_{2n-1} &=&1-frac{2left( 2n-1right) +3}{2n-1}=-frac{n+1}{n-1/2}to-1.
                          end{eqnarray*}






                          share|cite|improve this answer











                          $endgroup$



                          Let's compute the even and odd terms. So, as $nrightarrow infty $, we have
                          begin{eqnarray*}
                          a_{2n} &=&1+frac{4n+3}{2n}=frac{3n+3/2}{n}to3, \
                          a_{2n-1} &=&1-frac{2left( 2n-1right) +3}{2n-1}=-frac{n+1}{n-1/2}to-1.
                          end{eqnarray*}







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited 13 hours ago

























                          answered 13 hours ago









                          Américo TavaresAmérico Tavares

                          32.5k1180206




                          32.5k1180206






























                              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%2f3138798%2ffinding-the-lim-inf-and-lim-sup-of-a-sequence%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

                              六本木駅

                              Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

                              Joseph Lister