Doing shady things with limits

  • Thread starter Thread starter durt
  • Start date Start date
  • Tags Tags
    Limits
durt
Messages
149
Reaction score
0
Given y_n = (2\log{2}+3\log{3}+...+n\log{n})/(n^2\log{n}), the problem is to find \lim_{n \to \infty} y_n. I've found that

y_n \left(n-1+\frac{1}{n+1}\right) \frac{\log{n}}{\log{(n+1)}} = y_{n+1} (n+1) - 1.

So \lim_{n \to \infty} y_n(n-1) = \lim_{n \to \infty} y_{n+1} (n+1) - 1. If I assume \lim_{n \to \infty} y_n \neq 0, separate those limits and solve to get \lim_{n \to \infty} y_n = \frac{1}{2}. How do I show that \lim_{n \to \infty} y_n \neq 0?
 
Physics news on Phys.org
How about by induction?

Sure, induction doesn't carry all the way through to the limit, but it can prove things about the individual terms of the sequence -- and then you can invoke some theorem on limits to 'extend' your result to the limit.

(Incidentally, you've not only assumed the limit of y_n is nonzero, but that it exists...)

I notice another problem. If \lim_{n \rightarrow \infty} y_n exists and is positive, then \lim_{n \rightarrow \infty} y_n(n-1) diverges to infinity.
 
I don't see what I can induct. The sequence decreases for a while and then increases, so I can't say it's strictly increasing or anything like that, can I? Also, if \lim_{n \rightarrow \infty} y_n = L is a non-zero real number, then 1 = L \lim_{n \to \infty} (n+1) - L \lim_{n \to \infty} (n-1) = L \lim_{n \to \infty} ((n + 1) - (n - 1)). Is that not valid?
 
What you did was not valid. You can only do things like

lim(xy)=lim(x)lim(y)

lim(x+y)=lim(x) +lim (y)

if all the individual limits exist.

However that isn't really an issue, since you could have rearranged the n+1's equation you got prior to taking limits.

You still need to show that the limit of y_n exists. Since you know it is eventually increasing, then it suffices to show that it is bounded above (which it is by the most obvious upper bound you can use).
 
integrate?

durt said:
Given y_n = (2\log{2}+3\log{3}+...+n\log{n})/(n^2\log{n}), the problem is to find \lim_{n \to \infty} y_n.

Hi durt! :smile:

Is there some theorem you can use that involves integrating x logx?
 
Well that works with some squeeze theoreming :smile:. Cool.
 
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