Need a hint evaluating $ limlimits_{xto 0}frac{xln{(frac{sin (x)}{x})}}{sin (x) - x} $











up vote
1
down vote

favorite












I'm stuck with this. I've tried substituting $t$ for $frac{sin (x)}{x}$ and $sin (x) - x$ but it doesn't work at all.



A small hint would be greatly appreciated.










share|cite|improve this question


























    up vote
    1
    down vote

    favorite












    I'm stuck with this. I've tried substituting $t$ for $frac{sin (x)}{x}$ and $sin (x) - x$ but it doesn't work at all.



    A small hint would be greatly appreciated.










    share|cite|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I'm stuck with this. I've tried substituting $t$ for $frac{sin (x)}{x}$ and $sin (x) - x$ but it doesn't work at all.



      A small hint would be greatly appreciated.










      share|cite|improve this question













      I'm stuck with this. I've tried substituting $t$ for $frac{sin (x)}{x}$ and $sin (x) - x$ but it doesn't work at all.



      A small hint would be greatly appreciated.







      limits limits-without-lhopital






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 21 at 23:29









      Bartosz

      315




      315






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          $$lim_{xto 0}frac{xln{(frac{sin (x)}{x})}}{sin (x) - x} = lim_{xto 0}frac{ln{(1+frac{sin (x)-x}{x})}}{frac{sin (x) - x}{x}} =1 $$ Because $$lim_{xto0}frac{sin x-x}{x}=lim_{xto0}frac{sin x}{x}-1=1-1=0$$ and $$lim_{tto0}frac{ln(1+t)}{t}=1.$$






          share|cite|improve this answer

















          • 1




            Woah, it's so elegant. Thank you very much
            – Bartosz
            Nov 21 at 23:36


















          up vote
          0
          down vote













          Use the Taylor expansion
          $$
          frac{sin x}{x}=1-frac{x^2}{6}+o(x^2)
          $$

          to conclude that
          $$
          xlnfrac{sin x}{x}=-frac{x^3}{6}+o(x^3)
          $$

          Likewise
          $$
          sin x-x=x-frac{x^3}{6}+o(x^3)-x=-frac{x^3}{6}+o(x^3)
          $$

          So the limit is $1$.






          share|cite|improve this answer





















          • We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
            – Bartosz
            Nov 21 at 23:49











          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: 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%2f3008530%2fneed-a-hint-evaluating-lim-limits-x-to-0-fracx-ln-frac-sin-xx%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








          up vote
          2
          down vote



          accepted










          $$lim_{xto 0}frac{xln{(frac{sin (x)}{x})}}{sin (x) - x} = lim_{xto 0}frac{ln{(1+frac{sin (x)-x}{x})}}{frac{sin (x) - x}{x}} =1 $$ Because $$lim_{xto0}frac{sin x-x}{x}=lim_{xto0}frac{sin x}{x}-1=1-1=0$$ and $$lim_{tto0}frac{ln(1+t)}{t}=1.$$






          share|cite|improve this answer

















          • 1




            Woah, it's so elegant. Thank you very much
            – Bartosz
            Nov 21 at 23:36















          up vote
          2
          down vote



          accepted










          $$lim_{xto 0}frac{xln{(frac{sin (x)}{x})}}{sin (x) - x} = lim_{xto 0}frac{ln{(1+frac{sin (x)-x}{x})}}{frac{sin (x) - x}{x}} =1 $$ Because $$lim_{xto0}frac{sin x-x}{x}=lim_{xto0}frac{sin x}{x}-1=1-1=0$$ and $$lim_{tto0}frac{ln(1+t)}{t}=1.$$






          share|cite|improve this answer

















          • 1




            Woah, it's so elegant. Thank you very much
            – Bartosz
            Nov 21 at 23:36













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          $$lim_{xto 0}frac{xln{(frac{sin (x)}{x})}}{sin (x) - x} = lim_{xto 0}frac{ln{(1+frac{sin (x)-x}{x})}}{frac{sin (x) - x}{x}} =1 $$ Because $$lim_{xto0}frac{sin x-x}{x}=lim_{xto0}frac{sin x}{x}-1=1-1=0$$ and $$lim_{tto0}frac{ln(1+t)}{t}=1.$$






          share|cite|improve this answer












          $$lim_{xto 0}frac{xln{(frac{sin (x)}{x})}}{sin (x) - x} = lim_{xto 0}frac{ln{(1+frac{sin (x)-x}{x})}}{frac{sin (x) - x}{x}} =1 $$ Because $$lim_{xto0}frac{sin x-x}{x}=lim_{xto0}frac{sin x}{x}-1=1-1=0$$ and $$lim_{tto0}frac{ln(1+t)}{t}=1.$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 21 at 23:34









          Tito Eliatron

          1,317622




          1,317622








          • 1




            Woah, it's so elegant. Thank you very much
            – Bartosz
            Nov 21 at 23:36














          • 1




            Woah, it's so elegant. Thank you very much
            – Bartosz
            Nov 21 at 23:36








          1




          1




          Woah, it's so elegant. Thank you very much
          – Bartosz
          Nov 21 at 23:36




          Woah, it's so elegant. Thank you very much
          – Bartosz
          Nov 21 at 23:36










          up vote
          0
          down vote













          Use the Taylor expansion
          $$
          frac{sin x}{x}=1-frac{x^2}{6}+o(x^2)
          $$

          to conclude that
          $$
          xlnfrac{sin x}{x}=-frac{x^3}{6}+o(x^3)
          $$

          Likewise
          $$
          sin x-x=x-frac{x^3}{6}+o(x^3)-x=-frac{x^3}{6}+o(x^3)
          $$

          So the limit is $1$.






          share|cite|improve this answer





















          • We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
            – Bartosz
            Nov 21 at 23:49















          up vote
          0
          down vote













          Use the Taylor expansion
          $$
          frac{sin x}{x}=1-frac{x^2}{6}+o(x^2)
          $$

          to conclude that
          $$
          xlnfrac{sin x}{x}=-frac{x^3}{6}+o(x^3)
          $$

          Likewise
          $$
          sin x-x=x-frac{x^3}{6}+o(x^3)-x=-frac{x^3}{6}+o(x^3)
          $$

          So the limit is $1$.






          share|cite|improve this answer





















          • We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
            – Bartosz
            Nov 21 at 23:49













          up vote
          0
          down vote










          up vote
          0
          down vote









          Use the Taylor expansion
          $$
          frac{sin x}{x}=1-frac{x^2}{6}+o(x^2)
          $$

          to conclude that
          $$
          xlnfrac{sin x}{x}=-frac{x^3}{6}+o(x^3)
          $$

          Likewise
          $$
          sin x-x=x-frac{x^3}{6}+o(x^3)-x=-frac{x^3}{6}+o(x^3)
          $$

          So the limit is $1$.






          share|cite|improve this answer












          Use the Taylor expansion
          $$
          frac{sin x}{x}=1-frac{x^2}{6}+o(x^2)
          $$

          to conclude that
          $$
          xlnfrac{sin x}{x}=-frac{x^3}{6}+o(x^3)
          $$

          Likewise
          $$
          sin x-x=x-frac{x^3}{6}+o(x^3)-x=-frac{x^3}{6}+o(x^3)
          $$

          So the limit is $1$.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 21 at 23:41









          egreg

          176k1384198




          176k1384198












          • We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
            – Bartosz
            Nov 21 at 23:49


















          • We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
            – Bartosz
            Nov 21 at 23:49
















          We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
          – Bartosz
          Nov 21 at 23:49




          We didn't cover Taylor expansion (not even derivatives) yet, but thank you for contribution :)
          – Bartosz
          Nov 21 at 23:49


















          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%2f3008530%2fneed-a-hint-evaluating-lim-limits-x-to-0-fracx-ln-frac-sin-xx%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

          Mont Emei

          Province de Neuquén

          Soliste