∫ − 1 1 ⌊ x + ⌊ x + ⌊ x ⌋ ⌋ ⌋ d x = ?
Give your answer to 3 decimal places.
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.
Let's analyze the function f ( x ) = ⌊ x + ⌊ x + ⌊ x ⌋ ⌋ ⌋ .
For − 1 ≤ x < 0 we have ⌊ x ⌋ = − 1 Also since − 2 ≤ x − 1 < − 1 and − 3 ≤ x − 2 < − 2 we have ⌊ x − 1 ⌋ = − 2 and ⌊ x − 2 ⌋ = − 3 . So in that range f ( x ) = ⌊ x + ⌊ x − 1 ⌋ ⌋ = ⌊ x − 2 ⌋ = − 3 .
For 0 ≤ x < 1 we have ⌊ x ⌋ = 0 . So in that range f ( x ) = ⌊ x + ⌊ x + 0 ⌋ ⌋ = ⌊ x ⌋ = 0 . And we trivially have f ( 1 ) = 3 .
Therefore, only the interval [ − 1 , 0 ) contributes to the area. The area is ( − 3 ) × 1 = − 3 .
We can simply use the fact that [x+I] can be written as [x]+I where I is an integer. Now as [x] is itself an integer we can remove it repeatedly to final get integral of "-1 to 1" 3 times [x] to get -3. That's a much shorter solution in practice. (Where [.] represents the greatest integer function)
Problem Loading...
Note Loading...
Set Loading...
∫ − 1 1 ⌊ x + ⌊ x + ⌊ x ⌋ ⌋ ⌋ d x
= ∫ − 1 0 ⌊ x + ⌊ x + ⌊ x ⌋ ⌋ ⌋ d x + ∫ 0 1 ⌊ x + ⌊ x + ⌊ x ⌋ ⌋ ⌋ d x
= ∫ − 1 0 ⌊ x + ⌊ x − 1 ⌋ ⌋ d x + ∫ 0 1 ⌊ x + ⌊ x + 0 ⌋ ⌋ d x
= ∫ − 1 0 ⌊ x + ( − 2 ) ⌋ d x + ∫ 0 1 ⌊ x + 0 ⌋ d x
= − 3