Given the function of $f$ with $j = \sqrt{-1}$ $$g(f) = \dfrac{1}{1-a e^{-j 2 \pi f}}$$ My textbook on signal processing quickly (no steps) shows that the complex conjugate of this function is $$h(f) = \dfrac{1}{1-a e^{j 2 \pi f}}$$
However, the complex conjugate of a function $g(f) = \text{Re}(g(f)) + i \text{Im}(g(f))$ is defined as $g^*(f) = \text{Re}(g(f)) - i \text{Im}(g(f))$
Clearly, the $g(f)$ as given is NOT of the above form and requires further manipulation. We are talking about a few more steps here.
But I wonder if the book author is using a quicker way of showing that the complex conjugate of $g(f)$ should be given as $h(f)$ (i.e., without converting it into rectangular form first). Is changing the $+j$ to $-j$ enough?
The conjugate of numbers of the form
$$ z = e^{j\theta}$$
is
$$ z^* = e^{-j\theta} $$
As a consequence of Euler's formula
$$ e^{j\theta} = \cos \theta + j\sin \theta$$
An easier way to think about the conjugate is just going through the expression and replace every instance of $j$ by $-j$
Here's a more rigorous derivation. From above, we know that
$$ (1-ae^{-j2\pi f})^* = 1 -ae^{j2\pi f} $$
Thus we can rationalize the denominator to get
$$ \begin{align} g^*(f) &= \left(\frac{1-ae^{j2\pi f}}{(1-ae^{-j2\pi f})(1-ae^{j2\pi f})}\right)^* \\ &= \frac{(1-ae^{j2\pi f})^*}{(1-ae^{-j2\pi f})(1-ae^{j2\pi f})} \\ &= \frac{1-ae^{-j2\pi f}}{(1-ae^{-j2\pi f})(1-ae^{j2\pi f})} \\ &= \frac{1}{1-ae^{j2\pi f}} \end{align} $$