Skip to main content

Logarithms

Logarithms are the inverse operation of exponentiation and play a central role in the DSE Mathematics compulsory syllabus. They arise naturally when solving exponential equations, modelling growth and decay, and simplifying multiplicative structures into additive ones. This topic builds directly on the properties of exponential functions and connects to geometric sequences and series) in applications involving compound growth.

Definition of Logarithms

Logarithmic Notation

For a>0a \gt{} 0, a1a \neq 1, and x>0x \gt{} 0, the logarithmic statement

logax=y\log_a x = y

is defined to be equivalent to the exponential statement

ay=x.a^y = x.

In words: "logax\log_a x" is the power to which aa must be raised to obtain xx. The number aa is called the base of the logarithm, and xx is the argument.

The two conditions on the base arise because:

  • If a=1a = 1, then 1y=11^y = 1 for all yy, so no unique logarithm exists.
  • If a0a \leq 0, then aya^y is not defined for all real yy (e.g. (2)1/2(-2)^{1/2} is not real).

The condition x>0x \gt{} 0 follows from the fact that ay>0a^y \gt{} 0 for all real yy when a>0a \gt{} 0, so the logarithm is only defined for positive arguments.

Special Cases

Several special values follow immediately from the definition:

loga1=0sincea0=1\log_a 1 = 0 \quad \mathrm{since } a^0 = 1 logaa=1sincea1=a\log_a a = 1 \quad \mathrm{since } a^1 = a logaak=ksinceak=ak\log_a a^k = k \quad \mathrm{since } a^k = a^k

Additionally, for any base a>0a \gt{} 0 with a1a \neq 1:

alogax=x(x>0)a^{\log_a x} = x \quad (x \gt{} 0) loga(ay)=y(y{R})\log_a(a^y) = y \quad (y \in \mathbb{'\{'}R{'\}'})

These two identities express the fact that the logarithmic and exponential functions are inverses of each other.

Examples
  • log28=3\log_2 8 = 3 since 23=82^3 = 8.
  • log381=4\log_3 81 = 4 since 34=813^4 = 81.
  • log51=0\log_5 1 = 0 since 50=15^0 = 1.
  • log77=1\log_7 7 = 1 since 71=77^1 = 7.
  • log101000=3\log_{10} 1000 = 3 since 103=100010^3 = 1000.
  • log218=3\log_2 \frac{1}{8} = -3 since 23=182^{-3} = \frac{1}{8}.

Laws of Logarithms

The following laws are essential for manipulating logarithmic expressions. In all cases, a>0a \gt{} 0, a1a \neq 1, and the arguments of all logarithms are positive.

Product Rule

loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y

Derivation. Let m=logaxm = \log_a x and n=logayn = \log_a y, so that am=xa^m = x and an=ya^n = y. Then:

xy=aman=am+nxy = a^m \cdot a^n = a^{m+n}

By the definition of logarithms, loga(xy)=m+n=logax+logay\log_a(xy) = m + n = \log_a x + \log_a y.

Quotient Rule

logaxy=logaxlogay\log_a \frac{x}{y} = \log_a x - \log_a y

Derivation. Similarly, let m=logaxm = \log_a x and n=logayn = \log_a y:

xy=aman=amn\frac{x}{y} = \frac{a^m}{a^n} = a^{m-n}

Therefore logaxy=mn=logaxlogay\log_a \dfrac{x}{y} = m - n = \log_a x - \log_a y.

Power Rule

loga(xn)=nlogax\log_a(x^n) = n \log_a x

Derivation. Let m=logaxm = \log_a x, so that am=xa^m = x. Then:

xn=(am)n=amnx^n = (a^m)^n = a^{mn}

Therefore loga(xn)=mn=nlogax\log_a(x^n) = mn = n \log_a x.

Change of Base Formula

For any positive c1c \neq 1:

logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a}

Derivation. Let y=logaby = \log_a b, so that ay=ba^y = b. Taking logarithms base cc of both sides:

logc(ay)=logcb\log_c(a^y) = \log_c b

By the power rule, ylogca=logcby \log_c a = \log_c b, hence:

y=logcblogcay = \frac{\log_c b}{\log_c a}

A commonly used special case is the change to base 10:

logab=log10blog10a\log_a b = \frac{\log_{10} b}{\log_{10} a}
Examples
  • log26+log23=log2(6×3)=log218\log_2 6 + \log_2 3 = \log_2(6 \times 3) = \log_2 18.
  • log354log32=log3542=log327=3\log_3 54 - \log_3 2 = \log_3 \dfrac{54}{2} = \log_3 27 = 3.
  • 3log52=log5(23)=log583\log_5 2 = \log_5(2^3) = \log_5 8.
  • log49=log109log104=2log1032log102=log103log102\log_4 9 = \dfrac{\log_{10} 9}{\log_{10} 4} = \dfrac{2\log_{10} 3}{2\log_{10} 2} = \dfrac{\log_{10} 3}{\log_{10} 2}.

