How Do I Find the Eigenvalues of \(F^2\) for the Derivative Mapping in \(X\)?

  • Context: MHB 
  • Thread starter Thread starter A.Magnus
  • Start date Start date
  • Tags Tags
    Eigenvalues Set
Click For Summary

Discussion Overview

The discussion revolves around finding the eigenvalues of the operator \(F^2\), where \(F\) is the derivative mapping defined in the space of infinitely differentiable real functions. Participants explore the implications of this operator in the context of differential equations and eigenvalue problems.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions the derivation of the eigenvalue equation \(F^2(f(x)) = \lambda f(x)\) and the subsequent differential equation \(f''(x) - \lambda f(x) = 0\), seeking clarification on the steps leading to these formulations.
  • Multiple cases for \(\lambda\) are presented:
    • For \(\lambda = 0\), solutions are proposed as \(f(x) = a + bx\).
    • For \(\lambda > 0\), solutions take the form \(f(x) = ae^{\sqrt{\lambda}x} + be^{-\sqrt{\lambda}x}\).
    • For \(\lambda < 0\), solutions are expressed as \(f(x) = a\cos(\sqrt{-\lambda}x) + b\sin(\sqrt{-\lambda}x)\).
  • Another participant asserts that all real values of \(\lambda\) are valid eigenvalues, as solutions to the differential equation can be found for any chosen \(\lambda \in \mathbb{R}\).
  • Several participants express gratitude for the explanations and seek further clarification on the connection between the cases and the conclusion regarding the eigenvalues.
  • There is a request for examples of differential operators relevant to the discussion, with suggestions including \(D^2 = \frac{d^2}{dx^2}\) and \(D^3 = \frac{d^3}{dx^3}\).

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the derivation of eigenvalues and the solutions to the differential equations. While there is some agreement on the forms of solutions for different cases of \(\lambda\), the connection to the conclusion that all real numbers are eigenvalues remains contested and unclear for some.

Contextual Notes

Participants highlight the transition from finite-dimensional linear algebra concepts to infinite-dimensional spaces and differential operators, noting the limitations of using determinants in this context.

Who May Find This Useful

Readers interested in differential equations, eigenvalue problems, and the application of linear algebra concepts to functional analysis may find this discussion beneficial.

A.Magnus
Messages
138
Reaction score
0
How do I find the set of all eigenvalues of $F^2$, if the problem gives me that $F: X \mapsto X$ is the derivative mapping defined in the space $X$ of all infinitely differentiable real functions?

I found this solution from an online source which is not known for being reliable. Therefore I am not sure if the solution is correct. But if it is, I still have some questions to ask: (My questions are in italic.)

SOLUTION: ~~~~~~~~~~~~~~~~~~~~~~~~~~~

The eigenvalues are given by $F^2 (f(x))=\lambda f(x)$. That is, $f''(x)-\lambda f(x)=0$. Corresponding characteristic equation is $D^2-\lambda=0.$

Question #1: I know from my class that to find eigenvalues, first I need to set up characteristic equation $|A - \lambda I| = 0$. But here, where are these $F^2 (f(x))=\lambda f(x)$, $f''(x)-\lambda f(x)=0$ and $D^2-\lambda=0$ coming from?

There are 3 cases:

(1) $\lambda=0$ so that $D^2=0\Rightarrow D=0,\ 0$ and the solutions in this case are $f(x)=a+bx$ where $\lambda=0$ is the eigenvalue.

Question #2: Where is this $f(x)=a+bx$ coming from?

(2) $\lambda>0$ so that $D^2=\lambda \Rightarrow D=\pm \sqrt{\lambda}$ and the solutions in this case are $f(x)=ae^{ \sqrt{\lambda }x}+be^{-\sqrt{\lambda }x}$ where $\lambda>0$ is the eigenvalue.

Question #3: Where is this $f(x) =ae^{ \sqrt{\lambda }x}+be^{-\sqrt{\lambda }x}$ coming from?

(3) $\lambda<0$ so that $D^2=\lambda\Rightarrow D=\pm i \sqrt{-\lambda}$ where $-\lambda >0$. The solutions in this case are $f(x)=a\cos({ \sqrt{\lambda }x})+b\sin ({\sqrt{\lambda }x})$ where $\lambda<$0 is the eigenvalue.

Question #4: Again, where is this $f(x)=a\cos({ \sqrt{\lambda }x})+b\sin ({\sqrt{\lambda }x})$ coming from?

Therefore, the set of all possible eigenvalues is $\lambda \in \mathbb{R}$, that is, set of all real numbers.

Question #4: I am sorry but I did not see any connection between the case (1), (2) and (3) above and suddenly the conclusion that all possible eigenvalue is the set of all real numbers.

END OF SOLUTION: ~~~~~~~~~~~~~~~~~~~~~~~~~

As always, thank you fro your gracious helping hand and time spent writing a response to this posting. ~MA
 
Physics news on Phys.org
Hey MaryAnn! (Smile)

Eigenvalues and eigenvectors are defined as solutions for:
$$Ax=\lambda x$$
where $x$ is non-zero.

If $A$ is a matrix we can rewrite it as:
$$Ax - \lambda x = (A-\lambda I)x = 0$$
For non-zero $x$ it has a solution if and only if the determinant $|A-\lambda I|$ is zero.

In this case we have a function (which is effectively an infinite-dimensional vector) instead of a n-dimensional vector, and we have a differential operator instead of a matrix, but the same theory applies:
$$F^2 f(x) = \lambda f(x) \quad\Rightarrow\quad F^2 f(x) - \lambda f(x) = (F^2 - \lambda \operatorname{id}) \circ f(x) = 0$$
However, we can't use the determinant to solve the system now.
Instead we have to solve the corresponding differential equation:
$$f''(x) - \lambda f(x) = 0$$Questions 2-4 are about solving a 2nd order linear differential equation, which is explained for instance here.
Maybe you have notes of your own about solving such differential equations? (Wondering)
 
