Integral of greatest integer function.

340 Views Asked by At

$[x]$ denotes the greatest integer $\leq x$. Let $f(x)=[x]$

What is the indefinite integral (without limits) of $f(x)$ ?

And if $f(x) = e^{-7[x]}$ what would the indefinite integral be?

1

There are 1 best solutions below

1
On

$\int[x]~dx=x[x]-\dfrac{[x]([x]+1)}{2}+C$