Optimizing Polynomial Approximations for C2 Functions on Closed Intervals

  • Thread starter Thread starter Demon117
  • Start date Start date
  • Tags Tags
    Polynomial
Click For Summary
SUMMARY

The discussion focuses on optimizing polynomial approximations for C2 functions on closed intervals, specifically demonstrating that for a given function f: R → R, there exists a polynomial p such that the approximations for f, f', and f'' are all within a specified error margin ε on the interval [0, b]. The approach involves selecting a polynomial q to approximate f'' and establishing conditions under which the errors |p(x) - f(x)|, |p'(x) - f'(x)|, and |p''(x) - f''(x)| remain below ε. The relationship between the derivatives and the accumulated error is crucial for understanding the effectiveness of the polynomial approximation.

PREREQUISITES
  • Understanding of C2 functions and their properties
  • Familiarity with polynomial approximation techniques
  • Knowledge of calculus, specifically derivatives and limits
  • Experience with error analysis in numerical methods
NEXT STEPS
  • Study the Weierstrass Approximation Theorem for polynomial approximations
  • Learn about Taylor series expansions and their applications
  • Explore numerical methods for error estimation in polynomial interpolation
  • Investigate the implications of the Mean Value Theorem in approximation theory
USEFUL FOR

Mathematicians, numerical analysts, and students studying approximation theory who are interested in optimizing polynomial approximations for smooth functions.

Demon117
Messages
162
Reaction score
1
1. Suppose that f:R-->R is of class C2. Given b>0 and a positive number \epsilon, show that there is a polynomial p such that

|p(x)-f(x)|<\epsilon, |p'(x)-f'(x)|<\epsilon, |p"(x)-f"(x)|<\epsilon for all x in [0,b].



The Attempt at a Solution



First I choose a polynomial q that approximates f''. If |q - f''|<\eta throughout [0,b], and if p is the polynomial such that p''=q, p(0)=f(0), and p'(0)=f'(0), then I come to this question: How big can |p' - f'| and |p - f| be in terms of \eta and b? I think I am thinking about this correctly, but I cannot come to a conclusion. Should I use the definition of the derivative namely:

For all \epsilon>0, there is a \delta>0, such that when 0<|t-x|<\delta, this guarantees that |(p(t)-p(x))/(t-x) - L|<\epsilon; where L is the derivative at x.
 
Physics news on Phys.org
Observe that (p&#039; - f&#039;)&#039; = p&#039;&#039; - f&#039;&#039;; what does this tell you about the accumulated error in approximating f&#039; by p&#039;, as you move across the interval from 0 to b?
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
Replies
7
Views
2K