Removing logs from equation

$\begingroup$

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?

$\endgroup$ 1

3 Answers

$\begingroup$

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$.)

$\endgroup$ 2 $\begingroup$

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$$

$\endgroup$ $\begingroup$

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} $$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like