Natural Log Functions Integration

87 Views Asked by At

I've found that $\ln(|\tan(x)|)$ is the solution. I need help evaluating this problem.

enter image description here

Attempts:

enter image description here

$du = (-\csc(x)\cot(x)-\csc^2(x))dx$

1

There are 1 best solutions below

1
On

To solve the integral of $\csc(x)$, begin by multiplying it by $\frac{\csc(x)+\cot(x)}{\csc(x)+\cot(x)}$.

Now, the integrand is $\frac{(\ (csx(x))\csc(x)+\cot(x)}{\csc(x)+\cot(x)}$

From there, substitute $u = \csc(x)+\cot(x)$, which would make $du = -\csc(x)(\csc(x)+\cot(x) dx$, making $dx=\frac{1}{-csc(x)csc(x)+cot(x)}$.

This expression cancels out with the numerator of the integrand prior to the $u-substitution$ and the denominator of the fraction is just -($\csc(x)+\cot(x)$), or $-u$. Now, the integrand is just $\frac{1}{u}$, which is equal to the $-ln|u| + C$.

Finally, undo the u-substitution to get $$-ln|\csc(x)+\cot(x)| + C$$