Evaluate
∫ 0 5 [ x ] d x
DETAILS
[y] denotes greatest integer less than or equal to y.
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.
A shorter version would be to consider the values of ⌊ x ⌋ for x ∈ [ 1 , 5 ] between square points (where x assumes a perfect square value). By definition, we have,
⌊ x ⌋ = ⎩ ⎪ ⎨ ⎪ ⎧ 0 ∀ x ∈ [ 0 , 1 ) 1 ∀ x ∈ [ 1 , 4 ) 2 ∀ x ∈ [ 4 , 5 ]
This is the same as your method but is a little bit quicker.
Problem Loading...
Note Loading...
Set Loading...