Can someone explain why when going from this step:
$$\frac23\int \frac{\sin u}{\cos u}du$$
where substituting $s=\cos u$ and $ds = -\sin u\,du$ produces
$$\frac23\int -\frac1s ds$$
My work shows it to be this from the substitution of $s$ for $\cos u$ and $ds = -\sin u\,du$
$$\frac23 \int \frac{(\sin u)(-\sin u)}{s}ds= \frac23 \int -\frac{\sin^2 u}{s}ds$$
Im not sure how it is correctly reduced to $-1$.