So I have to evaluate $\oint \frac{z^{*}}{z-1}$ on a circle of radius 5 centered at the origin of the complex plane, where $z^{*}$ is the complex conjugate of $z$ and the orientation is anticlockwise.
I know z* isn't analytic anywhere and I can assume $z=5e^{i\theta} \implies dz = 5ie^{i\theta}d\theta.$
This transforms my integral to $\int_{0}^{2\pi}\frac{5e^{-i\theta}(5ie^{i\theta})} {5e^{i\theta}-1}d\theta = 25i\int_{0}^{2\pi}\frac{1}{5e^{i\theta}-1}d\theta$
I let $ u = 5e^{i\theta} => du = i5e^{i\theta}d\theta = iu d\theta $
$\implies \frac{25i}{i} \int \frac{1}{(u-1)u}du = 25 (\int \frac{1}{u-1}du - \int \frac{1}{u}du)$
$ = 25(ln(u-1)-ln(u)) = 25 ln (\frac{u-1}{u}) $
$\implies 25 [ln (\frac{5e^{i\theta}-1}{5e^{i\theta}})]_{0}^{2\pi}$
I'm not sure if I've made a mistake uptil now and what exactly I need to do further.