Let $V$ be the vector space of all real valued continuous functions. Prove that the linear operator $\displaystyle\int_{0}^{x}f(t)dt$ has no eigenvalues.
-
3What are your thoughts? Have you tried anything? – rurouniwallace Jul 30 '13 at 15:05
-
1Does this answer your question? $T$ has no eigen-values – user0 May 12 '21 at 15:46
2 Answers
Suppose that $\lambda \in \mathbb{R}^*$ is an eigenvalue of this operator associated to the eigenvector $f \neq 0$. Then, for all $x$, you have :
$$ \int_{0}^{x} f(t) \: dt = \lambda f(x) $$
with the condition that $f(0)=0$. If you differentiate the previous equality, you have $f(x) = \lambda f'(x)$ with $f(0) = 0$. You can easily solve the differential equation $f = \lambda f'$ but the only solution which satisfies $f(0)=0$ is the function $x \, \mapsto \, 0$.
- 6,576
-
-
@RisingStar : An eigenvector $f$ satisfies the relation :
$$ \forall x \in \mathbb{R}, , \int_{0}^{x} f(t) , dt = \lambda f(x) $$
with $\lambda \neq 0$. Evaluate this at $x=0$.
– pitchounet Oct 06 '15 at 10:27 -
-
@RisingStar : The case $\lambda = 0$ is quite straightforward. An eigenvector $f$ associated to $\lambda = 0$ would satisfy :
$$ \forall x \in \mathbb{R}, , \int_{0}^{x} f(t) , dt = 0 $$
As a consequence, $f \equiv 0$, which is not possible since an eigenvector is not identically zero.
– pitchounet Oct 06 '15 at 11:31 -
-
@jamesblack: $f \equiv 0$ means that $f$ is the null function (equal to 0 everywhere). – pitchounet Nov 16 '20 at 09:05
Hint: Suppose you have $\int_{0}^{x} f(t)dt = \lambda \cdot f(t)$. Differentiate both sides - you should easily be able to solve the resultant differential equation. Is your solution truly an eigenvector if it is nontrivial?
- 20,278
-
-
3@Marra: there is no assumption that $f$ is differentiable. The LHS is differentiable, and so too must be $\lambda f(t)$. This is a consequence of $f$ being an eigenvector. – Alex Wertheim May 09 '16 at 21:30
-
Indeed! But for that you must assume that $f$ is an eigenvector. thanks! – Marra May 09 '16 at 21:32