using inner product f,g and the gram schmiddt process find an orthagonal basis for polynomial space spanned by {1,t,t^2,t^3} on (-2,2)
@amistre64
\[<f,g >=\int\limits_{a}^{b}f(t)g(t) dt \]
know how to find f(t) and g(t) if they are two individual functions
if f(t)= \[t ^{3}+t ^{2}+t +1\]
polys always have given me a headache in linear algebra for some reason ....
yes, and you want to find a g(t) such that\[\int_{-2}^{2}(t^3+t^2+t+1)\cdot g(t)~dt=0\]
g(t)=-t3-t2-t-1
well, i spose that works :)
but i dont understand how grahm schmidt falls in
because these are not vectors.
in trying to refresh my memory; 2 vectors are orthogonal of their dot product is 0 we have a basis defined as: 1,t,t^2,t^3 as the column vectors of F let G be represented by the vector: <g0,g1,g2,g3> such that F*G = \(g_0(1)+g_1(t)+g_2(t^2)+g_3(t^3)=0\)
do orthogonal vectors have orthogonal tangents right? if so would we take the derivative of this setup a few times to get a system of equations?
that is the question
this seems to be trying to work the GramSchmidt with polys http://web.gccaz.edu/~wkehowsk/225-Linear-10-11-Sp/c05s3-gram-schmidt-poly-approx-225-Sp11.pdf
so i just found out we are allowed to use maple for some problems
really .... ive never used a maple
but, I have come across a textbook section that is walking me thru a gram schmidt poly
\[f_0=1\\f_1=t\\f_2=t^2\\f_3=t^3\] let g0=f0; g0 = 1 \[g_1=f_1-\frac{<f_1,g_0>}{||g_0||^2}g_0\] \[g_2=f_2-\frac{<f_2,g_0>}{||g_0||^2}g_0-\frac{<f_2,g_1>}{||g_1||^2}g_1\] etc...
\[g_1=1-\frac{\int_{-2}^{2}x(1)dx}{\int_{-2}^{2}1^2dx}~(1)\] \[g_1=1\] if im reading it correctly, page 330 round a bout https://www.math.purdue.edu/academic/files/courses/2010spring/MA26200/4-12.pdf
so we get g0 to g1 and then evaluate the intergral individially so u have 4 different functions
correct
Join our real-time social learning platform and learn together with your friends!