Exponents and Logarithms: Laws, Rules and Examples

Algebra and functions study guide

Exponents and Logarithms: Complete Study Notes and Formulae

Exponents describe repeated multiplication, growth, decay, powers, roots, and scientific notation. Logarithms reverse exponentials and let you solve equations where the variable is trapped in a power. This guide explains the rules, the reasoning behind them, the graph behavior, and the exam methods you need for confident algebra work.

Best for GCSE, IGCSE, A-Level, IB, AP, SAT, and college algebra review
Main skills Simplifying powers, solving exponential equations, and using logarithm laws
Formula format MathJax-ready notation for clean formulas and classroom use

The Big Picture: Powers and Their Inverses

Exponents and logarithms are not separate topics. They are two sides of the same idea. An exponential expression such as \(2^5\) asks you to start with a base and raise it to a power. A logarithm such as \(\log_2(32)\) asks the reverse question: what power of \(2\) gives \(32\)? Since \(2^5 = 32\), it follows that \(\log_2(32) = 5\).

This inverse relationship is the reason logarithms are so useful. Ordinary algebra can undo addition with subtraction and multiplication with division. But when the unknown is in an exponent, you need a new inverse operation. Logarithms provide that inverse operation. They turn exponential equations into algebraic equations that can be solved using familiar methods.

Students often feel that logarithms appear suddenly, but they are a natural continuation of exponent work. First you learn positive integer powers, then zero and negative powers, then fractional powers, then exponential functions. Once an exponent can contain a variable, you need a tool to recover that variable. That tool is the logarithm.

Core translation: the statements \(b^x = y\) and \(\log_b(y) = x\) mean exactly the same thing, as long as \(b \gt 0\), \(b \ne 1\), and \(y \gt 0\).

These topics connect directly to wider algebra and functions. If you want a broader revision base before working through this page, use RevisionTown's complete algebra cheat sheet, algebra learning resources, and functions formulae for AA SL and AA HL. They provide the background needed for equations, graphs, transformations, and function notation.

What Exponents Mean

An exponent tells you how many times a base is used as a factor. In \(a^n\), the number \(a\) is the base and \(n\) is the exponent, power, or index. If \(n\) is a positive integer, the definition is repeated multiplication:

\[ a^n = \underbrace{a \cdot a \cdot a \cdots a}_{n\text{ factors}} \]

For example, \(5^3 = 5 \cdot 5 \cdot 5 = 125\). The exponent does not mean multiply the base by the exponent. It means multiply the base by itself the stated number of times. So \(5^3\) is \(125\), not \(15\).

The language around exponents is flexible. The expression \(3^4\) may be read as "three to the fourth power," "three raised to four," or "three to the power of four." The second power is often called "squared" because it represents the area of a square with side length \(a\). The third power is called "cubed" because it represents the volume of a cube with side length \(a\).

ExpressionMeaningValue
\(2^4\)\(2 \cdot 2 \cdot 2 \cdot 2\)\(16\)
\(10^3\)\(10 \cdot 10 \cdot 10\)\(1000\)
\((-3)^2\)\((-3)(-3)\)\(9\)
\(-3^2\)\(-(3^2)\)\(-9\)

The last two rows are important. Parentheses change the base. The expression \((-3)^2\) squares the negative number, so the result is positive. The expression \(-3^2\) means the negative of \(3^2\), so the result is negative. This is a common exam trap.

Laws of Exponents

The laws of exponents are shortcuts built from repeated multiplication. They are not random rules to memorize. Each one follows from counting factors, canceling common factors, or distributing repeated multiplication correctly. Understanding the reason behind each law makes it easier to use the right rule under pressure.

LawFormulaUse it when
Product rule\(a^m a^n = a^{m+n}\)Multiplying powers with the same base
Quotient rule\(\frac{a^m}{a^n} = a^{m-n}\)Dividing powers with the same nonzero base
Power of a power\((a^m)^n = a^{mn}\)Raising an existing power to another power
Power of a product\((ab)^n = a^n b^n\)Raising a product to a power
Power of a quotient\(\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}\)Raising a fraction to a power
Zero exponent\(a^0 = 1\)The base is nonzero
Negative exponent\(a^{-n} = \frac{1}{a^n}\)Rewriting powers as reciprocals

Product Rule

When multiplying powers with the same base, add the exponents:

\[ a^m a^n = a^{m+n} \]

For example, \(x^3 \cdot x^4 = x^7\). This works because \(x^3\) has three factors of \(x\), and \(x^4\) has four factors of \(x\). Together there are seven factors. The base must be the same. You cannot combine \(2^3 \cdot 5^3\) by adding exponents because the bases are different. Instead, you may use the power of a product rule to write \(2^3 \cdot 5^3 = (10)^3\).

