Given the operators $$A=\frac{1}{\sqrt{2}}\left(x+\frac{d}{dx}\right)\text{ and } A^\dagger=\frac{1}{\sqrt{2}}\left(x-\frac{d}{dx}\right)$$
and the commutator $[A,B]=AB-BA$ for Operators $A,B$, I want to show that
$$[A,(A^\dagger)^n]=n(A^\dagger)^{n-1}$$
What Ive tried so far is using induction:
$$[A,(A^\dagger)^n]=[A,(A^\dagger)^{n-1}A^\dagger]= A(A^\dagger)^{n-1}A^\dagger-(A^\dagger)^{n-1}A^\dagger A$$
Bot from here on I dont know where to go. Therefore help is very much appreciated!
You are on the right track, just recall the result
$$ [A, BC] = [A,B]C + B[A,C] \tag{1} $$
So that
\begin{eqnarray} [A, (A^\dagger)^n] &=& [A, (A^\dagger)(A^\dagger)^{n-1}] \\ &\stackrel{(1)}{=}& [A, A^\dagger](A^\dagger)^{n-1} + A^\dagger [A, (A^\dagger)^{n-1}] \\ &=& (A^\dagger)^{n-1} + A^\dagger\left\{(n-1)(A^\dagger)^{n-2} \right\} \\ &=& (A^\dagger)^{n-1} + (n-1)(A^\dagger)^{n-1} \\ &=& n(A^\dagger)^{n-1} \end{eqnarray}