Show coefficient sequences converge.

ChemEng1
Messages
52
Reaction score
0

Homework Statement


Consider P[0,1] the linear space of C[0,1] consisting of all polynomials. Show that the sequence {pn} where pn(t)=tn has the property that its coefficient sequences converge but the sequence {pn} does not converge in (P[0,1], ∞-norm).

Homework Equations


Observation: Graphing pn(t)=tn, as n→∞, pn(t)→0 for t=[0,1). pn(t)→1 for t=1.

The Attempt at a Solution


1. Does this approach work?
2. Should infinity norm be used to determine the coefficient convergence?
3. Should you always use the limit of the coefficient covergence to "test" the {pn} convergence?
4. Is it enough to show that {pn} doesn't converge to 0 in P[0,1] with ∞-norm?


Part 1: pn(t) work.
For t=[0,1)
Observe t>t2>t3>t4>...>t>0. As n→∞, tn→0.

For t=1,
pn(t)=1 for all n.

Part 2: {pn} work.
Guess: norm[{pn}]→0.
To show: norm[{pn}-0]→0.

For a given t with 0≤t≤1, then norm[{pn}-0]=sup[|pn(t)-0|]=sup{|t1|, |t2|, ... , |tn|}=1 (≠0). Therefore {pn} does not converge to 0 in P[0,1] with ∞-norm.
 
Last edited:
Physics news on Phys.org
Perhaps I am misunderstanding this but the "coefficient sequences" for t^n are (1, 0, 0, 0, ...), (0, 1, 0, 0, ...), (0, 0, 1, 0, ...)... and those do NOT converge.
 
Wouldn't the coefficient sequences of tn for a given t=[0,1] be {tn, tn+1, tn+2, ... , t}?
 
Or am I that far off the mark?
 
HallsofIvy said:
Perhaps I am misunderstanding this but the "coefficient sequences" for t^n are (1, 0, 0, 0, ...), (0, 1, 0, 0, ...), (0, 0, 1, 0, ...)... and those do NOT converge.

Agreed, but it actually depends on how you define convergence of the coefficient sequences. If you just want separate convergence of the columns, then it does converge.
 
Then I am officially lost.
 
ChemEng1 said:
Then I am officially lost.

What is your definition of a coefficient sequence? Does your space consist of only polynomials with finitely many terms? Are your sequences of infinite length but finitely non-zero. Etc.
 
LCKurtz said:
What is your definition of a coefficient sequence? Does your space consist of only polynomials with finitely many terms? Are your sequences of infinite length but finitely non-zero. Etc.

1. The text refers to them as coordinate sequences, but doesn't formally define them. (The lecture referred to them as coefficient sequences.) It's the sequence of coefficients preceding similar basis elements generated across {xn}.
2. The problem statement says all polynomials, so I think that includes polynomials with both finite and infinite terms.
3. pn(t)<1, for 0≤t<1. pn(t)=1, for t=1. I don't think any pn(t)=0, although they converge to 0 as I tried to demonstrate.

Did I mess things up that badly?
 
ChemEng1 said:
1. The text refers to them as coordinate sequences, but doesn't formally define them. (The lecture referred to them as coefficient sequences.) It's the sequence of coefficients preceding similar basis elements generated across {xn}.
2. The problem statement says all polynomials, so I think that includes polynomials with both finite and infinite terms.
3. pn(t)<1, for 0≤t<1. pn(t)=1, for t=1. I don't think any pn(t)=0, although they converge to 0 as I tried to demonstrate.

Did I mess things up that badly?

How do you expect to prove something about coordinate sequences if you don't know exactly what they are? I was expecting (guessing) you would answer my question that they are sequences that are finitely non-zero. And that the polynomial$$
a_0+a_1t+a_2t^2+...+a_nt^n$$ would map to the sequence$$
(a_0,a_1,a_2,...,a_n,0,0,0,...)$$ending in an infinite string of zeroes. That agrees with Hall's observation that$$
1\leftrightarrow e_0= (1,0,0,...)$$$$
t\leftrightarrow e_1=(0,1,0,0...)$$$$
t^2 \leftrightarrow e_2=(0,0,1,0,0...)$$and so on. So the coefficient sequences for your powers of t are ##\{e_n\}##. You talk about this sequence converging. But you haven't defined what convergence in the sequence space means.
 
  • #10
I see that I have completely confused everything. Hopefully this post will help sort things out.

LCKurtz said:
How do you expect to prove something about coordinate sequences if you don't know exactly what they are?
This proof from the book describes coordinate sequences as {\lambda^{n}_{k}}.
Example.jpg


LCKurtz said:
I was expecting (guessing) you would answer my question that they are sequences that are finitely non-zero.
I don't think the problem statement precludes polynomials with infinite amount of nonzero terms?

LCKurtz said:
And that the polynomial a0+a1t+a2t2+...+antnwould map to the sequence (a0,a1,a2,..., an,0,0,0,...) ending in an infinite string of zeroes.
The book's notation for coordinate sequences implies that they would have a cardinality of n, but not necessarily infinity.

LCKurtz said:
You talk about this sequence converging. But you haven't defined what convergence in the sequence space means.
Hopefully the attached theorem shows what is meant by coordinate convergence better than I have. However, I don't think we can use that theorem as it applies to finite dimensional space, and this problem is infinitely dimensional.
 
  • #11
ChemEng1 said:
I see that I have completely confused everything. Hopefully this post will help sort things out.


This proof from the book describes coordinate sequences as {\lambda^{n}_{k}}.
View attachment 43614

Aha, that actually makes sense. So you indeed need to prove that every column converges seperately.

I don't think the problem statement precludes polynomials with infinite amount of nonzero terms?

Let's settle this first. A polynomial by definition has a finite number of terms. Something like

t+2t^2+3t^3+...+nt^n+...

is not a polynomial. If you loook up your definition of polynomial in your book, you will see this.
 
Back
Top