Let $B = \{x, x^3, x^5\}$ so that $B$ is a basis of $V_1 = \{a_1x + a_2x^3 + a_3x^5 \mid a_1, a_2, a_3 \in \mathbb{R}\}$.
Define a map $T: V_1 \rightarrow \mathbb{R}$ by
$T(f) = -f(3)$ for all $f \in V_1$
Show that $T$ is a linear map and finds its coordinates $[T]_B*$ with respect to the dual basis
$B^* = \{x^*, (x^3)^*, (x^5)^*\}$
I showed that $T$ was a linear map by showing that it preserved the operations of addition and scalar multiplication.
However I'm unsure about the second part of the question.
I've found coordinates with respect to another basis in previous courses - however my problems involved matrices, which aren't used in this particular course. Could somebody please help?
In general, to find the coordinates of $T$ with respect to the dual basis, you first write it as a general sum of dual vectors
$$T=c_1(x)^*+c_3(x^3)^*+c_5(x^5)^*,$$
and then to isolate the coefficients, consider $c_i=T(x^i)$.