I like Serena said:
Hey MaryAnn! (Smile)

Eigenvalues and eigenvectors are defined as solutions for:
$$Ax=\lambda x$$
where $x$ is non-zero.

If $A$ is a matrix we can rewrite it as:
$$Ax - \lambda x = (A-\lambda I)x = 0$$
For non-zero $x$ it has a solution if and only if the determinant $|A-\lambda I|$ is zero.

In this case we have a function (which is effectively an infinite-dimensional vector) instead of a n-dimensional vector, and we have a differential operator instead of a matrix, but the same theory applies:
$$F^2 f(x) = \lambda f(x) \quad\Rightarrow\quad F^2 f(x) - \lambda f(x) = (F^2 - \lambda \operatorname{id}) \circ f(x) = 0$$
However, we can't use the determinant to solve the system now.
Instead we have to solve the corresponding differential equation:
$$f''(x) - \lambda f(x) = 0$$Questions 2-4 are about solving a 2nd order linear differential equation, which is explained for instance here.
Maybe you have notes of your own about solving such differential equations? (Wondering)

Hi ILS again, I am reading your posting with tons of gratitude even as I am typing this response. Thanks for your patient and detail response, your format is exactly what I am needing. Please give me some times to digest it and for the meantime, please take this as my acknowledgment of your gracious help and my gratitude. Thanks again and again. ~MA

PS. Yes, now I do remember the solution to the 2nd order linear differential equation. Thank you.
 
MaryAnn said:
Question #4 #5: I am sorry but I did not see any connection between the case (1), (2) and (3) above and suddenly the conclusion that all possible eigenvalue is the set of all real numbers.

From the solutions of the differential equation, we can always find a solution, no matter which $\lambda \in \mathbb R$ we pick.
So all real values are valid eigenvalues for which we can find an (actually infinitely many) eigenfunction(s). (Thinking)
 
I like Serena said:
From the solutions of the differential equation, we can always find a solution, no matter which $\lambda \in \mathbb R$ we pick.
So all real values are valid eigenvalues for which we can find an (actually infinitely many) eigenfunction(s). (Thinking)

Got it now! Thank you again for the second time for your gracious helping hand. ~MA
 
I like Serena said:
Hey MaryAnn! (Smile)

Eigenvalues and eigenvectors are defined as solutions for:
$$Ax=\lambda x$$
where $x$ is non-zero.

If $A$ is a matrix we can rewrite it as:
$$Ax - \lambda x = (A-\lambda I)x = 0$$
For non-zero $x$ it has a solution if and only if the determinant $|A-\lambda I|$ is zero.

In this case we have a function (which is effectively an infinite-dimensional vector) instead of a n-dimensional vector, and we have a differential operator instead of a matrix, but the same theory applies:
$$F^2 f(x) = \lambda f(x) \quad\Rightarrow\quad F^2 f(x) - \lambda f(x) = (F^2 - \lambda \operatorname{id}) \circ f(x) = 0$$
However, we can't use the determinant to solve the system now.
Instead we have to solve the corresponding differential equation:
$$f''(x) - \lambda f(x) = 0$$Questions 2-4 are about solving a 2nd order linear differential equation, which is explained for instance here.
Maybe you have notes of your own about solving such differential equations? (Wondering)

One more request if you do not mind at all: Is there anyway you could give me an example of differential operator (appropriate for this problem) for me to visualize? I remotely remember seeing differential operator some years ago, but unfortunately I forget. Perhaps these following are appropriate?

$$D^2 = \frac{d^2}{dx^2}, \quad D^3 = \frac{d^3}{dx^3}.$$

Thank you again for all your help. ~MA
 
Last edited:
MaryAnn said:
One more request if you do not mind at all: Is there anyway you could give me an example of differential operator (appropriate for this problem) for me to visualize? I remotely remember seeing differential operator some years ago, but unfortunately I forget. Perhaps these following are appropriate?

$$D^2 = \frac{d^2}{dx^2}, \quad D^3 = \frac{d^3}{dx^3}.$$

Thank you again for all your help. ~MA

Hmm... let's see if I understand what you're asking... (Thinking)

In this particular case we have $F=\frac{d}{dx}$ and $F=\frac{d^2}{dx^2}$.
So $F^2 f = \frac{d^2}{dx^2} f$.
$F$ is applied to a function, and the result is another function (the 2nd derivative).
Another differential operator is $\frac{\partial}{\partial y}$, if we have a function with more than one argument.
Or we could have for instance $L=\frac{d^2}{dx^2} - 2 \frac{d}{dx} - \operatorname{id}$ (a so called elliptical operator). That is, $Lf = f'' - 2f' - f$.
 
I like Serena said:
Hmm... let's see if I understand what you're asking... (Thinking)

In this particular case we have $F=\frac{d}{dx}$ and $F=\frac{d^2}{dx^2}$.
So $F^2 f = \frac{d^2}{dx^2} f$.
$F$ is applied to a function, and the result is another function (the 2nd derivative).
Another differential operator is $\frac{\partial}{\partial y}$, if we have a function with more than one argument.
Or we could have for instance $L=\frac{d^2}{dx^2} - 2 \frac{d}{dx} - \operatorname{id}$ (a so called elliptical operator). That is, $Lf = f'' - 2f' - f$.

Thank you! ~MA
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
19
Views
1K