Properties of Logarithms

Definition

The following two equations are equivalent: \[ b^y = x \qquad \text{and} \qquad y = \log_b{x}. \] Here, \(y\) is the logarithm of xx to the base bb. In other words, bb needs to be raised to the power of yy to equal xx.

Logarithms are only defined when bb is positive and not equal to 11, and xx is positive.

Note that blogbx=x and logbby=y. b^{\log_b{x}} = x \text{ and } \log_b{b^y} = y. Two of the most common log bases you will encounter are log10\log_{10} and loge\log_{e} (ee is Euler's number). They are sometimes written as simply lg\lg and ln\ln, respectively.

Technique

Several important identities are used to relate logarithms to one another. They are known as logarithmic laws.

Products: logb(xy)=logb(x)+logb(y)Ratios: logb(xy)=logb(x)logb(y)Powers: logb(xp)=plogb(x)Roots: logb(xp)=logb(x)pChange of bases: logb(x)=loga(x)loga(b) \begin{array}{lrcl} \textbf{Products: } & \log_b{(xy)} &=& \log_b{(x)} + \log_b{(y)} \\ \\ \textbf{Ratios: } & \log_b{ \left(\frac{x}{y}\right) } &=& \log_b{(x)} - \log_b{(y)} \\ \\ \textbf{Powers: } & \log_b{(x^p)} &=& p\,\log_b{(x)} \\ \\ \textbf{Roots: } & \log_b{\left(\sqrt[p]x \right )} &=& \frac{\log_b{(x)}}{p} \\ \\ \textbf{Change of bases: } & \log_b{(x)} &=& \frac{\log_a{(x)}}{\log_a{(b)}} \end{array}

Here are a couple of example problems:

Evaluate log108+log105+log1025 \log_{10}{8} + \log_{10}{5} + \log_{10}{25}

log108+log105+log1025=log10(8525)=log101000=3 \begin{aligned} \log_{10}{8} + \log_{10}{5} + \log_{10}{25} &= \log_{10}{\left( 8 \cdot 5 \cdot 25 \right)} \\ &= \log_{10}{1000} \\ &= 3 \, _\square \end{aligned}

 

Solve for xx: logx=1log(x+3) \log{x} = 1 - \log{\left(x+3\right)}

Use the laws of logarithms to put xx into a single logarithm.
logx+log(x+3)=1log(x(x+3))=1 \log{x} + \log{(x+3)} = 1 \\ \log{\left ( x(x+3) \right )} = 1 This logarithmic expression can then be rewritten as an exponential.
x(x+3)=101 x(x+3) = 10^1 This gives us the quadratic equation x2+3x10=0 x^2 + 3x - 10 = 0 , which has the roots x=2 x = 2 and x=5 x = -5 .

We immediately have to reject x=5 x = -5 , because log(5) \log{(-5)} and log(5+3) \log{(-5+3)} are negative and, therefore, undefined. Thus, the correct answer is x=2. x = 2. \, _\square

Application and Extensions

Here is an application that uses all five logarithmic laws:

Rewrite log2x+6log8ylog4z \log_2{x} + 6\,\log_8{y} - \log_4{z} as a single logarithm:

log2x+6log8ylog4z=log2x+6log2ylog28log2zlog24=log2x+6log2y3log2z2=log2x+2log2ylog2z2=log2x+log2y2log2z=log2(xy2z) \begin{aligned} \log_2{x} + 6\,\log_8{y} - \log_4{z} &= \log_2{x} + 6\frac{\log_2{y}}{\log_2{8}} - \frac{\log_2{z}}{\log_2{4}} \\ &= \log_2{x} + \frac{6\,\log_2{y}}{3} - \frac{\log_2{z}}{2} \\ &= \log_2{x} + 2\,\log_2{y} - \frac{\log_2{z}}{2} \\ &= \log_2{x} + \log_2{y^2} - \log_2{\sqrt{z}} \\ &= \log_2{\left( \frac{xy^2}{\sqrt{z}} \right )} _\square \end{aligned}

#Algebra #Logarithms #RulesOfLogarithms #KeyTechniques

Note by Arron Kau
7 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

There are no comments in this discussion.

×

Problem Loading...

Note Loading...

Set Loading...