2

I hope you are well I try to find the infinite primitive of $\dfrac{1}{\sin x+1}$ without using the méthode of substituting by $\tan \frac x2$.

So I multiply and divide by $\sin x - 1$ and simplify until having The result: $\tan x -\dfrac{1}{\cos x}$ But the professor said that my méthode is not totally correct because I can't divide by $1-\sin x$ because this expression can be null , so is there any methods except of the substitution using $\tan \frac x2$ to find this primitive?

Thank you for reading the question and for helping.

Robert Shore
  • 23,332
Alia
  • 59

2 Answers2

8

Hint: $$\frac{1}{\sin x+1}=\frac1{\cos(\frac\pi2-x)+1}=\frac1{2\cos^2(\frac\pi4-\frac x2)}= \frac12\sec^2(\frac\pi4-\frac x2) $$

Quanto
  • 97,352
  • I don't know what the OP had in mind with $\tan(x/2)$, but your answer gives $\tan(x/2-\pi/4)$ so it's similar. – mr_e_man May 03 '23 at 16:12
1

$$ \begin{aligned} \int \frac{1}{1+\sin x} d x & =\int \frac{1-\sin x}{\cos ^2 x} d x \\ & =\int \sec ^2 x d x-\int \sec x \tan x d x \\ & =\tan x-\sec x+C \end{aligned} $$

Lai
  • 20,421