Algebra/Chapter 12/Logarithms

From testwiki
Jump to navigation Jump to search

Logarithms (commonly called "logs") are a specific instance of a function being used for everyday use. Logarithms are used commonly to measure earthquakes, distances of stars, economics, and throughout the scientific world. It basically answers the question: what power do I have to raise this base to, to get this result.

Logarithms

In order to understand logs, we need to review exponential equations. Answer the following problems: <quiz display=simple points="1/1"> {What is 4 to the power of 3? |type="{}"} { 64_2 }

{What is 3 to the power of 4? |type="{}"} { 81_2 }

{ |type="{}"} 25={ 32_2 }

{ |type="{}"} 52={ 25_2 } </quiz>

Just like there is a way to say and write "4 to the power of 3" or "43, there is a specific way to say and write logarithms.

For example, "4 to the power of 3 equals 64" can be written as: 43=64

However, it can also be written as:

log4(64)=3 

Once, you remember that the base of the exponent is the number being raised to a power and that the base of the logarithm is the subscript after the log, the rest falls into place. I like to draw an arrow (either mentally or physically) from the base, to the exponent, to the product when changing from logarithmic form to exponential form. So visually or mentally I would go from 2 to 5 to 32 in the logarithmic example which (once I add the conventions) gives us: 25=32

So, when you are given a logarithm to solve, just remember how to convert it to an exponential equation. Here are some practice problems, the answers are at the bottom.

Properties of Logarithms

The following properties derive from the definition of logarithm.

Basic properties

For all real numbers a,b,c,d,y>0 with b1,d1, we have

  1. logb(ya)=alogb(y)
  2. logb(ba)=a
  3. logb(ac)=logb(a)+logb(c)
  4. logb(a/c)=logb(a)logb(c)
  5. logb(a)=logd(a)logd(b) (change of base rule).

Proof

Let us take the log to base d of both sides of the equation bc=a:

logd(bc)=logd(a).

Next, notice that the left side of this equation is the same as that in property number 1 above. Let us apply this property:

clogd(b)=logd(a)

Isolating c on the left side gives

c=logd(a)logd(b)

Finally, since c=logb(a)

logb(a)=logd(a)logd(b)

Examples

This rule allows us to evaluate logs to a base other than e or 10 on a calculator. For example,

log3(12)=log10(12)log10(3)=2.262

<quiz display=simple points="1/1"> {Solve these logarithms}

{ |type="{}"} log3(81)={ 4_1 }

{ |type="{}"} log6(216)={ 3_1 }

{ |type="{}"} log4(64)={ 3_1 }

{Evaluate with a calculator (to 5dp) |type="{}"} log4(6)={ 1.29248_7 }

{Find the y value of these logarithms}

{log3(y)=3 |type="{}"} y={ 27_5 }

{log5(y)=4 |type="{}"} y={ 625_5 }

{log9(y)=4 |type="{}"} y={ 6,561|6561_5 } </quiz>

More properties

Logarithms are the reverse of exponential functions, just as division is the reverse of multiplication. For example, just as we have

5×6=30

and

30/6=5

we also have

73=343

and

log7343=3

More generally, if ab=x, then logax=b. Also, if f(x)=ax, then f1(x)=logax, so if the two equations are graphed, each one is the reflection of the other over the line y=x. (In both equations, a is called the base.)

As a result, alogab=b and logaab=b.

Common bases for logarithms are the base of 10 (log10x is known as the common logarithm) and the base e (lnx is known as the natural logarithm), where e = 2.71828182846...

Natural logs are usually written as lnx or ln(x) (ln is short for natural logarithm in Latin), and sometimes as logex or loge(x). Parenthesized forms are recommended when x is a mathematical expression (e.g., ln(6x+1)).

Logarithms are commonly abbreviated as logs.

Ambiguity

The notation logx may refer to either lnx or log10x, depending on the country and the context. For example, in English-speaking schools, logx usually means lnx, whereas it means log10x in Italian- and French-speaking schools or to English-speaking number theorists. Consequently, this notation should only be used when the context is clear.

Properties of Logarithms

  1. logax+logay=logax*y
  2. logaxlogay=logaxy
  3. logaxb=b×logax

Proof:
logax+logay=logax*y

logax+logay

logax=b and logay=c

 ab=x and  ac=y

 xy=abac

 xy=a(b+c)

logaxy=b+c

and replace b and c (as above)

logaxy=logax+logay

Change of Base Formula

logyx=logaxlogay where a is any positive number, distinct from 1. Generally, a is either 10 (for common logs) or e (for natural logs).

Proof:
logyx=b

 yb=x

Put both sides to loga

logayb=logax

 blogay=logax

 b=logaxlogay

Replace  b from first line

logyx=logaxlogay

Swap of Base and Exponent Formula

alogbc=clogba where a or c must not be equal to 1.

Proof:

logab=1logba by the change of base formula above.

Note that a=clogca. Then

alogbc can be rewritten as

(clogca)logbc or by the exponential rule as

clogca*logbc

using the inverse rule noted above, this is equal to

clogca*1logcb

and by the change of base formula

clogba

Template:BookCat