Skip to main content
NSWMaths AdvancedSyllabus dot point

What is a logarithm really, how do you switch between index form and log form, and how do the log laws let you expand, contract, evaluate and solve - including the cases a calculator only does in base 10?

Define logarithms as indices, convert between index form and logarithmic form, apply the logarithm laws (product, quotient, power), use the logarithms of 1 and of the base, change the base, and work with common logarithms

The Year 11 Maths Advanced answer on logarithms: a logarithm is the index, how to convert between index form and log form, the product, quotient and power laws, the logs of 1 and of the base, the change-of-base formula and common (base 10) logs, with code-checked worked examples and original practice questions.

Generated by Claude Opus 4.819 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

The previous page showed that a power ana^n is built from a base aa and an index nn. A logarithm runs that idea backwards: it answers the question "to what power must I raise the base to get this number?". NESA expects you to define a logarithm as that index, to convert fluently between index form and log form, to use the three log laws (product, quotient and power) to expand and contract expressions, to know the logs of 11 and of the base instantly, to change a logarithm from one base to another, and to handle common logarithms (base 1010), the ones your calculator does directly. The mechanics are short, but logarithms are the tool that finally lets you solve an exponential equation such as 5x=185^x = 18 exactly, which the index-matching method of the previous page could not reach. They also unlock the scales scientists use for quantities that span enormous ranges: pH for acidity, decibels for loudness, the Richter scale for earthquakes. The goal is to read a logarithm as an index without hesitation, so every law below becomes an old index law in a new costume.

The answer

A logarithm IS the index

Fix a base aa that is positive and not equal to 11. The logarithm base aa of a positive number xx is the index you put on aa to produce xx. In symbols,

y=logaxmeans exactlyx=ay.y = \log_a x \quad \text{means exactly} \quad x = a^y.

Read log28\log_2 8 as "log base 22 of 88", saying the base first and then the number. Its value is 33, because 33 is the index when 88 is written as a power of 22: 8=238 = 2^3. That single equivalence is the whole foundation of the topic, and the fastest way to answer almost any logarithm question is to translate it straight back into a statement about indices. The base must be positive and not 11 (a base of 11 gives only 1y=11^y = 1, so it could never equal any other number), and the number xx inside the log must be positive, because a positive base raised to any real power is always positive, so there is no power of aa that equals a zero or negative number.

Converting between index form and log form

Because the two forms say the same thing, every logarithm statement is an index statement in disguise, and switching between them is the core skill. The pattern is fixed: the base stays the base, and the index and the log are the same number. Going from 34=813^4 = 81 to log form, the base 33 stays put, the index 44 becomes the value of the log, and 8181 is the number: log381=4\log_3 81 = 4. Going the other way, log101000=3\log_{10} 1000 = 3 says the base is 1010, the index is 33 and the number is 10001000, so 103=100010^3 = 1000.

To evaluate a logarithm with nice numbers, set it equal to xx, rewrite as an index equation, and match powers of the base, exactly the index-matching method from the previous page. For log232\log_2 32, let x=log232x = \log_2 32, so 2x=32=252^x = 32 = 2^5, giving x=5x = 5. The same routine handles negative and fractional answers: log218\log_2 \frac{1}{8} gives 2x=18=232^x = \frac{1}{8} = 2^{-3}, so the log is 3-3; and log93\log_9 3 gives 9x=39^x = 3, that is 32x=313^{2x} = 3^1, so x=12x = \frac{1}{2}.

The logs of 1 and of the base

Two values come up constantly and are worth knowing on sight, and both follow immediately from the definition:

  • loga1=0\log_a 1 = 0, because a0=1a^0 = 1. The log of 11 is always 00, whatever the base.
  • logaa=1\log_a a = 1, because a1=aa^1 = a. The log of the base itself is always 11.

A third, logaa=12\log_a \sqrt{a} = \frac{1}{2} (because a=a1/2\sqrt{a} = a^{1/2}), shows the same idea with a fractional index. These are not separate facts to memorise so much as the definition applied to the easiest possible numbers, and they are the reason a term like log33\log_3 3 silently collapses to 11 in the middle of a longer calculation.

The three laws of logarithms

Because logarithms are indices, the three index laws for combining powers become three laws for combining logarithms of the same base:

  • Product law: the log of a product is the sum of the logs, loga(xy)=logax+logay\log_a (xy) = \log_a x + \log_a y.
  • Quotient law: the log of a quotient is the difference of the logs, logaxy=logaxlogay\log_a \dfrac{x}{y} = \log_a x - \log_a y.
  • Power law: the log of a power is the index times the log, logaxn=nlogax\log_a x^n = n \log_a x.