Quotient Rule

When dividing powers with the same nonzero base, subtract the exponents:

\[ \frac{a^m}{a^n} = a^{m-n},\qquad a \ne 0 \]

For example, \(\frac{y^9}{y^4} = y^5\). Five factors remain after four factors in the denominator cancel with four of the factors in the numerator. The condition \(a \ne 0\) matters because division by zero is undefined.

Power of a Power

When raising a power to another power, multiply the exponents:

\[ (a^m)^n = a^{mn} \]

For example, \((p^2)^5 = p^{10}\). The expression means \(p^2\) multiplied by itself five times. Since each copy has two factors of \(p\), the result has ten factors.

Power of a Product and Power of a Quotient

A power can be distributed across multiplication and division:

\[ (ab)^n = a^n b^n \] \[ \left(\frac{a}{b}\right)^n = \frac{a^n}{b^n},\qquad b \ne 0 \]

Be careful: a power does not distribute across addition or subtraction. In general, \((a+b)^2 \ne a^2 + b^2\). Instead, \((a+b)^2 = a^2 + 2ab + b^2\). This distinction is essential in algebra, quadratics, binomial expansion, and calculus.

Example: simplify using exponent laws

Simplify \(\frac{(3x^4y^{-2})^2}{9x^3y^{-5}}\).

\[ (3x^4y^{-2})^2 = 9x^8y^{-4} \] \[ \frac{9x^8y^{-4}}{9x^3y^{-5}} = x^{8-3}y^{-4-(-5)} = x^5y \]

The simplified result is \(x^5y\), assuming the variables are nonzero where required.

For extra focused practice on these rules, RevisionTown's laws of indices, exponents, and exponent calculator pages are useful companions.

Zero, Negative, and Rational Exponents

Exponent rules become more powerful when they are extended beyond positive whole numbers. Zero exponents, negative exponents, and rational exponents may look unusual at first, but they are designed to keep the exponent laws consistent.

Zero Exponents

For any nonzero base, a zero exponent gives \(1\):

\[ a^0 = 1,\qquad a \ne 0 \]

One reason comes from the quotient rule. Since \(\frac{a^3}{a^3} = 1\), the quotient rule also gives \(a^{3-3} = a^0\). Therefore \(a^0\) must equal \(1\) if the exponent system is to remain consistent. The expression \(0^0\) is treated carefully in higher mathematics and should not be simplified casually in school algebra.

Negative Exponents

A negative exponent represents a reciprocal, not a negative number:

\[ a^{-n} = \frac{1}{a^n},\qquad a \ne 0 \] \[ \frac{1}{a^{-n}} = a^n \]

For example, \(4^{-2} = \frac{1}{4^2} = \frac{1}{16}\). A common mistake is to write \(4^{-2} = -16\), but the minus sign belongs to the exponent, not the value. It tells the power to move across the fraction bar.

Rational Exponents and Roots

A rational exponent is a fractional exponent. The denominator tells you the root, and the numerator tells you the power:

\[ a^{\frac{m}{n}} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m \]

For example, \(x^{1/2} = \sqrt{x}\), \(x^{1/3} = \sqrt[3]{x}\), and \(8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4\). Fractional exponents are especially important when simplifying radicals, solving equations with roots, and differentiating power functions later in calculus.

When even roots are involved, real-number domain restrictions matter. The expression \(\sqrt{x}\) is real only when \(x \ge 0\). Odd roots such as \(\sqrt[3]{x}\) can accept negative inputs in the real number system. These details are why rational exponent questions often test both algebra and domain awareness. See algebraic roots and indices and rational exponents for eleventh grade for targeted follow-up.

Scientific Notation

Powers of \(10\) make scientific notation possible. A very large or very small number can be written in the form:

\[ A \times 10^n,\qquad 1 \le A \lt 10 \]

For example, \(5200000 = 5.2 \times 10^6\), and \(0.00043 = 4.3 \times 10^{-4}\). Scientific notation is not just a formatting trick. It makes multiplication, division, and estimation easier because the powers of \(10\) can be handled with exponent laws.

Exponential Functions, Growth, and Decay

An exponential function has the variable in the exponent. A basic model is:

\[ f(x) = ab^x \]

The constant \(a\) is the initial value when \(x = 0\), and \(b\) is the growth or decay factor. If \(b \gt 1\), the function grows as \(x\) increases. If \(0 \lt b \lt 1\), the function decays. The base \(b\) must be positive for the standard real-valued exponential function.

Growth Factors and Percentage Change

If a quantity increases by \(r\) percent each time period, the growth factor is \(1 + \frac{r}{100}\). If it decreases by \(r\) percent, the decay factor is \(1 - \frac{r}{100}\). For example, a \(6\) percent yearly increase uses factor \(1.06\), while a \(20\) percent yearly decrease uses factor \(0.80\).

