$$F(x) = \int{f(x)}\,dx$$
$$G(x) = \int_0^x{g(z)}\,dz$$
I am confused about the exact meaning about these functions. The second function is clear to me, $G(x)$ is just the area under the graph of $g(x)$ from $0$ to some $x$. But the first function is not so clear.
Also, why is the following considered incorrect?
$$H(x) = \int_0^x{g(x)}\,dx$$
For example you have $F(x) = \int \frac {1}{x}dx$ and when you do the integration you'd get $\log (x) + C$ so $F(x) = \log (x) + C$.
– mopy Mar 28 '15 at 00:09