Exponents and Logarithms: Complete Study Notes & Formulae
Welcome to Revision Town's ultimate, comprehensive guide to mastering Exponents and Logarithms. Whether you are a high school student preparing for final exams, a college student tackling advanced calculus, or a professional looking to refresh your mathematical toolkit, you have arrived at the right place. In the realm of mathematics, few topics are as deeply interconnected and universally applied as exponents and logarithms.
As experienced mathematics educators at Revision Town, we understand that these topics often trigger "math anxiety." They introduce strange notations and seemingly abstract rules. However, when you realize that exponents are simply a shortcut for repeated multiplication, and logarithms are nothing more than the reverse of that process—much like subtraction is the reverse of addition—the entire system begins to make perfect sense.
In this extensive, 3000+ word study guide, we will leave no stone unturned. We are going to explore the foundational definitions, rigorously dissect every single rule and formula, provide step-by-step solved examples ranging from beginner to advanced, and demonstrate the powerful real-world applications of these mathematical concepts. Let's dive deep into the fascinating world of exponential growth and logarithmic compression.
Part 1: The Foundations of Exponents
Before we can understand logarithms, we must first establish a rock-solid understanding of exponents. At its core, an exponent tells you how many times to use a number (known as the base) in a multiplication.
If \( a \) is a real number and \( n \) is a positive integer, then \( a^n \) is defined as:
$$ a^n = a \times a \times a \times ... \times a \text{ (n times)} $$
Here, \( a \) is the base, and \( n \) is the exponent, power, or index.
For example, if we have \( 5^3 \), the base is 5 and the exponent is 3. This translates to \( 5 \times 5 \times 5 \), which equals 125. While this concept seems elementary when dealing with positive integers, the true power of mathematics is revealed when we expand this definition to include zero, negative numbers, and fractions.
The 7 Laws of Exponents (With Proofs and Insights)
To manipulate algebraic expressions and solve complex equations, you must commit the Laws of Exponents to memory. More importantly, you must understand why they work. Memorization fails under pressure; comprehension lasts a lifetime. Let's break down the rules authored by the math experts at Revision Town.
1. The Product Rule (Multiplying Same Bases)
When you multiply two exponential expressions that share the exact same base, you simply add their exponents.
$$ a^m \times a^n = a^{m+n} $$
The Intuition: Why do we add them? Imagine multiplying \( x^2 \) by \( x^3 \).
\( x^2 \) is \( (x \times x) \).
\( x^3 \) is \( (x \times x \times x) \).
If you multiply them together: \( (x \times x) \times (x \times x \times x) \), you are simply multiplying \( x \) by itself 5 times. Thus, \( x^5 \). It is purely a matter of counting.
Simplify: \( 3^4 \times 3^2 \)
Solution: Since the bases (3) are the same, we add the exponents: \( 4 + 2 = 6 \). The simplified form is \( 3^6 \), which calculates to 729.
2. The Quotient Rule (Dividing Same Bases)
When you divide two exponential expressions with the same base, you subtract the exponent of the denominator from the exponent of the numerator.
$$ \frac{a^m}{a^n} = a^{m-n} $$
(Provided that \( a \neq 0 \))
The Intuition: Consider \( \frac{y^5}{y^2} \). Expanded out, this is \( \frac{y \times y \times y \times y \times y}{y \times y} \). Two of the \( y \)'s on the top cancel out with the two \( y \)'s on the bottom, leaving exactly three \( y \)'s on the top. Hence, \( 5 - 2 = 3 \), resulting in \( y^3 \).
3. The Power of a Power Rule
When you raise an existing power to another power, you multiply the exponents together.
$$ (a^m)^n = a^{m \times n} $$
The Intuition: Let's look at \( (z^3)^2 \). This means you have two sets of \( z^3 \).
So, \( z^3 \times z^3 \). Using our Product Rule, \( 3 + 3 = 6 \). Alternatively, just multiply the powers: \( 3 \times 2 = 6 \). The result is \( z^6 \).
4. The Power of a Product Rule
If a product of two or more bases is raised to a power, you must distribute the exponent to each base inside the parentheses.
$$ (ab)^n = a^n b^n $$
A very common mistake is applying this rule to addition. Remember: \( (a + b)^n \neq a^n + b^n \). The rule ONLY works for multiplication and division. \( (x + 3)^2 \) requires FOIL (First, Outer, Inner, Last), not just distributing the square!
5. The Zero Exponent Rule
Any non-zero base raised to the power of zero is exactly equal to 1. This is a rule that often confuses students initially, but it is deeply logical.
$$ a^0 = 1 $$
(Provided that \( a \neq 0 \). The expression \( 0^0 \) is considered an indeterminate form in mathematics.)
The Proof: Pick any number, say 8. Divide it by itself: \( \frac{8}{8} = 1 \).
Now, write those 8s using exponents: \( \frac{2^3}{2^3} = 1 \).
Apply the Quotient Rule we learned earlier: \( 2^{3-3} = 2^0 \).
Since \( \frac{2^3}{2^3} \) is 1, and it also equals \( 2^0 \), then \( 2^0 \) MUST equal 1. Mathematics is perfectly consistent!
6. The Negative Exponent Rule
A negative exponent indicates a reciprocal. It does not mean the number itself is negative. It means "divide" rather than "multiply".
$$ a^{-n} = \frac{1}{a^n} $$
The Intuition: Let's continue a pattern.
\( 3^2 = 9 \)
\( 3^1 = 3 \) (Divided by 3)
\( 3^0 = 1 \) (Divided by 3)
To find \( 3^{-1} \), we divide by 3 one more time: \( \frac{1}{3} \).
To find \( 3^{-2} \), we divide by 3 again: \( \frac{1}{9} \) or \( \frac{1}{3^2} \).
7. The Fractional (Rational) Exponent Rule
Fractional exponents are an alternative way to express radicals (roots). The numerator acts as the standard power, and the denominator acts as the root index.
$$ a^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m $$
For example, \( x^{\frac{1}{2}} \) is the square root of \( x \) (\( \sqrt{x} \)). \( 8^{\frac{2}{3}} \) means you take the cube root of 8 (which is 2), and then square it (which gives 4). Understanding this bridge between exponents and roots is critical for advanced calculus and algebra.
Part 2: The World of Logarithms
If you've mastered exponents, you are entirely ready for logarithms. Logarithms were invented in the 17th century by John Napier, a Scottish mathematician. Before calculators existed, multiplying massive numbers (like those used in astronomy and navigation) took days and was prone to human error. Napier realized that by using exponents, he could turn complex multiplication problems into simple addition problems.
So, what is a logarithm? A logarithm is simply an exponent. It answers a very specific question: "To what power must I raise the base to get this target number?"
The exponential equation \( y = b^x \) is mathematically identical to the logarithmic equation:
$$ \log_b(y) = x $$
Where:
- \( b \) is the base (must be greater than 0, and not equal to 1).
- \( y \) is the argument (must be greater than 0).
- \( x \) is the exponent (the answer to the logarithm).
Let's look at an example. We know that \( 2^3 = 8 \).
If we want to write this as a logarithm, we ask: "Base 2 raised to what power equals 8?"
Written mathematically: \( \log_2(8) = 3 \). That is all there is to it. The logarithm isolates the exponent.
Special Logarithms: Common and Natural
While a logarithm can have any positive base (other than 1), there are two bases used so frequently in science and mathematics that they get their own special notation on your calculator.
- The Common Logarithm (Base 10): Whenever you see a logarithm written without a base, such as \( \log(100) \), it is universally understood that the base is 10. This is deeply tied to our base-10 decimal system. So, \( \log(100) = 2 \) because \( 10^2 = 100 \).
- The Natural Logarithm (Base e): In advanced mathematics, biology, and finance, continuous growth is modeled using Euler's number, \( e \) (approximately 2.71828). A logarithm with base \( e \) is called the natural logarithm and is denoted as \( \ln(x) \). Therefore, \( \ln(x) \) is exactly the same thing as \( \log_e(x) \).
The Essential Properties of Logarithms
Because logarithms are just exponents in disguise, every Law of Exponents has a corresponding Property of Logarithms. Learning how to expand and condense logarithmic expressions using these properties is essential for solving complex equations.
1. The Product Property of Logarithms
Just as multiplying bases means adding exponents, the logarithm of a product equals the sum of the logarithms.
$$ \log_b(M \times N) = \log_b(M) + \log_b(N) $$
Example: \( \log_3(9x) \) can be expanded to \( \log_3(9) + \log_3(x) \). Since we know that \( 3^2 = 9 \), this simplifies beautifully to \( 2 + \log_3(x) \).
2. The Quotient Property of Logarithms
Just as dividing bases means subtracting exponents, the logarithm of a quotient equals the difference of the logarithms.
$$ \log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N) $$
Example: \( \ln\left(\frac{5}{y}\right) \) becomes \( \ln(5) - \ln(y) \).
3. The Power Property of Logarithms (The Drop-Down Rule)
This is arguably the most powerful rule in all of algebra. The logarithm of a number raised to a power allows you to pull that exponent down and place it in front as a multiplier.
$$ \log_b(M^p) = p \times \log_b(M) $$
Why is this so powerful? Because it is the only algebraic tool that can bring a variable down from an exponent. If you are trying to solve the equation \( 2^x = 15 \), standard algebra fails. You can't divide by 2, and you can't take a square root. But if you apply a logarithm to both sides, the Power Property allows you to pull the 'x' down to the ground level, turning it into a solvable linear equation.
4. The Change of Base Formula
Most basic calculators only have buttons for base 10 (`LOG`) and base e (`LN`). So, how do you calculate something like \( \log_7(50) \)? You use the Change of Base Formula, which allows you to rewrite any logarithm using a base of your choice (usually 10 or e).
$$ \log_b(A) = \frac{\log_c(A)}{\log_c(b)} $$
(Usually applied as: \( \frac{\log(A)}{\log(b)} \) or \( \frac{\ln(A)}{\ln(b)} \))
To evaluate \( \log_7(50) \), you simply type \( \frac{\ln(50)}{\ln(7)} \) into your calculator. Both will yield approximately 2.01.
5. Special Identity Properties
- Log of 1: \( \log_b(1) = 0 \) (Because any base to the power of 0 is 1).
- Log of the Base: \( \log_b(b) = 1 \) (Because \( b^1 = b \)).
- Inverse Property 1: \( \log_b(b^x) = x \) (The log base b and the exponential base b cancel each other out).
- Inverse Property 2: \( b^{\log_b(x)} = x \) (Exponentiating a logarithm with the same base cancels them out).
Part 3: Solving Exponential and Logarithmic Equations
At Revision Town, we emphasize structured problem-solving. Armed with our exponent rules and logarithmic properties, we can now conquer complex equations. We will utilize the HowTo Schema structure here so you have a distinct, step-by-step roadmap.
Solving Exponential Equations
An exponential equation is one where the variable we are trying to solve for is located in the exponent (e.g., \( 5^{2x-1} = 125 \) or \( 3^x = 20 \)).
Method 1: Finding a Common Base
If you can make the bases on both sides of the equal sign the same, you can simply drop the bases and set the exponents equal to each other.
Solve: \( 4^{x} = 8^{x-1} \)
1. Recognize that both 4 and 8 are powers of 2. Rewrite them: \( (2^2)^x = (2^3)^{x-1} \).
2. Use the Power of a Power rule: \( 2^{2x} = 2^{3x-3} \).
3. Since the bases (2) are identical, the exponents must be equal: \( 2x = 3x - 3 \).
4. Solve linearly: \( 3 = x \).
Method 2: Using Logarithms (When bases don't match)
What happens if you have \( 7^x = 30 \)? You cannot write 30 as a clean power of 7. This is where logarithms save the day.
- Isolate the exponential term: In \( 7^x = 30 \), it's already isolated.
- Take the log of both sides: Apply the natural log (ln) to both sides: \( \ln(7^x) = \ln(30) \).
- Apply the Power Rule: Pull the \( x \) down to the front: \( x \cdot \ln(7) = \ln(30) \).
- Isolate the variable: Divide both sides by \( \ln(7) \). Thus, \( x = \frac{\ln(30)}{\ln(7)} \).
- Calculate: Using a calculator, \( x \approx 1.748 \).
Solving Logarithmic Equations
A logarithmic equation contains variables inside the logarithm, such as \( \log_2(x) + \log_2(x-3) = 2 \).
The Strategy: Condense and Exponentiate
Solve: \( \log_2(x) + \log_2(x-3) = 2 \)
1. Condense: Use the Product Property to combine the left side: \( \log_2(x(x-3)) = 2 \).
2. Translate to Exponential Form: The base is 2, the exponent is 2, the result is \( x(x-3) \). So, \( 2^2 = x^2 - 3x \).
3. Solve the resulting quadratic: \( 4 = x^2 - 3x \rightarrow x^2 - 3x - 4 = 0 \).
4. Factor: \( (x-4)(x+1) = 0 \). The potential solutions are \( x = 4 \) and \( x = -1 \).
5. Check for Extraneous Solutions: If we plug \( x = -1 \) back into the original equation, we get \( \log_2(-1) \). We cannot take the log of a negative number. Therefore, \( x = -1 \) is an extraneous solution and must be discarded. The only true solution is \( x = 4 \).
Part 4: Real-World Applications (Why Does This Matter?)
A common grievance among students is, "When will I ever use this?" At Revision Town, we pride ourselves on bridging the gap between theoretical math and the real world. Exponents and logarithms are not just abstract puzzles; they are the fundamental languages of the universe, engineering, and finance.
1. Compound Interest and Finance (Exponential Growth)
When you invest money in a bank or take out a loan, the interest doesn't just grow linearly; it compounds. This means you earn interest on your interest. The formula for continuous compounding is strictly exponential: \( A = P \cdot e^{rt} \), where \( A \) is the final amount, \( P \) is the principal, \( r \) is the rate, and \( t \) is time. Wealth generation in modern capitalism relies entirely on the mechanics of exponential functions.
2. The Richter Scale (Logarithmic Scale)
When we hear about a magnitude 6.0 earthquake versus a magnitude 7.0 earthquake on the news, it doesn't sound like a big difference. However, the Richter scale is a base-10 logarithmic scale. This means an increase of 1.0 on the scale represents a 10-fold increase in wave amplitude and a 31.6-fold increase in energy release. A 7.0 earthquake is devastatingly more powerful than a 6.0. Logarithms allow scientists to compress massive ranges of energy into understandable numbers from 1 to 10.
3. The pH Scale in Chemistry
In biology and chemistry, the acidity of a liquid is measured by its pH. The pH scale is defined logarithmically: \( \text{pH} = -\log[H^+] \), where \( [H^+] \) is the concentration of hydrogen ions. Because it is logarithmic, a pH of 3 (like stomach acid) has 10 times more hydrogen ions than a pH of 4 (like tomato juice), and 100 times more than a pH of 5.
4. Decibels and Human Hearing
Human ears are incredibly sensitive. We can hear a pin drop, and we can survive a jet engine taking off. The jet engine emits billions of times more acoustic power than the pin. To make sound measurement manageable, audio engineers use Decibels (dB), which is a logarithmic unit. This is why a 10 dB increase in volume is perceived by human ears as being roughly "twice as loud," even though the acoustic energy increased by a factor of 10.
Part 5: Interactive Exponent & Logarithm Calculator
Reading about the properties is important, but practical application cements knowledge. Use Revision Town's built-in, custom-coded calculator below to experiment with different bases and numbers. Note how the Change of Base formula we discussed earlier runs the logic behind this tool!
Revision Town Quick Math Engine
Test exponential outputs and compute logarithms with non-standard bases instantly.
Exponent Calculator (\( a^x \))
Logarithm Calculator (\( \log_b(y) \))
Part 6: Frequently Asked Questions (FAQ)
Even with thorough study notes, certain nuances trip students up. Here are the most common questions the educators at Revision Town receive regarding this topic.
Ready to Ace Your Exams?
Mastering exponents and logarithms opens the gateway to calculus, advanced physics, and financial modeling. Review these notes, bookmark this page for reference, and keep practicing. For more high-quality mathematics study guides, keep exploring Revision Town!
1.2.1 Laws of exponents
Exponents always follow certain rules. If you are multiplying or dividing, use the following rules to determine what happens with the powers.
Example:

1.2.2 Fractional exponents
When doing mathematical operations (+, −, × or ÷) with fractions in the exponent you will need the following rules. These are often helpful when writing your answers in simplest terms.
Example:

1.2.3 Laws of logarithms
Logarithms are the inverse mathematical operation of exponents, like division is the inverse mathematical operation of multiplication. The logarithm is often used to find the variable in an exponent.
DB 1.5 ax = b ⇔ x = Logab
Since loga ax = x, so then x = loga b.
This formula shows that the variable x in the power of the exponent becomes the subject of your log equation, while the number a becomes the base of your logarithm.
Logarithms with bases of 10 and e have special notations in which their base is not explicitly noted.
log10 x = log x
loge x = ln x
(Note: Remember that e is just the irrational number 2.71828…, so the same laws apply to ln as to other logarithms.)
Below are the rules that you will need to use when performing calculations with logarithms and when simplifying them. The sets of equations on the left and right are the same; on the right we show the notation that the formula booklet uses while the equations on the left are easier to understand.
Laws of logarithms and change of base
DB 1.7

(Note: With the 4th rule you can change the base of a log)
Next to these rules, there are a few handy things to keep in mind when working with logarithms.
loga 0 = x is always undefined (because ax ≠ 0)
x = loga a = 1, which also means that ln e = 1
elna = a
Solve for x in the exponent using logarithms
Solve 2x = 13
- Take the log on both sides
2. Use rule III to take x outside
x log 2 = log 13
3. Solve

Expressing logs in terms of other logs
Example: Given that p = loga 5 and q = loga 2 express the following in terms of p and q
