The final example in Section 4.3 involved finding the integral \[\int^2_{-1}\dfrac{1}{x^2} \ dx\]
Even though we can't use FTC Part 2 to calculate the integral, the antiderivative \[F(x) = -\dfrac{1}{x} + C\] is still valid on the domain $(-\infty, 0) \cup (0, \infty)$.
Thus you may manipulate the antiderivatives symbolically. Sometimes this is called "symbolic integration," or in modern times, we usually call it the indefinite integral.
Here are a few indefinite integrals to be familiar with. They are the opposite of the derivative rules you know about! \begin{align} &\int x^n \ dx &&= \dfrac{x^{n+1}}{n+1} + C \qquad (n \neq -1) \\ &\int \sec^2 x \ dx &&= \tan x + C \\ &\int \csc^2 x \ dx &&= - \cot x + C \\ &\int \sec x \tan x \ dx &&= \sec x + C \\ &\int \csc x \cot x \ dx &&= - \csc x + C \end{align}
Integrating a rate of change gives you what's called the net change:
Let's consider the distance problem in Section 4.1.
Suppose $v(t)$ is an instantaneous velocity function for a particle moving in a straight line. Then by convention $s(t)$ is the position function.
If $v(t) > 0$, the particle moves to the right, and if $v(t) < 0$, the particle moves to the left. Here's an example $v(t)$ on a time interval $[t_1, t_2]$:
The displacement of the particle is defined as the difference between the final position and the initial position.
The distance of the particle is defined as the total unit length travelled, regardless if the particle moves left or right.
The displacement the a time interval $[t_1, t_2]$ is just the difference between the final position and the initial position, or the net change: \[\text{displacement} = \int^{t_2}_{t_1} v(t) \ dt = A_1 - A_2 + A_3\]
But the distance travelled on $[t_1, t_2]$ is different. Both $v(t) > 0$ and $v(t) < 0$ account for total distance travelled. So the formula requires you to integrate $\lvert v(t) \rvert$: \[\text{distance} = \int^{t_2}_{t_1} \lvert v(t) \rvert \ dt = A_1 + A_2 + A_3\]
Now we have the conceptual idea, let's look at the details.