Why $$\ln 2=\ln 1.075^t\implies \ln 2=t\ln 1.075$$
2026-04-07 19:31:27.1775590287
On
On
Why $\ln 2=\ln 1.075^t\implies \ln 2=t\ln 1.075$
138 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
That follows from one of the laws of logarithms:
$$\ln a^b = b\ln a \tag{$*$}$$
In your case $a=1.075, \; b=t$.
$(*)$ Note that this holds for $\log a^b$, in general, not just the natural log.
0
On
This is a specific form of logarithms of powers, or $log_b(x^r) = r\cdot log_b(x)$. To prove this statement, let $y=r\cdot log_b(x)$. Then, $$ b^y = b^{r\cdot log_b(x)} \\ b^y = (b^{log_b(x)})^r \\ b^y = x^r \\ log_b(b^y) = log_b(x^r) \\ y = log_b(x^r) $$
Therefore, the original statement is proved. Your specific example follows for $x=1.075$, $b=e$, and $r=t$ since setting both equations equal to $ln(2)$ reduces to $ln(1.075^t) = t\cdot ln(1.075)$.
From definition we have:
$a=e^{\ln{a}}$
$a^{b}=e^{\ln(a^{b})}$
$a^{b}=(e^{\ln{a}})^{b}=e^{b\ln{a}}$ thus
$e^{\ln(a^{b})}=e^{b\ln{a}}$ $\;\iff\;$ $\ln(a^{b})=b\ln{a}$
The last follows from the injectivity of the function $e^{x}$.