NDA Maths · Logarithms

Logarithm Identities, Change of Base & Sums

A logarithm answers “what power do I raise the base to?” — and almost every NDA log question collapses once you apply the three laws, the change-of-base rule, or its reciprocal twin.

Why this matters

This is the larger of the chapter's two subtopics — 16 PYQs, mostly EASY/MODERATE with 2 HARD. The patterns repeat: split or combine logs with the laws, switch base to collapse a product or a telescoping sum (the 1/log_k N family appears almost every other year), or read off the sign of a log. Master change of base and these become one-liners.

Concept 1 of 5

What a Logarithm Is — Laws, Special Values, Domain

Intuition

A logarithm is just an exponent turned inside out. The question “logaN=?\log_a N = ?” asks “to what power must I raise the base aa to get NN?” Once you read every log as “the exponent that produces NN,” the three laws are simply the exponent rules in disguise.

Definition

Definition. logaN=x    ax=N\log_a N = x \iff a^x = N, valid for base a>0, a1a>0,\ a\neq 1 and N>0N>0. The three laws (same base throughout):

  • Product: loga(MN)=logaM+logaN\log_a(MN) = \log_a M + \log_a N
  • Quotient: loga ⁣MN=logaMlogaN\log_a\!\dfrac{M}{N} = \log_a M - \log_a N
  • Power: loga(Mk)=klogaM\log_a(M^k) = k\,\log_a M

Special values: logaa=1\log_a a = 1, loga1=0\log_a 1 = 0, loga(ak)=k\log_a(a^k) = k, and alogaN=Na^{\log_a N} = N. Domain: you may only take the log of a positive number — the argument of every log in a problem must stay >0>0. This is what later forces solution-rejection.

The defining equivalence and the three laws

logaN=x    ax=N;loga(MN)=logaM+logaN,  logaMk=klogaM\log_a N = x \iff a^x = N;\quad \log_a(MN)=\log_a M+\log_a N,\ \ \log_a M^k = k\log_a M

Worked example

Evaluate log280log25\log_2 80 - \log_2 5.
  1. Quotient law: log280log25=log2805=log216\log_2 80 - \log_2 5 = \log_2\dfrac{80}{5} = \log_2 16.
  2. 16=2416 = 2^4, so log216=4\log_2 16 = 4.
Answer:44.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    log381=?\log_3 81 = ?
  2. 2.
    log1025+log104=?\log_{10} 25 + \log_{10} 4 = ?
  3. 3.
    log51=?\log_5 1 = ? and log55=?\log_5 5 = ?
  4. 4.
    Why is log2(8)\log_2(-8) undefined?

log(M+N)\log(M+N) is NOT logM+logN\log M + \log N

The product law splits a log of a product, not a log of a sum. loga(M+N)\log_a(M+N) has no simplification — only loga(MN)\log_a(MN) splits into logaM+logaN\log_a M+\log_a N.

Concept 2 of 5

Applying the Laws — Evaluate and Combine

Intuition

Most “find the value” log questions are solved by rewriting every number as a power of a small base, then letting the power and product/quotient laws do the bookkeeping. The trick is to spot the common base hiding inside 27,32,102427, 32, 1024, nested radicals, and so on.

Definition

Strategy for an evaluate-and-combine problem:

  • Rewrite arguments as powers of the smallest convenient base: 27=33, 1024=210, 3125=5527=3^3,\ 1024=2^{10},\ 3125=5^5, and a nested radical like 777\sqrt{7\sqrt{7\sqrt{7}}} as 71/2+1/4+1/8=77/87^{1/2+1/4+1/8}=7^{7/8}.
  • Pull exponents out front with the power law, then combine with product/quotient.
  • Sum of logs across a list — e.g. jlog10(2j5j)=jjlog1010=jj\sum_j \log_{10}(2^j5^j)=\sum_j j\,\log_{10}10=\sum_j j — telescopes once you notice 25=102\cdot 5 = 10.

Rewrite as powers, then pull the exponent out

