Logarithm Essentials: Definition, Properties, and Calculations
2026.04.24
by QANDA
Math study
Logarithms are the inverse of exponentiation and one of the most frequently tested concepts in high school math. They go hand-in-hand with exponential functions and appear throughout algebra and calculus.
π‘
Logarithms appear in 2β3 questions on most standardized math exams. Master the definition and the three key laws, and you can solve the vast majority of log problems.
What Is a Logarithm?
Definition
A logarithm answers the question: "How many times must I multiply the base to get this number?"
For a>0, aξ =1, and N>0, if ax=N then x=logaβN.
logaβN=xβΊax=N
Here a is the base and N is the argument.
Conditions for a Valid Logarithm
A logarithm logaβN is defined only when:
Base condition: a>0 and aξ =1
Argument condition: N>0
If either condition fails, the logarithm is undefined
Common Log vs Natural Log
Type
Base
Notation
Use
Common log
10
logN (base omitted)
Digit counting, standardized tests
Natural log
eβ2.718
lnN
Calculus, science
Logarithm Properties and Laws
Step 1: Basic Properties
For any valid base a:
logaβ1=0(β΅a0=1)
logaβa=1(β΅a1=a)
alogaβN=N
Step 2: The Three Laws of Logarithms
For M>0 and N>0:
Law 1 β Product β Addition
logaβMN=logaβM+logaβN
Law 2 β Quotient β Subtraction
logaβNMβ=logaβMβlogaβN
Law 3 β Power β Multiplication
logaβMk=klogaβM
Step 3: Change of Base Formula
The key formula for converting between different bases:
logaβb=logcβalogcβbβ
Useful variations:
logaβb=logbβa1β
logaβbβ logbβc=logaβc
β οΈ
The most common mistake is thinking logaβ(M+N)=logaβM+logaβN. The product rule only works for multiplication inside the log, not addition!
Advanced: Applications of Logarithms
Finding the Number of Digits
The number of digits in a positive integer N is βlog10βNβ+1.
For example, 210=1024:
log10β1024β3.01ββ3.01β+1=4Β digits
Practice Problems
Example 1: Applying Log Laws
Problem: Find the value of log2β12βlog2β3.
Show Solution
Apply the quotient rule:
log2β12βlog2β3=log2β312β=log2β4=2
Answer: 2
Example 2: Change of Base
Problem: Find the value of log2β3Γlog3β8.
Show Solution
Use the chain rule for logarithms:
log2β3Γlog3β8=log2β8=3
Alternatively, log3β8=3log3β2, so:
log2β3Γ3log3β2=3Γlog2β3Γlog2β31β=3
Answer: 3
π
When solving log problems, always start by unifying the bases and prime-factoring the arguments. Most problems are solved in these two steps.
Top 3 Common Mistakes
Ignoring the argument condition β Forgetting to check N>0 in logaβN and substituting negative numbers or zero. Always verify the argument after solving.
Confusing addition with multiplication β log(M+N)ξ =logM+logN. You can only separate logs when the argument is a product.
Swapping numerator and denominator in base change β In logaβb=logalogbβ, b is in the numerator and a is in the denominator.