A Note on Invalid Manipulations

A common error is to distribute a logarithm over addition or subtraction:

loga(x+y)logax+logay\log_a(x + y) \neq \log_a x + \log_a y loga(xy)logaxlogay\log_a(x - y) \neq \log_a x - \log_a y

The product and quotient rules only apply to products and quotients inside the logarithm, not to sums or differences.


Common and Natural Logarithms

Common Logarithm (Base 10)

The common logarithm of xx, written log10x\log_{10} x (or simply logx\log x in many DSE contexts), is the logarithm with base 10. It is the default logarithm on most calculators and is widely used in scientific measurement scales.

Natural Logarithm (Base ee)

The natural logarithm of xx, written lnx=logex\ln x = \log_e x, uses the base e2.71828e \approx 2.71828. The number ee is defined as:

e=limn(1+1n)ne = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n

The natural logarithm arises naturally in calculus and in continuous growth models. Its importance stems from the fact that the derivative of lnx\ln x is 1x\frac{1}{x}, making it the unique logarithm with this property.

Relationship to Exponential Functions

The exponential and logarithmic functions are inverse functions of each other. This means their graphs are reflections of each other across the line y=xy = x.

Propertyy=axy = a^x (exponential)y=logaxy = \log_a x (logarithmic)
Domain{R}\mathbb{'\{'}R{'\}'}(0,)(0, \infty)
Range(0,)(0, \infty){R}\mathbb{'\{'}R{'\}'}
xx-intercept(0,1)(0, 1) (since a0=1a^0 = 1)(1,0)(1, 0) (since loga1=0\log_a 1 = 0)
AsymptoteHorizontal: y=0y = 0Vertical: x=0x = 0
MonotonicityStrictly increasing when a>1a \gt{} 1Strictly increasing when a>1a \gt{} 1

When 0<a<10 \lt{} a \lt{} 1, both functions are strictly decreasing.

Examples
  • log1000=3\log 1000 = 3 since 103=100010^3 = 1000.
  • log0.01=2\log 0.01 = -2 since 102=0.0110^{-2} = 0.01.
  • lne5=5\ln e^5 = 5 by the special case logaak=k\log_a a^k = k.
  • ln1=0\ln 1 = 0 since e0=1e^0 = 1.
  • eln7=7e^{\ln 7} = 7 by the inverse property.

Solving Logarithmic Equations

General Strategy

To solve equations involving logarithms:

  1. Combine logarithmic terms using the laws of logarithms where possible.
  2. Rewrite the equation in the form loga(expression)=k\log_a(\mathrm{expression}) = k.
  3. Convert to exponential form: expression=ak\mathrm{expression} = a^k.
  4. Solve the resulting algebraic equation.
  5. Check all solutions against the domain restriction: every argument of a logarithm must be positive.

Domain Restrictions

Before solving, always identify the domain. For an equation containing logaf(x)\log_a f(x), we require f(x)>0f(x) \gt{} 0. Solutions that violate this condition are extraneous and must be discarded.

Common Mistakes

  • Forgetting to check that arguments are positive.
  • Applying logarithm laws to sums (e.g., writing log(x+3)\log(x + 3) as logx+log3\log x + \log 3).
  • Dropping the base or confusing bases during a multi-step solution.
  • Squaring both sides of an equation and introducing extraneous solutions.
Examples

Example 1. Solve log3(x+2)+log3(x6)=3\log_3(x + 2) + \log_3(x - 6) = 3.

  • Domain: x+2>0x + 2 \gt{} 0 and x6>0x - 6 \gt{} 0, so x>6x \gt{} 6.
  • Combine: log3[(x+2)(x6)]=3\log_3[(x+2)(x-6)] = 3.
  • Convert: (x+2)(x6)=33=27(x+2)(x-6) = 3^3 = 27.
  • Expand: x24x12=27x^2 - 4x - 12 = 27, so x24x39=0x^2 - 4x - 39 = 0.
  • Quadratic formula: x=4±16+1562=4±1722=2±43x = \dfrac{4 \pm \sqrt{16 + 156}}{2} = \dfrac{4 \pm \sqrt{172}}{2} = 2 \pm \sqrt{43}.
  • Since x>6x \gt{} 6, only x=2+43x = 2 + \sqrt{43} is accepted.

Example 2. Solve log2(x)log2(x2)=3\log_2(x) - \log_2(x - 2) = 3.

  • Domain: x>0x \gt{} 0 and x>2x \gt{} 2, so x>2x \gt{} 2.
  • Quotient rule: log2xx2=3\log_2 \dfrac{x}{x-2} = 3.
  • Convert: xx2=23=8\dfrac{x}{x-2} = 2^3 = 8.
  • Solve: x=8x16x = 8x - 16, so 7x=167x = 16, hence x=167x = \dfrac{16}{7}.
  • Check: 167>2\dfrac{16}{7} \gt{} 2 is satisfied.