Example: exponential growth

A population starts at \(1200\) and grows by \(4\) percent each year. A suitable model is:

\[ P(t) = 1200(1.04)^t \]

After \(10\) years, \(P(10) = 1200(1.04)^{10}\), which is approximately \(1776\).

Continuous Growth and the Number \(e\)

The number \(e\) is a special mathematical constant, approximately \(2.71828\). It appears naturally in continuous growth, calculus, probability, and differential equations. A common continuous growth or decay model is:

\[ A = Pe^{rt} \]

Here \(P\) is the initial amount, \(r\) is the continuous rate, \(t\) is time, and \(A\) is the final amount. When \(r\) is positive, the model grows. When \(r\) is negative, it decays. For background on the constant itself, see RevisionTown's guide to what \(e\) means in math.

Exponential models are used in compound interest, population growth, depreciation, medicine concentration, radioactive decay, and spread models. RevisionTown has more specific resources on exponential growth and decay, compound interest formula, and compound interest formula guide.

What Logarithms Mean

A logarithm answers an exponent question. The expression \(\log_b(y)\) is read as "log base \(b\) of \(y\)." It asks: what exponent must be placed on \(b\) to produce \(y\)?

\[ b^x = y \quad \Longleftrightarrow \quad \log_b(y) = x \] \[ b \gt 0,\qquad b \ne 1,\qquad y \gt 0 \]

The restrictions are not optional. The base must be positive because standard real exponential functions use positive bases. The base cannot be \(1\) because \(1^x = 1\) for every \(x\), so it cannot produce a useful inverse. The argument \(y\) must be positive because a positive base raised to a real power never gives zero or a negative number.

Exponential formLogarithmic formReason
\(2^3 = 8\)\(\log_2(8) = 3\)Base \(2\) needs exponent \(3\) to make \(8\)
\(10^4 = 10000\)\(\log(10000) = 4\)Common logarithm has base \(10\)
\(e^0 = 1\)\(\ln(1) = 0\)Natural logarithm has base \(e\)
\(5^{-2} = \frac{1}{25}\)\(\log_5\left(\frac{1}{25}\right) = -2\)Negative logs can occur when the argument is between \(0\) and \(1\)

Common Logarithms

A common logarithm has base \(10\). It is usually written without the base:

\[ \log(x) = \log_{10}(x) \]

Common logarithms are useful when measuring quantities across powers of \(10\), such as sound intensity, earthquake scales, acidity, and scientific notation. They also make order-of-magnitude thinking easier. If \(\log(x) = 6\), then \(x = 10^6\).

Natural Logarithms

A natural logarithm has base \(e\):

\[ \ln(x) = \log_e(x) \]

Natural logarithms are central in calculus because \(e^x\) has uniquely clean derivative and integral behavior. They also appear in continuous compounding, half-life models, differential equations, and advanced statistics. When you reach calculus, the pages on derivatives of exponential and logarithmic functions and integration of exponential and logarithmic functions become natural next steps.

Laws of Logarithms

Logarithm laws come from exponent laws. Since logarithms are exponents, they convert multiplication into addition, division into subtraction, and powers into multiplication. These laws are essential for expanding expressions, condensing expressions, solving equations, and preparing for calculus.

LawFormulaMeaning
Product law\(\log_b(MN) = \log_b(M) + \log_b(N)\)Multiplication inside a log becomes addition outside
Quotient law\(\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)\)Division inside a log becomes subtraction outside
Power law\(\log_b(M^p) = p\log_b(M)\)An exponent on the argument becomes a coefficient
Change of base\(\log_b(A) = \frac{\log(A)}{\log(b)} = \frac{\ln(A)}{\ln(b)}\)Rewrite any log using a calculator-friendly base
Log of \(1\)\(\log_b(1) = 0\)Any valid base raised to \(0\) equals \(1\)
Log of the base\(\log_b(b) = 1\)A base raised to \(1\) equals itself

Expanding Logarithms

Expanding a logarithm means rewriting one logarithm as several simpler logarithms. The product, quotient, and power laws are used from left to right. For example:

Example: expand a logarithm

Expand \(\log_3\left(\frac{x^2y}{z^5}\right)\).

\[ \log_3\left(\frac{x^2y}{z^5}\right) = \log_3(x^2y) - \log_3(z^5) \] \[ = \log_3(x^2) + \log_3(y) - \log_3(z^5) \] \[ = 2\log_3(x) + \log_3(y) - 5\log_3(z) \]

Condensing Logarithms

Condensing is the reverse process. You combine multiple logarithms into one. This is especially useful when solving logarithmic equations because a single logarithm can be translated into exponential form.

Example: condense logarithms

Condense \(2\ln(x) - \ln(5) + \ln(y)\).

