floor function and infinite series...

Pls its a request to all the young mathematics mind to publish a note on floor function and how to solve an infinite series problem.....

#Calculus

Note by Sarvesh Dubey
6 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Here's a simple example to gear you up. Prove that

limn1n2k=1nkx=x2\lim_{n \rightarrow \infty} \frac{1}{n^2}\sum_{k=1}^n \lfloor kx \rfloor = \frac{x}{2}

Proof. By the definition of Greatest Integer Function, x1<xxx-1 < \lfloor x \rfloor \leq x

Thus, we have kx1<kxkxkx-1 < \lfloor kx \rfloor \leq kx k=1nkx1<k=1nkxk=1nkx\Rightarrow \sum_{k=1}^n kx-1 < \sum_{k=1}^n \lfloor kx \rfloor \leq \sum_{k=1}^n kx n(n+1)2xn<k=1nkxn(n+1)2x\Rightarrow \frac{n(n+1)}{2}x-n < \sum_{k=1}^n \lfloor kx \rfloor \leq \frac{n(n+1)}{2}x n+12nx1n<1n2k=1nkxn+12nx\Rightarrow \frac{n+1}{2n}x-\frac{1}{n} < \frac{1}{n^2}\sum_{k=1}^n \lfloor kx \rfloor \leq \frac{n+1}{2n}x

Taking the limit, we find that limnn+12nx1n<limn1n2k=1nkxlimnn+12nx\lim_{n \rightarrow \infty} \frac{n+1}{2n}x-\frac{1}{n} < \lim_{n \rightarrow \infty} \frac{1}{n^2}\sum_{k=1}^n \lfloor kx \rfloor \leq \lim_{n \rightarrow \infty} \frac{n+1}{2n}x x2<limn1n2k=1nkxx2\Rightarrow \frac{x}{2} < \lim_{n \rightarrow \infty} \frac{1}{n^2}\sum_{k=1}^n \lfloor kx \rfloor \leq \frac{x}{2}

And therefore by Squeeze Theorem our result follows as

limn1n2k=1nkx=x2\lim_{n \rightarrow \infty} \frac{1}{n^2}\sum_{k=1}^n \lfloor kx \rfloor = \frac{x}{2} \quad _\square

Also, you can read more about the floor function here

Kishlaya Jaiswal - 6 years, 2 months ago

Log in to reply

So as you see in the above example, we basically make use of inequalities while solving problems related to Floor/Ceil Function. Here are some other inequalities that can help you -

x1<xxx-1 < \lfloor x \rfloor \leq x

xx<x+1\lfloor x \rfloor \leq x < \lfloor x \rfloor +1

Also, notice that, any integer can be written as

x=x+{x}x = \lfloor x \rfloor + \{x\}

Since, 0{x}<10 \leq \{x\} < 1. That's where we get the inequality xx<x+1\lfloor x \rfloor \leq x < \lfloor x \rfloor +1 and xx\lfloor x \rfloor \leq x

Anyhow, if your concern was regarding any of the well-known series such as Hermite's Identity, then please let me know so that I can add examples regarding the same.

Kishlaya Jaiswal - 6 years, 2 months ago
×

Problem Loading...

Note Loading...

Set Loading...