Solving Exponential Equations

Taking Logarithms of Both Sides

When an equation involves terms of the form af(x)a^{f(x)}, taking logarithms of both sides can convert the equation from exponential to algebraic form. The choice of base is flexible; in the DSE, base 10 is most common since calculators provide direct access to log10\log_{10}.

Using the Change of Base Formula

When the equation involves different bases, rewrite all terms using the same base or apply the change of base formula to bring all logarithms to a common base.

General Strategy

  1. Isolate the exponential term if possible.
  2. Take logarithms of both sides.
  3. Use the power rule to bring down exponents.
  4. Solve the resulting linear (or polynomial) equation.
Examples

Example 1. Solve 32x+1=73^{2x+1} = 7.

  • Take log\log of both sides: log(32x+1)=log7\log(3^{2x+1}) = \log 7.
  • Power rule: (2x+1)log3=log7(2x+1)\log 3 = \log 7.
  • Solve: 2x+1=log7log32x + 1 = \dfrac{\log 7}{\log 3}, so x=12(log7log31)x = \dfrac{1}{2}\left(\dfrac{\log 7}{\log 3} - 1\right).

Example 2. Solve 5x=2x+35^{x} = 2^{x+3}.

  • Take log\log of both sides: log(5x)=log(2x+3)\log(5^x) = \log(2^{x+3}).
  • Power rule: xlog5=(x+3)log2x\log 5 = (x+3)\log 2.
  • Expand: xlog5=xlog2+3log2x\log 5 = x\log 2 + 3\log 2.
  • Collect: x(log5log2)=3log2x(\log 5 - \log 2) = 3\log 2.
  • Solve: x=3log2log5log2=3log2log52x = \dfrac{3\log 2}{\log 5 - \log 2} = \dfrac{3\log 2}{\log \frac{5}{2}}.

Example 3. Solve 4x2x+13=04^{x} - 2^{x+1} - 3 = 0.

  • Note 4x=(22)x=22x4^x = (2^2)^x = 2^{2x}. Let u=2xu = 2^x (u>0u \gt{} 0).
  • Substitute: u22u3=0u^2 - 2u - 3 = 0.
  • Factor: (u3)(u+1)=0(u - 3)(u + 1) = 0, so u=3u = 3 or u=1u = -1.
  • Since u>0u \gt{} 0, only u=3u = 3, giving 2x=32^x = 3.
  • Take log\log: xlog2=log3x\log 2 = \log 3, so x=log3log2x = \dfrac{\log 3}{\log 2}.

Applications

pH Scale

The pH of a solution is defined as:

pH=log10[H+]\mathrm{pH} = -\log_{10}[\mathrm{H}^+]

where [H+][\mathrm{H}^+] is the concentration of hydrogen ions (in mol/L). A lower pH means a higher concentration of hydrogen ions and therefore a more acidic solution.

  • A neutral solution (pure water) has [H+]=107[\mathrm{H}^+] = 10^{-7} mol/L, giving pH=7\mathrm{pH} = 7.
  • Acidic solutions have pH<7\mathrm{pH} \lt{} 7; alkaline solutions have pH>7\mathrm{pH} \gt{} 7.
  • The scale is logarithmic: a decrease of 1 in pH corresponds to a tenfold increase in [H+][\mathrm{H}^+].
Example

A solution has [H+]=2.5×104[\mathrm{H}^+] = 2.5 \times 10^{-4} mol/L. Find its pH.

pH=log(2.5×104)=(log2.5+log104)=(log2.54)=4log2.53.60\mathrm{pH} = -\log(2.5 \times 10^{-4}) = -\left(\log 2.5 + \log 10^{-4}\right) = -(\log 2.5 - 4) = 4 - \log 2.5 \approx 3.60

Richter Scale

The Richter magnitude MM of an earthquake is defined as:

M=log10II0M = \log_{10} \frac{I}{I_0}

where II is the amplitude of seismic waves and I0I_0 is a reference amplitude (the amplitude of a "standard" earthquake).

Because the scale is logarithmic base 10, an earthquake of magnitude 6 is ten times more powerful than one of magnitude 5, and one hundred times more powerful than one of magnitude 4.

Example

An earthquake has amplitude 50005000 times the reference. Its magnitude is:

M=log105000=log10(5×103)=3+log1053.70M = \log_{10} 5000 = \log_{10}(5 \times 10^3) = 3 + \log_{10} 5 \approx 3.70

Compound Interest

The compound interest formula is closely related to logarithms and geometric sequences). If a principal PP is invested at an annual rate r%r\% compounded nn times per year for tt years, the accumulated amount AA is:

A=P(1+r100n)ntA = P\left(1 + \frac{r}{100n}\right)^{nt}

To find the time tt required to reach a target amount AA, take logarithms of both sides:

