Simple Logarithmic Question

28 Views Asked by At

I have the following equation:

$\log(S_n) = \log(u)[2T-n]\,\,$

I was just wondering how $S_n = u^{2T-n}$ is then obtained?

Thank You

2

There are 2 best solutions below

0
On BEST ANSWER

By taking the exponential of both sides. Recall that $e^{a\ln b}=b^a$.

0
On

You can also use the fact that $a \times \log{x} = \log{(x^a)}$ which means that $$\log{(u)} [2T-n] = [2T-n] \times \log{(u)} \\ = \log{(u^{[2T-n]})} = \log {S_n} \Rightarrow S_n = u^{[2T-n]}$$