The reason they hold is the reason the topic is coherent: a log is an index, and these mirror the index laws exactly. Multiplying powers adds indices, so the log of a product adds the logs; dividing subtracts; raising a power to a power multiplies, so the log of a power multiplies. (Formally, write x=alogaxx = a^{\log_a x} and y=alogayy = a^{\log_a y}; then xy=alogax+logayxy = a^{\log_a x + \log_a y}, and reading off the index gives the product law, with the other two following the same way.) Two cautions are worth fixing now, because they are the commonest log errors. The product law is about the log of a product, not a product of logs: logax+logay=loga(xy)\log_a x + \log_a y = \log_a (xy), never logaxlogay\log_a x \cdot \log_a y. And the power law only lifts an index off the whole number inside: logax2=2logax\log_a x^2 = 2 \log_a x, but (logax)2\left(\log_a x\right)^2 is just that log squared and does not simplify.

Expanding and contracting log expressions

The laws run in both directions, and exam questions ask for each. To expand a single logarithm of a complicated expression into separate logs, peel it apart with the laws: split the quotient first, then the product, then drop the powers. Take logaxy2z\log_a \dfrac{xy^2}{z} with a general base aa:

logaxy2z=loga(xy2)logaz=logax+logay2logaz=logax+2logaylogaz.\log_a \frac{xy^2}{z} = \log_a \left(xy^2\right) - \log_a z = \log_a x + \log_a y^2 - \log_a z = \log_a x + 2\log_a y - \log_a z.

To contract (or condense) several logs into one, reverse every step: rewrite any coefficient as an index with the power law, then combine sums into a product and differences into a quotient. For example, 2loga3+loga43loga22\log_a 3 + \log_a 4 - 3\log_a 2 becomes loga32+loga4loga23=loga9×48=loga92\log_a 3^2 + \log_a 4 - \log_a 2^3 = \log_a \dfrac{9 \times 4}{8} = \log_a \dfrac{9}{2}. A frequent trap when contracting is sign and coefficient order: a coefficient must become a power before you combine, and only a leading coefficient of 11 can be combined directly.

Change of base

A calculator's log\log button gives only base 1010 (and ln\ln gives base ee, the next page's topic). To evaluate a logarithm in any base, the change-of-base formula rewrites it using a base the calculator knows. For bases aa and bb,

logax=logbxlogba,remembered as log of the numberlog of the base.\log_a x = \frac{\log_b x}{\log_b a}, \qquad \text{remembered as } \frac{\text{log of the number}}{\text{log of the base}}.

Choosing b=10b = 10 turns any logarithm into a quotient of base-1010 logs you can key in directly: log25=log105log102=2.322\log_2 5 = \dfrac{\log_{10} 5}{\log_{10} 2} = 2.322 (to 44 significant figures). The formula comes straight from the definition: if y=logaxy = \log_a x then x=ayx = a^y; taking logb\log_b of both sides gives logbx=ylogba\log_b x = y \log_b a by the power law, and dividing by logba\log_b a isolates yy. Beyond evaluation, change of base is what finally lets you produce a decimal for the exact answers logarithms give to exponential equations.

Solving log and index equations

Two equation types now sit within reach. A logarithmic equation is solved by converting to index form. If the unknown is the number, log3x=4\log_3 x = 4 becomes x=34=81x = 3^4 = 81; if the unknown is the base, logx8=3\log_x 8 = 3 becomes x3=8x^3 = 8, so x=2x = 2 (and you check the base is positive and not 11). An index equation where the two sides cannot be matched to one base, such as ax=ka^x = k, is exactly what logarithms were built for. The index-matching trick of the previous page fails for 5x=185^x = 18 because 1818 is not a power of 55, so instead take a logarithm of both sides, or equivalently rewrite directly in log form:

5x=18    x=log518=log1018log105=1.796 (4 s.f.).5^x = 18 \implies x = \log_5 18 = \frac{\log_{10} 18}{\log_{10} 5} = 1.796 \ (4\text{ s.f.}).

The exact answer is log518\log_5 18; the decimal comes from change of base. This single move, "take logs of both sides", is the master key for every exponential model in the course, from population doubling to radioactive decay.

Why logarithmic scales exist

