Given that $\displaystyle \lim_{x \to +\infty} (f(x) - \ln x) = 0$, can I say that $\displaystyle \lim_{x \to +\infty} (f(x+n)- \ln x) = 0$?
-
2Yes because $\log(x + n) - \log x \to 0$ as $x \to \infty$ – Paramanand Singh Jan 04 '17 at 13:03
-
Well don't mind the letters, I think it is the same limit whether I change $x$ for $n$. – Jeremy Jan 04 '17 at 13:04
-
2The way you have written the question $x$ and $n$ play different roles. $x$ is the variable which is used for limit operation and $n$ is a fixed constant. – Paramanand Singh Jan 04 '17 at 13:05
-
$n$ is a constant....so,increment of $n$ of $f(x)$ as $x\rightarrow\infty$ is negligible... – Soham Jan 04 '17 at 13:07
-
Sorry I wasn't answering your comment. And I meant that $\lim_n (f(n+x)- \ln n)$ should equal $\lim_x (f(x+n)- \ln x)$. – Jeremy Jan 04 '17 at 13:08
-
Sure tatan, but I don't know how to prove it properly. How can I introduce the $\log (x+n)$ in my equation? – Jeremy Jan 04 '17 at 13:08
-
Please edit your question to reflect what you say in comments and then it would be easy to give a good answer. – Paramanand Singh Jan 04 '17 at 13:11
3 Answers
Yes, if $n$ is constant.
\begin{align}f(x+n)-\ln {x}&=f(x+n)\pm\ln{(x+n)}-\ln x\\[0.2cm]&=f(x+n)-\ln {(x+n)}+(\ln{(x+n)}-\ln {(x)})\end{align} So, this reduces to whether $\lim_{x\to\infty}\ln{(x+n)}-\ln{(x)}=0$ or not. Due to continuity of $\ln$ $$\lim_{x\to\infty}\ln{(x+n)}-\ln{(x)}=\lim_{x\to \infty}\ln {\left(\frac{x+n}{x}\right)}=\lim_{x\to \infty}\ln {\left(1+\frac{n}{x}\right)}=\ln {(1+0)}=0$$ If you mean $x=n$ and $n$ varies as $x$, in other words if $n$ is not a constant, then the last equation becomes $$\lim_{x\to\infty}\ln{(x+x)}-\ln{(x)}=\lim_{x\to \infty}\ln {\left(\frac{x+x}{x}\right)}=\ln 2$$ and the answer in this case is no.
-
3your very first line seems to be wrong...how should $$f(x+n)-\ln x=f(x+n)\pm\ln(x+n)-\ln x$$ hold? – user190080 Jan 04 '17 at 13:11
-
-
2
Yes, the limit is 0.
$$\lim_{n \to \infty} (f(x+n)- \ln(n))$$
$$= \lim_{n \to \infty} (((f(x+n)- \ln(x+n)) + (\ln(x + n) - \ln(n)))$$
$$= \lim_{n \to \infty} (\ln(x + n) - \ln(n))$$
$$= \lim_{n \to \infty} (\ln \frac{x + n}{n})$$
$$= \lim_{n \to \infty} (\ln{1})$$
$$= 0$$
- 58,772
-
-
Sorry for the edit. Well I just changed $x$ for $n$ and $n$ for $x$ so it remains the same. – Jeremy Jan 04 '17 at 13:14
$f(x+n)-ln(x)=f(x+n)-ln(x+n-n)=f(x+n)-ln((x+n)(1-{n\over{x+n}}))$
$=f(x+n)-ln(x+n)-ln(1-{n\over{x+n}})$.
$lim_{x\rightarrow +\infty}f(x)-ln(x)=0$ implies that $lim_{x\rightarrow +\infty}f(x+n)-ln(x+n)=0$. But $lim_{x\rightarrow +\infty}ln(1-{n\over{x+n}})=0$. So the answer is yes.
- 87,475