A=P(1+r100n)ntlogA=logP+ntlog(1+r100n)t=logAlogPnlog(1+r100n)\begin{aligned} A &= P\left(1 + \frac{r}{100n}\right)^{nt} \\ \log A &= \log P + nt \cdot \log\left(1 + \frac{r}{100n}\right) \\ t &= \frac{\log A - \log P}{n \cdot \log\left(1 + \frac{r}{100n}\right)} \end{aligned}
Example

\10,000isinvestedatis invested at5%$ per annum, compounded annually. How long does it take for the investment to double?

  • Set A=2P=20,000A = 2P = 20,000, P=10,000P = 10,000, r=5r = 5, n=1n = 1.
  • 20000=10000(1.05)t20000 = 10000(1.05)^t, so 2=(1.05)t2 = (1.05)^t.
  • Take log\log: log2=tlog1.05\log 2 = t \log 1.05.
  • t=log2log1.0514.2t = \dfrac{\log 2}{\log 1.05} \approx 14.2 years.

Exponential Growth and Decay

Many natural processes follow exponential models:

  • Growth: N(t)=N0atN(t) = N_0 \cdot a^t where a>1a \gt{} 1 (e.g., population growth, bacterial reproduction).
  • Decay: N(t)=N0atN(t) = N_0 \cdot a^t where 0<a<10 \lt{} a \lt{} 1 (e.g., radioactive decay, cooling).

The half-life TT of a decaying quantity is the time for the quantity to reduce to half its initial value. For N(t)=N0atN(t) = N_0 \cdot a^t:

12=aT    T=log(1/2)loga=log2loga\frac{1}{2} = a^T \implies T = \frac{\log(1/2)}{\log a} = -\frac{\log 2}{\log a}

For continuous decay with rate kk: N(t)=N0ektN(t) = N_0 e^{-kt}, and the half-life is:

T=ln2kT = \frac{\ln 2}{k}
Example

A radioactive substance decays such that its mass after tt years is given by M(t)=500(0.92)tM(t) = 500 \cdot (0.92)^t grams. Find the half-life.

  • Set M(T)=250M(T) = 250: 250=500(0.92)T250 = 500 \cdot (0.92)^T.
  • 0.5=(0.92)T0.5 = (0.92)^T.
  • T=log0.5log0.92=0.30100.03628.31T = \dfrac{\log 0.5}{\log 0.92} = \dfrac{-0.3010}{-0.0362} \approx 8.31 years.

Logarithmic and Exponential Inequalities

Inequalities involving logarithms require careful attention to the behaviour of the logarithmic function, which depends on whether the base is greater than or less than 1.

Case 1: Base a>1a \gt{} 1

When a>1a > 1, logax\log_a x is strictly increasing, so the inequality sign is preserved:

logax>logay    x>y\log_a x \gt{} \log_a y \iff x \gt{} y

Case 2: Base 0<a<10 \lt{} a \lt{} 1

When 0<a<10 < a < 1, logax\log_a x is strictly decreasing, so the inequality sign is reversed:

logax>logay    x<y\log_a x \gt{} \log_a y \iff x \lt{} y
Examples

Example 1. Solve log2(3x1)<4\log_2(3x - 1) < 4.

  • Since the base 2>12 > 1, the inequality sign is preserved: 3x1<24=163x - 1 < 2^4 = 16.
  • 3x<173x < 17, so x<173x < \dfrac{17}{3}.
  • Domain: 3x1>0    x>133x - 1 > 0 \implies x > \dfrac{1}{3}.
  • Solution: 13<x<173\dfrac{1}{3} < x < \dfrac{17}{3}.

Example 2. Solve log1/2(x+3)1\log_{1/2}(x + 3) \geq 1.

  • Since the base 12<1\frac{1}{2} < 1, the inequality sign is reversed: x+3(12)1=12x + 3 \leq \left(\frac{1}{2}\right)^1 = \frac{1}{2}.
  • x52x \leq -\dfrac{5}{2}.
  • Domain: x+3>0    x>3x + 3 > 0 \implies x > -3.
  • Solution: 3<x52-3 < x \leq -\dfrac{5}{2}.

Graphical Properties of y=logaxy = \log_a x

The graph of y=logaxy = \log_a x has the following characteristics:

  • Passes through the point (1,0)(1, 0) since loga1=0\log_a 1 = 0.
  • Passes through the point (a,1)(a, 1) since logaa=1\log_a a = 1.
  • Has a vertical asymptote at x=0x = 0.
  • When a>1a > 1, the function is strictly increasing and concave down.
  • When 0<a<10 < a < 1, the function is strictly decreasing and concave up.
  • The function is defined only for x>0x > 0.

Logarithmic Functions

Adjust the base aa to see how the shape of the logarithmic curve changes between a>1a > 1 and 0<a<10 < a < 1.

Transformations

The standard transformations apply, following the same principles as for other functions):

