Integral. Why it's negative?

78 Views Asked by At

I have an integral:

$$ \int \frac{5}{50-x} dx$$

Why it is equal to $$ -5 \ln|50-x| +constant $$?

I'm getting $$ 5 \ln|50-x| +constant $$

4

There are 4 best solutions below

0
On

If you take the derivative of $5ln|50-x| + C$ What do you get?

2
On

$\dfrac{d}{dx}(50-x) = -1$.

$$\int \frac{5}{50-x} dx = -5\int \dfrac{(50 - x)'\,dx}{50 - x} = -5\ln|50 - x| + C$$

That is, if $u = 50-x$, then $du = -dx \iff dx = -\,du$

And our integral becomes $$5\int\dfrac{-du}{u}\quad =\quad -5\int \dfrac{du}{u} \quad = \quad -5\ln|u|+C = -5\ln|50 - x| + C$$

0
On

set u=50-x and solve the integral.

0
On

Let $u=50-x$, then $du=-dx$ which is the same as $-du=dx$. This makes the integral $$5\int\dfrac{1}{u}(-du)=-\int 5\dfrac{1}{u}du=-5\ln|u|+C=-5\ln|50-x|+C$$