If I have a function $f(t)$, and an indefinite integral of this function, $g(x) = \int f(t)\, dt$, is there any way I can express $g(x)$ as a definite integral whose bounds depend on $x$?
I thought I saw somewhere that I could express it as $$g(x) = \int_a^x f(t)\, dt$$ but I don't know what $a$ is. Is this representation correct? Or is there a better way to express $g$?
That fixed but arbitrary lower limit is essentially the "arbitrary constant" you use when finding antiderivatives, because $$ g(x) = \int_a^x f(t)\, dt = \int_b^x f(t)\, dt + \int_a^b f(t)\, dt . $$ The second term in that sum is just a number.
The fundamental theorem of calculus says that both integrals with upper limit $x$ have derivative $f$ with respect to $x$.
The "indefinite integral" with no limits specified refers to the whole set of antiderivatives, not any particular one of them.
Edit in response to comment.
A loose common way to describe the indefinite integral is to say $$ \int f(t)\, dt = F(x) + c $$ for a function $F$ whose derivative is $f$ and any real number $c$. That's really a set of functions, one for each value of $c$.
In my answer you can take $$ F(x) = \int_b^x f(t)\, dt \quad \text{ and } \quad c = \int_a^b f(t)\, dt $$ to get the $g(x)$ in the question.