3.2.6Exponentials & Logarithms

Logarithm — definition as inverse of exponential

1,809 words8 min readdifficulty · medium

WHAT is a logarithm?

WHY the restrictions?

  • b>0b>0: negative bases like (2)x(-2)^x jump between signs / go complex — not a smooth function.
  • b1b\neq 1: because 1x=11^x = 1 always, so "11 to what power gives 55?" has no answer — not invertible.
  • y>0y>0: since bx>0b^x>0 for every real xx, its inverse can only accept positive inputs.

Deriving it from scratch (no memorising)

Step 1. Start with the exponential y=bxy=b^x. Why this step? We want the inverse, so we ask which xx produced a given yy.

Step 2. Swap roles: solve for xx in terms of yy. There is no algebra trick to isolate xx from an exponent using +,,×,÷+,-,\times,\div — so we invent a symbol for the answer and call it logby\log_b y. Why this step? The exponent is "trapped upstairs"; the log is the tool built specifically to bring it down.

Step 3. By construction, x=logbyx=\log_b y. Substituting back into y=bxy=b^x gives y=blogbyy=b^{\log_b y} — our first golden identity. Why this step? Substitution proves the definition is self-consistent.

Step 4. Starting instead from xx: apply b()b^{(\cdot)} then logb\log_b: logb(bx)=x\log_b(b^x)=x because the exponent that produces bxb^x is literally xx. Why this step? Confirms cancellation works in both directions ⇒ genuine inverse.

Figure — Logarithm — definition as inverse of exponential

Worked examples



Recall Feynman: explain to a 12-year-old

Imagine a magic doubling machine. Put in a 11, press the button 33 times, and it grows 12481\to2\to4\to8. The exponent is how many times you pressed the button. Now suppose your friend hands you an 88 and asks, "How many times did you press?" Answering that is exactly what a logarithm does: it counts the button-presses. "Log base 2 of 8 = 3" just means "you pressed the doubling button 3 times." Because you can never shrink to zero or below by doubling from 11, you can only ask this about positive numbers.


Connections

What does logby\log_b y literally represent?
The exponent to which bb must be raised to obtain yy (i.e. the solution xx of bx=yb^x=y).
State the definition linking log and exponential form.
logby=x    bx=y\log_b y = x \iff b^x = y, for b>0, b1, y>0b>0,\ b\neq1,\ y>0.
Why must the base satisfy b1b\neq 1?
Because 1x=11^x=1 for all xx, so bxb^x is not one-to-one and has no inverse.
Why is the domain of logb\log_b only y>0y>0?
Since bx>0b^x>0 for every real xx, the inverse can only accept positive inputs.
Simplify blogbyb^{\log_b y}.
yy (the two operations cancel; this holds for y>0y>0).
Simplify logb(bx)\log_b(b^x).
xx (for all real xx).
Evaluate log28\log_2 8.
33, because 23=82^3=8.
Evaluate log319\log_3 \tfrac{1}{9}.
2-2, because 32=193^{-2}=\tfrac19.
Reflecting y=bxy=b^x in which line gives y=logbxy=\log_b x?
The line y=xy=x.
Is logb(x+y)=logbx+logby\log_b(x+y)=\log_b x+\log_b y true?
No. Logs convert products to sums: logb(xy)=logbx+logby\log_b(xy)=\log_b x+\log_b y; sums have no such rule.
What point does every logbx\log_b x graph pass through, and why?
(1,0)(1,0), because b0=1b^0=1 so logb1=0\log_b 1=0.
What is the vertical asymptote of y=logbxy=\log_b x?
x=0x=0 (image of the horizontal asymptote y=0y=0 of bxb^x).

Concept Map

leaves us asking

answered by

is inverse of

guarantees

named as

golden identity

golden identity

proves

proves

output always positive

restricts

ensures invertible

graphed as

reflected gives

Exponential b^x = y

Need the hidden exponent

Logarithm log_b y = x

b^x is one-to-one

Inverse function exists

b^(log_b y) = y

log_b(b^x) = x

Domain y > 0

b > 0 and b != 1

Reflection in y = x

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, exponential ka kaam simple hai: base aur power do, answer nikaalo — jaise 23=82^3 = 8. Lekin kaafi baar ulta problem aata hai: humein answer (88) aur base (22) pata hai, magar power (kitni baar) nahi pata. Yahi "kitni power?" wala sawaal poochhne ka tool hai logarithm. Isliye kehte hain: log28=3\log_2 8 = 3 ka matlab hai "22 ko kis power tak le jaayein ki 88 mile? — 3 power tak". Bas itni si baat: log ka matlab hai chhupa hua exponent.

Definition ek line mein: logby=x\log_b y = x tabhi jab bx=yb^x = y. Yeh dono ek hi baat ke do roop hain — ek exponential form, ek log form. Jab equation solve karni ho, in dono forms ke beech switch karna sabse powerful trick hai. Aur inverse hone ki wajah se do golden identities free milti hain: blogby=yb^{\log_b y} = y aur logb(bx)=x\log_b(b^x) = x — ye ek doosre ko cancel kar dete hain, jaise plus aur minus.

Do restrictions yaad rakho, warna trap mein phasoge. Pehla: yy hamesha positive hona chahiye, kyunki bxb^x kabhi zero ya negative nahi hota, isliye log\log of negative undefined hai. Doosra: base b1b \neq 1, kyunki 11 ki koi bhi power 11 hi rehti hai, toh woh invertible nahi. Graph ke liye ek picture dimaag mein rakho: y=logbxy = \log_b x actually y=bxy = b^x ka mirror image hai y=xy = x line ke around — bas xx aur yy axis swap ho gaye. Isse tumhe curve ka shape, asymptote sab automatically samajh aa jaayega.

Go deeper — visual, from zero

Test yourself — Exponentials & Logarithms

Connections