\[ 2\ln(x) = \ln(x^2) \] \[ \ln(x^2) - \ln(5) + \ln(y) = \ln\left(\frac{x^2y}{5}\right) \]

Change of Base Formula

Most calculators directly evaluate \(\log(x)\) and \(\ln(x)\), but many problems use other bases. The change of base formula converts any logarithm into a quotient of logs with the same base:

\[ \log_b(A) = \frac{\log_c(A)}{\log_c(b)} \]

Choosing \(c = 10\) gives common logs, and choosing \(c = e\) gives natural logs. For example, \(\log_7(50) = \frac{\ln(50)}{\ln(7)}\). If you want a direct tool for this kind of computation, RevisionTown's log calculator, log base 2 calculator, and antilog calculator are sitemap-verified options.

Solving Exponential and Logarithmic Equations

The method depends on where the variable appears. If the variable is in the exponent, the equation is exponential. If the variable is inside a logarithm, the equation is logarithmic. In both cases, the goal is to use inverse operations without violating domain restrictions.

Exponential Equations with the Same Base

If both sides can be written with the same base, rewrite them and equate the exponents.

Example: same base method

Solve \(4^{x+1} = 8^{2x-3}\).

\[ (2^2)^{x+1} = (2^3)^{2x-3} \] \[ 2^{2x+2} = 2^{6x-9} \]

Since the bases are equal, the exponents are equal:

\[ 2x + 2 = 6x - 9 \] \[ 11 = 4x \] \[ x = \frac{11}{4} \]

Exponential Equations Requiring Logs

If the bases cannot be matched, take a logarithm of both sides. Natural logarithms and common logarithms both work, as long as you use the same type on both sides.

Example: solve with logarithms

Solve \(3^x = 40\).

\[ \ln(3^x) = \ln(40) \] \[ x\ln(3) = \ln(40) \] \[ x = \frac{\ln(40)}{\ln(3)} \]

So \(x \approx 3.358\).

Logarithmic Equations

When solving logarithmic equations, first state or remember the domain restrictions. Every logarithm argument must be positive. Then use log laws to condense if needed, translate to exponential form, solve, and check.

Example: solve a logarithmic equation

Solve \(\log_2(x) + \log_2(x - 6) = 4\).

Domain restrictions: \(x \gt 0\) and \(x - 6 \gt 0\), so \(x \gt 6\).

\[ \log_2(x(x - 6)) = 4 \] \[ x(x - 6) = 2^4 \] \[ x^2 - 6x = 16 \] \[ x^2 - 6x - 16 = 0 \] \[ (x - 8)(x + 2) = 0 \]

The possible solutions are \(x = 8\) and \(x = -2\). The domain requires \(x \gt 6\), so the only valid solution is \(x = 8\).

Equations with \(e\) and \(\ln\)

The functions \(e^x\) and \(\ln(x)\) undo each other:

\[ \ln(e^x) = x \] \[ e^{\ln(x)} = x,\qquad x \gt 0 \]

This inverse relationship is the key to continuous growth and decay problems. If \(A = Pe^{rt}\), then solving for time often requires a natural logarithm:

\[ \frac{A}{P} = e^{rt} \] \[ \ln\left(\frac{A}{P}\right) = rt \] \[ t = \frac{\ln(A/P)}{r} \]

For grade-level practice, see exponential and logarithmic equations for eleventh grade and exponential and logarithmic equations for twelfth grade.

Graphs and Transformations

Exponentials and logarithms are inverse functions, so their graphs are reflections across the line \(y = x\). Understanding their graphs helps you predict domain, range, intercepts, asymptotes, and transformations without relying only on tables of values.

Graph of \(y = b^x\)

For \(b \gt 1\), the graph of \(y = b^x\) increases from left to right. It passes through \((0,1)\) because \(b^0 = 1\). It has horizontal asymptote \(y = 0\), meaning the graph approaches the \(x\)-axis but never touches it.

For \(0 \lt b \lt 1\), the graph decreases from left to right. It still passes through \((0,1)\), and it still has horizontal asymptote \(y = 0\). The difference is direction: growth versus decay.

Graph of \(y = \log_b(x)\)

The logarithmic graph \(y = \log_b(x)\) has domain \(x \gt 0\), range all real numbers, and vertical asymptote \(x = 0\). It passes through \((1,0)\) because \(\log_b(1) = 0\). If \(b \gt 1\), the graph increases. If \(0 \lt b \lt 1\), it decreases.

Transformations

Transformations work the same way as with other functions. In \(y = a b^{x-h} + k\), the value \(h\) shifts the exponential graph horizontally, \(k\) shifts it vertically, and \(a\) stretches, compresses, or reflects it. In \(y = a\log_b(x-h) + k\), the value \(h\) shifts the vertical asymptote from \(x = 0\) to \(x = h\). That domain shift is easy to forget.

