Question
Question: $\int_0^3 \{x\} dx$...
∫03{x}dx

Answer
23
Explanation
Solution
The fractional part function {x} is equal to x−⌊x⌋. The integral ∫03{x}dx can be evaluated by splitting the interval [0,3] into subintervals where ⌊x⌋ is constant. ∫03{x}dx=∫01{x}dx+∫12{x}dx+∫23{x}dx For x∈[0,1), {x}=x. For x∈[1,2), {x}=x−1. For x∈[2,3), {x}=x−2. Substituting these into the integral: ∫01xdx+∫12(x−1)dx+∫23(x−2)dx Evaluating each integral: ∫01xdx=[2x2]01=21 ∫12(x−1)dx=[2x2−x]12=21 ∫23(x−2)dx=[2x2−2x]23=21 Summing the results: 21+21+21=23 Alternatively, the integral represents the area under the graph of y={x} from x=0 to x=3. This area consists of three triangles, each with base 1 and height 1, so the total area is 3×(21×1×1)=23.