Find all random variables $X$ such that if $Y$ is $N(0,1)$ and independent from $X$, then $X+Y$ and $\frac{1}{3}X+2Y-1$ have the same distribution.
I use characteristic functions. $Y$ is $N(0,1)$ then $\phi_Y(t)=\exp(-\frac{t^2}{2})$. $X+Y$ and $\frac{1}{3}X+2Y-1$ need to have the same distribution so we have to have $\phi_{X+Y}(t)=\phi_{\frac{1}{3}X+2Y-1}(t)$. It's equivalent to:
$$\phi_X(t)\phi_Y(t)=\exp(-it)\phi_X(\frac{1}{3}t)\phi_Y(2t)$$ $$\phi_X(t)\exp(-\frac{t^2}{2})=\exp(-it)\phi_X(\frac{1}{3}t)\exp(-\frac{4t^2}{2})$$.
Can I get the general form for $X$ from this equation?