Intuition The one core idea
Pick a fixed multiplier called the base — a number bigger than 1 , say 10 . A logarithm is nothing but an exponent wearing a disguise : it asks "what power do I raise the base to, to land on a given number?". Once you see that a log is just an exponent asked backwards, every strange feature of its graph — the wall on the left edge, the crossing at ( 1 , 0 ) , the lazy climb — falls out automatically.
Before you can read the parent note Graphs of logarithmic functions without tripping, you need to own every symbol it throws at you — including the base a and the notation log a x , which we build up carefully below. This page names each symbol, draws the picture behind it, and says why the topic can't proceed without it. Read top to bottom — each block uses only what came before.
Definition Coordinates and a point
A point ( x , y ) is a single spot on a flat sheet. The first number x says how far right (positive) or left (negative) you walk from the centre; the second number y says how far up (positive) or down (negative). The centre where both are 0 is the origin ( 0 , 0 ) .
Intuition Why we even need this
A "graph" is just a crowd of points ( x , y ) that obey one rule. Every claim in the parent note — "passes through ( 1 , 0 ) ", "asymptote x = 0 " — is a statement about where points sit . If you can't place a point, nothing else lands.
Intuition What the picture shows
Look at figure s01: the yellow dot is reached by first walking along the blue arrow (right, the x -step) and then up the red arrow (up, the y -step). Every point on every graph in this topic is placed by exactly this two-step recipe — right, then up.
Reveal-check:
The point ( 3 , − 2 ) sits where? 3 right of centre, 2 down.
A function is a machine: you feed in a number x (the input ), it spits out exactly one number y (the output ). We write y = f ( x ) , read "y equals f of x ". The name f is just a label for which rule the machine uses.
Intuition Picture of a function
Imagine a box. An arrow goes in carrying x ; a different arrow comes out carrying y . The box never gives two different outputs for the same input — that "one answer only" rule is what makes it a function and not just a jumble.
The parent topic is all about two machines : the exponential machine a x and the logarithm machine log a x (both are defined below, once the base a is built). Everything else is comparing them.
Reveal-check:
Why can't a function give two outputs for one input? Then it wouldn't be a function — one input, one answer.
Definition Power / exponent (whole-number version first)
For a whole number x , a x means "multiply a by itself x times". Here a is the base (the number being multiplied) and x is the exponent or power (how many copies). Example: 2 3 = 2 × 2 × 2 = 8 .
Intuition Stretching the exponent to
any real number
"Multiply x times" only makes sense when x is a whole number — you can't multiply "half a time". But we still want a 1/2 , a 0.7 , even a 2 , so the curve has no gaps . The rules below force the meaning of these in-between exponents, and the picture is simply "fill in the dots smoothly between the whole-number points":
Roots fill the fractions: a 1/2 = a , because ( a 1/2 ) 2 = a 1 = a — the power that squares to a is the square root. Likewise a 1/3 = 3 a .
Any decimal sits between two fractions, and we take the value the fractions close in on. So a 0.7 is squeezed between a 7/10 and nearby roots.
The upshot: a x has a sensible value for every real x , and joining them gives one unbroken curve. This "smooth fill-in" is what lets us draw y = a x as a solid line in §4.
Intuition Why every value of
a x is positive (the key fact for §4 and §8)
Take a > 0 . Whole-number powers multiply positive numbers together → still positive. The reciprocal a − 1 = 1/ a of a positive number is positive. The root a 1/2 = a of a positive number is positive. Since every real exponent is built out of these positive ingredients, a x > 0 for every real x — the value can shrink toward 0 but never reaches or crosses it. Remember this line; §4 and §8 both cash it in.
From a 0 = 1 and a 1 = a we get the exponential -graph anchors ( 0 , 1 ) and ( 1 , a ) , and from a − 1 = 1/ a the anchor ( − 1 , a 1 ) . (These are points on y = a x . Their reflected twins on the log-graph — ( 1 , 0 ) , ( a , 1 ) , ( a 1 , − 1 ) — arrive once we meet the logarithm in §6–7; don't worry about them yet.)
Reveal-check:
What is 1 0 0 ? 1 .
What is 5 − 1 ? 5 1 .
What is 9 1/2 and why? 3 , because 3 2 = 9 — the half-power is the square root.
Intuition The base rules, pictured
If the base were 1 , then 1 x = 1 for every x — the machine is stuck on one value, so you could never work backwards to find x . If the base were negative, say ( − 2 ) 1/2 , you'd be asking for a square root of a negative — no real answer. So we quietly demand a > 0 and a = 1 . Logs inherit this exact restriction because a log is just this same base asked in reverse.
Reveal-check:
Why is base a = 1 banned? 1 x = 1 always, so it can't be reversed to a unique x .
Definition Exponential curve
Plot the point ( x , a x ) for every real x (using the smooth fill-in of §2) and join them. The shape depends on whether the base is bigger or smaller than 1 .
Its shared signature features (all provable from §2):
passes through ( 0 , 1 ) — because a 0 = 1 ;
always positive — recall from §2 that a x > 0 for every real x , so the curve never touches or crosses the x -axis;
a horizontal asymptote at y = 0 (defined next) — approached on the left if a > 1 , on the right if 0 < a < 1 .
This two-case split feeds straight into the parent note's "increasing vs decreasing log" section: reflecting a rising exponential gives a rising log; reflecting a falling one gives a falling (decreasing) log. See Exponential functions and their graphs .
Reveal-check:
Where does y = a x cross the y -axis, for any base? At ( 0 , 1 ) .
Is y = ( 2 1 ) x rising or falling? Falling (decaying), since 0 < a < 1 .
An asymptote is a straight line that a curve gets closer and closer to without ever reaching it. For y = a x the line is the x -axis, y = 0 : the curve drops toward the floor but stays a whisker above it forever (on the left if a > 1 , on the right if 0 < a < 1 ).
A horizontal asymptote is a flat line (y = something) the curve levels off toward. A vertical asymptote is an upright wall (x = something) the curve races up or down beside. The whole drama of the log graph is that reflection turns the exponential's horizontal floor into the log's vertical wall.
Reveal-check:
What does "asymptote" mean in one phrase? A line the curve approaches but never touches.
log a x is the answer to a question : "to what power must I raise a to get x ?" In symbols this is the two-way street
y = log a x ⟺ x = a y .
The double arrow ⟺ (read "if and only if ") means the two statements are the same fact written two ways — left is the log form, right is the power form.
Worked example Reading a log out loud
log 10 1000 = 3 because "10 to the power 3 gives 1000 ". The log hands you back the exponent . That is the entire idea.
Mnemonic The switch trick
To evaluate any log, flip it: log a x = y becomes x = a y . Powers are friendly; logs are the same thing in a costume.
Reveal-check:
What question does log a x answer? "What power of a gives x ?"
Rewrite log a x = y without a log. x = a y .
Definition Inverse function
The inverse of a machine undoes it: feed the exponential's output back into the log machine and you return to your original input. Because a log undoes an exponential (and vice-versa), they are inverses of each other.
x and y " looks like
Reflecting a point ( p , q ) in the diagonal line y = x lands it at ( q , p ) — the two coordinates simply trade places. Do that to every point of y = a x and you get y = log a x . So each feature swaps its role: the point ( 0 , 1 ) becomes ( 1 , 0 ) , the horizontal floor y = 0 becomes the vertical wall x = 0 .
Intuition What figure s03 is telling you
The white dashed line is the mirror y = x . The blue exponential and the green log are perfect reflections across it: fold the page along the dashes and they land on each other. Watch the paired dots — the exponential's red ( 0 , 1 ) maps to the log's yellow ( 1 , 0 ) , and the horizontal floor becomes the yellow vertical wall x = 0 . This single reflection is where every feature of the log graph comes from.
Intuition The other base case:
0 < a < 1 gives a decreasing log (figure s04)
§4 showed the exponential in both base cases. Reflecting each in y = x gives both log cases. Figure s04 does this for a shrinking base a = 2 1 : the falling green exponential reflects into a falling log (the orange curve) — a decreasing logarithm. It still passes through ( 1 , 0 ) and still has the vertical wall at x = 0 ; it just slopes down instead of up. So the full picture is: a > 1 → rising log, 0 < a < 1 → falling log. In A-level you meet a = 10 and a = e , both > 1 , so the rising case is usual — but the falling case is real and you should recognise it.
For the deeper "why", see Inverse functions and reflection in y=x .
Reveal-check:
Reflecting ( 0 , 1 ) in y = x gives what point? ( 1 , 0 ) .
Which line is the mirror between a x and log a x ? y = x .
For 0 < a < 1 , is log a x rising or falling? Falling (decreasing).
Definition Domain and range
The domain is the set of inputs the machine is allowed to accept. The range is the set of outputs it can produce .
Intuition Why logs live only on the right
Recall from §2 that a y > 0 for every real y . So the equation x = a y can never give x ≤ 0 . Reading it as a log, the input x of log a x must be strictly positive. So the domain is x > 0 — you cannot take the log of 0 or a negative number. The output y , meanwhile, can be any real number (the range is all reals), because you can raise a to any power. This is the reflected twin of the exponential, whose domain was "all x " and range "y > 0 ".
Reveal-check:
Domain of log a x ? x > 0 .
Range of log a x ? All real numbers.
Definition Common and natural logs
lg x or log 10 x — base 10 , the "common" log (matches how we write numbers in tens).
ln x — base e , the "natural" log, where e ≈ 2.718 is a special constant that appears all over calculus.
Both bases are bigger than 1 , so both graphs are increasing (contrast a base 0 < a < 1 , which would give a decreasing log — see §7 and figure s04).
You'll meet e properly in Natural logarithm ln and e . For now: ln x is just log a x with a = e , nothing new.
Reveal-check:
What base does ln x use? e ≈ 2.718 .
Definition Transformations, inside vs outside (with directions!)
A change inside the bracket moves the graph horizontally , and — this is the tricky part — the opposite way to the sign :
f ( x − b ) shifts the graph right by b (subtracting inside pushes right);
f ( x + b ) shifts the graph left by b (adding inside pushes left).
A change outside the bracket moves the graph vertically, the same way as the sign :
f ( x ) + c shifts the graph up by c ;
f ( x ) − c shifts the graph down by c .
Getting inside/outside (or the left/right direction) backwards is the parent note's headline mistake. See Transformations of graphs and Solving equations with logarithms .
Reveal-check:
log a ( k x ) equals what sum, and what must k satisfy?log a k + log a x , with k > 0 so log a k exists.
f ( x − b ) moves the graph which way?Right by b .
f ( x + b ) moves the graph which way?Left by b .
Function machine y = f of x
Powers a^x for all real x
Base rules a>0 and a not 1
Exponential graph both base cases
Inverse and reflect in y=x
Log laws and transformations
Graphs of logarithmic functions
Tick each only when you can answer without peeking.
Place the point ( − 2 , 3 ) in words. 2 left of centre, 3 up.
State what a function guarantees about outputs. Exactly one output per input.
Evaluate 3 0 , 3 1 , 3 − 1 . 1 , 3 , 3 1 .
What does a 1/2 mean and why is it positive? a ; the root of a positive number is positive.
Why is a x > 0 for every real x ? It is built from products, reciprocals and roots of the positive base a .
Why must the base satisfy a > 0 , a = 1 ? Base 1 is stuck on 1; negative bases give undefined roots — no reversible machine.
Name the features of y = a x and how the two base cases differ. Through ( 0 , 1 ) , always positive, horizontal asymptote y = 0 ; rises if a > 1 , falls if 0 < a < 1 .
Define "asymptote". A line the curve approaches but never touches.
Turn log a x = y into power form. x = a y .
Reflecting ( p , q ) in y = x gives what? ( q , p ) .
For 0 < a < 1 , does the log rise or fall? Falls — it's the reflection of a decaying exponential.
Give the domain and range of log a x . Domain x > 0 ; range all reals.
What are the bases of lg x and ln x ? 10 and e .
State log a ( k x ) as a sum and the condition on k . log a k + log a x , requires k > 0 .
Which way does f ( x − b ) shift, and f ( x ) + c ? f ( x − b ) right by b ; f ( x ) + c up by c .