TransformationEffect
y=logax+cy = \log_a x + cVertical shift by cc units
y=loga(xh)y = \log_a(x - h)Horizontal shift by hh units
y=logaxy = -\log_a xReflection in the xx-axis
y=loga(x)y = \log_a(-x)Reflection in the yy-axis (domain becomes x<0x < 0)
y=klogaxy = k\log_a xVertical stretch by factor kk
Example

Sketch y=log2(x3)+1y = \log_2(x - 3) + 1.

  • Start from y=log2xy = \log_2 x.
  • Shift right by 3 units: the vertical asymptote moves from x=0x = 0 to x=3x = 3.
  • Shift up by 1 unit: the xx-intercept moves from (1,0)(1, 0) to (1+3,0+1)=(4,1)(1+3, 0+1) = (4, 1).
  • The new xx-intercept satisfies log2(x3)+1=0\log_2(x - 3) + 1 = 0, i.e. log2(x3)=1\log_2(x-3) = -1, giving x3=12x - 3 = \frac{1}{2}, so x=3.5x = 3.5.
  • Domain: x>3x > 3.

Wrap-up Questions

Question 1. Solve log3(x24)log3(x+2)=1\log_3(x^2 - 4) - \log_3(x + 2) = 1.

Answer
  • Domain: x24>0x^2 - 4 > 0 and x+2>0x + 2 > 0, so x>2x > 2.
  • Quotient rule: log3x24x+2=1\log_3 \dfrac{x^2 - 4}{x + 2} = 1.
  • Factor numerator: (x2)(x+2)x+2=x2\dfrac{(x-2)(x+2)}{x+2} = x - 2 (valid since x2x \neq -2).
  • Convert: x2=31=3x - 2 = 3^1 = 3, so x=5x = 5.
  • Check: 5>25 > 2 is satisfied. Solution: x=5x = 5.

Question 2. Solve 23x1=5x+12^{3x-1} = 5^{x+1}. Give your answer in terms of logarithms.

Answer
  • Take log\log of both sides: log(23x1)=log(5x+1)\log(2^{3x-1}) = \log(5^{x+1}).
  • Power rule: (3x1)log2=(x+1)log5(3x - 1)\log 2 = (x + 1)\log 5.
  • Expand: 3xlog2log2=xlog5+log53x\log 2 - \log 2 = x\log 5 + \log 5.
  • Collect xx terms: x(3log2log5)=log5+log2x(3\log 2 - \log 5) = \log 5 + \log 2.
  • x=log5+log23log2log5=log103log2log5=13log2log5x = \dfrac{\log 5 + \log 2}{3\log 2 - \log 5} = \dfrac{\log 10}{3\log 2 - \log 5} = \dfrac{1}{3\log 2 - \log 5}.

Question 3. Simplify log827log89\dfrac{\log_8 27}{\log_8 9} without using a calculator.

Answer
  • Let the expression equal yy. By the change of base formula, y=log927y = \log_9 27.
  • Write bases and argument as powers of 3: y=log327log39=32y = \dfrac{\log_3 27}{\log_3 9} = \dfrac{3}{2}.
  • Alternatively: log827=log27log8=3log33log2\log_8 27 = \dfrac{\log 27}{\log 8} = \dfrac{3\log 3}{3\log 2} and log89=2log33log2\log_8 9 = \dfrac{2\log 3}{3\log 2}, so the ratio is 3log3/(3log2)2log3/(3log2)=32\dfrac{3\log 3 / (3\log 2)}{2\log 3 / (3\log 2)} = \dfrac{3}{2}.

Question 4. The population of a bacteria culture grows exponentially. At 12:00, the population is 10,00010,000. At 14:00, the population is 40,00040,000. Find the population at 17:00.

Answer
  • Model: P(t)=P0atP(t) = P_0 \cdot a^t where tt is in hours from 12:00.
  • At t=0t = 0: P0=10,000P_0 = 10,000.
  • At t=2t = 2: 40,000=10,000a240,000 = 10,000 \cdot a^2, so a2=4a^2 = 4, giving a=2a = 2.
  • At t=5t = 5 (17:00): P(5)=10,00025=320,000P(5) = 10,000 \cdot 2^5 = 320,000.

Question 5. Solve 9x63x27=09^x - 6 \cdot 3^x - 27 = 0.

Answer
  • Note 9x=(32)x=32x=(3x)29^x = (3^2)^x = 3^{2x} = (3^x)^2. Let u=3xu = 3^x (u>0u > 0).
  • Substitute: u26u27=0u^2 - 6u - 27 = 0.
  • Factor: (u9)(u+3)=0(u - 9)(u + 3) = 0, so u=9u = 9 or u=3u = -3.
  • Since u>0u > 0, only u=9u = 9, giving 3x=9=323^x = 9 = 3^2, so x=2x = 2.

Question 6. A substance has a half-life of 8 years. How long does it take for 90% of the substance to decay?

