Concept:
Calculus - Properties of the Fractional Part Function.
The expression $x - [x]$ represents the fractional part of $x$, denoted as $\{x\}$.
The fractional part function $\{x\}$ is periodic with a fundamental period of $T = 1$.
Step 1: Rewrite the integral using the fractional part function.
Substitute $x - [x]$ with $\{x\}$:
$$ \int_{-4}^{4} (x - [x]) dx = \int_{-4}^{4} \{x\} dx $$
Step 2: Apply the property of periodic functions for definite integrals.
For a periodic function $f(x)$ with period $T$, the integral over $nT$ intervals is:
$$ \int_{a}^{a+nT} f(x) dx = n \int_{0}^{T} f(x) dx $$
Here, the total interval length is $4 - (-4) = 8$.
Since the period $T = 1$, the interval contains exactly $8$ full periods.
$$ \int_{-4}^{4} \{x\} dx = 8 \int_{0}^{1} \{x\} dx $$
Step 3: Evaluate the integral over a single period.
In the interval $[0, 1)$, the greatest integer $[x]$ is exactly $0$.
Therefore, in this specific interval, $\{x\} = x - 0 = x$.
Substitute this into the single-period integral:
$$ \int_{0}^{1} \{x\} dx = \int_{0}^{1} x \,dx $$
Step 4: Calculate the final value.
Integrate $x$ and apply the limits:
$$ \int_{0}^{1} x \,dx = \left[ \frac{x^2}{2} \right]_{0}^{1} $$
$$ = \frac{1^2}{2} - \frac{0^2}{2} = \frac{1}{2} $$
Multiply by the $8$ periods found in Step 2:
$$ 8 \times \frac{1}{2} = 4 $$