Is it possible to solve this integrate by integrate substitution method?
int tanx/secx
Not this away: int [(senx)/(cosx)] cosx/1
int senx
-cos x + c
Not this away:
-cos x + c
2 Answers
Apr 2, 2018
Here is one way. (I think it is harder than what you did.)
Explanation:
Let
= int u (u^2+1)^(-3/2) du
= 1/2 int 2u (u^2+1)^(-3/2) du
= 1/2[-2/1 (u^2+1)^(-1/2)]+C
= -1/(u^2+1)^(1/2)+C
= -1/(u^2+1)^(1/2)+C
= -1/sqrt (sec^2x)+C
= -1/secx+C
= -cosx+C
Apr 3, 2018
Here is another substitution that will work.
Explanation:
Let
= int 1/u^2 du
= -u^(-1)+C = -1/u +C
= -1/secx +C
= -cosx +C