Answer
  • Model: M(t)=M0atM(t) = M_0 \cdot a^t where a=21/8a = 2^{-1/8} (since M(8)=12M0M(8) = \frac{1}{2}M_0).
  • 90% decay means M(t)=0.1M0M(t) = 0.1M_0.
  • 0.1=at=(21/8)t=2t/80.1 = a^t = \left(2^{-1/8}\right)^t = 2^{-t/8}.
  • Take log\log: log0.1=t8log2\log 0.1 = -\dfrac{t}{8} \log 2.
  • t=8log0.1log2=8log226.6t = \dfrac{-8 \log 0.1}{\log 2} = \dfrac{8}{\log 2} \approx 26.6 years.

Question 7. If log23=a\log_2 3 = a and log25=b\log_2 5 = b, express log27.5\log_2 7.5 in terms of aa and bb.

Answer
  • 7.5=152=3×527.5 = \dfrac{15}{2} = \dfrac{3 \times 5}{2}.
  • log27.5=log23+log25log22=a+b1\log_2 7.5 = \log_2 3 + \log_2 5 - \log_2 2 = a + b - 1.

Question 8. Solve the inequality log0.5(2x+1)>log0.5(x+4)\log_{0.5}(2x + 1) > \log_{0.5}(x + 4).

Answer
  • Domain: 2x+1>0    x>122x + 1 > 0 \implies x > -\dfrac{1}{2}, and x+4>0    x>4x + 4 > 0 \implies x > -4. Combined: x>12x > -\dfrac{1}{2}.
  • Since the base 0.5<10.5 < 1, the logarithmic function is strictly decreasing, so the inequality sign reverses: 2x+1<x+42x + 1 < x + 4.
  • x<3x < 3.
  • Combined with the domain: 12<x<3-\dfrac{1}{2} < x < 3.

Question 9. Express 2logxlog(x24)+log(x+2)2\log x - \log(x^2 - 4) + \log(x + 2) as a single logarithm, stating any restrictions on xx.

Answer
  • Restrictions: x>0x > 0, x24>0    x>2x^2 - 4 > 0 \implies x > 2 or x<2x < -2, and x+2>0    x>2x + 2 > 0 \implies x > -2. Combined: x>2x > 2.
  • Combine: 2logx+log(x+2)log(x24)=log(x2)+log(x+2)log(x24)2\log x + \log(x + 2) - \log(x^2 - 4) = \log(x^2) + \log(x+2) - \log(x^2 - 4).
  • =logx2(x+2)x24=logx2(x+2)(x2)(x+2)=logx2x2= \log\dfrac{x^2(x+2)}{x^2 - 4} = \log\dfrac{x^2(x+2)}{(x-2)(x+2)} = \log\dfrac{x^2}{x-2}.
  • Note: the factor (x+2)(x+2) cancels since x+20x + 2 \neq 0 under the domain x>2x > 2.

Question 10. An investor deposits \5,000intoanaccountearninginto an account earning4%interestcompoundedquarterly.Howlong(tothenearestquarter)doesittakeforthebalancetoreachinterest compounded quarterly. How long (to the nearest quarter) does it take for the balance to reach$10,000$?

Answer
  • A=P(1+r100n)ntA = P\left(1 + \dfrac{r}{100n}\right)^{nt} with P=5000P = 5000, r=4r = 4, n=4n = 4, A=10000A = 10000.
  • 10000=5000(1+4400)4t=5000(1.01)4t10000 = 5000\left(1 + \dfrac{4}{400}\right)^{4t} = 5000(1.01)^{4t}.
  • 2=(1.01)4t2 = (1.01)^{4t}.
  • Take log\log: log2=4tlog1.01\log 2 = 4t \cdot \log 1.01.
  • t=log24log1.010.30104×0.0043217.42t = \dfrac{\log 2}{4\log 1.01} \approx \dfrac{0.3010}{4 \times 0.00432} \approx 17.42 years.
  • To the nearest quarter: approximately 17 years and 2 quarters (17.5 years).

tip

Diagnostic Test Ready to test your understanding of Logarithms? The diagnostic test contains the hardest questions within the DSE specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Logarithms with other DSE mathematics topics to test synthesis under exam conditions.

See Diagnostic Guide for instructions on self-marking and building a personal test matrix.


DSE Exam Technique

Showing Working

For logarithm problems in DSE Paper 1:

  1. Always state the domain restriction before solving (argument of logarithm must be positive).
  2. When using logarithm laws, write the law explicitly before applying it.
  3. When converting between exponential and logarithmic form, show the intermediate step.
  4. After solving, verify each solution satisfies the domain restriction.

Significant Figures

Exact logarithmic answers are preferred. If a numerical approximation is required, use 3 significant figures. When the question asks for an answer "correct to 3 significant figures," the calculator value should be stated.

Common DSE Question Types

  1. Solving logarithmic equations (combine, convert, solve, check domain).
  2. Solving exponential equations (take logs, bring down exponents).
  3. Change of base problems.
  4. Logarithmic inequalities (consider the base: >1> 1 or <1< 1).
  5. Applications (compound interest, half-life, pH, Richter scale).

