#How can I calculate the limit value of this floor function?
23 messages · Page 1 of 1 (latest)
DVD
$\lim_{n\to\infty}\floor{\frac{n}2}$
A Lonely Bean
Doesn't the limit seem to diverge?
I don't understand, Where is this diverge?
It goes to infinity as you look to the right
Yes but how can I proof it
There is a theorem in analysis saying that a limit of f as x -> a exists iff every sequence x_n such that x_n -> x, the limit of f(x_n) exists n -> infinity and is equal to the same constant for all sequences
So, let's do a proof by contradiction
Assume $\lim_{x\to\infty}\floor{\frac{x}2}$ exists
A Lonely Bean
Now pick $x_n = 2n \forall n \in \mathbb{Z}^+$, according to the theorem the limit of $\floor{\frac{x_n}2}$ should exist because $x_n$ tends to infinity like $x$ does
A Lonely Bean
Ah yes
But what you see is that $\lim_{n\to\infty}\floor{\frac{x_n}2}$ diverges
A Lonely Bean
Since $\floor{\frac{x_n}2}=n$
A Lonely Bean
Referring to this theorem is really helpful when you are dealing with the floor function or a non-constant periodic function
Ok thank, I understood 🙂
.solved