The ceiling function (also known as the least integer function) of a real number x, denoted ⌈x⌉, is defined as the smallest integer that is not smaller than x.
For example, ⌈9⌉=9,⌈1.006⌉=2,⌈19⌉=5,⌈π⌉=4,⌈−10.27⌉=−10.
In general, ⌈x⌉ is the unique integer satisfying ⌈x⌉−1<x≤⌈x⌉.
The ceiling is related to the floor function by the formula
⌈x⌉=−⌊−x⌋.
What is the range of x that satisfies
⌈⌈x⌉−1.3⌉=16?
Let ⌈x⌉=y, where y is an integer by the definition of the ceiling function. Then
⌈⌈x⌉−1.3⌉⌈y−1.3⌉15<y−1.316.3<yy=16=16≤16≤17.3=17.(since y is an integer)
(1) ⌈x+n⌉=⌈x⌉+n, for any integer n.
(2) ⌈x⌉+⌈−x⌉={10if x∈/Zif x∈Z.
(3) ⌈x+y⌉=⌈x⌉+⌈y⌉ or ⌈x⌉+⌈y⌉−1.
These can all be proved from the analogous properties for the floor function.
If y=⌊2x+5⌋=3⌊x−4⌋ and the product of all the distinct values of ⌊3x+y⌋ is A, find Amod2016.
Notation: ⌊⋅⌋ denotes the floor function.
The correct answer is: 252
Problem-solving
As with the floor function, it is often easiest to write x=n−r, where n=⌈x⌉ is an integer and 0≤r<1.
Find all solutions to ⌈x⌉⌈2x⌉=15.
Write x=n−r as above. Then ⌈2x⌉=2n or 2n−1 depending on r. In the first case, where r<21, the equation becomes 2n2=15, which has no solution. In the second case, where r≥21, the equation becomes n(2n−1)=15, so 2n2−n−15=0, or (n−3)(2n+5)=0. The only integer solution is n=3.
So the range of solutions is the interval (2,2.5].□
Find a positive integer n such that ⌊1320n⌋+⌈2013n⌉=2013.
This problem is proposed by Ahaan Rungta.
Details and assumptions:
The function ⌊x⌋:R→Z refers to the greatest integer smaller than or equal to x. For example ⌊2.3⌋=2 and ⌊−5⌋=−5.
The function ⌈x⌉:R→Z refers to the smallest integer that is greater than or equal to to x. For example, ⌈2.3⌉=3 and ⌈−5⌉=−5.
The correct answer is: 920
We know that x−1≤⌊x⌋≤x and x≤⌈x⌉≤x+1 for all real values x, hence
As such, we have 2012≤260569n≤2014, or that 919.38≈5692012×260≤n≤5692014×260≈920.28, hence the only possible integer is 920.
We can check that n=920 does satisfy the conditions of the problem.
As with floor functions, the best strategy with integrals or sums involving the ceiling function is to break up the interval of integration (or summation) into pieces on which the ceiling function is constant.
Find ∫−22⌈4−x2⌉dx.
This is clearly 2∫02⌈4−x2⌉dx. Now break the interval of integration up into pieces on which ⌈4−x2⌉=1,2,3,4. This becomes