Determining whether an operator is Hermitian

GoKush
Messages
2
Reaction score
0

Homework Statement



Consider the set of functions {f(x)} of the real variable x de fined on the interval -\infty< x < \infty that go
to zero faster than 1/x for x\rightarrow ±\infty , i.e.,
<br /> \lim_{n\rightarrow ±\infty} {xf(x)}=0<br />
For unit weight function, determine which of the following linear operators is Hermitian when acting upon {f(x)}:
(a) \frac{d}{dx} + x (b) -i \frac{d}{dx}+x^2(c) ix \frac{d}{dx}(d) ix \frac{d^3}{dx^3} .


Homework Equations



Hf(x)=λf(x) has real values of λ where H is a Hermitian operator and λ are it's eigenvalues



The Attempt at a Solution



a) \frac{df(x)}{dx} + xf(x) = λf(x)\frac{df(x)}{dx} + (x-λ)f(x) = 0 \text{Integrating factor is }e^{\int (x-λ)dx}=e^{\frac{1}{2} x^2-λx}
e^{\frac{1}{2} x^2-λx}f(x)=constant

I've done a similar thing for parts a), b), and c) but I'm not sure what to do with this or if it even helps. For d) I've tried to work out the eigenfunctions but get to mess and didn't really want to continue down the route I was going without knowing if this was useful or not.

\text{b) leads to } e^{ix(\frac{x^2}{3}-λ)}f(x)=constant
\text{c) leads to } x^{iλ}f(x)=constant
\text{d) } ix \frac{d^3f(x)}{dx^3}=λf(x)
x \frac{d^3f(x)}{dx^3}+iλf(x)=0
\text{let }x=f(t)
\frac{d^3f(x)}{dx^3}=\frac{d^3f(x)}{dt^3}\frac{d^3t}{dx^3}
\text{want }\frac{d^3t}{dx^3}=\frac{1}{x}
\text{(After integrating 3 times }t=\frac{1}{2}(x^2(ln(x)-\frac{3}{2}))

This is were I decided not to continue until I knew whether or not I was actually doing anything right.

Thanks in advance for any help.
 
Physics news on Phys.org
GoKush said:

Homework Statement



Consider the set of functions {f(x)} of the real variable x de fined on the interval -\infty&lt; x &lt; \infty that go
to zero faster than 1/x for x\rightarrow ±\infty , i.e.,
<br /> \lim_{n\rightarrow ±\infty} {xf(x)}=0<br />
For unit weight function, determine which of the following linear operators is Hermitian when acting upon {f(x)}:
(a) \frac{d}{dx} + x (b) -i \frac{d}{dx}+x^2(c) ix \frac{d}{dx}(d) ix \frac{d^3}{dx^3} .


Homework Equations



Hf(x)=λf(x) has real values of λ where H is a Hermitian operator and λ are it's eigenvalues



The Attempt at a Solution



a) \frac{df(x)}{dx} + xf(x) = λf(x)\frac{df(x)}{dx} + (x-λ)f(x) = 0 \text{Integrating factor is }e^{\int (x-λ)dx}=e^{\frac{1}{2} x^2-λx}
e^{\frac{1}{2} x^2-λx}f(x)=constant

I've done a similar thing for parts a), b), and c) but I'm not sure what to do with this or if it even helps. For d) I've tried to work out the eigenfunctions but get to mess and didn't really want to continue down the route I was going without knowing if this was useful or not.

\text{b) leads to } e^{ix(\frac{x^2}{3}-λ)}f(x)=constant
\text{c) leads to } x^{iλ}f(x)=constant
\text{d) } ix \frac{d^3f(x)}{dx^3}=λf(x)
x \frac{d^3f(x)}{dx^3}+iλf(x)=0
\text{let }x=f(t)
\frac{d^3f(x)}{dx^3}=\frac{d^3f(x)}{dt^3}\frac{d^3t}{dx^3}
\text{want }\frac{d^3t}{dx^3}=\frac{1}{x}
\text{(After integrating 3 times }t=\frac{1}{2}(x^2(ln(x)-\frac{3}{2}))

This is were I decided not to continue until I knew whether or not I was actually doing anything right.

Thanks in advance for any help.

No, that's really not the right way to go about it. You've likely defined an inner product ##<f,g>= \int_{-\infty}^\infty f^*(x) g(x) dx ##. In terms of that inner product H is Hermitian if <f,Hg>=<Hf,g> for any two functions f and g. Does that sound familiar? Checking that is the way to check if an operator is Hermitian. Start with the two parts of the first one. Is x Hermitian? That's pretty easy. Now is d/dx Hermitian? That's a little harder. Try looking at an integration by parts.
 
Oh, thank you I knew I must've been doing something wrong.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top