Sorry for taking so long to respond, but I just wanted to rethink this and I think I found my source of confusion.
My mathematics book explains; give the function
[math]w = f(x, z) = x^2 + xz^2[/math]
The partial derivation of w with respect to x is obtained when z is held constant is:
[math]\frac{\partial w}{\partial x} = 2x + z^2[/math]
or with respect to z:
[math]\frac{\partial w}{\partial z} = 2xz[/math]
So for my model I was attempting with the [math]\frac{\partial A}{\partial t}[/math] as per the text:
[math]A = A(x, y, z, t?) = ?[/math]
Therefore:
[math]\frac{\partial A}{\partial t} = ?[/math]
But as Bignose said "That part represents the change of A with respect to time", I believe I lost sight that it's just the change in A I need. Therefore, for my computer models, [math]\frac{\partial A}{\partial t} = A_{current frame} - A_{previous frame}[/math], which would be the change of A for the duration of the frame.
I guess in very simple terms, a partial differentiation is a very explicit definition of, in this case, of [math]\delta A[/math].
I been a very long day and I'm very tired so I hope this is making sense...