Taking the integral with absolute value and the floor function

75 Views Asked by At

I have never integrated using the floor function before, so I just need help starting the following problem. $$\int_{3}^{4} \frac{|x-1|}{\lfloor 2x-5 \rfloor} dx =?$$

1

There are 1 best solutions below

0
On

Hint: $$\int_{3}^{4} \frac{x-1}{\lfloor 2x-5 \rfloor} dx = \int_{3}^{3.5} \frac{x-1}{1} dx+ \int_{3.5}^{4} \frac{x-1}{2} dx.$$