Theorem 6 (Weierstrass Approximation Theorem):
Consider space ![$C[a,b]$](../../../images/module3/graphics/Module_3_Problem_Discretization_using_Approximation_Theory__132.gif) ,
the set of all continuous functions over interval ![$[a,b]$](../../../images/module3/graphics/Module_3_Problem_Discretization_using_Approximation_Theory__133.gif) ,
together with  norm
defined on it as --------- (7)Given
any  for
every ![$f(t)\in C[a,b]$](../../../images/module3/graphics/Module_3_Problem_Discretization_using_Approximation_Theory__137.gif) there exists a polynomial  such that
This fundamental result forms the basis of the problem discretization in
majority of the cases. It may be noted that this is only an existence theorem
and does not provide any method of constructing a polynomial approximation.
The following three approaches are mainly used for constructing approximating
polynomials:
- Taylor series expansion
- Polynomial interpolation
- Least square approximation
These approaches and their applications to problem discretization will be
discussed in detail in the sections that follow. |