Achievable logoAchievable logo
AMC
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Algebra
2. Geometry
3. Number theory
4. Counting and probability
5. Intermediate topics (AMC 10/12)
6. Advanced topics (AMC 12)
6.1 Logarithmic functions
6.2 Complex numbers
6.3 Trigonometric functions
6.4 Combinatorial identities
7. General approaches
8. Practical strategies
Wrapping up
Achievable logoAchievable logo
6.1 Logarithmic functions
Achievable AMC
6. Advanced topics (AMC 12)

Logarithmic functions

6 min read
Font
Discuss
Share
Feedback

This chapter only applies to AMC 12 test takers.

Logarithms and exponents describe the same relationship in two different forms. Any exponential equation can be rewritten as a logarithmic equation, and vice versa.

For example, consider the equation 10x=1,000. This is equivalent to writing log10​(1,000)=x. In both forms, the value of x that makes the statement true is 3.

A key reason logarithms matter is that they let you solve for variables in exponents. If the variable you want is in the exponent, you can’t isolate it using only basic algebraic operations - you typically need logarithms.

Just as exponent rules help you simplify exponential expressions, logarithm rules help you simplify logarithmic expressions.

Here is a quick diagram showing how the parts of an exponential expression match the parts of a logarithm.

Exponent and logarithm

Below are a few examples of logarithms and their equivalent exponential forms. When the base is not written explicitly, the base is 10.

2=log3​(9)

log10​(5)=log(5)

3log2​(10)=log2​(103)

Logarithm rules and identities

These are some of the most useful logarithm rules to keep handy when simplifying expressions or solving equations involving logs.

loga​(1)=0

loga​(a)=1

loga​(ax)=x

logc​(ab)=logc​(a)+logc​(b)

logc​(ba​)=logc​(a)−logc​(b)

log(ab)=b(log(a))

logx​(1/xa)=−a

logb​a=logd​blogd​a​

Start the next example by using the final rule above (the change-of-base identity) to rewrite each denominator in base 2.

Example: The question below is from 2021 AMC 12B

What is the value oflog40​2log2​80​−log20​2log2​160​?

A. 0
B. 1
C. 5/4
D. 2
E. log2​5

(spoiler)

Answer: D. 2

Use the change-of-base identity to rewrite each denominator as a reciprocal in base 2:

log40​2=1/log2​40

log20​2=1/log2​20

Substituting these into the original expression flips the denominators and removes the complex fractions:

(log2​80)(log2​40)−(log2​160)(log2​20)

Now rewrite each logarithm so the arguments share common factors, which makes the product easier to expand and simplify:

(log2​4+log2​20)(log2​2+log2​20)−(log2​8+log2​20)log2​20

Replace the simple logs with their values:

(2+log2​20)(1+log2​20)−(3+log2​20)log2​20

After distributing, all terms cancel except 2.

This next example is best handled by substitution.

Example: The question below is from 2022 AMC 12B

Supposex and y are positive real numbers such that xy=264 and (log2​x)log2​y=27. What is the greatest possible value of log2​y?
A. 3
B. 4
C. 3+2​
D. 4+3​
E. 7

(spoiler)

Answer: C. 3+2​

Because (64/y)log2​y=27, we can further simplify to log2​y(log2​(64/y))=7.

Replacing log2​64/y with log2​64−log2​y allows us to further simplify to log2​y(6−log2​y)=7.

This becomes a quadratic after distributing. If you let b=log2​y, the equation matches the form b2−6b+7=0.

Among the two solutions to the quadratic, 3+2​ is greater.

Natural logarithms

Natural logarithms follow the same rules as other logarithms. The main difference is the base: natural logs use Euler’s number e as the base.

You’ll usually see a natural logarithm written as ln(x) instead of loge​x.

Euler’s Number=e=2.71828

loge​(x)=ln(x)

Try applying the usual logarithm rules to the next problem, which involves natural logarithms.

You will need the shoelace formula for the example below. It finds the area of a quadrilateral using only the coordinates of its vertices.

A=21​​(x1​y2​+x2​y3​+x3​y4​+x4​y1​)−(y1​x2​+y2​x3​+y3​x4​+y4​x1​)∣

Example: The question below is from 2020 AMC 12A

The vertices of a quadrilateral lie on the graph ofy=lnx, and the x-coordinates of these vertices are consecutive positive integers. The area of the quadrilateral is ln9091​. What is the x-coordinate of the leftmost vertex?
A. 6
B. 7
C. 10
D. 12
E. 13

(spoiler)

Answer: D. 12

A=21​​(x1​y2​+x2​y3​+x3​y4​+x4​y1​)−(y1​x2​+y2​x3​+y3​x4​+y4​x1​)∣

