Task is to find an eigenvector of the following linear operator:
$f \to \int^{x}_{-x} f(t)dt$ in the linear span $\langle cos(x), sin(x), ...,cos(mx),sin(mx)\rangle$.
I know how to find eigenvectors and have the general idea about what linear span and linear operators are, but still I feel like I'm a bit out of my depth with this problem.
Since we see integral in function, mapping transforms original vector to $\mathbb{R}$. But I keep wondering what is an original vector space, what's $x$ and $t$ here.
Please note, I probably would fail to understand the complete solution and it's not what I want. I would appreciate just some hints on how to approach this problem. Thanks!
Remember that the vector space you're working in is a space of functions. Let's call that space of functions $V$ ($V$ is the span of the functions you listed; those functions form a basis for V). Because the integral in the definition of the operator has $x$ in its bounds, the result of the integration is not just a real number, but a function of $x$. And in fact, the result lies in the span of the functions, i.e., in $V$. This means that the operator maps $V$ to $V$. (This is important if we're going to talk about eigenvalues and eigenvectors, which only make sense for linear maps from a vector space to itself.)
I would start by doing this: calculate $\int_{-x}^x \sin(kt) dt$ and $\int_{-x}^x \cos(kt) dt$. Your answers will be functions of $x$ (that depend on the constant $k$), and you should be able to write them in terms of the basis functions.
You'll probably be able to see some eigenvectors just by doing that. But if you're more comfortable working with matrices, I would write down the matrix for your operator with respect to the given basis. If this seems hard, you could take $m = 1$ first, so that your basis contains just two elements ($\sin x $ and $\cos x$) and the matrix for the operator is $2 \times 2$. Then see what happens when $m=2$, and so on, until you can understand the pattern. Once you have the matrix, call it $M$, you can do the usual $\det( M - \lambda I) = 0$ business to find the eigenvalues, or better yet, just look at the matrix and see what the eigenvalues are.