The function f ( x ) = x ⌊ x ⌋ is tightly bounded by two parabolas.
For some positive integer n , the area of the shape bounded by the function from n − 1 to n + 1 and these two parabolas is 2018.
Find the value of n
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Thanks for sharing your solution. I didn't have time when I entered the problem last night and I was worried that no one had gotten it right. This is exactly how I did it. (Hopefully we are not the ones who are wrong.)
Log in to reply
the probability of us being wrong is 0.25 (at this very moment), in the worst case :) thanks for sharing the problem.
https://www.desmos.com/calculator/nv78n3ajhq
@Mehrdad Mohana has a great proof that for any n the area is n . I'll try to explain specifically why the answer is n=2018.
The blue segments are f ( x ) from 2 0 1 7 to 2 0 1 9 , they are part of the lines y = 2 0 1 7 x and y = 2 0 1 8 x . The black and red curves are parts of y = x 2 and y = x ( x − 1 ) respectively.
From 2017 to 2018 the area is ∫ 2 0 1 7 2 0 1 8 x 2 d x − ( 2 0 1 8 ⋅ 2 0 1 7 + 2 0 1 7 2 ) / 2 = 1 0 0 8 6 5
From 2018 to 2019 the area is ( 2 0 1 9 ⋅ 2 0 1 8 + 2 0 1 8 2 ) / 2 − ∫ 2 0 1 8 2 0 1 9 x ( x − 1 ) d x = 1 0 0 9 6 1
Add these together and get 2018.
Problem Loading...
Note Loading...
Set Loading...
x 2 − x ≤ x ⌊ x ⌋ ≤ x 2
the area of the shape between n − 1 and n + 1 is
∫ n − 1 n ( x 2 ) d x − ∫ n − 1 n ( ( n − 1 ) x ) d x + ∫ n n + 1 ( n x ) d x − ∫ n n + 1 ( x 2 − x ) d x = n
So, n = 2 0 1 8