Egienfunctions and Egienvalues

  • Thread starter Thread starter splitringtail
  • Start date Start date
splitringtail
Messages
49
Reaction score
0

Homework Statement



We are suppose to find the Eigenfunctions and Eigenvalues of the following
on the interval 0<x<a;

U&#039;&#039;[x] = - k U&#039;[x]

for the following case

a)\ U(0) = 0\ and\ U(a) = 0.

b)\ U(0) = 0\ and\ U&#039;(a) = 0.

c)\ U&#039;(0)= 0\ and\ U&#039;(a) = 0.

d)\ U(0)+a U&#039;(0)=0\ and\ U(a)-a U&#039;(a)=0.

Homework Equations



Professor&#039;s\ Statement:\ The\ operator\ determines\ the\ eigenfunction\ and
the\ boundary\ conditions/initial\ conditions\ determine\ the\ eigenvalues.

U_{n}[x]=A_{n}\ Cos[ \sqrt{k_{n}}x] + B_{n}\ Sin[\sqrt{k_{n}}x]

U_{n}[x]=C_{n}\ Exp [i \sqrt{k_{n}}x] + D_{n}\ Exp [-i \sqrt{k_{n}}x]

R\ Exp [i \sqrt{k_{n}}x]=R\ (Cos[ \sqrt{k_{n}}x] + Sin[\sqrt{k_{n}}x])

Initial Conditions: (a)\ to\ (d)

The Attempt at a Solution



This is where I get confused, because I want to say the eigenfunctions are

U_{n}[x]=C_{n}\ Exp [i \sqrt{k_{n}}x] + D_{n}\ Exp [-i \sqrt{k_{n}}x]

since this is the Fourier Transform and I like exponentials in general. From (a),

U_{n}(0) = 0\ \Rightarrow\ C_{n}=-D_{n}

U_{n}(a) = 0\ \Rightarrow\ -D_{n}\ Exp [i \sqrt{k_{n}}a] + D_{n}\ Exp [-i \sqrt{k_{n}}a]=0

D_{n}\ Exp [i \sqrt{k_{n}}a]= D_{n}\ Exp [-i\sqrt{k_{n}}a]

Exp [i \sqrt{k_{n}}a]= Exp [-i \sqrt{k_{n}}a]

i\sqrt{k_{n}}a= -i \sqrt{k_{n}}a \Rightarrow 1=-1

For the other eigenfunction, I can find the eigenvalues.

U_{n}[x]=A_{n}\ Cos[ \sqrt{k_{n}}x] + B_{n}\ Sin[\sqrt{k_{n}}x]

Again from (a),

U_{n}(0) = 0\ \Rightarrow\ A_{n} + 0 = 0

U_{n}(0) = 0\ \Rightarrow\ B_{n} Sin[\sqrt{k_{n}}a] = 0

\Rightarrow\ \sqrt{k_{n}} = \frac{2 \pin}{a}\ where\ n=1,2,3,...

\Rightarrow\ k_{n}=(\frac{2 \pin}{a})^{2}

So, should my professor added that both the operator and B.C./I.C.
determine the eigenfunction or am I in the wrong to say that these
eigenfunctions are pretty much the same.

I tried converting between the too but no luck and it is a lot of work to present here.
 
Physics news on Phys.org
splitringtail said:

Homework Statement



We are suppose to find the Eigenfunctions and Eigenvalues of the following
on the interval 0<x<a;

U&#039;&#039;[x] = - k U&#039;[x]

Are you sure it's not U&#039;&#039;(x) = - k U(x)??
 
Neither
e^{ix\sqrt{k_n}} and e^{-ix\sqrt{k_n}}
nor
cos(x\sqrt{k_n}}) and sin(x\sqrt{k_n}}
are eigenfunctions of the equation you give.

They are eigenfunctions of U"= -U.

Of course, because eix= cos(x)+ i sin(x), writing the functions as complex exponential or as sine and cosine functions is a matter of choice.

"So, should my professor added that both the operator and B.C./I.C.
determine the eigenfunction or am I in the wrong to say that these
eigenfunctions are pretty much the same."

I don't know whether you professor needed to have added that or not but it is certainly true that the eigenfunctions for any problem are determined by both the operator and the B.C./I.C.
 
I mean to say,

U&#039;&#039;[x]=-kU[x]

I apologize for the misunderstanding, but the work above is for the ODE in question. Nor am I comfortable with Latex. I really don't have time read up on Latex, when I am trying to learn programing and software relevant to my research.
 
splitringtail said:
U_{n}(0) = 0\ \Rightarrow\ B_{n} Sin[\sqrt{k_{n}}a] = 0

\Rightarrow\ \sqrt{k_{n}} = \frac{2 \pin}{a}\ where\ n=1,2,3,...

This is not right
sin(what)=0 ?
 
\Rightarrow\ \sqrt{k_{n}} = \frac{2 \pi n}{a}\ where\ n=1,2,3,...

Sorry, that I am not really good at this Latex stuff. I know should know it.
 
LaTex has nothing to do with that: the difference between U"= -kU' and U"= -kU is that ' on the right.

The fact that k= 4/a2 does NOT give sin(sqrt{k}a)= 0 has nothing to do with LaTex as well. sin(x)= 0 when x= n pi. Then sqrt{k}a= n pi gives k= (n pi/a)2, not just (2pi/a)2.
 
I do know they are different operators, but I have to keep checking back and forth to see if I got the Latex working or not. Nor have I figured how to break lines in LaTex. I have tired a few commands I have found on the web, but they don't appear to work here. I have restored to putting the "tex" and "/tex" on each line. It gets pretty cumbersome for my point of veiw and things slip my attention.

My question is mainly about why can't I use Exp[] instead of Sin[]/Cos[]. Or at least get two different answers, which are the same. I didn't want to just sit that and just say it. I wanted to show the work that I put thought into this.
 
Last edited:
You can if you are happy with complex exponentials. Many people, especially engineers, don't like to use complex numbers where they know everything will come out to be real numbers in the end.

It is clearer that C cos(kx)+ D sin(kx), with C and D real constants, will always give real values than it is with A eikx+ B e-ikx, with A and B complex numbers.
 
Back
Top