# Properties of definite integral

## Rules

### Sum/Difference

$$
\int\_a^b \[f(x) \pm g(x)] dx = \int\_a^b f(x) dx \pm \int\_a^b g(x) dx
$$

### Constant multiple

$$
\int\_a^b k \cdot f(x) dx = k \int\_a^b f(x) dx
$$

### Reverse interval

$$
\int\_a^b f(x) dx = - \int\_b^a f(x) dx
$$

### Zero-length interval

$$
\int\_a^a f(x) dx = 0
$$

### Adding intervals

$$
\int\_a^b f(x) dx + \int\_b^c f(x) dx = \int\_a^c f(x) dx
$$

## Example

Given $$\int\_{-3}^{1} g(x) dx = 6$$ and $$\int\_{1}^{5} g(x) dx = 8$$

$$\int\_{-3}^5 g(x) dx = 6 + 8 = 14$$

Given $$\int\_{-1}^{3} f(x) dx = -2$$ and $$\int\_{-1}^{3} g(x) dx = 5$$

$$\int\_{-1}^{3} (3f(x) - 2g(x)) dx = -6 - 10 = -16$$

Given $$\int\_{-5}^{1} g(x) dx = 3$$ and $$\int\_{-3}^{1} g(x) dx = 7$$

$$\int\_{-5}^{-3} g(x) dx = 3 - 7 = -4$$
