Find integral $\int\frac{1}{\cos x}dx$

181 Views Asked by At

Need help with this integral $$\int\frac{1}{\cos x}dx$$ I know that the answer is $$\ln|\operatorname{tg} x+\sec x|$$ I tried transforming 1 into $\cos^2x + \sin^2x$ but it led to nothing. Need to solve it using simplest way without new variables and differential transformations.

3

There are 3 best solutions below

1
On BEST ANSWER

This is my way of finding this integral: $$\begin{align}\int \frac{1}{\cos{x}}dx =\int \frac{\cos{x}}{\cos^2{x}} dx= \int \frac{\cos{x}}{1-\sin^2{x}} dx\\ \text{substitution } \Big|\begin{array}{cc}\sin{x}=u \\ \cos{x}dx=du\end{array} \Big| \\= \int \frac{1}{1-u^2}du = \tanh^{-1}u +C= \tanh^{-1}(\sin{x})+C\end{align}.$$

2
On

1/COSX=secx, multiply and divide it by secx+tanx you get int(secx^2+secxtanx)/(secx+tanx) dx which gives =log(tanx+secx)

enter image description here

1
On

Note that: $$ \dfrac{d}{dx} \tan x= \sec^2 x $$ and $$ \dfrac{d}{dx} \sec x= \sec x \tan x $$ so that: $$ d(\tan x +\sec x)= \dfrac{\tan x +\sec x}{\cos x} dx $$ and: $$ \dfrac{d(\tan x +\sec x)}{\tan x +\sec x}=\dfrac{dx}{\cos x} $$ so, integrating you have the result.