Limit with floor function












2














I'm working out a limit and I'm not sure if my assumption is considered rigorous
$$lim_{xtoinfty} xlfloor frac{1}{x} rfloor$$
I supposed that $0leq xlfloor frac{1}{x} rfloor leq lfloor frac{1}{x} rfloor$ since $x$ is approaching $infty$ (thus $x > 1$) and to get the answer $0$.

Any mistakes here?










share|cite|improve this question





























    2














    I'm working out a limit and I'm not sure if my assumption is considered rigorous
    $$lim_{xtoinfty} xlfloor frac{1}{x} rfloor$$
    I supposed that $0leq xlfloor frac{1}{x} rfloor leq lfloor frac{1}{x} rfloor$ since $x$ is approaching $infty$ (thus $x > 1$) and to get the answer $0$.

    Any mistakes here?










    share|cite|improve this question



























      2












      2








      2


      1





      I'm working out a limit and I'm not sure if my assumption is considered rigorous
      $$lim_{xtoinfty} xlfloor frac{1}{x} rfloor$$
      I supposed that $0leq xlfloor frac{1}{x} rfloor leq lfloor frac{1}{x} rfloor$ since $x$ is approaching $infty$ (thus $x > 1$) and to get the answer $0$.

      Any mistakes here?










      share|cite|improve this question















      I'm working out a limit and I'm not sure if my assumption is considered rigorous
      $$lim_{xtoinfty} xlfloor frac{1}{x} rfloor$$
      I supposed that $0leq xlfloor frac{1}{x} rfloor leq lfloor frac{1}{x} rfloor$ since $x$ is approaching $infty$ (thus $x > 1$) and to get the answer $0$.

      Any mistakes here?







      calculus limits floor-function






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 2 hours ago

























      asked 2 hours ago









      archaic

      816




      816






















          3 Answers
          3






          active

          oldest

          votes


















          2














          No mistakes. But, can you see it in terms of sequences instead? That will be much easier. $limlimits_{x rightarrow infty}$ can be viewed as a sequence $leftlbrace x_n rightrbrace$, where $forall M > 0, exists N in mathbb{N}$ such that $x_n > M$. This tells us something special for the choice of $M geq 1$. Once we choose $M geq 1$, we will get a stage after which $x_n > 1$ and hence $leftlfloor{dfrac{1}{x_n}}rightrfloor = 0$. Hence, the image sequence is evetually zero and $limlimits_{x rightarrow infty} x leftlfloor{dfrac{1}{x}}rightrfloor = 0$.






          share|cite|improve this answer























          • Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
            – archaic
            2 hours ago





















          4














          You make it sound like the reason that $xlfloorfrac{1}{x}rfloorleqlfloorfrac{1}{x}rfloor$ is true for positive $x$ is because $xyleq y$ for positive $x$ and $y$, but this is not so. Instead, the reason it is true is because if $xleq 1$ then $xyleq y$ for positive $y$ and if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ so that $xlfloorfrac{1}{x}rfloor=0$ too.



          It is far simpler just to note that if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ and hence $xlfloorfrac{1}{x}rfloor=0$, giving us $lim_{xtoinfty}xlfloorfrac{1}{x}rfloor=0$.






          share|cite|improve this answer





























            2














            The function is $0$ for $x>1$. Alternatively, substitute $m=1/x$. This limit is the same as $displaystylelim_{mto0^+}frac{lfloor mrfloor}m$, which easily evaluates to $0$.






            share|cite|improve this answer





















            • How does it easily evaluate to 0?
              – archaic
              2 hours ago












            • $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
              – Shubham Johri
              2 hours ago












            • Oh, I thought we take that as $frac{0}{0}$. Thank you!
              – archaic
              1 hour ago











            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%2f3051229%2flimit-with-floor-function%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            No mistakes. But, can you see it in terms of sequences instead? That will be much easier. $limlimits_{x rightarrow infty}$ can be viewed as a sequence $leftlbrace x_n rightrbrace$, where $forall M > 0, exists N in mathbb{N}$ such that $x_n > M$. This tells us something special for the choice of $M geq 1$. Once we choose $M geq 1$, we will get a stage after which $x_n > 1$ and hence $leftlfloor{dfrac{1}{x_n}}rightrfloor = 0$. Hence, the image sequence is evetually zero and $limlimits_{x rightarrow infty} x leftlfloor{dfrac{1}{x}}rightrfloor = 0$.






            share|cite|improve this answer























            • Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
              – archaic
              2 hours ago


















            2














            No mistakes. But, can you see it in terms of sequences instead? That will be much easier. $limlimits_{x rightarrow infty}$ can be viewed as a sequence $leftlbrace x_n rightrbrace$, where $forall M > 0, exists N in mathbb{N}$ such that $x_n > M$. This tells us something special for the choice of $M geq 1$. Once we choose $M geq 1$, we will get a stage after which $x_n > 1$ and hence $leftlfloor{dfrac{1}{x_n}}rightrfloor = 0$. Hence, the image sequence is evetually zero and $limlimits_{x rightarrow infty} x leftlfloor{dfrac{1}{x}}rightrfloor = 0$.






            share|cite|improve this answer























            • Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
              – archaic
              2 hours ago
















            2












            2








            2






            No mistakes. But, can you see it in terms of sequences instead? That will be much easier. $limlimits_{x rightarrow infty}$ can be viewed as a sequence $leftlbrace x_n rightrbrace$, where $forall M > 0, exists N in mathbb{N}$ such that $x_n > M$. This tells us something special for the choice of $M geq 1$. Once we choose $M geq 1$, we will get a stage after which $x_n > 1$ and hence $leftlfloor{dfrac{1}{x_n}}rightrfloor = 0$. Hence, the image sequence is evetually zero and $limlimits_{x rightarrow infty} x leftlfloor{dfrac{1}{x}}rightrfloor = 0$.






            share|cite|improve this answer














            No mistakes. But, can you see it in terms of sequences instead? That will be much easier. $limlimits_{x rightarrow infty}$ can be viewed as a sequence $leftlbrace x_n rightrbrace$, where $forall M > 0, exists N in mathbb{N}$ such that $x_n > M$. This tells us something special for the choice of $M geq 1$. Once we choose $M geq 1$, we will get a stage after which $x_n > 1$ and hence $leftlfloor{dfrac{1}{x_n}}rightrfloor = 0$. Hence, the image sequence is evetually zero and $limlimits_{x rightarrow infty} x leftlfloor{dfrac{1}{x}}rightrfloor = 0$.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 4 mins ago









            BPP

            2,190927




            2,190927










            answered 2 hours ago









            Aniruddha Deshmukh

            889418




            889418












            • Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
              – archaic
              2 hours ago




















            • Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
              – archaic
              2 hours ago


















            Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
            – archaic
            2 hours ago






            Thank you, I see what you did there. (right click the equation and under "Show Math As" select Tex or MathML ;)
            – archaic
            2 hours ago













            4














            You make it sound like the reason that $xlfloorfrac{1}{x}rfloorleqlfloorfrac{1}{x}rfloor$ is true for positive $x$ is because $xyleq y$ for positive $x$ and $y$, but this is not so. Instead, the reason it is true is because if $xleq 1$ then $xyleq y$ for positive $y$ and if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ so that $xlfloorfrac{1}{x}rfloor=0$ too.



            It is far simpler just to note that if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ and hence $xlfloorfrac{1}{x}rfloor=0$, giving us $lim_{xtoinfty}xlfloorfrac{1}{x}rfloor=0$.






            share|cite|improve this answer


























              4














              You make it sound like the reason that $xlfloorfrac{1}{x}rfloorleqlfloorfrac{1}{x}rfloor$ is true for positive $x$ is because $xyleq y$ for positive $x$ and $y$, but this is not so. Instead, the reason it is true is because if $xleq 1$ then $xyleq y$ for positive $y$ and if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ so that $xlfloorfrac{1}{x}rfloor=0$ too.



              It is far simpler just to note that if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ and hence $xlfloorfrac{1}{x}rfloor=0$, giving us $lim_{xtoinfty}xlfloorfrac{1}{x}rfloor=0$.






              share|cite|improve this answer
























                4












                4








                4






                You make it sound like the reason that $xlfloorfrac{1}{x}rfloorleqlfloorfrac{1}{x}rfloor$ is true for positive $x$ is because $xyleq y$ for positive $x$ and $y$, but this is not so. Instead, the reason it is true is because if $xleq 1$ then $xyleq y$ for positive $y$ and if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ so that $xlfloorfrac{1}{x}rfloor=0$ too.



                It is far simpler just to note that if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ and hence $xlfloorfrac{1}{x}rfloor=0$, giving us $lim_{xtoinfty}xlfloorfrac{1}{x}rfloor=0$.






                share|cite|improve this answer












                You make it sound like the reason that $xlfloorfrac{1}{x}rfloorleqlfloorfrac{1}{x}rfloor$ is true for positive $x$ is because $xyleq y$ for positive $x$ and $y$, but this is not so. Instead, the reason it is true is because if $xleq 1$ then $xyleq y$ for positive $y$ and if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ so that $xlfloorfrac{1}{x}rfloor=0$ too.



                It is far simpler just to note that if $x>1$ then $lfloorfrac{1}{x}rfloor=0$ and hence $xlfloorfrac{1}{x}rfloor=0$, giving us $lim_{xtoinfty}xlfloorfrac{1}{x}rfloor=0$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 2 hours ago









                Ben W

                1,368513




                1,368513























                    2














                    The function is $0$ for $x>1$. Alternatively, substitute $m=1/x$. This limit is the same as $displaystylelim_{mto0^+}frac{lfloor mrfloor}m$, which easily evaluates to $0$.






                    share|cite|improve this answer





















                    • How does it easily evaluate to 0?
                      – archaic
                      2 hours ago












                    • $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
                      – Shubham Johri
                      2 hours ago












                    • Oh, I thought we take that as $frac{0}{0}$. Thank you!
                      – archaic
                      1 hour ago
















                    2














                    The function is $0$ for $x>1$. Alternatively, substitute $m=1/x$. This limit is the same as $displaystylelim_{mto0^+}frac{lfloor mrfloor}m$, which easily evaluates to $0$.






                    share|cite|improve this answer





















                    • How does it easily evaluate to 0?
                      – archaic
                      2 hours ago












                    • $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
                      – Shubham Johri
                      2 hours ago












                    • Oh, I thought we take that as $frac{0}{0}$. Thank you!
                      – archaic
                      1 hour ago














                    2












                    2








                    2






                    The function is $0$ for $x>1$. Alternatively, substitute $m=1/x$. This limit is the same as $displaystylelim_{mto0^+}frac{lfloor mrfloor}m$, which easily evaluates to $0$.






                    share|cite|improve this answer












                    The function is $0$ for $x>1$. Alternatively, substitute $m=1/x$. This limit is the same as $displaystylelim_{mto0^+}frac{lfloor mrfloor}m$, which easily evaluates to $0$.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 2 hours ago









                    Shubham Johri

                    3,621716




                    3,621716












                    • How does it easily evaluate to 0?
                      – archaic
                      2 hours ago












                    • $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
                      – Shubham Johri
                      2 hours ago












                    • Oh, I thought we take that as $frac{0}{0}$. Thank you!
                      – archaic
                      1 hour ago


















                    • How does it easily evaluate to 0?
                      – archaic
                      2 hours ago












                    • $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
                      – Shubham Johri
                      2 hours ago












                    • Oh, I thought we take that as $frac{0}{0}$. Thank you!
                      – archaic
                      1 hour ago
















                    How does it easily evaluate to 0?
                    – archaic
                    2 hours ago






                    How does it easily evaluate to 0?
                    – archaic
                    2 hours ago














                    $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
                    – Shubham Johri
                    2 hours ago






                    $displaystylelim_{mto0^+}frac{lfloor mrfloor}m=displaystylelim_{mto0^+}frac{0}m=0$. This is due to the fact that $lfloor mrfloor$ is exactly $0$, but $m$ only tends to $0$
                    – Shubham Johri
                    2 hours ago














                    Oh, I thought we take that as $frac{0}{0}$. Thank you!
                    – archaic
                    1 hour ago




                    Oh, I thought we take that as $frac{0}{0}$. Thank you!
                    – archaic
                    1 hour ago


















                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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.


                    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%2f3051229%2flimit-with-floor-function%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

                    Lallio

                    Futebolista

                    Jornalista