How to solve $\int \frac{1}{1-y^2}$ with respect to $y$?

161 Views Asked by At

I was solving an A Level paper when I came across this question. I tried substitution, but I'm not getting the answer with that. Would appreciate it if someone would help me.

3

There are 3 best solutions below

0
On BEST ANSWER

Step 1: Factorize the denominator

To compute the integral, you start of by using the third binomial theorem

$$\int \frac{1}{1-y^2}\ \mathrm{d}y = \int \frac{1}{1-y}\frac{1}{1+y}\ \mathrm{d}y$$


Step 2: Partial fractions

Use a technique called partial fractions to write the integrant as $\frac{A}{1-y}+\frac{B}{1+y}$. $A$ and $B$ are calculated as follows

$$\begin{array}[t]{lll} \frac{A}{1-y}+\frac{B}{1+y} & = & \frac{1}{1-y}\frac{1}{1+y}\\ A(1+y)+B(1-y) & = & 1\\ 1(A+B)+y(A-B) & = & 1\cdot 1 + y\cdot 0 \end{array}$$

Equating coefficients gives you

$$A+B=1,\ A-B = 0 \Rightarrow A = B = 0{,}5$$


Step 3: Substitution

The remaining integral

$$\int \left(\frac{0{,}5}{1-y}+\frac{0{,}5}{1+y}\right) \ \mathrm{d}y$$

can be solved straightforwardly unsing substitutions $$u=y-1,\ s=y+1,\ \mathrm{d}u=\mathrm{d}s=\mathrm{d}y$$

and the fact that $\int \frac{1}{x}\ \mathrm{d}x = \ln(|x|)$.

$$\int \left(\frac{0{,}5}{1-y}+\frac{0{,}5}{1+y}\right) \ \mathrm{d}y = \int \frac{0{,}5}{-u}\ \mathrm{d}u+\int \frac{0{,}5}{s} \ \mathrm{d}s $$

$$=-0{,}5\cdot\ln(|u|)+0{,}5\cdot\ln(|s|)=\frac{-\ln(|y-1|)+\ln(|y+1|)}{2}$$

3
On

$$\frac{1}{1-y^2} = \frac{1}{(1-y)(1+y)}$$

Proceed with partial fractions decomposition.

2
On

Using a simple substition of $y = \tanh{(u)}$ gives

$\displaystyle\int \dfrac{1}{1-y^{2}} \mathrm{d}y = u + C = \tanh^{-1}y + C = \ln{\dfrac{1 + y}{1 - y}} + C$

Notably can also be solved using partial fractions.