Blog Archive

Friday, May 19, 2023

Lagrange polynomial, Free Linear space and Dual basis

Give a sequence like a1=1,a2=5,a3=1145,a4=31415

How could we find a formula f(i)=ai?

Maybe some of the readers here have Lagrange polynomials before; this method can solve this problem directly.

But what is the background of the Lagrange polynomial? How could we understand it?

Let me introduce sth to you.

We need some knowledge about Free Linear Space.

What is ''Free''? Free is like, give you a set, and you Free it a structure, just like touching a stone and turning it to gold.

For free linear space, it gives you a set, for example, S={1,2,3,4}

And you can consider all the functions from S to F; for instance, F=R, you get a linear space!

(f+g)(x)=f(x)+g(x),(λf)(x)=λf(x)

You can check that it is a linear space F(S); by the way, putting an aS in to function gives a Linear map!

a(f+g):=(f+g)(a)=f(a)+g(a)=a(f)+a(g),a(λf):=(λf)(a)=λf(a)=λa(f)

And , what is the basis of this linear space?

Actually you can consider those functions like fi(j)={1,i=j0,ij

And a function f:SF,f(1)=a,f(2)=b,f(3)=c,f(d)=4

It can be written as af1+bf2+cf3+df4

Thus fi is a basis for this linear space! Therefore dimF(S)=4

And in general, we have dimF(S)=|S|, |S| is the cardinality of S

And you can try to consider the isomorphism between F(S)F|S| by fiei

And now the question is, how to construct the fi ? I mean, give it a formula.

In the first step, we can consider Fi(j)={0,i=j0,i=j

And a natural way is to consider ji(xj)

The second step is, to let fi=λFi and let Fi(j)=1,i=j

We know that Fi(i)=ji(ij)

So fi(j)=Fi(j)Fi(i)=ji(xj)ji(ij)

And maybe some readers who have read Math Essays: Dual basis and Taylor series (wuyulanliulongblog.blogspot.com)

Will think fi(j)={1,i=j0,ij is just like dual basis,

YES!

Review that putting an aS in to function gives a Linear map!

a(f+g):=(f+g)(a)=f(a)+g(a)=a(f)+a(g),a(λf):=(λf)(a)=λf(a)=λa(f)

And actually, it is linear functional, so it is the element of dual space of F(S).

Give an function g(x)F(S) and consider g(i) will give the coordinate under the basis fi(x)

So for any function gF(S) , it always can be written as g(x)=i=1ng(i)fi(x)

No comments:

Post a Comment

Popular Posts