Clastify logo
Clastify logo
Exam prep
Exemplars
Review
HOT

Exponents & Logs

Master IB Math AA Exponents & Logs with notes created by examiners and strictly aligned with the syllabus.

IB Syllabus Requirements for Exponents & Logs

1.1

Scientific notation and operations with powers of ten

1.5

Integer exponents and introduction to logarithms

1.7

Rational exponents, logarithm laws and exponential equations

1.1

SCIENTIFIC NOTATION AND OPERATIONS WITH POWERS OF TEN

Why we use this notation

Scientific notation writes any non-zero number in the form

a×10ka \times 10^k

An integer has no fractional part, for example 3-3, 00 or 1212.

We use this notation to represent the same quantity more compactly, so its size is easier to compare. Distances between planets, microscopic lengths, Avogadro-type counts in chemistry, and global financial figures are much easier to read when the power of 1010 carries the scale.

Examples of large and small values rewritten in scientific notation.

ContextQuantity / unitOrdinary decimalCoefficient aExponent kScientific notationCalculator form
AstronomyEarth–Sun distance / km149,600,0001.49681.496×1081.496 \times 10^81.496E8
BiologyCell diameter / m0.00000323.2-63.2×1063.2 \times 10^{-6}3.2E-6
FinanceAnnual revenue / USD4,250,000,0004.2594.25×1094.25 \times 10^94.25E9
ChemistryParticles / count602,000,000,000,000,000,000,0006.02236.02×10236.02 \times 10^{23}6.02E23

Calculator or computer notation is not acceptable as final mathematical notation. If your calculator shows something like 5.2E30, write it as 5.2×10305.2 \times 10^{30}. The letter E is just a calculator shortcut; it is not mathematical multiplication by a power of ten.

Converting into scientific notation

Move the decimal point until exactly one non-zero digit sits to its left. Count how many places it moved: that gives the exponent kk.

  • For a large number, the exponent is positive: 4820000=4.82×1064820000=4.82\times10^6.
  • For a small positive number, the exponent is negative: 0.00073=7.3×1040.00073=7.3\times10^{-4}.

Scientific notation changes how many decimal places you see, but it does not change the number of significant figures. For example, 0.0007300.000730 and 7.30×1047.30\times10^{-4} both show three significant figures.

Operating with scientific notation

For multiplication and division, work with the coefficients and the powers of ten separately, then put the answer back into scientific notation.

(3.4×105)(2×107)=6.8×1012(3.4\times10^5)(2\times10^7)=6.8\times10^{12}

Here we use the exponent law

10m×10n=10m+n10^m\times10^n=10^{m+n}

For division:

8.1×1033×104=2.7×107\frac{8.1\times10^{-3}}{3\times10^4}=2.7\times10^{-7}

This uses 10m10n=10mn\frac{10^m}{10^n}=10^{m-n}.

For addition and subtraction, first rewrite the numbers with the same power of ten. You can also use your calculator carefully, but make sure the final answer is converted correctly. For example:

4.6×108+7.2×107=4.6×108+0.72×108=5.32×1084.6\times10^8+7.2\times10^7=4.6\times10^8+0.72\times10^8=5.32\times10^8

Accuracy and meaning

In IB Mathematics, unless a question says otherwise, final numerical answers should be exact or correct to three significant figures. Exact form means the answer has not been rounded, such as 137\frac{13}{7}, 2\sqrt{2} or π\pi. If a question asks for exact form, don't replace it with a rounded decimal.

There is a nice TOK point here: some large numbers have names, while many others are mainly understood through powers of ten. The name we choose affects how comfortably we think about the size. Historically, our present base-ten place-value notation is one stage in a long development of number systems; scientific notation is another representation built on that same place-value idea.

1.5

INTEGER EXPONENTS AND INTRODUCTION TO LOGARITHMS

Integer exponent laws

An exponent tells you how many repeated factors of a base are being represented. In bnb^n, bb is the base and nn is the exponent.

