Suppose $f(x)$ is a function defined on $\mathbb{R}\setminus\{c\}$, where $c$ is a scalar. Consider the integral
$$\int_a^bf(x)dx,$$
where $a$ and $b$ are such that $a<c<b$. All Calculus books I checked define the integral above to be convergent if and only if $\int_a^cf(x)dx$ and $\int_c^bf(x)dx$ are both convergent, in which case we have:
$$\int_a^bf(x)dx=\int_a^cf(x)dx+\int_c^bf(x)dx$$
It is only a definition, but does it make sense? For example, I can certainly have two series $x_t$ and $y_t$ that are both divergent, but their sum is convergent (the most obvious example is the one where $y_t=-x_t$). The same could occur with integrals. For instance, if I try to integrate $1/x$ from $-1$ to $1$ using the Riemann Sum I would get
$$\int_{-1}^1 \frac{1}{x}dx= \int_{-1}^0\frac{1}{x}dx+\int_0^1\frac{1}{x}dx=\lim_{n\rightarrow \infty}\left[\sum_{j=1}^n\left(\frac{1}{n}\right)\left(\frac{1}{-\frac{1}{n}j}\right)+\sum_{j=1}^n\left(\frac{1}{n}\right)\left(\frac{1}{\frac{1}{n}j}\right)\right]=\lim_{n\rightarrow\infty}\sum_{j=1}^n0=0$$
And therefore, I would conclude this integral is convergent. But the definition tells me otherwise (since $\int_{-1}^0\frac{1}{x}dx$ is divergent). Any thoughts on why it is defined that way?