Please explain a bit about Logarithm Combinations

Dark Knight 496

New member
Joined
Oct 8, 2005
Messages
25
Hi!

We've just started learning Logarithms.
So far so good, but once we learned the combinations (division/multiplication/exponents), I cannot say I understand it. I mean, I could easily memorize it - yes - but I'd like to understand the following:

Why does log(b)x^2 equal 2 * log(b)x?
Why does log(ab) equal log(a) + log(b)?
Why does log(a/b) equal log(a) - log(b)?

Is there a mathematical proof, similar to the one used to explain why x^1/2 = sqrt(x)? Thanks.
 
You might be better off learning those as properties, rather than seeking a technical proof.

In any case, logarithms ARE exponents.

log(a*b) = log(a) + log(b)

Compare to

\(\displaystyle x^{a}*x^{b} = x^{a+b}\)

Description

It turned a multiplication problem into an addition problem.
 
To see the "why", convert back to exponential form. For instance, let's look at the product-to-sum rule:

. . . . .log<sub>b</sub>(xy) = s
. . . . .log<sub>b</sub>(x) = t
. . . . .log<sub>b</sub>(y) = u

...for some "s", "t", and "u". Then the exponential form says:

. . . . .b<sup>s</sup> = xy
. . . . .b<sup>t</sup> = x
. . . . .b<sup>u</sup> = y

Then:

. . . . .xy = b<sup>t</sup> b<sup>u</sup>

...by substitution, and then:

. . . . .xy = b<sup>t + u</sup>

...by basic exponent rules. But by our definitions, we have:

. . . . .xy = b<sup>s</sup>

...so now:

. . . . .b<sup>s</sup> = b<sup>t + u</sup> = xy

Converting back to the log form, we then get:

. . . . .log<sub>b</sub>(xy) = t + u = log<sub>b</sub>(x) + log<sub>b</sub>(y)

Follow the same sort of reasoning for the other rules.

Eliz.
 
Ok, thanks, that works for the division.
But what about:

formula5fu.gif


How does that equal?
 
Use the fact that squaring is multiplication. Then apply the multiplication rule.

Eliz.
 
Log<sub>2</sub>(b<sup>2</sup>) =
Log<sub>2</sub>(b*b) =
Log<sub>2</sub>(b) +Log<sub>2</sub>(b) =
2Log<sub>2</sub>(b)
 
Let \(\displaystyle u=a^{r}\)

Then, let's say:

\(\displaystyle u^{x}=(a^{r})^{x}\)

By the law of exponents:

\(\displaystyle u^{x}=a^{rx}\)

By definition of \(\displaystyle log_{a}\):

\(\displaystyle log_{a}u^{x}=rx\)

Since \(\displaystyle r=log_{a}u:\)

\(\displaystyle log_{a}u^{x}=xlog_{a}u\)
 
Top