Let's say you have a function defined as $$g(x)=\int_1^xf(t)dt$$
By the integral definition, g(x) is the area under the curve of f(x) from 1 to x.
eg: g(5) is the area under f(x) from 1 to 5.
I want to make the distinction that g(x) is NOT defined as an indefinite integral like $$g(x)=\int f(t)dt$$
Now, let's say I am given some arbitrary graph of f.
With the first definition (definite integrals), is g(x) still considered the anti-derivative of f(x)? This matters when exploring ideas about concavity and increase/decrease, and needing to examine the derivatives of g(x). Based on the F.T.C., I know that the derivative of the integral is the function itself. Can we say g'(x) = f(x) and that g''(x) = f'(x)? I know I can say this if g(x) was defined the 2nd way, with indefinite integrals.
But, can I say the same thing when given the limits of integration of $\int_1^x f(t)dt$ ? Or, is g(x) now specifically defined strictly as the area under the curve of f(x) from 1 to x? The 2 different types of integrals (definite vs indefinite) seem to mean different things. Only the 2nd one seems to fit into the antiderivative model (vs. being a specifically defined function.) I guess I am not seeing the connection b/w the two. Let me know if I am unclear.
Not entirely sure I am understanding you correctly, but I think that what this question comes down to is the definition of the integral.
It seems as if you are saying that the integral is defined to be the area under a curve. Now, this is a good approach for a first course in calculus, but for more advanced work, the integral is defined differently and then we do it the other way around: the area is defined to be the integral (in suitable cases - I am simplifying the argument here).
The point is, how are you going to define the area of a figure if you don't use an integral? It's easy to have a "gut feeling" for area as "the amount of space in a region", but if you try to define it more carefully, and to do so in a way that enables one to calculate the areas of specific figures, then I think you will agree that it's not so easy after all. For example, you might say: draw the figure on graph paper and then count the squares. But then you are faced with questions such as: how big should the squares be? What do you do when there are squares partially outside the region? And perhaps most important of all, how do you know that you can always do this?
There are various ways to define what is meant by an integral. Probably the first you will meet is the Riemann integral. If you define it this way it is possible after some work to prove the (first) fundamental theorem of calculus.
Theorem. If $f$ is a continuous function on a closed interval $[a,b]$, and if $$F(x)=\int_a^x f(t)\,dt\ ,$$ then $F$ is continuous on $[a,b]$ and differentiable on $(a,b)$, and $F'(x)=f(x)$ for all $x$ in $(a,b)$.
Hope this helps.