How can I calculate this? $\int_{0}^2 f(x)$ $\mathrm{dx}$ if $$f(x) = \begin{cases} x, & 0 \le x <1 \\ x-2 & 1 \le x \le 2 \end{cases} $$
2026-04-17 18:37:45.1776451065
Help calculating the following Integral?
46 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint:
The integral you're working with is equivalent to $$\int_0^1 x\ dx +\int_1^2 (x-2)\ dx.$$
Can you take it from here?