0
$\begingroup$

My text as the following problem:

Let $V$ be the Euclidean space $P_3$ with the inner product defined in Example 2. Let $W$ be the subspace of $P_3$ spanned by $[t-1,t^2]$ Find a basis for $W^{\perp}$.

Inner product defined in Example 2: Let $V = P$; if $p(t)$ and $q(t)$ are polynomials in $P$, we define $\int_0^1 p(t)q(t)\,\mathrm{d}t$ as the inner product.

I am having trouble trying to figure out what I am supposed to do with this information. I assume $p(t) = t-1$ and $q(t) = t^2$ ? Then I can find the inner product by just evaluating it.

  • 1
    So if I understand it correctly I start with $p(t) = at^3 + bt^2 + ct + d$ then I create two equations like what Johnson said above with $p(t) = t - 1$ and $p(t) = t^2$ in the other. Which will give a set of linear equations should be four I think. If that's right let me see what I come with I guess.2011-11-29

1 Answers 1

1

You look for a third polynomial which is orthogonal to both $\{(t-1),t^2\}$, within the space of polynomials of degree 3 - which has dimension 4. A standard base for $P_3$ would be $\{1,t,t^2,t^3\}$. Now the task to be done is:

that should solve the problem (hopefully)

  • 0
    The exercise doesn't seem to require to find an orthonormal basis of $W^\perp$ so the second step is unnecessary2013-05-17