If your course focuses on function behavior, pair this section with exponent and log functions, exponential functions for eleventh grade, logarithmic functions for eleventh grade, and the wider functions guide.

Real-World Applications

Exponents and logarithms are practical because many real systems grow, decay, or span huge ranges. Linear models are useful when the same amount is added each time. Exponential models are needed when the same percentage or ratio applies each time. Logarithmic scales are needed when quantities vary from tiny to enormous.

Finance and Compound Interest

Compound interest uses exponential growth because interest is earned on previous interest. If money grows by a fixed percentage each period, each new value is a multiple of the previous value. This is why long-term savings, debt, mortgages, and investment models use powers.

pH, Sound, and Earthquakes

The pH scale, decibel scale, and earthquake magnitude scales are logarithmic. A one-unit change can represent a tenfold change in an underlying quantity. Logarithms compress huge ranges into readable numbers. This is especially useful in science, where measurements can vary across many powers of \(10\).

Biology and Medicine

Population growth, bacterial growth, drug concentration, radioactive tracers, and half-life models often use exponential functions. Logarithms are then used to solve for time: how long until a population doubles, a medicine concentration falls below a threshold, or a sample decays to a certain percentage?

Computing and Data

Logarithms appear in algorithm analysis, information theory, binary search, data compression, and machine learning. A logarithmic time algorithm grows slowly as input size increases, which is why binary search remains efficient even for large datasets. Exponents appear in combinations, growth estimates, powers of two, and memory scaling.

Quick Exponent and Logarithm Calculator

Use this small checker to evaluate a power or a logarithm with a chosen base. It is intended for quick verification while studying. For full calculator pages, use RevisionTown's dedicated exponent calculator or log calculator.

For the default power calculation, \(2^8 = 256\).

Worked Examples

Work through these examples by identifying the structure first. Do not choose a rule only because a problem contains powers or logs. Decide whether the task is simplifying, expanding, condensing, solving, or modeling.

Example 1: Simplify with Negative Exponents

Problem

Simplify \(\frac{2x^{-3}y^4}{6x^2y^{-1}}\).

\[ \frac{2}{6}x^{-3-2}y^{4-(-1)} = \frac{1}{3}x^{-5}y^5 \] \[ = \frac{y^5}{3x^5} \]

The final answer should use positive exponents unless the question says otherwise.

Example 2: Rational Exponent

Problem

Evaluate \(27^{2/3}\).

\[ 27^{2/3} = \left(\sqrt[3]{27}\right)^2 = 3^2 = 9 \]

Example 3: Expand a Logarithm

Problem

Expand \(\ln\left(\frac{a^3\sqrt{b}}{c^2}\right)\).

\[ \ln\left(\frac{a^3\sqrt{b}}{c^2}\right) = \ln(a^3) + \ln(b^{1/2}) - \ln(c^2) \] \[ = 3\ln(a) + \frac{1}{2}\ln(b) - 2\ln(c) \]

Example 4: Condense Logarithms

Problem

Condense \(4\log_5(x) - \log_5(y) + 2\log_5(z)\).

\[ 4\log_5(x) = \log_5(x^4) \] \[ 2\log_5(z) = \log_5(z^2) \] \[ 4\log_5(x) - \log_5(y) + 2\log_5(z) = \log_5\left(\frac{x^4z^2}{y}\right) \]

Example 5: Solve an Exponential Model

Problem

A value starts at \(500\) and grows according to \(A = 500e^{0.08t}\). When will it reach \(900\)?

\[ 900 = 500e^{0.08t} \] \[ 1.8 = e^{0.08t} \] \[ \ln(1.8) = 0.08t \] \[ t = \frac{\ln(1.8)}{0.08} \approx 7.35 \]

The value reaches \(900\) after about \(7.35\) time units.

Example 6: Solve a Logarithmic Equation

Problem

Solve \(\ln(x + 1) - \ln(2) = \ln(5)\).

Domain: \(x + 1 \gt 0\), so \(x \gt -1\).

\[ \ln\left(\frac{x + 1}{2}\right) = \ln(5) \] \[ \frac{x + 1}{2} = 5 \] \[ x + 1 = 10 \] \[ x = 9 \]

The solution satisfies the domain, so \(x = 9\).

Choosing the Right Method

Many students know the exponent and logarithm rules but still struggle with mixed questions because they do not know which rule to use first. A good solution starts by classifying the task. Is the question asking you to simplify an expression, evaluate a number, solve an equation, sketch a graph, or interpret a model? The notation may look similar, but the method changes depending on the task.

When the Question Says Simplify

