ACT MATH • PREPARING FOR HIGHER MATH

Logarithmic Functions

Understand how logarithms reverse exponentiation and master the skills the ACT tests most.

Historical Context & Motivation

Before calculators and computers existed, scientists and navigators faced a crushing problem: multiplying and dividing enormous numbers by hand was painfully slow and error-prone. In the early 1600s, a Scottish mathematician named John Napier realized that exponents could turn multiplication into addition—a far simpler operation. His invention of logarithms transformed calculation the same way a conveyor belt transforms a factory: it made hard work dramatically easier.

1614
Napier Publishes Logarithm Tables
John Napier released Mirifici Logarithmorum Canonis Descriptio, introducing logarithms as a computational shortcut that reduced months of astronomical calculation to hours.
1624
Briggs Creates Common Logarithms
Henry Briggs collaborated with Napier and developed base-10 (common) logarithms, producing detailed tables that became standard tools for scientists and engineers for over 300 years.
1668
Natural Logarithm Emerges
Mathematicians discovered that the area under the curve y = 1/x naturally produces logarithms with base e ≈ 2.718, laying the foundation for the natural logarithm (ln).
1972
Scientific Calculators Arrive
The HP-35 became the first handheld scientific calculator with a LOG key, ending the era of printed logarithm tables while making logarithmic functions accessible to every student.

Today, logarithms appear everywhere—from measuring earthquake intensity on the Richter scale to calculating sound levels in decibels to modeling population growth. On the ACT, you need to understand what a logarithm means, how to convert between logarithmic and exponential form, and how to apply the key properties. Let's build that understanding from the ground up.

Core Principles & Definitions

At its heart, a logarithm answers one simple question: "What exponent do I need?" When you write logb(x) = y, you are asking: "To what power must I raise b to get x?" The answer is y. This means that logarithmic functions are the inverse of exponential functions—they "undo" exponentiation just like subtraction undoes addition.

1

The Definition

logb(x) = y means by = x. The base b must be positive and not equal to 1, and x must be positive.
2

Common Logarithm

When no base is written, "log(x)" means log10(x). This is the common logarithm, used in pH chemistry and decibel scales.
3

Natural Logarithm

"ln(x)" means loge(x), where e ≈ 2.718. The natural logarithm appears in growth/decay models and calculus.
4

Inverse Relationship

If f(x) = bx, then f−1(x) = logb(x). Their graphs are reflections across the line y = x.
5

Domain Restriction

You can only take the logarithm of a positive number. The domain of y = logb(x) is x > 0, and its range is all real numbers.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — Exponential vs. Logarithmic Graphs

The best way to understand logarithmic functions is to see them side-by-side with their exponential partners. Because a logarithmic function is the inverse of an exponential function, its graph is a mirror reflection across the line y = x. The diagram below plots y = 2x and y = log2(x) on the same coordinate plane so you can see this symmetry clearly.

The pink curve shows y = 2x (exponential), and the cyan curve shows y = log2(x) (logarithmic). Notice they are mirror images across the dashed line y = x. The logarithmic curve has a vertical asymptote at x = 0 and passes through (1, 0).

Notice several important features in the graph. The exponential function y = 2x passes through (0, 1) and climbs steeply to the right, while the logarithmic function y = log2(x) passes through (1, 0) and grows slowly. The logarithmic graph never touches or crosses the y-axis—this is the vertical asymptote at x = 0, which confirms that you cannot take the logarithm of zero or a negative number. As x increases, the logarithmic curve keeps rising but at an ever-decreasing rate; it grows without bound, just very slowly.

Mathematical Framework — Properties of Logarithms

The ACT expects you to know the definition of a logarithm and several key properties that let you simplify and solve logarithmic expressions. Each property mirrors a rule of exponents, because logarithms and exponents are inverses.

DEFINITION OF LOGARITHM
log_b(x) = y ⟺ b^y = x
b = base (b > 0, b ≠ 1), x = argument (x > 0), y = exponent. Read as: "log base b of x equals y."
PRODUCT RULE
log_b(M × N) = log_b(M) + log_b(N)
The log of a product equals the sum of the logs. This mirrors bm × bn = bm+n.
QUOTIENT RULE
log_b(M / N) = log_b(M) − log_b(N)
The log of a quotient equals the difference of the logs. This mirrors bm / bn = bm−n.
POWER RULE
log_b(M^p) = p × log_b(M)
An exponent inside the log can be pulled out front as a coefficient. This mirrors (bm)p = bmp.
CHANGE OF BASE FORMULA
log_b(x) = log(x) / log(b) = ln(x) / ln(b)
Use this to evaluate a logarithm with any base on your calculator, which only has log (base 10) and ln (base e) keys.
ACT Quick Facts

Detailed Breakdown — Converting Between Forms

