The ceiling of x, written ⌈ x ⌉, is defined to be the value of x rounded up to the nearest integer.
For example: ⌈ π ⌉ = 4, ⌈ 2.1 ⌉ = 3, ⌈ 8 ⌉ = 8.
What is the value of the following integral? ∫099 2⌈ x ⌉ dx
- A299
- B299 − 1
- C299 − 2
- D2100
- E2100 − 1
- F2100 − 2
Show the answer and worked solution
answer · F
- A299
- B299 − 1
- C299 − 2
- D2100
- E2100 − 1
- F2100 − 2
On the interval from n−1 to n the ceiling is constant at n, so that strip contributes 2n × 1 = 2n. Adding the strips for n = 1 to 99 gives a geometric series 2 + 22 + ⋯ + 299 = 2100 − 2. (The single points where the ceiling jumps contribute nothing to an integral.)