Logarithms are not just an algebra exercise; they are how science tames quantities that span enormous ranges. Each of these scales is "the index of 1010", so a step of 11 on the scale means a factor of 1010 in the underlying quantity:

  • pH measures acidity as pH=log10[H+]\text{pH} = -\log_{10}[\mathrm{H}^+], where [H+][\mathrm{H}^+] is the hydrogen-ion concentration. Pure water has [H+]=107[\mathrm{H}^+] = 10^{-7}, giving pH=7\text{pH} = 7. A drop of 22 pH units (from 55 to 33) is not a small change: it is a factor of 102=10010^2 = 100 more acidic.
  • Loudness in decibels is L=10log10II0L = 10\log_{10}\dfrac{I}{I_0}, comparing a sound's intensity II to a reference I0I_0. An intensity ratio of 10810^8 gives 8080 dB. Doubling the intensity adds only 10log1023.0110\log_{10} 2 \approx 3.01 dB, which is why two identical speakers sound only a little louder than one.
  • Earthquakes on the Richter scale use M=log10AA0M = \log_{10}\dfrac{A}{A_0}, where AA is the measured wave amplitude. A magnitude 66 quake has 1064=10010^{6-4} = 100 times the amplitude of a magnitude 44 quake, despite the labels looking close together.

The growth and decay pair below makes the logarithm's role visual. The curve y=log2xy = \log_2 x is the reflection of the exponential y=2xy = 2^x in the line y=xy = x: the two functions undo each other. The exponential turns an index into a number (323=83 \mapsto 2^3 = 8); the logarithm turns the number back into the index (8log28=38 \mapsto \log_2 8 = 3). Every point (p,q)(p, q) on one curve has its mirror (q,p)(q, p) on the other, which is exactly the index-and-log swap.

y equals 2 to the x and y equals log base 2 of x reflected in the line y equals xThe exponential curve y equals 2 to the x and the logarithmic curve y equals log base 2 of x are mirror images of each other across the dashed line y equals x. The exponential passes through zero one, one two and two four; the logarithm passes through the reflected points one zero, two one and four two.xy112244y = 2ˣy = log₂xy = x(0, 1)(2, 4)(4, 2)(1, 0)

This page builds directly on indices and index laws; if "the log is the index" feels slippery, the surest fix is to be fluent with the index laws first, because every log law here is one of them re-read.

How exam questions ask about logarithms

The command words point you to the exact skill:

  • "Evaluate" or "find the value of" a logarithm with nice numbers means convert to an index equation and match powers of the base. log232=5\log_2 32 = 5 because 25=322^5 = 32.
  • "Write in index form" or "write in logarithmic form" is a direct conversion: keep the base, swap the index and the log. log381=4    34=81\log_3 81 = 4 \iff 3^4 = 81.
  • "Expand" (or "write in terms of logx\log x, logy\log y, ...") means apply the laws forwards: split products into sums, quotients into differences, and bring powers to the front.
  • "Express as a single logarithm" or "simplify" means apply the laws in reverse: turn coefficients into indices first, then combine into one log.
  • "Solve" a log equation means convert to index form; "solve" an index equation that will not match bases means take logs of both sides.
  • "Evaluate, correct to ... significant figures" for a non-base-1010 log signals the change-of-base formula, log of the number over log of the base.
  • "Hence" after an exact log answer (like log518\log_5 18) usually means "now use change of base to give a decimal".

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksEvaluate without a calculator: (a) log232\log_2 32 and (b) log51125\log_5 \dfrac{1}{125}.
Show worked solution →

(a) Turn the logarithm into an index question. log232\log_2 32 asks "what power of 22 gives 3232?". Let x=log232x = \log_2 32, so 2x=322^x = 32. Since 32=2532 = 2^5,

2x=25    x=5,so log232=5.2^x = 2^5 \implies x = 5, \quad \text{so } \log_2 32 = 5.

(b) A reciprocal gives a negative index. Let x=log51125x = \log_5 \dfrac{1}{125}, so 5x=11255^x = \dfrac{1}{125}. Since 125=53125 = 5^3, we have 1125=53\dfrac{1}{125} = 5^{-3}, hence

5x=53    x=3,so log51125=3.5^x = 5^{-3} \implies x = -3, \quad \text{so } \log_5 \frac{1}{125} = -3.

Check. 25=322^5 = 32 and 53=11255^{-3} = \dfrac{1}{125}, confirming both.

foundation2 marksRewrite 34=813^4 = 81 in logarithmic form, and rewrite log101000=3\log_{10} 1000 = 3 in index form.
Show worked solution →

Use the definition: the base of the power is the base of the log, and the index is the log. From 34=813^4 = 81, the base is 33, the number is 8181 and the index 44 is the logarithm:

34=81    log381=4.3^4 = 81 \iff \log_3 81 = 4.

Read the log statement back the same way. In log101000=3\log_{10} 1000 = 3 the base is 1010, the log (the index) is 33 and the number is 10001000:

log101000=3    103=1000.\log_{10} 1000 = 3 \iff 10^3 = 1000.

