Solve Limit at Infinity: $(-1)^n \sqrt{n+1}/n$

Potatochip911
Messages
317
Reaction score
3

Homework Statement


$$\lim_{x\to\infty} \dfrac{(-1)^n\sqrt{n+1}}{n}$$

Homework Equations


3. The Attempt at a Solution [/B]
This is what I managed to do but I just wanted to verify that this is the correct way of solving it, I'm mainly concerned about the fact that I took the absolute value with the log function, is that a valid operation?
$$y=\lim_{x\to\infty} \dfrac{(-1)^n\sqrt{n+1}}{n} $$
$$ \ln y=\lim_{x\to\infty} \ln|\dfrac{(-1)^n\sqrt{n+1}}{n}| $$
$$ \ln y=\lim_{x\to\infty} \ln|\dfrac{(-1)^n\sqrt{n+1}}{n}| $$
$$\ln y=\lim_{x\to\infty} \ln|(-1)^n|+\lim_{x\to\infty} \ln|\dfrac{\sqrt{n+1}}{n}|$$
$$\ln y=\lim_{x\to\infty} \dfrac{\ln|1|}{n^{-1}}+\lim_{x\to\infty} \ln|{\sqrt{1/n+1/n^2}}|$$
$$\ln y=\lim_{x\to\infty} \dfrac{0}{n^{-2}}+ \ln|0|$$
$$\ln y=-\infty$$
$$y=e^{-\infty}$$
$$y=0$$
 
Physics news on Phys.org
Potatochip911 said:

Homework Statement


$$\lim_{x\to\infty} \dfrac{(-1)^n\sqrt{n+1}}{n}$$

Homework Equations


3. The Attempt at a Solution [/B]
This is what I managed to do but I just wanted to verify that this is the correct way of solving it, I'm mainly concerned about the fact that I took the absolute value with the log function, is that a valid operation?
$$y=\lim_{x\to\infty} \dfrac{(-1)^n\sqrt{n+1}}{n} $$
$$ \ln y=\lim_{x\to\infty} \ln|\dfrac{(-1)^n\sqrt{n+1}}{n}| $$
$$ \ln y=\lim_{x\to\infty} \ln|\dfrac{(-1)^n\sqrt{n+1}}{n}| $$
$$\ln y=\lim_{x\to\infty} \ln|(-1)^n|+\lim_{x\to\infty} \ln|\dfrac{\sqrt{n+1}}{n}|$$
$$\ln y=\lim_{x\to\infty} \dfrac{\ln|1|}{n^{-1}}+\lim_{x\to\infty} \ln|{\sqrt{1/n+1/n^2}}|$$
$$\ln y=\lim_{x\to\infty} \dfrac{0}{n^{-2}}+ \ln|0|$$
$$\ln y=-\infty$$
$$y=e^{-\infty}$$
$$y=0$$

There's a whole lot else wrong in there too. What's with the limit ##x \to \infty## when there is no ##x## in the expression? Assume you meant ##n \to \infty##. And there's not need to take a log to begin with. You seem ok with ##lim_{n \to\infty} \dfrac{\sqrt{n+1}}{n}=0##. The ##(-1)^n## doesn't change that much. Just use a squeeze argument.
 
Dick said:
There's a whole lot else wrong in there too. What's with the limit ##x \to \infty## when there is no ##x## in the expression? Assume you meant ##n \to \infty##. And there's not need to take a log to begin with. You seem ok with ##lim_{n \to\infty} \dfrac{\sqrt{n+1}}{n}=0##. The ##(-1)^n## doesn't change that much. Just use a squeeze argument.
Could you explain what's wrong other than the fact I accidentally used x->infinity so I don't make that mistake again?
 
Potatochip911 said:
Could you explain what's wrong other than the fact I accidentally used x->infinity so I don't make that mistake again?

Not as much as I thought at first, but the limit of ##x_n## is not necessarily the same as ##|x_n|##. I would just skip the log and absolute value in the argument altogether.
 
Ignoring the (-1)n factor for the moment, you have
##\frac{\sqrt{n+1}}{n} = \frac{\sqrt{n}\sqrt{1 + 1/n}}{\sqrt{n}\sqrt{n}} = \frac {\sqrt{1 + 1/n}}{\sqrt{n}}##
Can you take the limit now?

For the original problem, use the squeeze theorem that Dick suggests. I agree that logs and absolute values are not needed.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top