Integral of Natural Logarithm

45 Views Asked by At

I been trying to solve the following problem:

problem

When I solve it myself, depending on which technique I use, I end up finding either

answer1 or answer2]

Yet both results are completely different. I even tried typing it on a calculator, and this is what I get.

calculator

Can someone please explain how one can proceed to go from the second to last step to the last step, because both of these last steps give different results?

Thank you for your help.

1

There are 1 best solutions below

2
On BEST ANSWER

They are actually the same. This is because

$$\begin{equation}\begin{aligned} \frac{3\ln(|5x + 5|)}{5} + C & = \frac{3\ln(|5(x + 1)|)}{5} + C \\ & = \frac{3(\ln(|x + 1|) + \ln(5))}{5} + C \\ & = \frac{3\ln(|x + 1|)}{5} + \frac{3\ln(5)}{5} + C \\ & = \frac{3\ln(|x + 1|)}{5} + C_2 \end{aligned}\end{equation}\tag{1}\label{eq1A}$$

where $C_2 = \frac{3\ln(5)}{5} + C$ is also an arbitrary constant since $C$ is an arbitrary constant. In other words, you just have another constant to include in the value of the arbitrary constant $C$ in the last step.