Difference between revisions of "Floor function"
(→Problems) |
(→Intermediate Problems) |
||
Line 28: | Line 28: | ||
===Intermediate Problems === | ===Intermediate Problems === | ||
− | * Find the integer <math>n</math> satisfying <math>\left[\frac{n}{1!}\right]+\left[\frac{n}{2!}\right]+...+\left[\frac{n}{10!}\right]=1999</math>. Here <math>[x]</math> denotes the greatest integer less than or equal to <math>x</math>. | + | * Find the integer <math>n</math> satisfying <math>\left[\frac{n}{1!}\right]+\left[\frac{n}{2!}\right]+...+\left[\frac{n}{10!}\right]=1999</math>. Here <math>[x]</math> denotes the greatest integer less than or equal to <math>x</math>. (1999-2000 Hong Kong IMO Prelim) |
=== Olympiad Problems === | === Olympiad Problems === |
Revision as of 03:32, 29 August 2022
The greatest integer function, also known as the floor function, gives the greatest integer less than or equal to its argument. The floor of is usually denoted by or . The action of this function is the same as "rounding down." On a positive argument, this function is the same as "dropping everything after the decimal point," but this is not true for negative values.
Contents
Properties
- for all real .
- Hermite's Identity:
Examples
A useful way to use the floor function is to write , where y is an integer and k is the leftover stuff after the decimal point. This can greatly simplify many problems.
Alternate Definition
Another common definition of the floor function is
where is the fractional part of .
Problems
Introductory Problems
- Let denote the largest integer not exceeding . For example, , and . How many positive integers satisfy the equation . (2017 PCIMC)
Intermediate Problems
- Find the integer satisfying . Here denotes the greatest integer less than or equal to . (1999-2000 Hong Kong IMO Prelim)
Olympiad Problems
- If is a positive real number, and is a positive integer, prove that
where denotes the greatest integer less than or equal to . (1981 USAMO, #5) (Discussion 1) (Discussion 2)
- Let denote the integer part of , i.e., the greatest integer not exceeding . If is a positive integer, express as a simple function of the sum
(1986 IMO, #6)