Algorithm and Summation Formulas and Pattern for Power Series
Integration from First Principles
Foreword: In this part of the paper, I explain my algorithm and its general formula pattern for power series. (Use the latest Mozilla Firefox Browser, to see the equations properly.)
In this part of the series, I explain my algorithm and its general formula pattern for power series. Power series are:
With my scheme, each series has its own formula. And I have a general formula pattern for all the series.
Using the identity,
and the binomial theorem, we have:
Note that from the Pascal's Triangle, the coefficients of the expansion of the bracketed term are: 1, 1. Since 1/1 is 1, and using the combination symbol, the coefficient of n, the result, may be written as, 1C1/1C1.
Using the identity,
and the binomial theorem, we have:
where the denominator 2, is 2C1.
Substituting for the results in terms of n, and placing in the form of an upper-triangular matrix, gives,
From Pascal's Triangle and in the expansion of (n+1)2, the coefficients are: 1, 2, 1. In the evaluation of the expression, the last 1 is subtracted out. So the formula can be written, using the combination symbol as:
Evaluating the right-hand-side (R.H.S) of the statement gives:
Using the identity,
and the binomial theorem, we have:
where the denominator 3, is 3C1.
Substituting for the results in terms of n, and placing in the form of an upper-triangular matrix, gives,
From Pascal's Triangle and in the expansion of (n+1)3, the coefficients are: 1, 3, 3, 1. In the evaluation of the expression, the last 1 is subtracted out. So the formula can be written, using the combination symbol as:
Evaluating the R.H.S of the statement gives:
Using the identity,
and the binomial theorem, we have:
where the denominator 4, is 4C1.
Substituting for the results in terms of n, and placing in the form of upper-triangular matrices, gives,
From Pascal's Triangle and in the expansion of (n+1)4, the coefficients are: 1, 4, 6, 4, 1. In the evaluation of the expression, the last 1 is subtracted out. So the formula can be written, using the combination symbol as:
Evaluating the R.H.S of the statement gives:
Using the identity,
and the binomial theorem, we have:
where the denominator 5, is 5C1.
Substituting for the results in terms of n, and placing in the form of upper-triangular matrices, gives,
From Pascal's Triangle and in the expansion of (n+1)4, the coefficients are: 1, 5, 10, 10, 5, 1. In the evaluation of the expression, the last 1 is subtracted out. So the formula can be written, concisely as:
The same algorithm and formulas for the power series, when the indices are 5 and 6 are:
Algorithm:
Formula:
Algorithm:
Formula:
Algorithm and Formulas with Patterns
The algorithms and their formulas for series with index 0 to 6 are as follows:
Let the index for any series be, m.
Notice that the formula for any series begins with the reciprocal of (m+1), times n raised to the power (m+1), followed by half times n raised to the poewer m, followed by lower powers of n with their coefficients. So the pattern for the general formula for any power series, is:
Pattern for the Summation of Composite Terms
Notice that in the summation of composite terms, there are m+1 columns of terms. The width of each term for a column, grows in size and reduces, generally reducing as you go downward.
Names for the Algorithm and Patterns
You can call these by my name. You can call the algorithm, Forcha's Algorithm for the Power Series. You can call the formula pattern, Forcha's Formula Pattern for the Power Series. You can call the summation pattern of composite terms, Forcha's Summation Pattern for the Power Series.
That is it for this part of the series. We take a break here and continue in the next part.