Advance Calculus Limit question The Next CEO of Stack OverflowLimit finding of an...

Does the Idaho Potato Commission associate potato skins with healthy eating?

What happens if you break a law in another country outside of that country?

Calculate the Mean mean of two numbers

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

How to implement Comparable so it is consistent with identity-equality

Free fall ellipse or parabola?

Ising model simulation

Direct Implications Between USA and UK in Event of No-Deal Brexit

Is a distribution that is normal, but highly skewed, considered Gaussian?

pgfplots: How to draw a tangent graph below two others?

Could a dragon use its wings to swim?

Is it a bad idea to plug the other end of ESD strap to wall ground?

Is there a rule of thumb for determining the amount one should accept for a settlement offer?

Gauss' Posthumous Publications?

How exploitable/balanced is this homebrew spell: Spell Permanency?

Does Germany produce more waste than the US?

Advance Calculus Limit question

Car headlights in a world without electricity

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

Why can't we say "I have been having a dog"?

Planeswalker Ability and Death Timing

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Find a path from s to t using as few red nodes as possible



Advance Calculus Limit question



The Next CEO of Stack OverflowLimit finding of an indeterminate formI need compute a rational limit that involves rootsComplex Limit Without L'hopital'sLimit of $x^2e^x $as $x$ approaches negative infinity without using L'hopital's ruleSolving limit of radicals without L'Hopital $lim_{xto 64} dfrac{sqrt x - 8}{sqrt[3] x - 4} $Solve a limit without L'Hopital: $ lim_{xto0} frac{ln(cos5x)}{ln(cos7x)}$Limit question - L'Hopital's rule doesn't seem to workHow can I solve this limit without L'Hopital rule?Find a limit of a function W/OUT l'Hopital's rule.Compute $lim_{x rightarrow 4} frac{(2x^2 - 7x -4)}{(-x^2 + 8x - 16)}$












3












$begingroup$


I'm trying to compute this limit without the use of L'Hopital's rule:



$$lim_{x to 0^{+}} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}$$



I've been trying to multiply by the lcd and doing other creative stuff... anyone have any suggestions on theorems or techniques?










share|cite|improve this question