Additional Worked Examples

Worked Example 11: Logarithmic equation with different bases

Solve log2x+log3x=5\log_2 x + \log_3 x = 5.

Solution

By the change of base formula: log3x=log2xlog23\log_3 x = \dfrac{\log_2 x}{\log_2 3}.

Let u=log2xu = \log_2 x:

u+ulog23=5    u ⁣(1+1log23)=5u + \frac{u}{\log_2 3} = 5 \implies u\!\left(1 + \frac{1}{\log_2 3}\right) = 5

ulog23+1log23=5    u=5log231+log23u \cdot \frac{\log_2 3 + 1}{\log_2 3} = 5 \implies u = \frac{5\log_2 3}{1 + \log_2 3}

log2x=5log23log26=log635=log6243\log_2 x = \frac{5\log_2 3}{\log_2 6} = \log_6 3^5 = \log_6 243

x=25log23log26=2431/log26x = 2^{\frac{5\log_2 3}{\log_2 6}} = 243^{1/\log_2 6}

This can also be written as x=6log6243=243x = 6^{\log_6 243} = 243? Let me verify: log2243+log3243=log2243+log2243log23=log2243 ⁣(1+1log23)\log_2 243 + \log_3 243 = \log_2 243 + \dfrac{\log_2 243}{\log_2 3} = \log_2 243\!\left(1 + \dfrac{1}{\log_2 3}\right).

log2243=log235=5log23\log_2 243 = \log_2 3^5 = 5\log_2 3.

5log231+log23log23=5(1+log23)5\log_2 3 \cdot \dfrac{1 + \log_2 3}{\log_2 3} = 5(1 + \log_2 3).

Is this =5= 5? Only if log23=0\log_2 3 = 0, which is false. So x=243x = 243 is incorrect.

The exact answer is x=25log23log26x = 2^{\frac{5\log_2 3}{\log_2 6}}.

Worked Example 12: Exponential equation with three terms

Solve 4x52x+6=04^x - 5 \cdot 2^x + 6 = 0.

Solution

Let u=2xu = 2^x (u>0u > 0): u25u+6=0    (u2)(u3)=0u^2 - 5u + 6 = 0 \implies (u - 2)(u - 3) = 0.

u=2u = 2 or u=3u = 3.

2x=2    x=12^x = 2 \implies x = 1.

2x=3    x=log23=log3log21.582^x = 3 \implies x = \log_2 3 = \dfrac{\log 3}{\log 2} \approx 1.58.

Worked Example 13: Logarithmic identity proof

Prove that logablogbclogca=1\log_a b \cdot \log_b c \cdot \log_c a = 1.

Solution

Using the change of base formula:

logab=logbloga,logbc=logclogb,logca=logalogc\log_a b = \frac{\log b}{\log a}, \quad \log_b c = \frac{\log c}{\log b}, \quad \log_c a = \frac{\log a}{\log c}

Multiplying:

logblogalogclogblogalogc=1\qed\frac{\log b}{\log a} \cdot \frac{\log c}{\log b} \cdot \frac{\log a}{\log c} = 1 \qed

Worked Example 14: Solving a system of exponential equations

Solve the system 2x3y=1082^x \cdot 3^y = 108 and 2x+3y=212^x + 3^y = 21.

Solution

From the first equation: 2x=1083y2^x = \dfrac{108}{3^y}.

Substituting into the second: 1083y+3y=21\dfrac{108}{3^y} + 3^y = 21.

Let u=3yu = 3^y (u>0u > 0): 108u+u=21    u221u+108=0    (u9)(u12)=0\dfrac{108}{u} + u = 21 \implies u^2 - 21u + 108 = 0 \implies (u - 9)(u - 12) = 0.

u=9u = 9 or u=12u = 12.

Case 1: 3y=9    y=23^y = 9 \implies y = 2. Then 2x=1089=12    x=log2122^x = \dfrac{108}{9} = 12 \implies x = \log_2 12.

Case 2: 3y=12    y=log3123^y = 12 \implies y = \log_3 12. Then 2x=10812=9    x=log292^x = \dfrac{108}{12} = 9 \implies x = \log_2 9.

Solutions: (x,y)=(log212,  2)(x, y) = (\log_2 12,\; 2) and (log29,  log312)(\log_2 9,\; \log_3 12).


DSE Exam-Style Questions

DSE Practice 1. Solve log2(2x1)+log2(x+3)=4\log_2(2x - 1) + \log_2(x + 3) = 4.

Solution

Domain: 2x1>0    x>122x - 1 > 0 \implies x > \dfrac{1}{2}, and x+3>0    x>3x + 3 > 0 \implies x > -3. Combined: x>12x > \dfrac{1}{2}.

