REINVENTING THE WHEEL
I guess many of you have not seen this (which is the Fundamental Theory of Calculus). For public benefits, I will make a fool of myself and post this.
Calculus involves infinitesimals, where differential calculus concerns itself with instantaneous rates of change and integral calculus concerns itself with area under curve.
For a positive function
)
, the area under the curve on the interval [a,b] can be represented by
\; dx)
for example,
=\frac{1}{3}(t-3)(t-4)(t-5)+8)
, its area on the interval [0,x] can be represented by the function F(x). When x=3, F(x)'s value is the area of the shaded area in the image below.

Now, as we increase x, the area gets larger. For instance, when we increase x to 4,

now notice that the increase in area can be approximated by a rectangle of width dx (in this case, dx = 4-3 = 1), and the height is the average height of f(t) for that interval of increase (mean value theorem, ignore this if you have not heard of that before). We denote this as
)

As we shrink the change in x, we notice that the rectangle becomes a better and better estimate for this change in area. That is,
\to f(t))
for smaller and smaller dx. We find that, for an infinitesimal change in x, the corresponding change in F (the area) is equal to f(x)dx.
(massive jump to conclusion here)
That is, the rate of change in Area, i.e. the change in F(x), is f(x). Or, the derivative of the integral is the integrand (function inside the integral). Formally,
 dt \right) = f(x))
<--- thats the theorem, but is useless for you guys at this moment

(now, I have made many many jumps, and have completely ignored all the correct things such as continuity and etc)
This is the underlying principle of using fnInt to solve differential equations. It is common knowledge that
 dx = F(x) + C)
. Or, we are saying that the antiderivative is the
area function of the derivative.
Visualising that, it means that we do not know what F(x) is, as we do not know where the left end of the area started. In fact, that can be anywhere (hence C can start from anywhere). However, we do know that for a given
change in x, we can work out the
change in F by finding
the area under f for that interval. That is, if we know the initial value, and the derivative, we can find any value by adding increments of area under the derivative.
so, we are saying that,


. So, the
area function is the area it already have (the y
0) plus any increments (the integral).