Eigenfunctions and their Eigenvalues

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
g782k936
Messages
3
Reaction score
0
If I have two eigenfunctions of an operator with the same eigenvalue how do I construct linear combinations of my eigenfunctions so that they are orhtogonal?

My eigenfunctions are: f=e^(x) and g=e^(-x)

and the operator is (d)^2/(dx)^2
 
Physics news on Phys.org
I want to have linearly independent combinations of f and g that are orthognal on the interval from (-1,1) I'm guesing that they need to be wrt f and g.
 
g782k936 said:
I want to have linearly independent combinations of f and g that are orthognal on the interval from (-1,1) I'm guesing that they need to be wrt f and g.
No, that was not the question. "Orthogonal" means that the inner product is 0 so whether or not two vectors are orthogonal depends on the inner product used.

The most common inner product for real valued functions on an interval (a, b) is [itex]\int_a^b f(x)g(x)dx[/itex].

Since, if two eigenvectors correspond to the same eigenvalue, any linear combination is also an eigenvector corresponding to that eigenvalue, a simple "orthogonal projection" will work.

If u and v are two vectors in an inner product space, then the "projection of v onto u" is given by
[tex]\frac{<u,v>}{<u,u>}\vec{u}[/tex]
The "orthogonal projection" is v minus that:
[tex]\vec{v}- \frac{<u,v>}{<u,u>}\vec{u}[/tex]

Calculate that with u= ex, v= e-x, and inner product [itex]<u,v>= \int_{-1}^1 u(x)v(x)dx[/itex].
 
O.k.

I think that worked. I had been trying the integral in a slightly different way using f + g instead of fg.

Thanks.