- #1
ashah99
- 60
- 2
- Homework Statement
- Please see problem statement below
- Relevant Equations
- Inner products, norms, orthogonality
Hello everyone, I would like to get some help with the above problem on signals and linear projections. Is my approach reasonable? If it is incorrect, please help. Thanks!
My approach is that s3(t) ad s4(t) are both linear combinations of s1(t) and s2(t), so we need an orthonormal basis for the span of {s1(t), s2(t)}.
I normalize s1(t) to get u1(t) = sqrt(3)*t.
To get u2(t) I apply Gram-Schmidt by finding the projection of s2(t) onto u1(t), subtracting that result from s2(t) and then normalizing it. I got u2t) = 4*sqrt(5)*[t^2 - 3t/4]
So the projection of g(t) is g_hat(t) = r1*u1(t) + r2*u2(t), where r1 = <g(t), u1(t)> and r2 = <g(t), u2(t)>, the inner products. I get r1 = sqrt(3)/2 and r2 = -sqrt(5)/6
Putting it all together and simplifying, I get g_hat(t) = 4t - (10/3)*t^2, thus a = 4 and b = -10/3
Apologies for the formatting. Is this correct?