log2[(2x1)(x+3)]=4    (2x1)(x+3)=16\log_2[(2x - 1)(x + 3)] = 4 \implies (2x - 1)(x + 3) = 16.

2x2+5x3=16    2x2+5x19=02x^2 + 5x - 3 = 16 \implies 2x^2 + 5x - 19 = 0.

x=5±25+1524=5±1774x = \dfrac{-5 \pm \sqrt{25 + 152}}{4} = \dfrac{-5 \pm \sqrt{177}}{4}.

5+17745+13.3042.08>12\dfrac{-5 + \sqrt{177}}{4} \approx \dfrac{-5 + 13.30}{4} \approx 2.08 > \dfrac{1}{2}. Accepted.

517744.58<12\dfrac{-5 - \sqrt{177}}{4} \approx -4.58 < \dfrac{1}{2}. Rejected.

Solution: x=5+1774x = \dfrac{-5 + \sqrt{177}}{4}.

DSE Practice 2. If log4x+log4(x6)=2\log_4 x + \log_4(x - 6) = 2, find xx.

Solution

Domain: x>0x > 0 and x6>0    x>6x - 6 > 0 \implies x > 6.

log4[x(x6)]=2    x(x6)=16    x26x16=0\log_4[x(x - 6)] = 2 \implies x(x - 6) = 16 \implies x^2 - 6x - 16 = 0.

(x8)(x+2)=0    x=8(x - 8)(x + 2) = 0 \implies x = 8 or x=2x = -2.

Since x>6x > 6: x=8x = 8.

DSE Practice 3. Solve the inequality log3(x2)2\log_3(x - 2) \leq 2.

Solution

Domain: x2>0    x>2x - 2 > 0 \implies x > 2.

Since base 3>13 > 1, the inequality sign is preserved: x232=9x - 2 \leq 3^2 = 9.

x11x \leq 11.

Combined: 2<x112 < x \leq 11.

DSE Practice 4. The population of a city was 2 million in 2020 and 3 million in 2025. Assuming exponential growth, in what year will the population reach 5 million?

Solution

P(t)=P0atP(t) = P_0 \cdot a^t where tt is years from 2020.

P0=2P_0 = 2, P(5)=3P(5) = 3: 2a5=3    a5=1.5    a=1.51/52a^5 = 3 \implies a^5 = 1.5 \implies a = 1.5^{1/5}.

For P(t)=5P(t) = 5: 21.5t/5=5    1.5t/5=2.52 \cdot 1.5^{t/5} = 5 \implies 1.5^{t/5} = 2.5.

t=5ln2.5ln1.5=50.91630.405511.3t = 5 \cdot \dfrac{\ln 2.5}{\ln 1.5} = 5 \cdot \dfrac{0.9163}{0.4055} \approx 11.3 years.

Year: 2020+11.320312020 + 11.3 \approx 2031 (during 2031).

DSE Practice 5. Simplify log278log32\dfrac{\log_{27} 8}{\log_{\sqrt{3}} 2}.

Solution

log278=log8log27=3log23log3=log2log3\log_{27} 8 = \frac{\log 8}{\log 27} = \frac{3\log 2}{3\log 3} = \frac{\log 2}{\log 3}

log32=log2log3=log212log3=2log2log3\log_{\sqrt{3}} 2 = \frac{\log 2}{\log \sqrt{3}} = \frac{\log 2}{\frac{1}{2}\log 3} = \frac{2\log 2}{\log 3}

log278log32=log2/log32log2/log3=12\frac{\log_{27} 8}{\log_{\sqrt{3}} 2} = \frac{\log 2 / \log 3}{2\log 2 / \log 3} = \frac{1}{2}

DSE Practice 6. Given that 2logaxloga(x21)=12\log_a x - \log_a(x^2 - 1) = 1, express xx in terms of aa.

Solution

Domain: x>0x > 0, x21>0    x>1x^2 - 1 > 0 \implies x > 1.

logax2x21=1    x2x21=a\log_a\dfrac{x^2}{x^2 - 1} = 1 \implies \dfrac{x^2}{x^2 - 1} = a.

x2=a(x21)    x2=ax2a    x2(a1)=ax^2 = a(x^2 - 1) \implies x^2 = ax^2 - a \implies x^2(a - 1) = a.

x2=aa1x^2 = \dfrac{a}{a - 1}.

x=aa1x = \sqrt{\dfrac{a}{a - 1}} (positive root since x>1>0x > 1 > 0).

This requires aa1>0\dfrac{a}{a - 1} > 0, i.e., a>1a > 1 or a<0a < 0.

Also need x>1x > 1: aa1>1    aa+1a1>0    1a1>0    a>1\dfrac{a}{a - 1} > 1 \implies \dfrac{a - a + 1}{a - 1} > 0 \implies \dfrac{1}{a - 1} > 0 \implies a > 1.

Answer: x=aa1x = \sqrt{\dfrac{a}{a - 1}} for a>1a > 1.