$\mathbf{EDIT}$: the original definition of the problem had an error. $F(e)$ has to be equal $\frac{5}{3}$ not $1$.
I need to find the antiderivative $F$ of
$f(x) =
\begin{cases}
x^{-1} \qquad x \ge 1 \\
x^{-2} \qquad 0 such that $F(e) = 1$. $\mathbf{First:}$ $F(x) =
\begin{cases}
\ln|x| + c_1 \qquad x \ge 1 \\
-\frac{1}{x} + c_2 \qquad 0 $\mathbf{Secondly}$, we need to make sure that $F(x)$ is continuous at $x=1$: $$\lim_{x \to 1^+} F(x) = \lim_{x \to 1^-} F(x)$$
Which is:
$$\ln1+c_1 = c_2-1 \Rightarrow c_1 = c_2 - 1$$
Therefore: $F(x) =
\begin{cases}
\ln|x| + c_2 - 1 \qquad x \ge 1 \\
-\frac{1}{x} + c_2 \qquad 0 $\mathbf{Lastly}$, we need to make sure that $F(e) = 1$: $$\ln e+ c_2 - 1 = 1$$
$$1+ c_2 - 1 = 1$$
$$c_2 = 1$$ $\mathbf{Finally}$, this is the antiderivative: $F(x) =
\begin{cases}
\ln|x| \qquad x \ge 1 \\
-\frac{1}{x} + 1 \qquad 0 I think something is wrong in my calculations because I need to calculate $F(e^2)+F(e^{-1})+F(e)+F'(0.5)+F'(2)$ where I get $2 -e +1 + 1 + 4 + 0.5 = 8.5-e$ however the answer to the sum is different. The answer can be one of the following:
1) $10.5-e$ 2) $9.5 + e$ 3) $9-e$ 4) $8.5 + 2e$