For a non-zero base bb and integer exponents mm and nn:

LawMeaning
bm×bn=bm+nb^m\times b^n=b^{m+n}same base, multiply means add exponents
bmbn=bmn\frac{b^m}{b^n}=b^{m-n}same base, divide means subtract exponents
(bm)n=bmn(b^m)^n=b^{mn}a power raised to a power means multiply exponents
b0=1b^0=1any non-zero base to power zero is one
bn=1bnb^{-n}=\frac{1}{b^n}a negative exponent means reciprocal

Examples of integer exponent laws and how they simplify.

LawExampleSimplified formKey idea
Same base, multiply53×565^3 \times 5^{-6}535^{-3}Add exponents
Same base, divide64÷636^4 \div 6^361=66^1 = 6Subtract exponents
Power of a power(23)4(2^3)^{-4}2122^{-12}Multiply exponents
Zero exponent808^011Any non-zero base
Negative exponent232^{-3}18\frac{1}{8}Reciprocal
Bracketed product(2x)4(2x)^416x416x^4Whole product is raised

These laws come from patterns. For example, 53×56=535^3\times5^{-6}=5^{-3}, 64÷63=66^4\div6^3=6, and (23)4=212(2^3)^{-4}=2^{-12}. If there is a coefficient or a bracket, pause and read the structure carefully: (2x)4=16x4(2x)^4=16x^4, but 2x3=2x32x^{-3}=\frac{2}{x^3}.

The bracket matters. In (2x)4(2x)^4, the whole product 2x2x is raised to the fourth power. In 2x32x^{-3}, only the xx has exponent 3-3.

Logarithms are exponents

A logarithm is an exponent: it tells you the power to which a positive base must be raised to get a positive number. The basic equivalence is

ax=yx=logaya^x=y \Leftrightarrow x=\log_a y

The conditions are a>0a>0, a1a\neq1 and y>0y>0.

Image

Keep coming back to this sentence: a logarithm is a power. So log28=3\log_2 8=3 because 23=82^3=8, and log100.001=3\log_{10}0.001=-3 because 103=0.00110^{-3}=0.001.

A logarithm can be negative, since an exponent can be negative. What you can’t do in this course is take the logarithm of a negative number or use a negative base for the logarithm.

Base 1010 and base ee

The logarithm to base 1010 is usually written as logx\log x, meaning log10x\log_{10}x. The logarithm to base ee is written as lnx\ln x, meaning logex\log_e x, where ee is the mathematical constant approximately equal to 2.7182.718.

Your calculator evaluates logx\log x and lnx\ln x directly. Use technology for numerical evaluation, but write the notation properly in your working. For example, write log10250\log_{10}250 or log250\log250, not a calculator-button description.

Logarithmic scales are useful when quantities vary over huge ranges. The Richter scale and the decibel scale are common examples; in chemistry, pH calculations also use logarithms. Historically, logarithms made a major difference because they turned difficult multiplication and power problems into easier additive ones, long before electronic calculators existed.

1.7

RATIONAL EXPONENTS, LOGARITHM LAWS AND EXPONENTIAL EQUATIONS

Rational exponents

A rational exponent is an exponent written as a quotient of two integers. Roots and fractional powers are two notations for the same idea.

a1m=ama^{\frac{1}{m}}=\sqrt[m]{a}

When mm is even, use the positive root. For example, 1634=(164)3=23=816^{\frac{3}{4}}=(\sqrt[4]{16})^3=2^3=8.

More generally,

apq=apq=(aq)pa^{\frac{p}{q}}=\sqrt[q]{a^p}=(\sqrt[q]{a})^p

In real-valued work, watch even roots: the expression under an even root must be non-negative.

The exponent laws from integer powers still guide the algebra, as long as the expressions are defined. For a>0a>0, rational exponents simplify just like integer exponents:

