Compute using big-o












0












$begingroup$


Assume that $a<0$ and that for $N$ large we have $a_N= frac{exp(Na)}{N} (1+o(1)) + O(frac{1}{N})$.



Can I write that $a_N$ is equal to $frac{exp(Na)}{N} (1+o(1))$ ? since both terms are of order $O(frac{1}{N})$.
My question must be easy but I am new to this notation and still it's very confusing.










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Assume that $a<0$ and that for $N$ large we have $a_N= frac{exp(Na)}{N} (1+o(1)) + O(frac{1}{N})$.



    Can I write that $a_N$ is equal to $frac{exp(Na)}{N} (1+o(1))$ ? since both terms are of order $O(frac{1}{N})$.
    My question must be easy but I am new to this notation and still it's very confusing.










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Assume that $a<0$ and that for $N$ large we have $a_N= frac{exp(Na)}{N} (1+o(1)) + O(frac{1}{N})$.



      Can I write that $a_N$ is equal to $frac{exp(Na)}{N} (1+o(1))$ ? since both terms are of order $O(frac{1}{N})$.
      My question must be easy but I am new to this notation and still it's very confusing.










      share|cite|improve this question









      $endgroup$




      Assume that $a<0$ and that for $N$ large we have $a_N= frac{exp(Na)}{N} (1+o(1)) + O(frac{1}{N})$.



      Can I write that $a_N$ is equal to $frac{exp(Na)}{N} (1+o(1))$ ? since both terms are of order $O(frac{1}{N})$.
      My question must be easy but I am new to this notation and still it's very confusing.







      asymptotics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 14 at 15:52









      vl.athvl.ath

      699




      699






















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          According to definition $$a_n=O(b_n)iff limsup_{nto infty} left|{a_nover b_n}right|<infty\a_n=o(b_n)iff lim_{nto infty} {a_nover b_n}=0$$according to Big O notation



          Your conclusion is wrong since ${exp(aN)over N}$ is an exponential decreasing term that vanishes much faster that $O({1over N})$ (i.e. $O({1over N})$ becomes dominant for $N$ sufficiently large) because $1+o(1)$ can't compensate ${exp(aN)over N}$ (you can think of $1over sqrt n$ or $1over ln n$ as $o(1)$ and $1over n^2sin{1over n}$ as $O({1over n})$). Then it is suitable to say that $$a_n=O({1over n})$$here is an example:



          enter image description here






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
            $endgroup$
            – vl.ath
            Jan 14 at 16:33












          • $begingroup$
            In fact I should have used $limsup$. I will edit my answer
            $endgroup$
            – Mostafa Ayaz
            Jan 14 at 16:45













          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%2f3073373%2fcompute-using-big-o%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









          1












          $begingroup$

          According to definition $$a_n=O(b_n)iff limsup_{nto infty} left|{a_nover b_n}right|<infty\a_n=o(b_n)iff lim_{nto infty} {a_nover b_n}=0$$according to Big O notation



          Your conclusion is wrong since ${exp(aN)over N}$ is an exponential decreasing term that vanishes much faster that $O({1over N})$ (i.e. $O({1over N})$ becomes dominant for $N$ sufficiently large) because $1+o(1)$ can't compensate ${exp(aN)over N}$ (you can think of $1over sqrt n$ or $1over ln n$ as $o(1)$ and $1over n^2sin{1over n}$ as $O({1over n})$). Then it is suitable to say that $$a_n=O({1over n})$$here is an example:



          enter image description here






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
            $endgroup$
            – vl.ath
            Jan 14 at 16:33












          • $begingroup$
            In fact I should have used $limsup$. I will edit my answer
            $endgroup$
            – Mostafa Ayaz
            Jan 14 at 16:45


















          1












          $begingroup$

          According to definition $$a_n=O(b_n)iff limsup_{nto infty} left|{a_nover b_n}right|<infty\a_n=o(b_n)iff lim_{nto infty} {a_nover b_n}=0$$according to Big O notation



          Your conclusion is wrong since ${exp(aN)over N}$ is an exponential decreasing term that vanishes much faster that $O({1over N})$ (i.e. $O({1over N})$ becomes dominant for $N$ sufficiently large) because $1+o(1)$ can't compensate ${exp(aN)over N}$ (you can think of $1over sqrt n$ or $1over ln n$ as $o(1)$ and $1over n^2sin{1over n}$ as $O({1over n})$). Then it is suitable to say that $$a_n=O({1over n})$$here is an example:



          enter image description here






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
            $endgroup$
            – vl.ath
            Jan 14 at 16:33












          • $begingroup$
            In fact I should have used $limsup$. I will edit my answer
            $endgroup$
            – Mostafa Ayaz
            Jan 14 at 16:45
















          1












          1








          1





          $begingroup$

          According to definition $$a_n=O(b_n)iff limsup_{nto infty} left|{a_nover b_n}right|<infty\a_n=o(b_n)iff lim_{nto infty} {a_nover b_n}=0$$according to Big O notation



          Your conclusion is wrong since ${exp(aN)over N}$ is an exponential decreasing term that vanishes much faster that $O({1over N})$ (i.e. $O({1over N})$ becomes dominant for $N$ sufficiently large) because $1+o(1)$ can't compensate ${exp(aN)over N}$ (you can think of $1over sqrt n$ or $1over ln n$ as $o(1)$ and $1over n^2sin{1over n}$ as $O({1over n})$). Then it is suitable to say that $$a_n=O({1over n})$$here is an example:



          enter image description here






          share|cite|improve this answer











          $endgroup$



          According to definition $$a_n=O(b_n)iff limsup_{nto infty} left|{a_nover b_n}right|<infty\a_n=o(b_n)iff lim_{nto infty} {a_nover b_n}=0$$according to Big O notation



          Your conclusion is wrong since ${exp(aN)over N}$ is an exponential decreasing term that vanishes much faster that $O({1over N})$ (i.e. $O({1over N})$ becomes dominant for $N$ sufficiently large) because $1+o(1)$ can't compensate ${exp(aN)over N}$ (you can think of $1over sqrt n$ or $1over ln n$ as $o(1)$ and $1over n^2sin{1over n}$ as $O({1over n})$). Then it is suitable to say that $$a_n=O({1over n})$$here is an example:



          enter image description here







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jan 14 at 16:47

























          answered Jan 14 at 16:22









          Mostafa AyazMostafa Ayaz

          15.6k3939




          15.6k3939












          • $begingroup$
            the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
            $endgroup$
            – vl.ath
            Jan 14 at 16:33












          • $begingroup$
            In fact I should have used $limsup$. I will edit my answer
            $endgroup$
            – Mostafa Ayaz
            Jan 14 at 16:45




















          • $begingroup$
            the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
            $endgroup$
            – vl.ath
            Jan 14 at 16:33












          • $begingroup$
            In fact I should have used $limsup$. I will edit my answer
            $endgroup$
            – Mostafa Ayaz
            Jan 14 at 16:45


















          $begingroup$
          the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
          $endgroup$
          – vl.ath
          Jan 14 at 16:33






          $begingroup$
          the definition I use for big-o is : $a_N=O(b_N)$ iff there exists $c>0$ such that $|a_N|leqslant c |b_N|$ , for $N$ large enough .. i thought this is a general definition.. I agree with your little-o definition
          $endgroup$
          – vl.ath
          Jan 14 at 16:33














          $begingroup$
          In fact I should have used $limsup$. I will edit my answer
          $endgroup$
          – Mostafa Ayaz
          Jan 14 at 16:45






          $begingroup$
          In fact I should have used $limsup$. I will edit my answer
          $endgroup$
          – Mostafa Ayaz
          Jan 14 at 16:45




















          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%2f3073373%2fcompute-using-big-o%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

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

          How to fix TextFormField cause rebuild widget in Flutter