Simplifying usually means rewriting an expression in a cleaner equivalent form. For exponent expressions, aim for positive exponents, combined like bases, and no unnecessary parentheses. Start with powers of products or quotients, then use product and quotient rules, then move negative exponents to the correct side of the fraction. Do not expand algebraic sums unless the expression actually requires expansion.

For logarithm expressions, simplifying might mean expanding or condensing. If the instruction says "expand," split products and quotients and bring powers down. If it says "condense," reverse the process and combine several logarithms into one. In both cases, remember that logarithm laws apply only when the logarithms have the same base.

When the Question Says Solve

Solving means finding the value of the variable. If the variable is in an exponent, first check whether both sides can be written with the same base. If yes, rewrite and equate exponents. If not, isolate the exponential expression and take a logarithm of both sides. Then use the power law to bring the variable down.

If the variable is inside a logarithm, write the domain restrictions first. Then try to condense the logarithms into a single logarithm, translate into exponential form, and solve the resulting algebraic equation. Finally, check every solution in the original equation. This last step is not optional because logarithmic equations often produce values that are algebraically possible but outside the domain.

When the Question Uses a Model

A modeling question usually describes growth, decay, interest, half-life, population, temperature change, medicine concentration, or repeated percentage change. Identify the initial value, the rate or factor, and the time variable. If the rate is given as a percentage per period, use a discrete model such as \(A = P(1+r)^t\), where \(r\) is written as a decimal. If the question says continuous growth or continuous decay, use \(A = Pe^{rt}\).

After building the model, decide whether the question asks for an amount or a time. If it asks for an amount after a certain time, substitute the time into the model. If it asks when the amount reaches a certain value, you will probably need logarithms to solve for time. This is one of the most common real uses of logarithms in school mathematics.

When the Question Is About Graphs

Graph questions are easier if you remember the parent functions. The graph \(y = b^x\) passes through \((0,1)\), has range \(y \gt 0\), and has horizontal asymptote \(y = 0\). The graph \(y = \log_b(x)\) passes through \((1,0)\), has domain \(x \gt 0\), and has vertical asymptote \(x = 0\). Transformations then shift, stretch, compress, or reflect those parent graphs.

For logarithmic functions, always track the argument. In \(y = \log_2(x - 4)\), the argument \(x - 4\) must be positive, so \(x \gt 4\). The vertical asymptote is \(x = 4\). In \(y = \log_2(x) + 3\), the graph shifts up by \(3\), but the vertical asymptote remains \(x = 0\). These differences are small on paper but large in marks.

Problem clueLikely methodKey warning
Same base powersUse exponent laws and equate exponentsOnly equate exponents after bases match exactly
Variable in exponent with unmatched basesTake \(\log\) or \(\ln\) of both sidesIsolate the exponential expression first
Several logs with same baseUse product, quotient, and power lawsCheck domains before accepting solutions
Repeated percentage changeUse exponential growth or decayConvert percent to a decimal factor
Continuous growth or decayUse \(A = Pe^{rt}\)Use \(\ln\) when solving for time

Practice Questions with Short Solutions

Use these practice questions after reading the explanations. Each one targets a common exam skill: simplifying powers, evaluating rational exponents, using logarithm laws, solving equations, checking domains, and interpreting models. Try each problem before reading the short solution.

Question 1: product and quotient rules

Simplify \(\frac{x^7x^{-2}}{x^3}\), where \(x \ne 0\).

\[ \frac{x^7x^{-2}}{x^3} = x^{7+(-2)-3} = x^2 \]

The answer is \(x^2\). Combining exponent operations in one line is efficient as long as the base is the same.

Question 2: power of a product

Simplify \((4a^2b^{-3})^2\).

\[ (4a^2b^{-3})^2 = 4^2a^4b^{-6} = \frac{16a^4}{b^6} \]

The exponent applies to every factor inside the parentheses, including the coefficient.

Question 3: rational exponent

Evaluate \(81^{3/4}\).

\[ 81^{3/4} = \left(\sqrt[4]{81}\right)^3 = 3^3 = 27 \]

The denominator \(4\) gives the fourth root, and the numerator \(3\) gives the power.

Question 4: exponential equation with common base

Solve \(9^{x-1} = 27^{2x}\).

\[ (3^2)^{x-1} = (3^3)^{2x} \] \[ 3^{2x-2} = 3^{6x} \] \[ 2x - 2 = 6x \] \[ x = -\frac{1}{2} \]
Question 5: exponential equation with logs

Solve \(5^{2x} = 17\).

\[ \ln(5^{2x}) = \ln(17) \] \[ 2x\ln(5) = \ln(17) \] \[ x = \frac{\ln(17)}{2\ln(5)} \]

This is the exact answer. A decimal approximation is acceptable only if requested or useful.

Question 6: evaluate a logarithm