Check. 34=813^4 = 81 and 103=100010^3 = 1000, so both conversions are correct.

core3 marksSolve for xx: (a) log3x=4\log_3 x = 4 and (b) logx8=3\log_x 8 = 3. Give exact values, recalling that a base must be positive and not equal to 11.
Show worked solution →

(a) The unknown is the number, so convert to index form. log3x=4\log_3 x = 4 means x=34x = 3^4, so

x=34=81.x = 3^4 = 81.

(b) The unknown is the base, so convert and solve for the base. logx8=3\log_x 8 = 3 means x3=8x^3 = 8, so x=83x = \sqrt[3]{8}:

x3=8    x=2.x^3 = 8 \implies x = 2.

The value x=2x = 2 is positive and not equal to 11, so it is a valid base.

Check. 34=813^4 = 81 and 23=82^3 = 8, confirming x=81x = 81 and x=2x = 2.

core3 marksWrite loga8x3y\log_a \dfrac{8x^3}{y} in terms of logax\log_a x and logay\log_a y only, given that the base a=2a = 2 so that log28=3\log_2 8 = 3.
Show worked solution →

Split the quotient with the quotient law. The log of a quotient is the difference of the logs:

log28x3y=log2(8x3)log2y.\log_2 \frac{8x^3}{y} = \log_2 \left(8x^3\right) - \log_2 y.

Split the product and bring the power down. The log of a product is the sum of the logs, and the power law drops the index 33 to the front:

log2(8x3)=log28+log2x3=3+3log2x.\log_2 \left(8x^3\right) = \log_2 8 + \log_2 x^3 = 3 + 3\log_2 x.

Combine. Since log28=3\log_2 8 = 3,

log28x3y=3+3log2xlog2y.\log_2 \frac{8x^3}{y} = 3 + 3\log_2 x - \log_2 y.

Check numerically with x=2x = 2, y=4y = 4: the left side is log2884=log216=4\log_2 \dfrac{8 \cdot 8}{4} = \log_2 16 = 4, and the right side is 3+3(1)2=43 + 3(1) - 2 = 4. They agree.

exam3 marksUse the change-of-base formula to evaluate log590\log_5 90, correct to four significant figures. Show the base-10 working a calculator would use.
Show worked solution →

Apply the change-of-base formula: the log of the number over the log of the base. Converting to base 1010 (the calculator's log\log button),

log590=log1090log105.\log_5 90 = \frac{\log_{10} 90}{\log_{10} 5}.

Evaluate each base-10 log and divide. Computed programmatically, log1090=1.954243\log_{10} 90 = 1.954243 and log105=0.698970\log_{10} 5 = 0.698970, so

log590=1.9542430.698970=2.7958892.796 (4 s.f.).\log_5 90 = \frac{1.954243}{0.698970} = 2.795889\ldots \approx 2.796 \ (4\text{ s.f.}).

Check. Raising the base to this index, 52.795990.005^{2.7959} \approx 90.00, recovering the original number, so the value is correct to four significant figures.

exam4 marksA colony of feral rabbits near Orange doubles each year, following N=300×2tN = 300 \times 2^{t}, where tt is in years. (a) After how many years does the colony first reach 48004800 rabbits? Give the exact answer. (b) After how many years does it reach 1000010\,000? Give the exact answer as a logarithm and then a decimal correct to one decimal place.
Show worked solution →

(a) Divide by the starting number to isolate the power of 22. Setting N=4800N = 4800 in N=300×2tN = 300 \times 2^{t}:

300×2t=4800    2t=4800300=16.300 \times 2^{t} = 4800 \implies 2^{t} = \frac{4800}{300} = 16.

Since 16=2416 = 2^4, we have 2t=242^{t} = 2^4, so t=4t = 4 years exactly.

(b) Repeat, then take a logarithm because the right side is not a neat power of 22. Setting N=10000N = 10\,000:

300×2t=10000    2t=10000300=1003.300 \times 2^{t} = 10\,000 \implies 2^{t} = \frac{10\,000}{300} = \frac{100}{3}.

Writing this in log form gives the exact answer:

t=log21003.t = \log_2 \frac{100}{3}.

Convert to a decimal with change of base. t=log10(100/3)log102=1.5228790.301030=5.0588945.1t = \dfrac{\log_{10}(100/3)}{\log_{10} 2} = \dfrac{1.522879}{0.301030} = 5.058894\ldots \approx 5.1 years (to 11 d.p.).

Check. 24=162^4 = 16 recovers part (a), and 300×25.058910000300 \times 2^{5.0589} \approx 10\,000 recovers part (b), so both answers are correct.

Related dot points