Solving exponential and logarithmic equations

Index laws and the laws of logarithms are essential tools for simplifying and manipulating exponential and logarithmic functions.

There is an inverse relationship between exponential and logarithmic functions. That is, each function effectively 'undoes' what the other does. This fact provides insight into how these functions interact and complement each other. This inverse relationship is especially useful when solving exponential and logarithmic equations.


Use this page to revise the following concepts of exponential and logarithmic equations:


Index laws

In mathematics, an index (plural indices) is the power or exponent to which a base is raised. It can be either a number or a variable. For example, in the number \( 2^3 \), the index is 3 and the base is 2. The exponent 3 tells us to multiply 2 by itself three times.

\[2^3=2\times2\times2=8\]

The Index Laws are rules that describe how exponents behave when we multiply and divide terms in index form, or when we raise one power to another. They provide a systematic way to simplify expressions and solve equations involving exponents. These laws are applied when performing algebraic operations involving indices and solving algebraic equations.

Laws of logarithms

Logarithms are the inverse of exponents: that is, if \( a^n = m \), then \( \log_a(m) = n \).

The equation \( \log_a(m) = n \), means that the base \(a\), when raised to the power of \(n\), equals the argument \(m\). Alternatively, it is asking how many times \(a\) must be multiplied by itself to equal \(m\). The argument \(m\) must be positive, and the base \(a\) must be positive and cannot equal 1. Thus, the domain of  \( \log_a(m) \),is \( m > 0 \).


Understanding index laws is crucial for converting from exponential to logarithmic forms. For example, since \( 10^3 = 1000 \), it follows that \( \log_{10} 1000 = 3 \). Like the laws of indices, the laws of logarithms are used to simplify and rearrange more complicated logarithmic expressions.

Note

A logarithm can have any positive value other than 1 as its base, but two particular bases are generally regarded as being especially important:

  1. Log with a base of 10
  2. Log with a base of Euler’s number \(e\) (approximately 2.71828).

A base of 10 is sometimes referred to as the common logarithm.

Logs with a base of number \(e\) are called the Natural Logarithm. The natural logarithm is sometimes written as \( \ln(x) \).

Occasionally, logarithms are written without a base, for example \( \log(3) \). Depending on the context, this can refer to the common logarithm \(\left(\log_{10}(3)\right)\) or the natural logarithm \(\left(\ln(3)\right)\).

Solving exponential equations

Exponential equations, as the name suggests, involve exponents. The exponent of a number (also known as base) indicates the number of times the base is multiplied. However, the power can also be a variable instead of a number. When it appears as part of an equation, it is called an exponential equation.

There are three types of exponential equations. They are as follows:

  • Equations with the same bases on both sides, for example \( 2^x = 2^3 \)
  • Equations with different bases that can be made the same, for example: \( 3^x = 27 \) which can be written as \( 3^x = 3^x \)
  • Equations with different bases that cannot be made the same, for example: \( 4^x = 3 \).

Solving logarithmic equations

Logarithmic equations are equations which incorporate logarithms.

Generally, there are two types of logarithmic equations.

  • A single logarithm on each side of the equation having the same base. If \( \log_a(m) = \log_a(n) \), then m = \(n\). For example, \( \log_2(2x) = \log_2(4) \) implies that \(2x = 4\).
  • A single logarithm on one side of the equation. \( \log_a(m) = b\) can be rewritten as \(a^b = m\). For example, \( \log_2(2x) = 2 \) becomes \(2^2 = 2x\).