This is a problem from Hogg & Tanis, 8th edition, p. 282:
Let $X_1, X_2, ... X_n$ be a random sample of size $n$ from a normal distribution. Show that an unbiased estimator of $\sigma$ is $cS$, where
$$c=\frac{\sqrt{n-1}\Gamma\left(\frac{n-1}{2}\right)}{\sqrt{2}\Gamma\left(\frac{n}{2}\right)}$$
I used the fact that $U=\frac{n-1}{\sigma^2}S^2$ is $\chi^2(n-1)$ and looked for $E[\sqrt{U}]$. So
$$E[\sqrt{U}]=\int_0^\infty \sqrt{u}\frac{u^{(n-1)/2}e^{-u/2}}{\Gamma\left(\frac{n}{2}\right)\cdot2^{n/2}}du$$
After combining terms and throwing in a bunch of extra (but apparently necessary) terms, this simplifies to
$$\frac{\Gamma\left(\frac{n}{2}\right)\sqrt{2}}{\Gamma\left(\frac{n-1}{2}\right)}\int_0^\infty f(v)dv$$
where $V\sim \chi(n)$; the integral, therefore, evaluates to $1$. Since $U=\frac{n-1}{\sigma^2}S^2$ and this step seems way too easy; for some reason, I have the impression I should be suspicious of maneuvers like this
$$E\left[\frac{\sqrt{n-1}}{\sigma}S\right]=E[\sqrt{U}]$$
and so
$$\frac{\sqrt{n-1}}{\sigma}E[S]=\frac{\Gamma\left(\frac{n}{2}\right)\sqrt{2}}{\Gamma\left(\frac{n-1}{2}\right)}$$
Moving the constants to the RHS and multiplying both sides by $c$ yields the desired result, that $E[cS]=\sigma$.
My question is: Does that work?
As far as I can tell, this $\frac{n-1}{\sigma^2}S^2$ business appeared fully formed and without any explanation in the text. I don't know what it is, I don't know what to do with it, I probably don't even know what I know. Can anyone suggest some sources where I could get some more insight into this thing? Apparently it's called "sample variance", but looking that up in my text's index isn't entirely helpful.
(There's another part to this question, on the convergence of $c$, I'm totally stuck on; I'll be posting that question separately.)