$endgroup$

















    3












    $begingroup$


    I'm trying to compute this limit without the use of L'Hopital's rule:



    $$lim_{x to 0^{+}} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}$$



    I've been trying to multiply by the lcd and doing other creative stuff... anyone have any suggestions on theorems or techniques?










    share|cite|improve this question











    $endgroup$















      3












      3








      3





      $begingroup$


      I'm trying to compute this limit without the use of L'Hopital's rule:



      $$lim_{x to 0^{+}} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}$$



      I've been trying to multiply by the lcd and doing other creative stuff... anyone have any suggestions on theorems or techniques?










      share|cite|improve this question











      $endgroup$




      I'm trying to compute this limit without the use of L'Hopital's rule:



      $$lim_{x to 0^{+}} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}$$



      I've been trying to multiply by the lcd and doing other creative stuff... anyone have any suggestions on theorems or techniques?







      calculus limits limits-without-lhopital






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 6 hours ago









      Foobaz John

      22.9k41552




      22.9k41552










      asked 6 hours ago









      Kevin CalderonKevin Calderon

      563




      563






















          3 Answers
          3






          active

          oldest

          votes


















          6












          $begingroup$

          Write the limit as
          $$
          lim_{xto 0+}frac{1+4^{-2/x}}{-1+4^{-2/x}}
          $$

          and use the fact that
          $$
          lim_{xto 0+}frac{-2}{x}=-infty.
          $$

          to find that the limit equals $-1$.






          share|cite|improve this answer









          $endgroup$





















            3












            $begingroup$

            A substitution can be helpful, as it transforms the expression into a rational function:




            • Set $y=4^{frac{1}{x}}$ and consider $y to +infty$


            begin{eqnarray*} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}
            & stackrel{y=4^{frac{1}{x}}}{=} & frac{frac{1}{y}+y}{frac{1}{y}-y} \
            & = & frac{frac{1}{y^2}+1}{frac{1}{y^2}-1} \
            & stackrel{y to +infty}{longrightarrow} & frac{0+1}{0-1} = -1
            end{eqnarray*}






            share|cite|improve this answer









            $endgroup$





















              0












              $begingroup$

              $$lim_{xto 0^+}dfrac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}=lim_{xto 0^+}dfrac{4^{-2/x}+1}{4^{-2/x}-1}$$



              Clearly as $xto 0^+$, $2/xto infty$. Since the power of $4$ is $-2/x$, it must go to $0$. Effectively we have $frac{0+1}{0-1}=-1$. Hence the required limit is $-1$.






              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%2f3171288%2fadvance-calculus-limit-question%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









                6












                $begingroup$

                Write the limit as
                $$
                lim_{xto 0+}frac{1+4^{-2/x}}{-1+4^{-2/x}}
                $$

                and use the fact that
                $$
                lim_{xto 0+}frac{-2}{x}=-infty.
                $$

                to find that the limit equals $-1$.






                share|cite|improve this answer









                $endgroup$


















                  6












                  $begingroup$

                  Write the limit as
                  $$
                  lim_{xto 0+}frac{1+4^{-2/x}}{-1+4^{-2/x}}
                  $$

                  and use the fact that
                  $$
                  lim_{xto 0+}frac{-2}{x}=-infty.
                  $$

                  to find that the limit equals $-1$.






                  share|cite|improve this answer









                  $endgroup$
















                    6












                    6








                    6





                    $begingroup$

                    Write the limit as
                    $$
                    lim_{xto 0+}frac{1+4^{-2/x}}{-1+4^{-2/x}}
                    $$

                    and use the fact that
                    $$
                    lim_{xto 0+}frac{-2}{x}=-infty.
                    $$

                    to find that the limit equals $-1$.






                    share|cite|improve this answer









                    $endgroup$



                    Write the limit as
                    $$
                    lim_{xto 0+}frac{1+4^{-2/x}}{-1+4^{-2/x}}
                    $$

                    and use the fact that
                    $$
                    lim_{xto 0+}frac{-2}{x}=-infty.
                    $$

                    to find that the limit equals $-1$.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 6 hours ago









                    Foobaz JohnFoobaz John

                    22.9k41552




                    22.9k41552























                        3












                        $begingroup$

                        A substitution can be helpful, as it transforms the expression into a rational function:




                        • Set $y=4^{frac{1}{x}}$ and consider $y to +infty$


                        begin{eqnarray*} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}
                        & stackrel{y=4^{frac{1}{x}}}{=} & frac{frac{1}{y}+y}{frac{1}{y}-y} \
                        & = & frac{frac{1}{y^2}+1}{frac{1}{y^2}-1} \
                        & stackrel{y to +infty}{longrightarrow} & frac{0+1}{0-1} = -1
                        end{eqnarray*}






                        share|cite|improve this answer









                        $endgroup$


















                          3












                          $begingroup$

                          A substitution can be helpful, as it transforms the expression into a rational function:




                          • Set $y=4^{frac{1}{x}}$ and consider $y to +infty$


                          begin{eqnarray*} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}
                          & stackrel{y=4^{frac{1}{x}}}{=} & frac{frac{1}{y}+y}{frac{1}{y}-y} \
                          & = & frac{frac{1}{y^2}+1}{frac{1}{y^2}-1} \
                          & stackrel{y to +infty}{longrightarrow} & frac{0+1}{0-1} = -1
                          end{eqnarray*}






                          share|cite|improve this answer









                          $endgroup$
















                            3












                            3








                            3





                            $begingroup$

                            A substitution can be helpful, as it transforms the expression into a rational function:




                            • Set $y=4^{frac{1}{x}}$ and consider $y to +infty$


                            begin{eqnarray*} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}
                            & stackrel{y=4^{frac{1}{x}}}{=} & frac{frac{1}{y}+y}{frac{1}{y}-y} \
                            & = & frac{frac{1}{y^2}+1}{frac{1}{y^2}-1} \
                            & stackrel{y to +infty}{longrightarrow} & frac{0+1}{0-1} = -1
                            end{eqnarray*}






                            share|cite|improve this answer









                            $endgroup$



                            A substitution can be helpful, as it transforms the expression into a rational function:




                            • Set $y=4^{frac{1}{x}}$ and consider $y to +infty$


                            begin{eqnarray*} frac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}
                            & stackrel{y=4^{frac{1}{x}}}{=} & frac{frac{1}{y}+y}{frac{1}{y}-y} \
                            & = & frac{frac{1}{y^2}+1}{frac{1}{y^2}-1} \
                            & stackrel{y to +infty}{longrightarrow} & frac{0+1}{0-1} = -1
                            end{eqnarray*}







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 1 hour ago









                            trancelocationtrancelocation

                            13.5k1827




                            13.5k1827























                                0












                                $begingroup$

                                $$lim_{xto 0^+}dfrac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}=lim_{xto 0^+}dfrac{4^{-2/x}+1}{4^{-2/x}-1}$$



                                Clearly as $xto 0^+$, $2/xto infty$. Since the power of $4$ is $-2/x$, it must go to $0$. Effectively we have $frac{0+1}{0-1}=-1$. Hence the required limit is $-1$.






                                share|cite|improve this answer









                                $endgroup$


















                                  0












                                  $begingroup$

                                  $$lim_{xto 0^+}dfrac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}=lim_{xto 0^+}dfrac{4^{-2/x}+1}{4^{-2/x}-1}$$



                                  Clearly as $xto 0^+$, $2/xto infty$. Since the power of $4$ is $-2/x$, it must go to $0$. Effectively we have $frac{0+1}{0-1}=-1$. Hence the required limit is $-1$.






                                  share|cite|improve this answer









                                  $endgroup$
















                                    0












                                    0








                                    0





                                    $begingroup$

                                    $$lim_{xto 0^+}dfrac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}=lim_{xto 0^+}dfrac{4^{-2/x}+1}{4^{-2/x}-1}$$



                                    Clearly as $xto 0^+$, $2/xto infty$. Since the power of $4$ is $-2/x$, it must go to $0$. Effectively we have $frac{0+1}{0-1}=-1$. Hence the required limit is $-1$.






                                    share|cite|improve this answer









                                    $endgroup$



                                    $$lim_{xto 0^+}dfrac{4^{-1/x}+4^{1/x}}{4^{-1/x}-4^{1/x}}=lim_{xto 0^+}dfrac{4^{-2/x}+1}{4^{-2/x}-1}$$



                                    Clearly as $xto 0^+$, $2/xto infty$. Since the power of $4$ is $-2/x$, it must go to $0$. Effectively we have $frac{0+1}{0-1}=-1$. Hence the required limit is $-1$.







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered 35 mins ago









                                    Paras KhoslaParas Khosla

                                    2,758423




                                    2,758423






























                                        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%2f3171288%2fadvance-calculus-limit-question%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

                                        Щит и меч (фильм) Содержание Названия серий | Сюжет |...

                                        is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

                                        Meter-Bus Содержание Параметры шины | Стандартизация |...