Taking on the second question..
$$
E(X|X>x) = \int_{x}^{\infty}tP(t,X>x)dt = \int_{x}^{\infty}t\frac{P(t)}{P(X>x)}dt\tag{1}
$$
where
$$
P(x) = \mathcal N(0, 1) = \frac{1}{\sqrt{2\pi}}\mathrm{e}^{-\frac{x^2}{2}}
$$
In Eq.1 I use dummy variables to lessen the confusion.
$$
E(X|X>x) = \frac{1}{\sqrt{2\pi}}\frac{1}{P(X>x)}\int_{x}^{\infty}t\mathrm{e}^{-\frac{t^2}{2}}dt
$$
the integral is trivial results in
$$
E(X|X>x) =\frac{1}{\sqrt{2\pi}}\frac{1}{P(X>x)}\mathrm{e}^{-x^2/2}
$$
remembering that
$$
P(X>x) = \frac{1}{\sqrt{2\pi}}\int_x^{\infty}\mathrm{e}^{-t^2/2}dt,
$$
which is also equal to $\frac{1}{2}\mathrm{erfc}(x/\sqrt{2})$
From Abramowitz and Stegun you can obtain an upper and lower bound to the erfc function as
$$
\sqrt{\frac{2}{\pi}}\frac{\mathrm{e}^{-x^2/2}}{x+\sqrt{x^2+4}}< \frac{1}{2}\mathrm{erfc}(x/\sqrt{2}) < \sqrt{\frac{2}{\pi}}\frac{\mathrm{e}^{-x^2/2}}{x+\sqrt{x^2+\frac{8}{\pi}}}
$$
and further more
$$
\sqrt{\frac{\pi}{2}}\frac{ x+\sqrt{x^2+\frac{8}{\pi}}}{\mathrm{e}^{-x^2/2}}< \frac{1}{\frac{1}{2}\mathrm{erfc}}< \sqrt{\frac{\pi}{2}}\frac{ x+\sqrt{x^2+4}}{\mathrm{e}^{-x^2/2}}
$$
putting it all together we find
$$
\frac{x+\sqrt{x^2+\frac{8}{\pi}}}{2} < E(X|X>x) < \frac{x+\sqrt{x^2+4}}{2}
$$
$\textbf{Part 2}$
We have to determine the probability of $P(x)$ first to be able to compute the conditional expectation.
$$
P(x) = \frac{\alpha-1}{x_0}\left(\frac{x}{x_0}\right)^{-\alpha}
$$
here $x_0$ is the min value as outlined in the OP.
$$
\int_x^{\infty}\frac{\alpha-1}{x_0}\left(\frac{t}{x_0}\right)^{-\alpha}dt =ax^{-b}
$$
we find that
$$
\alpha = b+1,\\
\left(\frac{1}{x_0}\right)^{1-\alpha} = a.
$$
this yields that the original distribution should be
$$
P(x) = abx^{-(b+1)}.
$$
Then to compute
$$
\begin{eqnarray}
E(X|X>x) &=& \frac{1}{P(X>x)}\int_{x}^{\infty}t\left(abt^{-(b+1)}\right)dt \\
&=& \frac{ab}{ax^{-b}}\int_x^{\infty}t^{-b}dt \\
&=& \frac{b}{x^{-b}}\frac{x^{1-b}}{b-1}\\
&=& \frac{b}{b-1}x
\end{eqnarray}
$$