We are given a vector space of polynomials of degree less than or equal to 2. The given basis is, {1+x,1+2x,1+x+x2} . We have to find the dual basis for it.
So, we want to find f1,f2,f3 such that, fi:P2→R,i=1,2,3 are linear functionals, and,
f1(1+x)=1,f2(1+2x)=1,f3(1+x+x2)=1
Consider a general element of P2 , say P(x)=ax2+bx+c,[a,b,c∈R]
As {1+x,1+2x,1+x+x2} is a basis set, P(x) can be written uniquely as a linear combination of these 3 polynomials. Let the representation be,
P(x)=α(1+x)+β(1+2x)+γ(1+x+x2)=γx2+(α+2β+γ)x+(α+β+γ)
Therefore, we must have,
γ=a,α+2β+γ=b,α+β+γ=c
Hence, γ=a,α=2c−b−a,β=b−c
So, P(x) can be written as,
P(x)=(2c−b−a)(1+x)+(b−c)(1+2x)+a(1+x+x2)So, we can define f1,f2,f3 as follows:
f1(ax2+bx+c)=2c−b−af2(ax2+bx+c)=b−cf3(ax2+bx+c)=af1,f2,f3 are linear in coefficients of the polynimial. Hence, they are linear functionals. Hence {f1,f2,f3} is the dual basis for the given basis set.
Comments