Difference between revisions of "Floor function"
(→Problems) |
(→Problems) |
||
Line 26: | Line 26: | ||
=== Introductory Problems === | === Introductory Problems === | ||
* Let <math>[x]</math> denote the largest integer not exceeding <math>x</math>. For example, <math>[2.1]=2</math>, <math>[4]=4</math> and <math>[5.7]=5</math>. How many positive integers <math>n</math> satisfy the equation <math>\left[\frac{n}{5}\right]=\frac{n}{6}</math>. (2017 PCIMC) | * Let <math>[x]</math> denote the largest integer not exceeding <math>x</math>. For example, <math>[2.1]=2</math>, <math>[4]=4</math> and <math>[5.7]=5</math>. How many positive integers <math>n</math> satisfy the equation <math>\left[\frac{n}{5}\right]=\frac{n}{6}</math>. (2017 PCIMC) | ||
+ | |||
+ | ===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>. | ||
=== Olympiad Problems === | === Olympiad Problems === |
Revision as of 02:31, 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 .
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)