Removing logs from equation

6.3k Views Asked by At

I have a simple question that I need clarification on:

If

$$\log(a) = \log(b) + c$$

is it true that

$$a = b + \exp(c)$$

Is this correct or am I missing something really basic that I cant remember from maths class?

3

There are 3 best solutions below

2
On BEST ANSWER

You’re missing something, namely, one of the laws of exponents: if $\log a=\log b+c$, where these are natural logs, then

$$a=e^{\log a}=e^{\log b+c}=e^{\log b}\cdot e^c=be^c\;.$$

(If they are common logs, with base $10$ rather than $e$, replace every $e$ by $10$.)

0
On

HINT:

Assuming the base to be $b$ we can write $c=\log_bb^c$

Use $\log A+\log B=\log AB$ and for real $C,D$ $$\log_bC=\log_bD\iff C=D$$

0
On

You're missing something. Here's how it should look:

$$ \begin{aligned} log(a) &= log(b)+c \\ e^{log(a)} &= e^{log(b)+c} \\ a &= e^{log(b)}e^{c} \\ a &= b\cdot e^c \end{aligned} $$