Angular momentum operator commutation relation

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
5 replies · 2K views
Bernard
Messages
11
Reaction score
0
I am reading a proof of why

[tex]\left[ \hat{L}_x, \hat{L}_y \right ] = i \hbar \hat{L}_z[/tex]

Given a wavefunction [itex]\psi[/itex],
[tex]\hat{L}_x, \hat{L}_y \psi = \left( -i\hbar \right)^2 \left( y \frac{\partial}{\partial z} - z \frac {\partial}{\partial y} \right ) \left (z \frac{\partial \psi}{\partial x} - x \frac{\partial \psi}{\partial z } \right )[/tex]

[tex]= -\hbar ^2 \left ( yz \frac{\partial ^2 \psi}{\partial z \partial x} + y \frac{\partial \psi}{\partial x} - yx \frac{\partial ^2 \psi}{\partial z^2} - z^2 \frac{\partial ^2 \psi}{\partial y \partial x} + zx \frac{\partial ^2 \psi}{\partial y \partial z} \right )[/tex]

This is a simple expansion of the brackets. I don't understand however, where the second term in the brackets of the last equation comes from?
 
Last edited:
Physics news on Phys.org
Use the product rule to calculate ##y \frac{\partial}{\partial z} \left(z\frac{\partial \psi}{\partial x}\right)## because both ##z## and ##\frac{\partial \psi}{\partial x}## are a function of ##z##.
 
The product rule:
$$
y\cdot \frac{\partial}{\partial z}(z \cdot \frac{\partial \psi}{\partial x})= y\cdot \frac{\partial}{\partial z}(z)\cdot \frac{\partial \psi}{\partial x} + y\cdot z\cdot \frac{\partial}{\partial z}(\frac{\partial \psi}{\partial x})=y \cdot 1 \cdot \frac{\partial \psi}{\partial x} + y\cdot z \cdot \frac{\partial^2 \psi}{\partial z \partial x}
$$
 
fresh_42 said:
The product rule:
$$
y\cdot \frac{\partial}{\partial z}(z \cdot \frac{\partial \psi}{\partial x})= y\cdot \frac{\partial}{\partial z}(z)\cdot \frac{\partial \psi}{\partial x} + y\cdot z\cdot \frac{\partial}{\partial z}(\frac{\partial \psi}{\partial x})=y \cdot 1 \cdot \frac{\partial \psi}{\partial x} + y\cdot z \cdot \frac{\partial^2 \psi}{\partial z \partial x}
$$
yes I understand that but why not, by the same reasoning, this is not applied on the other terms? (or maybe it is and I am not seeing it) i.e. why not

[tex]y \frac{\partial}{\partial z} \left( -x \frac {\partial \psi}{\partial z} \right ) = y \frac{\partial(-x)}{\partial z} \frac{\partial \psi}{\partial z} - xy \frac{ \partial ^2 \psi}{\partial z^2}[/tex]

but just [tex]y \frac{\partial}{\partial z} \left( -x \frac {\partial \psi}{\partial z} \right ) = - xy \frac{ \partial ^2 \psi}{\partial z^2}[/tex]
 
blue_leaf77 said:
What is ##y \frac{\partial(-x)}{\partial z}## equal to? Recall that ##x## and ##z## are independent variables.
yep that is zero. it just slipped my mind. Thanks