Skip to content

Math Notes for Problem Solving

Logarithms (Logs)

Formula:
Given base b, where b>0 and b1:

by=x

Then:

logb(x)=y

Properties of logs:

1. Product Rule

logb(xy)=logb(x)+logb(y)

The logarithm of a product is the sum of the logarithms.

Example:

log2(8)=3,log2(32)=5,83=256,log2(256)=8log2(8)+log2(32)=log2(256)

2. Quotient Rule

logb(xy)=logb(x)logb(y)

The logarithm of a quotient is the difference of the logarithms.

Example:

log2(16)=4,log2(4)=2,164=4,log2(4)=2log2(16)log2(4)=log2(4)

3. Power Rule

logb(xk)=klogb(x)

The logarithm of a number raised to an exponent is the exponent times the logarithm.


4. Change of Base Formula

logb(x)=logk(x)logk(b)

You can change the base of a logarithm using any positive base k1.


5. Logarithm of 1

logb(1)=0

The logarithm of 1 to any base is 0.


6. Logarithm of the Base

logb(b)=1

The logarithm of a base to itself is 1.


7. Inverse Property

blogb(x)=xandlogb(bx)=x

The base raised to its logarithm cancels out, leaving the argument x.


8. Equality Property

If:

logb(x)=logb(y)$$Then:$$x=y

9. Logarithmic Identity

For natural logarithms and exponential functions:

eln(x)=xandln(ex)=x

10. Base Conversion

You can express logarithms in terms of common logarithms (log10) or natural logarithms (ln):

logb(x)=ln(x)ln(b)orlogb(x)=log10(x)log10(b)

11. Multiplicative Inverse Property

logb(1x)=logb(x)

The logarithm of a reciprocal is the negative logarithm.

Applications on Logarithms

Finding Mulitplication by Logarithms

Formula:

xy=eln(xy)ln(xy)=ln(x)+ln(y)xy=eln(x)+ln(y)

Or:

  1. Find logb(x) and logb(y), then add them.
  2. Find the anit-log of thier sum. Raise the base to thier sum. blogb(x)+logb(y)

Example: Find 5×6 using logarithms:

Note: log=log10

log(5)0.6989,log(6)0.7781log(5)+log(6)1.477110log(5)+log(6)=101.4771=30

Finding Division by Logarithms

Formula:

x÷y=eln(xy)ln(xy)=ln(x)ln(y)x÷y=eln(x)ln(y)

Or:

  1. Find logb(x) and logb(y), then subtract them.
  2. Find the anit-log of thier difference. Raise the base to thier subtraction. blogb(x)logb(y)

Example: Find 50÷5 using logarithms:

log2(50)5.6438,log2(5)2.3219log2(50)log2(5)3.32192log2(50)log2(5)=23.3219=10