Let $V$ be the vector space of the polynomials over the reals of degree less than or equal to $3$ with the inner product $(f,g)=\int_{0}^{1}f(t)g(t)\,dt$. If $t$ is a real number, find the polynomial $g_t$ in $V$ such that $(f|g_t)=f(t)$ for all $f \in V$.
My only question about this is the $g_t$. My book defines the notation $f_\beta(\alpha)=(\alpha|\beta)$ as follows: Let $V$ be any inner product space and let $\beta$ be a fixed vector in $V$. We define a function $f_\beta$ from $V$ into the scalar field by $f_\beta(\alpha)=(\alpha|\beta)$. In this case I'm having problems interpreting what the $g_t$ should be. Is this saying that $g_t(?)=(?|t)$ where the $?$'s are the basis vectors - in other words, is $g_t$ a fixed polynomial?
Hint: for $t$ fixed, let be $g_t(x) = a x^3 + b x^2 + c x + d$ (the coefficients will depend of $t$). By the condition, taking $f(x) = x^n$, $n = 0,1,2,3$: $$ t^n = f(t) = (f,g_t) = \int_0^1(a x^3 + b x^2 + c x + d)x^n\,dx = \cdots $$ This gives a linear system of 4 equations with 4 unknowns...