Tuesday, 17 March 2015

calculus - Limits: How to evaluate limlimitsxrightarrowinftysqrt[n]xn+an1xn1+cdots+a0x



This is being asked in an effort to cut down on duplicates, see here: Coping with abstract duplicate questions, and here: List of abstract duplicates.







What methods can be used to evaluate the limit lim



In other words, if I am given a polynomial P(x)=x^n + a_{n-1}x^{n-1} +\cdots +a_1 x+ a_0, how would I find \lim_{x\rightarrow\infty} P(x)^{1/n}-x.



For example, how would I evaluate limits such as \lim_{x\rightarrow\infty} \sqrt{x^2 +x+1}-x or \lim_{x\rightarrow\infty} \sqrt[5]{x^5 +x^3 +99x+101}-x.


Answer



Your limit can be rewritten as
\lim_{x\rightarrow\infty}\left(\frac{\sqrt[n]{1+\frac{a_{n-1}}{x}+\cdots+\frac{a_{0}}{x^{n}}}-1}{1 \over x}\right)

Or equivalently,
\lim_{y\rightarrow 0}\left(\frac{\sqrt[n]{1+{a_{n-1}}{y}+\cdots+{a_{0}}{y^{n}}}-1}{y}\right)
This, by the definition of derivative, is the derivative of the function f(y) = {\sqrt[n]{1+{a_{n-1}}{y}+\cdots+{a_{0}}{y^{n}}}} at y = 0, which evaluates via the chain rule to {a_{n-1} \over n}.


No comments:

Post a Comment

real analysis - How to find lim_{hrightarrow 0}frac{sin(ha)}{h}

How to find \lim_{h\rightarrow 0}\frac{\sin(ha)}{h} without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...