a12a32=a2,a53a23=aa^{\frac{1}{2}}a^{\frac{3}{2}}=a^2, \qquad \frac{a^{\frac{5}{3}}}{a^{\frac{2}{3}}}=a

Basic logarithm facts

From y=axx=logayy=a^x \Leftrightarrow x=\log_a y, we get straight away

logaa=1,loga1=0\log_a a=1, \qquad \log_a1=0

because a1=aa^1=a and a0=1a^0=1. The base restrictions still apply: a>0a>0 and a1a\neq1. The input to the logarithm must be positive as well.

Exponential and logarithmic forms describe the same relationship in inverse ways. That is why logarithmic and exponential graphs, when studied as functions, are related by reflection in the line y=xy=x.

Image

Laws of logarithms

The laws of logarithms are algebraic rules that turn multiplication, division and powers inside a logarithm into addition, subtraction and multiplication outside it.

For a>0a>0, a1a\neq1, x>0x>0 and y>0y>0:

loga(xy)=logax+logay\log_a(xy)=\log_a x+\log_a y loga(xy)=logaxlogay\log_a\left(\frac{x}{y}\right)=\log_a x-\log_a y
loga(xm)=mlogax\log_a(x^m)=m\log_a x

These rules come directly from exponent laws. If logax=r\log_a x=r and logay=s\log_a y=s, then x=arx=a^r and y=asy=a^s, so xy=ar+sxy=a^{r+s}. The logarithm of xyxy is therefore r+sr+s, which is logax+logay\log_a x+\log_a y.

Use the laws for products and quotients only, not for sums or differences. There is no law saying loga(x+y)=logax+logay\log_a(x+y)=\log_a x+\log_a y. That made-up rule can wreck an otherwise correct solution very quickly.

Typical simplifications include:

log28+log24=log232=5\log_2 8+\log_2 4=\log_2 32=5

and

3log5xlog5y=log5(x3y)3\log_5 x-\log_5 y=\log_5\left(\frac{x^3}{y}\right)

provided x>0x>0 and y>0y>0.

Change of base

The change of base formula rewrites a logarithm in one base using logarithms in another base:

logax=logbxlogba\log_a x=\frac{\log_b x}{\log_b a}

This helps because calculators usually give log\log and ln\ln directly:

log47=ln7ln4\log_4 7=\frac{\ln7}{\ln4}

It also helps in algebraic equations, where choosing one common base can turn a messy logarithmic expression into something that looks more like a polynomial-style equation. If you introduce a new variable, define it clearly, for example: let u=log3xu=\log_3 x.

Solving exponential equations using logarithms

An exponential equation is an equation where the unknown appears in an exponent. There are two main approaches.

First, try writing both sides with the same base. For example:

(13)x=9x+1\left(\frac{1}{3}\right)^x=9^{x+1}

can be rewritten as

3x=32x+23^{-x}=3^{2x+2}

so x=2x+2-x=2x+2 and x=23x=-\frac{2}{3}.

Second, if a common base is awkward, take logarithms of both sides. For example:

2x1=102^{x-1}=10

Taking natural logarithms gives

ln(2x1)=ln10\ln(2^{x-1})=\ln10

so

(x1)ln2=ln10(x-1)\ln2=\ln10

and hence

x=1+ln10ln2x=1+\frac{\ln10}{\ln2}

The power law for logarithms does the key step here: it brings the unknown down from the exponent into ordinary multiplication.

For inequalities, remember that dividing by a negative number reverses the inequality sign. This matters when a logarithm such as log(0.9)\log(0.9) appears, because 0<0.9<10<0.9<1 means log(0.9)<0\log(0.9)<0. On a graph, the same idea connects to the behaviour of logarithmic and exponential functions, which is why the syllabus links this work to logarithmic and exponential graphs.

These methods are not just algebra games. They sit behind calculations involving pH and buffers in chemistry, and they help when estimating activation energy from experimental data where an exponential relationship has been transformed using logarithms.

Were those notes helpful?

counting-principles Counting Principles

proofs Proofs