Consider the space of functions $F=\operatorname{span}\lbrace \sin(x),\cos(x),x\cdot \sin(x), x\cdot \cos(x)\rbrace$ and the image $L:F\rightarrow F:f\rightarrow -f''-2f$.
- Show that $L$ is a linear image.
- Find the matrix $M$ of the linear images from $F$ to $F$ with respect to basis $B=\lbrace \sin(x),\cos(x),x\cdot \sin(x), x\cdot \cos(x)\rbrace$.
- What are the eigenvalues of $L$ (and also $M$).
- Give the eigenvectors of $M$ and $L$.
- What is the dimension of the eigenspace?
my attempt:
The image is linear because the image of $0$ is $0$?
$$\left(\begin{matrix}-\sin(x)\\ -\cos(x)\\ -x\cdot \sin(x)-2\cdot \cos(x)\\ 2\cdot \sin(x)-x\cdot \cos(x)\end{matrix}\right)=\sin(x)\cdot\left(\begin{matrix}-1\\ 0\\0\\2\end{matrix}\right)+\cos(x)\cdot\left(\begin{matrix}0\\ -1\\-2\\0\end{matrix}\right)+x\cdot \sin(x)\cdot\left(\begin{matrix}0\\ 0\\-1\\0\end{matrix}\right) +x \cdot \cos(x)\cdot\left(\begin{matrix}0\\ 0\\0\\-1\end{matrix}\right)$$ So $M=\left(\begin{matrix}-1 & 0 & 0 & 0\\ 0 & -1 & 0 & 0\\ 0 & -2 & -1 & 0\\ 2 & 0 & 0 & -1\end{matrix}\right)$
eigenvalues: $-1, -1, -1, -1$
eigenvectors: $\left(\begin{matrix}0\\ 0\\0\\1\end{matrix}\right)$,$\left(\begin{matrix}0\\ 0\\0\\-1\end{matrix}\right)$,$\left(\begin{matrix}0\\ 0\\1\\0\end{matrix}\right)$,$\left(\begin{matrix}0\\ 0\\1\\0\end{matrix}\right)$
dimension eigenspace: $4$?
V =
D =
– am87gu Aug 22 '13 at 12:48