This might be silly question, but here it goes:
Suppose I have an integral $\int_a^b f(x) dx$, and by the F.T.C we have as $F(b) - F(a)$ as a result.
Now suppose that instead of $F(b) - F(a)$, I want to find the value $F(b) + F(a)$.
Of course, one could trivially say just separate them, flip the negative for $F(a)$ and then add it to $F(b)$.
However, imagine a scenario where I cannot separate them, nor change the bounds on the integral. I can only manipulate the integrand itself.
That is, is there a function $g(x)$ that we can devise such that $\int_a^b g(x) f(x) dx = F(b) + F(a)$, given $\int_a^b f(x) dx = F(b) - F(a)$?
Edit: The solution $\int_a^b g(x) f(x) dx = F(b) + F(a) + C$ where $C$ is some constant, is also acceptable.
To give an example that makes this more clear: if we had a 2 variable function $f(x, t)$, $\int_a^b f(x, t) dx = F(b,t) - F(a,t)$, then $\int_a^b g(x) f(x, t) dx = F(b,t) + F(a,t) + C$ suffices, but $\int_a^b g(x) f(x, t) dx = F(b,t) + F(a,t) + O(t)$ would not, as it is no longer a constant but also dependent on $t$.
Here is a nice example: For $n \in \mathbb{N}$, $x,c > 0$
$\Re[\Gamma[-\frac{n}{2}, -x] = \Re[\Gamma[-\frac{n}{2}, -x -c]] = \Gamma[-\frac{n}{2}]$, source: Incomplete Gamma function of negative arguments
Thank you in advance for any feedback and help!
(Also, I'd be happy to explain a data streaming setting where this applies, but didn't want to overcrowd this post with irrelevant details. I'm happy to provide context though if requested.)