How do I intrgate the following when $u = sinx$
$\int_{}^{} \frac{1+\sin(x)}{{\cos(x)}} \ dx$
I have made a start:
$du = \cos(x)$
Therefore $\frac{dx}{du}$ = $\frac{1}{\cos(x)}$
$\int_{}^{} \frac{1}{{\cos(x)}} dx$ + $\int_{}^{} \frac{\sin(x)}{{\cos(x)}} \ dx$
How would I finish this off?
It might be useful to transform the integrand first
$$\frac{1+\sin x}{\cos x} =\frac{1-\sin^2 x}{\cos x(1-\sin x)} = \frac{\cos x}{1-\sin x}$$
N0w, substitute $t= \sin x$.