Convergence of Integrals: Proving f = 0 Using Continuity and Power Functions

  • Thread starter Thread starter Treadstone 71
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Treadstone 71
Messages
275
Reaction score
0
"Suppose f is continuous on [a,b] and for all k = 0,1,2,3,4,5,... [tex]\int_a^b x^kf(x) = 0[/tex]. Prove that f = 0."

What I know so far:

f(c)=0 for some c in [a,b]

[tex]\int_a^b f=0[/tex]

[tex]\int_a^b x^k \int_a^b f=0[/tex]

Any hint on how to proceed would be appreciated.
 
Physics news on Phys.org
I can't see the solution. Can you elaborate a little more?
 
Last edited:
First, do you know the Weierstrass approximation theorem? Next, if p is any polynomial, what is [itex]\int pf[/itex]? Putting those two facts together, what can you conclude about [itex]\int f^2[/itex]?
 
Weierstrass approximation theorem tells me that f(x) can be uniformly approximated by polynomials. So give e>0, for some p(x), |p(x)-f(x)|<e for all x. x^k * f(x) is apprximately x^k * p(x). But I don't understand how this has to do with f^2.
 
f is bounded, so there exists M such that M > |f(x)| for all x in [a,b]. For all e > 0, there exists a polynomial p(x) such that |p(x) - f(x)| < e/M for all x. Thus, for such a polynomial, |f(x)p(x) - f²(x)| < e

[tex]|\int f^2| = |\int f^2 + 0| = |\int f^2 - \int fp| = |\int f^2 - fp| \leq \int |fp - f^2| \leq (b-a)e[/tex]

Since we can make e arbitarily small, [itex]|\int f^2| = 0[/itex], but f² is non-negative continuous, so f² is zero, hence so is f.
 
At no point did you use the hypothesis of 'x^k for all k=0,1,2,...' . This would imply that if f is continuous on [a,b] and [tex]\int_a^b f=0[/tex], then f=0.
 
Treadstone 71 said:
At no point did you use the hypothesis of 'x^k for all k=0,1,2,...' . This would imply that if f is continuous on [a,b] and [tex]\int_a^b f=0[/tex], then f=0.

Try to justify each of AKG's steps carefully.
 
I understand now. Thanks for the help.