Define a sequence (fn) from n=1 to infinity of functions

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

Homework Statement


Define a sequence (fn) from n=1 to infinity of functions on [0,1] by fn(t)=t^n
does the sequence converge in (CL^2[0,1],||.||2)


Homework Equations





The Attempt at a Solution


I am struggling on where to start. I am fairly new to the L2 space and so would just like a bit of help starting.
 
Physics news on Phys.org


The L2 norm of function f(t) in this space is [tex]\sqrt{\int_0^1 f^2(t)dt[/tex].

Here, that means that if this sequence to a function, f, then we must have that, given any [itex]\epsilon> 0[/itex],
[tex]||f- t^n||= \sqrt{\int_0^1 (f(t)- t^n)^2 dt}< \epsilon[/tex]
for sufficiently large n (n> N for some integer N).

But just to determine whether or not it converges it might be better to show determine whether or not this is a Cauchy sequence. That is, determine if
[tex]||t^n- t^m||= \sqrt{\int_0^1 (t^n- t^m)^2 dt}= \sqrt{\int_0^1(t^{2n}- 2t^{n+m}+ t^{2m})dt}[/tex]
goes to 0 as both m and n go to infinity.

(Since [itex]\sqrt{a_n}[/itex] goes to 0 if and only if [itex]a_n[/itex] goes to 0, you can ignore the square root.)