How to Evaluate [A*A, A] Given [A, A*] = 1?

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
3 replies · 2K views
chill_factor
Messages
898
Reaction score
5

Homework Statement



Consider the operator A and its Hermitian adjoint A*.

If [A,A*] = 1, evaluate: [A*A,A]

Homework Equations



standard rules of linear algebra, operator algebra and quantum mechanics

The Attempt at a Solution



[A,A*] = AA* - A*A = 1

A*A = (1+AA*)

[A*A,A] = AA*A - A*AA = ??

How do I even start?
 
Physics news on Phys.org
Hi chill_factor,

If we expand [A*A,A], we obtain A*AA-AA*A. Do you see a way to factor this that might allow you to use the [A,A*] commutator?
 
jmcelve said:
Hi chill_factor,

If we expand [A*A,A], we obtain A*AA-AA*A. Do you see a way to factor this that might allow you to use the [A,A*] commutator?

Thank you for answering. I think I see it. There is an A on the right side of both the A*AA and AA*A operators so A*AA - AA*A = (A*A-AA*)A = -[A,A*]A = -A. Is that right?

I guess my mistake was writing the commutator out incorrectly.
 
chill_factor said:
Thank you for answering. I think I see it. There is an A on the right side of both the A*AA and AA*A operators so A*AA - AA*A = (A*A-AA*)A = -[A,A*]A = -A. Is that right?

I guess my mistake was writing the commutator out incorrectly.

Yep. You've got it. Nice work.