How do you evaluate the integral int sec^2x/(1+tanx)dx?
1 Answer
Jan 2, 2017
Explanation:
This is a u-subsitution problem. Our goal is to cancel out the numerator. Let
=intsec^2x/u * (du)/sec^2x
= int(1/u) du
This can be integrated as
= ln|u| + C
= ln|1 + tanx| + C , whereC is a constant
Hopefully this helps!