Can anyone explain this property related to logs?

52 Views Asked by At

We have $$\ln(v-1) - \ln(v+3) = \ln(x) + C$$

Multiplying through by e gives:

$$(v-1)/(v+3) = x + e^C$$

But the answer in the textbook is:

$$(v-1)/(v+3) = Dx$$

Where $$D = e^C$$

Question: why is the answer Dx and not x + D?

Thanks!

3

There are 3 best solutions below

0
On

Because $$ e^{\ln(x)+C} = e^{\ln(x)} e^C = x e^C. $$

0
On

You're not multiplying through by $e$. You're exponentiating both sides of the equation. So your second equation should be:

$$\frac{v-1}{v+3} = e^Cx.$$

0
On

$ln(\frac{v-1}{v+3})$ $=$ $ln(x)+C$ $\implies$ $\frac{v-1}{v+3} = Dx$.