%This macro provides the text about the finite calculus
%on the first horiyontal area of the page 8.
%The macro has one parameter
% 1( The width of the mathematical text
\newcommand\TEightFiniteCalculusA[1]{%
\deflength{\HSpace}{#1}%
\parbox[t]{\HSpace}{%
\TEightSeriesFiniteCalculusFontSize
\DisplaySpace{\TEightDisplaySpace}{\TEightDisplayShortSpace}
\TEightTitle{Differences:}
\begin{DisplayFormulae}{1}{\SpaceBeforeFormula}{\TEightBaselineSkipFormulaeB}{\SmallChar}{\StyleWithoutNumber}
\Fm{\Delta(c u) = c \Delta u}
\Fm{\Delta(u + v) = \Delta u + \Delta v}
\Fm{\Delta(uv) = u\Delta v + \E v \Delta u}
\Fm{\Delta(x^{\underline n}) = n x^{\underline n - 1}}
\Fm{\Delta(H_x) = x^{\underline{-1}}}
\Fm{\Delta(2^x) = 2^x}
\Fm{\Delta(c^x) = (c-1)c^x}
\Fm{\Delta\binom{x}{m} = \binom{x}{m-1}.}
\end{DisplayFormulae}
\TEightTitle{Sums:}
\begin{DisplayFormulae}{1}{\SpaceBeforeFormula}{\TEightBaselineSkipFormulaeB}{\SmallChar}{\StyleWithoutNumber}
\Fm{\sum c u \, \delta x = c \sum u \, \delta x}
\Fm{\sum (u + v) \, \delta x = \sum u \, \delta x + \sum v \, \delta x}
\Fm{\sum u \Delta v \, \delta x = uv - \sum\E v \Delta u \, \delta x}
\Fm{\sum x^{\underline n}\, \delta x = \frac{x^{\underline{n + 1}}}{m + 1}}
\Fm{\sum x^{\underline{-1}} \, \delta x = H_x}
\Fm{\sum c^x \, \delta x = {c^x \over c-1}}
\Fm{\sum \binom{x}{m} \, \delta x = \binom{x}{m+1}}
\end{DisplayFormulae}