Eigenfunctions of \hat{O}: Find Solutions Here

  • Context: Graduate 
  • Thread starter Thread starter 0xDEADBEEF
  • Start date Start date
  • Tags Tags
    Eigenfunction
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
2 replies · 2K views
0xDEADBEEF
Messages
815
Reaction score
1
Hi there,

I don't have Mathematica and the standard books didn't work. I am looking for the eigenfunctions to this operator:

[tex]\hat{O} = (\sin \alpha) \, \partial_x +(\cos \alpha) \, x \qquad \alpha \in \mathbb{R}[/tex]
 
Physics news on Phys.org
Well, it's a first order equation, so you can solve it using an integrating factor.

[tex][(\sin \alpha) \, \partial_x +(\cos \alpha) \, x]\psi(x) = \lambda \psi(x)[/tex]

and so moving the RHS over to the LHS and multiplying by [itex]\mu(x)[/itex], and dividing the [itex]\sin \alpha[/itex] through,

[tex]\mu(x)\partial_x \psi(x) + \left[(\cot \alpha) \, x - \frac{\lambda}{\sin\alpha}\right] \psi(x)\mu(x) = 0[/tex]

Hence through the usual arguments let

[tex]\frac{d\mu}{dx} = \left[(\cot \alpha) \, x - \frac{\lambda}{\sin\alpha}\right] \mu[/tex]

and the above expression is just the product rule expanded and you can solve for [itex]\psi[/itex]. Then apply the initial condition, and possibly any other conditions (such as demanded the function not diverge as x gets large) that might put restrictions on the values of [itex]\lambda[/itex].
 
Thanks a lot!