Evaluate \(\log_4(64)\).

Ask: \(4\) raised to what power gives \(64\)? Since \(4^3 = 64\), the answer is:

\[ \log_4(64) = 3 \]
Question 7: change of base

Rewrite \(\log_6(41)\) using natural logarithms.

\[ \log_6(41) = \frac{\ln(41)}{\ln(6)} \]

This form can be entered into a calculator that has an \(\ln\) key.

Question 8: solve a logarithmic equation

Solve \(\log_3(x - 1) = 4\).

Translate to exponential form:

\[ x - 1 = 3^4 = 81 \] \[ x = 82 \]

The domain requires \(x - 1 \gt 0\), so \(x = 82\) is valid.

Question 9: condense and solve

Solve \(\log_5(x) + \log_5(x - 4) = 1\).

Domain: \(x \gt 4\). Condense:

\[ \log_5(x(x - 4)) = 1 \] \[ x^2 - 4x = 5 \] \[ x^2 - 4x - 5 = 0 \] \[ (x - 5)(x + 1) = 0 \]

The possible solutions are \(x = 5\) and \(x = -1\). Only \(x = 5\) satisfies \(x \gt 4\).

Question 10: half-life style decay

A sample has mass \(80\) grams and follows \(M(t) = 80e^{-0.12t}\). When will the mass be \(30\) grams?

\[ 30 = 80e^{-0.12t} \] \[ \frac{3}{8} = e^{-0.12t} \] \[ \ln\left(\frac{3}{8}\right) = -0.12t \] \[ t = \frac{\ln(3/8)}{-0.12} \approx 8.18 \]

The sample reaches \(30\) grams after about \(8.18\) time units.

Exam Strategy for Exponents and Logarithms

Exponents and logarithms appear in short algebra questions, graph questions, modeling questions, and multi-step calculus problems. The best exam strategy is to show enough structure that the marker can follow your method. A correct final number with unclear working may not earn full credit if the question asks for exact form, domain, or reasoning.

Keep Exact Forms Until the End

When solving equations with logarithms, keep exact expressions such as \(\frac{\ln(17)}{2\ln(5)}\) until the final step. Rounding too early can change later values and reduce accuracy. If the question asks for a decimal, give the exact form first if possible and then provide the rounded approximation with the requested number of significant figures or decimal places.

State Domain Restrictions Early

For logarithmic equations, write the restrictions before solving. If the equation contains \(\log(x - 2)\), then \(x - 2 \gt 0\), so \(x \gt 2\). If it contains \(\log(7 - x)\), then \(7 - x \gt 0\), so \(x \lt 7\). If it contains both, combine the restrictions. This habit prevents extraneous answers and helps you reject invalid roots quickly.

Use the Same Log Base on Both Sides

When solving an exponential equation, you may use \(\log\) or \(\ln\), but do not mix them carelessly in the same step. If you take \(\ln\) of the left side, take \(\ln\) of the right side. The base you choose does not change the solution because the change of base relationship keeps the expressions equivalent.

Know When a Calculator Is Not Enough

A calculator can evaluate \(2^7\), \(\log(1000)\), or \(\frac{\ln(40)}{\ln(3)}\), but it will not show domain reasoning, exact simplification, or algebraic method. In written exams, calculator output should support your solution rather than replace it. In non-calculator sections, expect values that simplify through common bases, known powers, or exact logarithm identities.

Check Units in Applications

In growth and decay problems, rates and time units must match. If a rate is annual, time should be measured in years. If time is given in months, either convert months to years or adjust the rate model. A formula can be algebraically correct and still give a wrong answer if the units are inconsistent.

Common Mistakes to Avoid

Most errors with exponents and logarithms come from applying a correct rule in the wrong situation. Use this list as a final check when revising.

Adding exponents when bases are different: The product rule only works for the same base. \(2^3 \cdot 3^3\) is not \(6^6\). It is \((2 \cdot 3)^3 = 6^3\).
Distributing powers over addition: In general, \((x + y)^2 \ne x^2 + y^2\). Expand the binomial correctly.
Treating negative exponents as negative values: \(a^{-n}\) means reciprocal, not "make the answer negative."
Ignoring logarithm domains: Every logarithm argument must be positive in real-number algebra. Always check final answers in the original equation.
Splitting logs over addition: \(\log_b(x + y)\) is not \(\log_b(x) + \log_b(y)\). The product law works for multiplication, not addition.
Forgetting base restrictions: In \(\log_b(x)\), the base must satisfy \(b \gt 0\) and \(b \ne 1\). The argument must satisfy \(x \gt 0\).

Study Path and Course Connections

If you are building from foundations, start with integer exponent laws, then negative exponents, then rational exponents. After that, learn exponential functions and only then move to logarithms. This order keeps the inverse relationship clear and avoids memorizing log rules without understanding where they come from.