The most common ACT logarithm task is converting between exponential form and logarithmic form. The diagram below shows this conversion visually, mapping the three parts—base, exponent, and result—between the two notations. Study it carefully, because once this conversion is automatic, nearly every logarithm problem becomes manageable.

This diagram shows how the three components—base, exponent, and result—map between exponential and logarithmic form. The base stays the base, the result becomes the argument of the log, and the exponent becomes the answer of the log.
Common conversions between exponential and logarithmic form
Exponential FormLogarithmic FormWhy It Works
34 = 81log3(81) = 43 × 3 × 3 × 3 = 81
10−2 = 0.01log(0.01) = −21/10² = 1/100 = 0.01
e1 = eln(e) = 1e raised to the first power is e
41/2 = 2log4(2) = 1/2The square root of 4 is 2

Worked Example — Solving a Logarithmic Equation

Let's walk through a full ACT-style problem: Solve for x: log3(2x + 1) = 4. This type of problem tests your ability to convert from logarithmic form to exponential form and then solve a linear equation.

1
Step 1 — Identify the ComponentsIn log3(2x + 1) = 4, the base is 3, the argument is (2x + 1), and the answer (exponent) is 4.
2
Step 2 — Convert to Exponential FormApply the definition: logb(x) = y means by = x. So log3(2x + 1) = 4 becomes 34 = 2x + 1.
34 = 2x + 1
3
Step 3 — Evaluate the ExponentialCalculate 34 = 3 × 3 × 3 × 3 = 81. The equation is now 81 = 2x + 1.
81 = 2x + 1
4
Step 4 — Solve the Linear EquationSubtract 1 from both sides: 80 = 2x. Then divide both sides by 2: x = 40.
x = 40
5
Step 5 — Verify the SolutionCheck: log3(2(40) + 1) = log3(81) = 4. ✓ The argument 81 is positive, so the solution is valid. Always check that the argument remains positive—if it doesn't, the solution is extraneous.

Common Mistakes & How to Avoid Them

Logarithm questions on the ACT are designed to reward students who know the rules and punish careless errors. Below is a comparison of the most frequent mistakes students make alongside the correct approaches. Study these carefully—recognizing trap answers can be the difference between a good score and a great one.

Avoid these traps on the ACT
Common MistakeWhy It's WrongCorrect Approach
log(a + b) = log(a) + log(b)The product rule says log(a × b) = log(a) + log(b). There is no rule for the log of a sum.Leave log(a + b) as is—it cannot be simplified further.
log(a) / log(b) = log(a − b)The quotient rule involves log(a/b), not a quotient of separate logs. Also, log(a)/log(b) is the change of base formula.log(a/b) = log(a) − log(b). Keep the fraction inside the argument.
Forgetting domain restrictionsA solution might make the argument zero or negative, creating an extraneous solution.Always check that the argument of each log in the original equation is positive.
log₂(8) = 42⁴ = 16, not 8. The student confused 2³ = 8 with 2⁴ = 16.Verify by converting back: 2³ = 8, so log₂(8) = 3.
KEY TAKEAWAY
KEY TAKEAWAY

Connection to Advanced Topics

The logarithmic functions you're mastering now form the foundation for several powerful ideas you'll encounter in college-level math and science. Understanding how ACT-level logarithms connect to these advanced applications can deepen your intuition and make the basic material feel more meaningful.

From ACT skills to college applications
ACT-Level ConceptAdvanced Extension
Evaluating log expressions (e.g., log₂(32))Logarithmic scales in science: pH, Richter scale, decibels—all use log₁₀ to compress huge ranges into manageable numbers.
Solving exponential equations using logsIn calculus, the natural logarithm is the integral of 1/x. Solving differential equations for growth and decay relies heavily on ln.
Change of base formulaComputer science uses log₂ constantly—binary search, algorithm complexity (Big-O notation), and information theory are all built on base-2 logarithms.
Graphing y = log_b(x)Logarithmic transformations straighten curved data in statistics. Taking the log of both sides of a power model lets you use linear regression.

For now, focus on the core skills: converting between forms, applying properties, and solving equations. These fundamentals will carry you through the ACT and set you up for success when logarithms reappear in calculus, statistics, and the sciences.

Practice Problems

1
Which of the following is equivalent to log5(125) = 3 ?
PROBLEM 2BASIC CALCULATION
Evaluate log4(64).
PROBLEM 3INTERMEDIATE
Which of the following is equivalent to the expression 2 log(x) + log(y) − log(z) when condensed into a single logarithm? A. log(2xy / z) B. log(x²yz) C. log(x²y / z) D. log(xy² / z) E. log(2x + y − z)
PROBLEM 4APPLIED
If log₃(x) = 4, what is the value of x?
PROBLEM 5CRITICAL THINKING
If log2(x) = 3, what is the value of x?
Varsity Tutors • ACT Math • Logarithmic Functions — Logarithmic Functions