loga(bmcn)=mlogab+nlogac\log_a(b^m \cdot c^n) = m\log_a b + n\log_a c

Worked example

Find the value of log327+log5125\log_3 27 + \log_5 125.
  1. 27=3327 = 3^3 so log327=3\log_3 27 = 3.
  2. 125=53125 = 5^3 so log5125=3\log_5 125 = 3.
  3. Add: 3+33 + 3.
Answer:66.
Practice this conceptself-check

Try it yourself

Evaluate log48+log927\log_4 8 + \log_9 27.

From the bank · past-year question

Example 2LogarithmsMODERATE
What is the value of log7log7777\log_7 \log_7 \sqrt{7\sqrt{7\sqrt{7}}} equal to?

[Q1 · Sep · 2018]

Keep the base when you pull out a power

log7777\log_7\sqrt{7\sqrt{7\sqrt{7}}} first becomes 78\tfrac{7}{8}, but a second outer log7\log_7 of that gives log778=13log72\log_7\tfrac{7}{8} = 1 - 3\log_7 2 — don't lose the log78=3log72-\log_7 8 = -3\log_7 2 term.

Concept 3 of 5

Change of Base & the Reciprocal Identity

Intuition

Any logarithm can be re-expressed in a base of your choosing: logba=logalogb\log_b a = \dfrac{\log a}{\log b} in any common base. The single most useful consequence is that flipping a log inverts it: 1logab=logba\dfrac{1}{\log_a b} = \log_b a. That reciprocal turns the recurring 1logkN\sum \dfrac{1}{\log_k N} sums into a one-line collapse.

Definition

Change of base: logba=logcalogcb\log_b a = \dfrac{\log_c a}{\log_c b} for any valid base cc. Two consequences carry most of the marks:

  • Reciprocal identity: 1logab=logba\dfrac{1}{\log_a b} = \log_b a (set c=ac=a). So 1logkN=logNk\dfrac{1}{\log_k N} = \log_N k.
  • Telescoping sum: k=2m1logkN=k=2mlogNk=logN(23m)=logN(m!)\displaystyle\sum_{k=2}^{m}\dfrac{1}{\log_k N} = \sum_{k=2}^{m}\log_N k = \log_N(2\cdot 3\cdots m) = \log_N(m!). When N=m!N=m! this equals logNN=1\log_N N = 1.
  • Product collapse: logablogba=1\log_a b\cdot\log_b a = 1, and logablogbc=logac\log_a b\cdot\log_b c = \log_a c (chain).

Change of base and its reciprocal twin

logba=logalogb,1logab=logba\log_b a = \dfrac{\log a}{\log b}, \qquad \dfrac{1}{\log_a b} = \log_b a

Worked example

If n=50!n = 50!, find 1log2n+1log3n++1log50n\dfrac{1}{\log_2 n} + \dfrac{1}{\log_3 n} + \cdots + \dfrac{1}{\log_{50} n}.
  1. Reciprocal identity: 1logkn=lognk\dfrac{1}{\log_k n} = \log_n k.
  2. Sum =logn(2350)=logn(50!)= \log_n(2\cdot 3\cdots 50) = \log_n(50!).
  3. But n=50!n = 50!, so this is lognn=1\log_n n = 1.
Answer:11.
Practice this conceptself-check

Try it yourself

Evaluate log102log210\log_{10} 2 \cdot \log_2 10.

From the bank · past-year question

Example 3LogarithmsMODERATE
If n=(2017)!n = (2017)!, then what is 1log2n+1log3n+1log4n++1log2017n\frac{1}{\log_{2}n} + \frac{1}{\log_{3}n} + \frac{1}{\log_{4}n} + \cdots + \frac{1}{\log_{2017}n} equal to?

[Q2 · Apr · 2018]

Reciprocal flips the base and the argument together

1logab=logba\dfrac{1}{\log_a b} = \log_b a — the base and argument swap. It does NOT equal loga(1/b)\log_a(1/b) (which would be logab-\log_a b). Keep the two operations separate.

Concept 4 of 5

