How to substitute $\log_{10}$ for $\ln$ function?

720 Views Asked by At

Im wondering how I could go about substituting $\log_{10}$ for $\ln$ in the following formula?

$y=a+b\ln(x+c)$

Is there a simple way of doing this?

Cheers

2

There are 2 best solutions below

2
On

Hint:

For any $\;1\neq a,b>0\;$ :

$$\log_ax=\frac{\log_bx}{\log_ba}$$

2
On

There is a a formula to change from base $k$ to base $b$. See $\log_b x=\dfrac{\log_k x}{\log_k b}.$

In your equation you have $\log(x+c)$ ($\log$ is the natural logarithm). If we apply the change of base rule we get:

$$\log(x+c)=\dfrac{\log_{10}(x+c)}{\log_{10} e},$$

where $e=\exp(1)$ is the exponetial of $1$ $e=2.71828$.

Therefore your equation is simply:

$$y=a+\dfrac{b}{\log_{10} e}\log_{10}(x+c),$$