By using the shoelace formula, you will discover that everything simplifies to ln((n+1)(n+2))/((n)(n+3))

After looking at the answer choices, it becomes clear that n must be 12 for the fraction to be 91/90.

Graphical representation

A logarithmic function has a distinctive graph.

  • It crosses the x-axis at x=1 because logb​(1)=0 for any valid base b.
  • For bases greater than 1, the function increases, but it increases slowly and flattens out as x grows.

Notice that the logarithmic function y=log2​(x) is reflected across x=y by the function y=x2.

logarithmic function

Created with Desmos

Common themes

  • Always look for common logarithmic rules that simplify the equation.
  • When solving for a variable, rewriting a logarithm as an exponential expression may make the problem simpler to solve.
  • Convert all logarithms into the same base before applying simplification rules.
  • Remember that logarithmic functions grow slowly and cross the x-axis at x=1. This can help you automatically eliminate some answer choices.

Logarithms and Exponents

  • Logarithms and exponents are inverse operations
  • Exponential equation ax=b ↔ Logarithmic equation loga​(b)=x
  • Logarithms solve for variables in exponents

Logarithm Rules and Identities

  • loga​(1)=0, loga​(a)=1, loga​(ax)=x
  • Product rule: logc​(ab)=logc​(a)+logc​(b)
  • Quotient rule: logc​(ba​)=logc​(a)−logc​(b)
  • Power rule: log(ab)=blog(a)
  • Change-of-base: logb​a=logd​blogd​a​
  • logx​(1/xa)=−a

Example Problem Strategies

  • Use change-of-base to rewrite logs in a common base
  • Substitute and simplify using logarithm rules
  • For quadratics, let b=log2​y and solve for b

Natural Logarithms

  • Natural log base: e=2.71828
  • ln(x)=loge​(x)
  • Follows same rules as other logarithms

Shoelace Formula (Area of Quadrilateral)

  • A=21​∣(x1​y2​+x2​y3​+x3​y4​+x4​y1​)−(y1​x2​+y2​x3​+y3​x4​+y4​x1​)∣
  • Useful for area with vertices on y=lnx

Graphical Representation

  • logb​(x) crosses x-axis at x=1
  • For b>1, function increases slowly as x grows
  • Logarithmic and exponential functions are reflections across y=x

Common Themes

  • Apply logarithmic rules to simplify equations
  • Rewriting between logarithmic and exponential forms can aid solving
  • Convert all logs to the same base before simplifying
  • Logarithmic functions grow slowly and cross x-axis at x=1

Sign up for free to take 6 quiz questions on this topic

Previous
Next  | 6.2 Complex numbers
All rights reserved ©2016 - 2026 Achievable, Inc.

Logarithmic functions

This chapter only applies to AMC 12 test takers.

Logarithms and exponents describe the same relationship in two different forms. Any exponential equation can be rewritten as a logarithmic equation, and vice versa.

For example, consider the equation 10x=1,000. This is equivalent to writing log10​(1,000)=x. In both forms, the value of x that makes the statement true is 3.

A key reason logarithms matter is that they let you solve for variables in exponents. If the variable you want is in the exponent, you can’t isolate it using only basic algebraic operations - you typically need logarithms.

Just as exponent rules help you simplify exponential expressions, logarithm rules help you simplify logarithmic expressions.

Here is a quick diagram showing how the parts of an exponential expression match the parts of a logarithm.

Exponent and logarithm

Below are a few examples of logarithms and their equivalent exponential forms. When the base is not written explicitly, the base is 10.

2=log3​(9)

log10​(5)=log(5)

3log2​(10)=log2​(103)

Logarithm rules and identities

These are some of the most useful logarithm rules to keep handy when simplifying expressions or solving equations involving logs.

loga​(1)=0

loga​(a)=1

loga​(ax)=x

logc​(ab)=logc​(a)+logc​(b)

logc​(ba​)=logc​(a)−logc​(b)

log(ab)=b(log(a))

logx​(1/xa)=−a

logb​a=logd​blogd​a​

Start the next example by using the final rule above (the change-of-base identity) to rewrite each denominator in base 2.

Example: The question below is from 2021 AMC 12B

What is the value oflog40​2log2​80​−log20​2log2​160​?

A. 0
B. 1
C. 5/4
D. 2
E. log2​5

(spoiler)

Answer: D. 2

Use the change-of-base identity to rewrite each denominator as a reciprocal in base 2:

log40​2=1/log2​40

log20​2=1/log2​20

Substituting these into the original expression flips the denominators and removes the complex fractions:

(log2​80)(log2​40)−(log2​160)(log2​20)

Now rewrite each logarithm so the arguments share common factors, which makes the product easier to expand and simplify:

(log2​4+log2​20)(log2​2+log2​20)−(log2​8+log2​20)log2​20

Replace the simple logs with their values:

(2+log2​20)(1+log2​20)−(3+log2​20)log2​20

After distributing, all terms cancel except 2.

This next example is best handled by substitution.

Example: The question below is from 2022 AMC 12B

Supposex and y are positive real numbers such that xy=264 and (log2​x)log2​y=27. What is the greatest possible value of log2​y?
A. 3
B. 4
C. 3+2​
D. 4+3​
E. 7

(spoiler)

Answer: C. 3+2​

Because (64/y)log2​y=27, we can further simplify to log2​y(log2​(64/y))=7.

Replacing log2​64/y with log2​64−log2​y allows us to further simplify to log2​y(6−log2​y)=7.

This becomes a quadratic after distributing. If you let b=log2​y, the equation matches the form b2−6b+7=0.

Among the two solutions to the quadratic, 3+2​ is greater.

Natural logarithms

Natural logarithms follow the same rules as other logarithms. The main difference is the base: natural logs use Euler’s number e as the base.

You’ll usually see a natural logarithm written as ln(x) instead of loge​x.

Euler’s Number=e=2.71828

loge​(x)=ln(x)

Try applying the usual logarithm rules to the next problem, which involves natural logarithms.

You will need the shoelace formula for the example below. It finds the area of a quadrilateral using only the coordinates of its vertices.

A=21​​(x1​y2​+x2​y3​+x3​y4​+x4​y1​)−(y1​x2​+y2​x3​+y3​x4​+y4​x1​)∣

Example: The question below is from 2020 AMC 12A

The vertices of a quadrilateral lie on the graph ofy=lnx, and the x-coordinates of these vertices are consecutive positive integers. The area of the quadrilateral is ln9091​. What is the x-coordinate of the leftmost vertex?
A. 6
B. 7
C. 10
D. 12
E. 13

(spoiler)

Answer: D. 12

A=21​​(x1​y2​+x2​y3​+x3​y4​+x4​y1​)−(y1​x2​+y2​x3​+y3​x4​+y4​x1​)∣

By using the shoelace formula, you will discover that everything simplifies to ln((n+1)(n+2))/((n)(n+3))

After looking at the answer choices, it becomes clear that n must be 12 for the fraction to be 91/90.

Graphical representation

A logarithmic function has a distinctive graph.

  • It crosses the x-axis at x=1 because logb​(1)=0 for any valid base b.
  • For bases greater than 1, the function increases, but it increases slowly and flattens out as x grows.

Notice that the logarithmic function y=log2​(x) is reflected across x=y by the function y=x2.

logarithmic function

Created with Desmos

Common themes

  • Always look for common logarithmic rules that simplify the equation.
  • When solving for a variable, rewriting a logarithm as an exponential expression may make the problem simpler to solve.
  • Convert all logarithms into the same base before applying simplification rules.
  • Remember that logarithmic functions grow slowly and cross the x-axis at x=1. This can help you automatically eliminate some answer choices.
Key points

Logarithms and Exponents

  • Logarithms and exponents are inverse operations
  • Exponential equation ax=b ↔ Logarithmic equation loga​(b)=x
  • Logarithms solve for variables in exponents

Logarithm Rules and Identities

  • loga​(1)=0, loga​(a)=1, loga​(ax)=x
  • Product rule: logc​(ab)=logc​(a)+logc​(b)
  • Quotient rule: logc​(ba​)=logc​(a)−logc​(b)
  • Power rule: log(ab)=blog(a)
  • Change-of-base: logb​a=logd​blogd​a​
  • logx​(1/xa)=−a

Example Problem Strategies

  • Use change-of-base to rewrite logs in a common base
  • Substitute and simplify using logarithm rules
  • For quadratics, let b=log2​y and solve for b

Natural Logarithms

  • Natural log base: e=2.71828
  • ln(x)=loge​(x)
  • Follows same rules as other logarithms

Shoelace Formula (Area of Quadrilateral)

  • A=21​∣(x1​y2​+x2​y3​+x3​y4​+x4​y1​)−(y1​x2​+y2​x3​+y3​x4​+y4​x1​)∣
  • Useful for area with vertices on y=lnx

Graphical Representation

  • logb​(x) crosses x-axis at x=1
  • For b>1, function increases slowly as x grows
  • Logarithmic and exponential functions are reflections across y=x

Common Themes

  • Apply logarithmic rules to simplify equations
  • Rewriting between logarithmic and exponential forms can aid solving
  • Convert all logs to the same base before simplifying
  • Logarithmic functions grow slowly and cross x-axis at x=1

More from Advanced topics (AMC 12)

  • Complex numbers
  • Trigonometric functions
  • Combinatorial identities