For grade-level work, use the sitemap-verified pages for sixth grade exponents, seventh grade exponents, eighth grade exponents, integer exponents for ninth grade, rational exponents for ninth grade, and exponential functions for ninth grade.

For advanced revision, connect this topic with GCSE maths, A-Level maths formula sheet, IB Mathematics, AP Mathematics, and SAT Mathematics. Formula support is also available through formula sheets, free math resources, and the general math calculator page.

Essential Formula Reference

Use this reference after you understand each rule. The formulas are compact, but each one has a condition. Applying formulas without checking conditions is the main reason exponent and logarithm solutions go wrong.

TopicFormulaCondition or reminder
Product rule\(a^m a^n = a^{m+n}\)Same base
Quotient rule\(\frac{a^m}{a^n} = a^{m-n}\)\(a \ne 0\)
Power rule\((a^m)^n = a^{mn}\)Multiply exponents
Negative exponent\(a^{-n} = \frac{1}{a^n}\)Move across the fraction bar
Rational exponent\(a^{m/n} = \sqrt[n]{a^m}\)Denominator is the root
Log translation\(b^x = y \Longleftrightarrow \log_b(y) = x\)\(b \gt 0\), \(b \ne 1\), \(y \gt 0\)
Product log law\(\log_b(MN) = \log_b(M) + \log_b(N)\)\(M \gt 0\), \(N \gt 0\)
Quotient log law\(\log_b(M/N) = \log_b(M) - \log_b(N)\)\(M \gt 0\), \(N \gt 0\)
Power log law\(\log_b(M^p) = p\log_b(M)\)Use to bring down exponents
Change of base\(\log_b(A) = \frac{\ln(A)}{\ln(b)}\)Useful for calculator evaluation

Final Review Checklist

Before leaving this topic, make sure you can move in both directions between powers and logarithms. You should be able to read \(3^4 = 81\) as \(\log_3(81) = 4\), and you should be able to read \(\log_5(125) = 3\) as \(5^3 = 125\). This translation skill is the foundation for everything else on the page.

You should also be comfortable explaining why each exponent law works. If you can only recite the product rule but cannot explain that it counts repeated factors, the rule is easy to misuse. The same applies to logarithm rules. The product law for logarithms works because multiplying powers with the same base adds exponents; it does not mean that logs split over addition.

For equations, check whether the variable is in an exponent or inside a logarithm. Variables in exponents usually require matching bases or taking logarithms. Variables inside logarithms usually require domain restrictions, condensing, and translating to exponential form. If a logarithmic equation gives two algebraic roots, expect that one may be invalid. Checking is part of the solution, not an optional afterthought.

For functions and graphs, memorize the parent features rather than a long list of isolated facts. Exponential functions have horizontal asymptotes and positive outputs before vertical transformations. Logarithmic functions have vertical asymptotes and positive input requirements before horizontal transformations. When a graph is shifted, update the asymptote and domain carefully.

For applications, decide whether the change is additive or multiplicative. Repeated addition is linear, while repeated percentage change is exponential. If the problem asks for a final amount, substitute time. If it asks when a value is reached, isolate the exponential part and use logarithms. This habit keeps finance, science, and growth problems organized.

Frequently Asked Questions

What is the simplest way to remember logarithms?

Remember that a logarithm is an exponent answer. The expression \(\log_b(y)\) asks, "What power of \(b\) gives \(y\)?" If you can translate between \(b^x = y\) and \(\log_b(y) = x\), most logarithm rules become easier to understand.

Why is \(a^0 = 1\)?

For any nonzero \(a\), the quotient \(\frac{a^n}{a^n}\) equals \(1\). The quotient rule also gives \(a^{n-n} = a^0\). Therefore \(a^0 = 1\) keeps the exponent laws consistent.

Is \(\log(x)\) the same as \(\ln(x)\)?

No. \(\log(x)\) usually means base \(10\), while \(\ln(x)\) means base \(e\). They are related by change of base, but they are not the same function.

Can a logarithm answer be negative?

Yes. A logarithm can have a negative value if the argument is between \(0\) and \(1\). For example, \(\log_{10}(0.01) = -2\) because \(10^{-2} = 0.01\). The argument itself must still be positive.

Why do I need to check logarithmic equation solutions?

Logarithmic equations can produce extraneous answers when you condense logs or exponentiate both sides. Check each possible solution in the original equation and reject any value that makes a log argument zero or negative.

What should I study after exponents and logarithms?

Move into exponential and logarithmic functions, transformations, calculus derivatives, and applications such as growth, decay, and compound interest. If you are following a course pathway, use the relevant RevisionTown GCSE, A-Level, IB, AP, or SAT math pages linked in the study path above.