Math2.org Math Tables:

(Math)
  
An Introduction to 
Generalized Calculus
Unit I - Product Calculus
Section E - Product Expansion Theorem
  

I. Product Calculus

E. Product Expansion Theorem

In this section, we will derive a taylor-like expansion theorem for discrete products, when the nth anti-product of a function is known.The method used here will be used in the next unit to solve expansion theorems for additional calculuses.

Product Expansion Theorem:
f(x) =   inf 
product( q(k) f(a) 1/dx )(1/k!)(x-a)^k 
k=0
where q(k) f(a) 1/dx is the kth AP of the function f(x) at x=a.

^ is the computer notation for powers (i.e. a^b = ab). It is used here because HTML and ASCII are not very flexible in transliterating mathematical formulas.

The Derivation Method:

Assumption: If two functions have the same 0th, 1st, 2nd, .., infinitith AP, THEN the functions are equivalent.

If we start with a constant a and perform successive indefinite iterations (indefinite CP's) on it, we get:

a = a
(CP)a dx = ax b
(CP)(CP)a dxdx = a (1/2 x^2) bx c
(CP)(CP)(CP) a d^3 x = a (1/6 x^3) b(1/2 x^2) cx c
(CP)(CP)(CP)(CP) a d^4 x = a (1/24 x^4) b(1/6 x^3) c(1/2 x^2) dx e
...

The pattern becomes apparent. Note, a,b,c,d,e, ... are unknown constants. Not only that, but they are AP's of the expansion when x=0. Consider the 5th equation:

(CP)(CP)(CP)(CP) a d^4 x = a (1/24 x^4) b(1/6 x^3) c(1/2 x^2) dx e

If we set a, b, c, d and e to an arbitrary constants and set x=0, the result is:
a (1/24 x^4) b(1/6 x^3) c(1/2 x^2) dx e ) = (1)(1)(1)(1)e = e.
Therefore, the 0th successive AP is e.

Now do one AP on the expression and set x=0:
q( a (1/24 x^4) b(1/6 x^3) c(1/2 x^2) dx e )
= q( a (1/24 x^4) )1/dx q( b(1/6 x^3) )1/dx q( c(1/2 x^2) )1/dx q( dx )1/dx q(e)1/dx
(product rule)
= a (1/6 x^3) b(1/2 x^2) cx d
= (1) (1) (1) d = d
The 1st successive AP equals d.

Now do two AP's on the expression and set x=0:
q( a (1/6 x^3) b(1/2 x^2) cx d )
= q( a (1/6 x^3) )1/dx q( b(1/2 x^2) )1/dx q( cx )1/dx q( d )1/dx
= a (1/2 x^2) bx c
= (1) (1) c.
The 2st successive AP equals c.

Similarly, we find the 3rd AP=d and the 4th AP=e.
The fact that every term except the final constant cancels out when we set x=0 is crucial to the method.

We now have the ability to define a function with set successive AP's.
f(x) =   inf 
product( kth AP )(1/k!)x^k 
k=0
This is the corresponding formula to the Maclauren Series. We can make this a Taylor series by replacing x with (x-a) and placing the kth AP at x=a--instead of at x=0--into the equation above. This results in the Product Expansion Therorem which we sought to derive.

We can replace the quotiential in the Product Expansion Theorem with its derivative equivalent (i.e. q(k) f(a) 1/dx with e d^n/dx^n ln(f(x)) ):
f(x)=  inf 
product (1/k!)(x-a)^k d^n/dx^n ln(f(x)) 
k=0

It happens that this reverts into the basic Taylor's Theorem for Derivatives. since:

 inf
product (1/k!)(x-a)^k d^n/dx^n ln(f(x))
k=0
=  exp(   inf
sum (1/k!)(x-a)k d^n/dx^n ln(f(x)) )
k=0
which is simply the Taylor expansion of ln(f(x)).

This method could have been taken to prove the Product Expansion Theorem, but the longer method was used to illustrate the concepts we will use in the next unit to derive similar expansions for other calculuses.

>>> Next Section <<< | Table of Contents