Sign of a Logarithm & Bounds of a Log Function

Intuition

Because the log of 11 is 00, a logarithm is positive when its argument exceeds 11 and negative when the argument lies strictly between 00 and 11 (for a base >1>1). And since log\log is increasing, the smallest value of log10(quadratic)\log_{10}(\text{quadratic}) happens exactly where the quadratic is smallest.

Definition

For base a>1a>1:

  • logaN>0    N>1\log_a N > 0 \iff N > 1; logaN=0    N=1\quad\log_a N = 0 \iff N = 1; logaN<0    0<N<1\quad\log_a N < 0 \iff 0 < N < 1.
  • The function loga\log_a is strictly increasing, so logaf(x)\log_a f(x) attains its minimum exactly where f(x)f(x) is minimised (provided f>0f>0 there).

**Minimising log10(quadratic):\log_{10}(\text{quadratic}):** complete the square — x2+bx+c=(x+b2)2+(cb24)x^2+bx+c = (x+\tfrac{b}{2})^2 + (c-\tfrac{b^2}{4}) — the minimum argument is cb24c-\tfrac{b^2}{4}, and the minimum of the log is log10\log_{10} of that.

Sign of a log (base > 1)

logaN  {>0N>1=0N=1<00<N<1\log_a N \;\begin{cases}>0 & N>1\\ =0 & N=1\\ <0 & 0<N<1\end{cases}

Worked example

Find the minimum value of f(x)=log10(x24x+104)f(x) = \log_{10}(x^2 - 4x + 104).
  1. Complete the square: x24x+104=(x2)2+100x^2 - 4x + 104 = (x-2)^2 + 100.
  2. The argument is smallest =100=100 at x=2x=2.
  3. Minimum of f=log10100=2f = \log_{10} 100 = 2.
Answer:22.
Practice this concept2 quick reps

Practice — Level 1 (2 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Is log100.5\log_{10} 0.5 positive or negative?
  2. 2.
    For which aa is log10a=0\log_{10} a = 0?

From the bank · past-year question

Example 4LogarithmsEASY
What is the minimum value of the function f(x)=log10(x2+2x+11)f(x) = \log_{10}(x^2+2x+11)?

[Q73 · Sep · 2022]

The minimum is of the LOG, not the quadratic

After finding the quadratic's minimum (say 100100), you must still take log10100=2\log_{10} 100 = 2. The smallest argument and the smallest log value are different numbers — the question asks for the log.

Concept 5 of 5

Logarithms in AP/GP and the Geometric Mean

Intuition

Logs convert multiplication into addition, so a geometric progression of powers becomes an arithmetic progression of logs. That's why questions phrased as “lnx,lnx3,lnx5\ln x, \ln x^3, \ln x^5 are in AP/GP?” or “geometric mean of 1,2,22,1,2,2^2,\dots” are pure log-law exercises in disguise.

Definition

Two recurring shapes:

  • AP / GP test on logs: lnx,lnx3,lnx5=lnx,3lnx,5lnx\ln x, \ln x^3, \ln x^5 = \ln x,\,3\ln x,\,5\ln x. They are in AP (common difference 2lnx2\ln x); for GP you must separately check q2=prq^2 = pr, i.e. (3lnx)2=(lnx)(5lnx)(3\ln x)^2 = (\ln x)(5\ln x) — here 959 \neq 5, so never GP.
  • Geometric mean of a list of powers: the GM of 1,2,22,,2n11,2,2^2,\dots,2^{n-1} is (20+1++(n1))1/n=2(n1)/2\big(2^{0+1+\cdots+(n-1)}\big)^{1/n} = 2^{(n-1)/2}; taking log2\log_2 gives n12\dfrac{n-1}{2}, so expressions like 1+2log2G1+2\log_2 G simplify to nn.

AP and GP conditions for three terms

AP:2q=p+r,GP:q2=pr\text{AP}: 2q = p+r, \qquad \text{GP}: q^2 = pr

Worked example

Are log24, log216, log264\log_2 4,\ \log_2 16,\ \log_2 64 in AP?
  1. Evaluate: log24=2, log216=4, log264=6\log_2 4 = 2,\ \log_2 16 = 4,\ \log_2 64 = 6.
  2. Differences: 42=24-2 = 2 and 64=26-4 = 2 — equal.
Answer:Yes — they are in AP with common difference 22.
Practice this conceptself-check

Try it yourself

Let GG be the geometric mean of 1,3,32,331, 3, 3^2, 3^3. Find log3G\log_3 G.

From the bank · past-year question

Example 5LogarithmsMODERATE
Let p=lnxp=\ln x, q=lnx3q=\ln x^3 and r=lnx5r=\ln x^5, where x>1x>1. Which of the following statements is/are correct? A. p,qp,q and rr are in AP. B. p,qp,q and rr can never be in GP. Select the answer using the code given below.

[Q8 · Sep · 2024]

AP holding does not make it GP — test GP separately

p,q,rp, q, r being in AP says nothing about GP. The GP condition q2=prq^2 = pr must be checked on its own; for lnx,3lnx,5lnx\ln x, 3\ln x, 5\ln x it fails because 959 \neq 5, so the terms are AP-but-never-GP.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (5)

  • What a Logarithm Is — Laws, Special Values, Domain

    The defining equivalence and the three laws

    logaN=x    ax=N;loga(MN)=logaM+logaN,  logaMk=klogaM\log_a N = x \iff a^x = N;\quad \log_a(MN)=\log_a M+\log_a N,\ \ \log_a M^k = k\log_a M
  • Applying the Laws — Evaluate and Combine

    Rewrite as powers, then pull the exponent out

    loga(bmcn)=mlogab+nlogac\log_a(b^m \cdot c^n) = m\log_a b + n\log_a c
  • Change of Base & the Reciprocal Identity

    Change of base and its reciprocal twin

    logba=logalogb,1logab=logba\log_b a = \dfrac{\log a}{\log b}, \qquad \dfrac{1}{\log_a b} = \log_b a
  • Sign of a Logarithm & Bounds of a Log Function

    Sign of a log (base > 1)

    logaN  {>0N>1=0N=1<00<N<1\log_a N \;\begin{cases}>0 & N>1\\ =0 & N=1\\ <0 & 0<N<1\end{cases}
  • Logarithms in AP/GP and the Geometric Mean

    AP and GP conditions for three terms

    AP:2q=p+r,GP:q2=pr\text{AP}: 2q = p+r, \qquad \text{GP}: q^2 = pr

Watch out for (5)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1LogarithmsMODERATE
For the following two (02) items: Let p=j=1nlog102jp=\sum_{j=1}^{n}\log_{10}2^j and q=j=1nlog105jq=\sum_{j=1}^{n}\log_{10}5^j.
If p+q=66p+q=66, then which one of the following is correct?

[Q23 · Sep · 2025]

Example 2LogarithmsEASY
If log102log210+log10(10x)=2\log_{10}2\cdot\log_{2}10+\log_{10}(10^{x})=2, then what is the value of xx?

[Q40 · Sep · 2021]

Example 3LogarithmsEASY
If 0<a<10 < a < 1, the value of log10a\log_{10}a is negative. This is justified by

[Q32 · Apr · 2018]

Example 4LogarithmsMODERATE
If GG is the geometric mean of numbers 1,2,22,23,,2n11,2,2^{2},2^{3},\ldots,2^{n-1}, then what is the value of 1+2log2G1+2\log_{2}G?

[Q114 · Apr · 2023]

Example 5LogarithmsMODERATE
For the following two (02) items: Let p=j=1nlog102jp=\sum_{j=1}^{n}\log_{10}2^j and q=j=1nlog105jq=\sum_{j=1}^{n}\log_{10}5^j.
If p+q=15p+q=15, then what is qpq-p equal to?

[Q24 · Sep · 2025]

Drill every past-year question on this subtopic

16 questions from the bank — paginated, with cart and Word-export support.