Approximating x^2 as a sequence of simple functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Yagoda
Messages
45
Reaction score
0

Homework Statement


I'm looking for a sequence of simple functions fn that converges uniformly to f(x)=x2 on the interval [0,1].


Homework Equations



I know a simple function is one that can be written as [itex]\sum^{n}_{k=1}a_{k}1_{D_{k}}(x)[/itex] where {D1,...,Dn} is collection of measurable sets and a1,...,an are real numbers.

The Attempt at a Solution


I don't really know how to begin here. My general idea would be to break up the range of the function into pieces, take the inverse image of these pieces and make these the D's, the measurable sets whose characteristic functions we are looking at. The a's, the actual values that the simple function takes on, could be the smallest value in a particular piece of the range. The higher terms of the sequence would break the range into smaller and smaller pieces.

But how would I actually write down this sequence of functions?
 
Physics news on Phys.org
Yagoda said:

Homework Statement


I'm looking for a sequence of simple functions fn that converges uniformly to f(x)=x2 on the interval [0,1].


Homework Equations



I know a simple function is one that can be written as [itex]\sum^{n}_{k=1}a_{k}1_{D_{k}}(x)[/itex] where {D1,...,Dn} is collection of measurable sets and a1,...,an are real numbers.

The Attempt at a Solution


I don't really know how to begin here. My general idea would be to break up the range of the function into pieces, take the inverse image of these pieces and make these the D's, the measurable sets whose characteristic functions we are looking at. The a's, the actual values that the simple function takes on, could be the smallest value in a particular piece of the range. The higher terms of the sequence would break the range into smaller and smaller pieces.

But how would I actually write down this sequence of functions?

I would pick your measurable sets to be n intervals of size 1/n that cover [0,1]. Then you just have to define a_n for each interval. Don't get intimidated by the terminology. It's really not that hard.
 
You're right that it actually wasn't that difficult. I was still trying to wrap my head around simple functions. Thanks for your help!