NDA Maths · Functions
The Greatest Integer (Floor) Function
⌊x⌋ rounds down to the nearest integer; its staircase graph, fractional part, and floor-equations are the testable pieces.
Why this matters
Seven PYQs, and not one is EASY — every question here is MODERATE or HARD, so the floor function punches above its weight. The traps cluster around negatives (⌊−1.3⌋ = −2, not −1), the jump-down behaviour at integers, and the fractional part {x} = x − ⌊x⌋. Solving floor-equations and floor-sums rounds it out.
Concept 1 of 3
Definition, graph, and behaviour at integers
Intuition
Definition
where is the unique integer with . Properties:
- , and exactly when is an integer.
- Discontinuous (jump of 1) at every integer; constant in between, so its derivative is 0 on each open interval .
- Range is ; domain is .
Worked example
- : greatest integer is .
- : greatest integer is (round down, not toward zero).
- : is already an integer, so .
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.?
- 2.?
- 3.Is continuous at ?
- 4.Derivative of at ?
From the bank · past-year question
[Q56 · Apr · 2022]
Floor rounds DOWN, so negatives go further from zero
Concept 2 of 3
The fractional part {x} = x − [x]
Intuition
Definition
for every real . Equivalently . It is periodic with period 1. For a non-integer , is strictly between and , so .
Worked example
- (floor rounds down).
- .
- As expected, the result is in .
Practice this conceptself-check
Try it yourself
From the bank · past-year question
[Q71 · Sep · 2022]
Concept 3 of 3
Floor equations and sums
Intuition
Definition
Key idea: . So a polynomial equation in becomes a polynomial in the integer ; solve it, keep integer roots, and convert. For sums , group the index range by where the floor value changes.
Worked example
- Let : , so or .
- ; .
- Union the intervals.
Practice this conceptself-check
Try it yourself
From the bank · past-year question
[Q77 · Sep · 2024]
[x] = n is an interval, not a single point
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Watch out for (2)
- Floor rounds DOWN, so negatives go further from zero→ Definition, graph, and behaviour at integers
- [x] = n is an interval, not a single point→ Floor equations and sums
Mastery check — 4 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q83 · Sep · 2024]
[Q71 · Sep · 2024]
[Q87 · Sep · 2017]
[Q29 · Apr · 2018]
Drill every past-year question on this subtopic
7 questions from the bank — paginated, with cart and Word-export support.