&= n \frac{1}{2\pi}\int_{-\pi}^\pi X(e^{j\omega}) e^{j\omega n}\, d\omega = n x[n]
\end{align*}
where the first equality uses integration by part and the second the periodicity of $X(e^{j\omega})e^{j\omega n}$.
\item Because of linearity, the inverse DTFT will be equal to $\pi/j$ times the result in previous question minus the inverse DTFT of the constant $2$, which easily enough is $2\delta[n]$.
\item If $x[n]=y[n]$, then $\langle x[n],x[n]\rangle$ corresponds to the energy of the signal in the time domain and $\langle X(e^{jw}),X(e^{jw})\rangle$ to the energy of the signal in the frequency domain. In this case, the Plancherel-Parseval equality illustrates an energy conservation property from the time domain to the frequency domain. This property is known as the \emph{Parseval theorem}.
so that the magnitude can be easily plotted by any numerical package. Here is a Python Notebook code snippet that provides the analysis requested by the exercise: