Integrating $1/{(1-x)}$

138 Views Asked by At

Given $y = 1 - x = -1 \cdot (x-1) $ with $x \in (0,1)$ then

\begin{equation} \int \frac{1}{y} \: \mathrm{d}x = \int \frac{1}{1-x} \: \mathrm{d}x = \ln(1-x) + C \end{equation} but also \begin{equation} \int \frac{1}{y} \: \mathrm{d}x = - \int \frac{1}{x-1} \: \mathrm{d}x = -\ln(x-1) + C \end{equation} which are not equal. What am I missing?

2

There are 2 best solutions below

0
On BEST ANSWER

Your first attempt is not correct: Given the integral $$\int \frac{1}{1-x} \,dx$$ let's put $1-x = u,$ and so $\,du = (1-x)'\,dx = -dx \iff dx = -du.$

Upon substitution, $$\int \frac{1}{1-x} \,dx = -\int \frac{1}{u} \,du = -\ln|u| + C = -\ln|1-x| + C = -\ln|x-1| + C$$

Since $x \in (0, 1)$, we can write the answer as $$- \ln(1-x)+ C\tag{$\dagger$}$$ $\dagger:\,$ We can drop the absolute value sign because $(1-x)>0$.

0
On

I believe you may have misapplied the chain rule?

$\int\frac{1}{u}du=\ln(u) +C$.