CLASS 11 PHYSICS ⢠BASIC MATHEMATICS ā PART 2 OF 7
Powered by Vardaan Comet
š vardaanlearning.comš 9508841336
LOGARITHMS & EXPONENTIALS
WHY THIS MATTERS
Nature loves to grow and decay exponentially. Radioactive nuclei decay, capacitors charge and discharge, population grows ā all following $e^x$ or $e^{-x}$ curves. Logarithms are the mathematical tool to undo exponentials, turning multiplicative problems into additive ones. This part is essential for Thermodynamics, Nuclear Physics, and Electric Circuits.
§1. Definition of Logarithm
Logarithm is the inverse of exponentiation. Formally:
CORE DEFINITION
$$\log_b(x) = y \quad \iff \quad b^y = x$$
Read as: "The logarithm of $x$ to the base $b$ equals $y$" means $b$ raised to the power $y$ gives $x$.
Key constraint: $b > 0$, $b \neq 1$, and $x > 0$ (you cannot take the log of a negative number or zero!)
Example 1
$\log_2(8) = 3$ because $2^3 = 8$
Example 2
$\log_{10}(1000) = 3$ because $10^3 = 1000$
Example 3
$\log_5(1) = 0$ because $5^0 = 1$
§2. Types of Logarithms
Common Logarithm ($\log_{10}$)
Written as $\log x$ (without base, base 10 is implied)
Used in: decibel scale (Sound), pH scale, Richter scale
Natural Logarithm ($\ln$)
Written as $\ln x = \log_e x$ where $e \approx 2.71828\dots$
Used in: Radioactive decay, RC/RL circuits, Thermodynamics
ā CONVERSION FORMULA
$$\ln x = 2.303 \times \log_{10} x$$
This is used constantly when switching between natural log (physics theory) and common log (log tables).
§3. Laws / Properties of Logarithms
These 4 laws are the entire toolkit of logarithmic manipulation. Memorize all 4.
Law 1 ā Product Rule
$\log_b(mn) = \log_b m + \log_b n$
Multiplication becomes Addition
Law 2 ā Quotient Rule
$\log_b\left(\frac{m}{n}\right) = \log_b m - \log_b n$
Division becomes Subtraction
Law 3 ā Power Rule
$\log_b(m^n) = n \cdot \log_b m$
Exponent comes down as multiplier
Law 4 ā Change of Base
$\log_b m = \frac{\log_c m}{\log_c b}$
Convert any base using this
Special Values ā Must Know!
$\log_b 1 = 0$ (always)
$\log_b b = 1$ (always)
$b^{\log_b x} = x$ (inverse)
$\log_b(b^x) = x$ (inverse)
Solved Example 1: Expand $\log\left(\frac{x^3 \sqrt{y}}{z^2}\right)$
$= \log(x^3) + \log(\sqrt{y}) - \log(z^2)$
$= 3\log x + \frac{1}{2}\log y - 2\log z$
Solved Example 2: Solve $\log_2(x) + \log_2(x-2) = 3$
Using product rule: $\log_2[x(x-2)] = 3$
$x(x-2) = 2^3 = 8 \implies x^2 - 2x - 8 = 0$
$(x-4)(x+2) = 0 \implies x = 4 \text{ or } x = -2$
Since $\log$ is undefined for negative values, $\mathbf{x = 4}$.
Domain: all real numbers. Range: $(0, \infty)$ ā always positive!
$e^0 = 1$, $e^1 = e \approx 2.718$
Its derivative is itself: $\frac{d}{dx}(e^x) = e^x$ ā unique in all of mathematics!
$e^x \cdot e^y = e^{x+y}$ (law of indices)
$e^x$ never equals 0, even as $x \to -\infty$ it approaches 0 asymptotically.
āļø Physics Use ā Radioactive Decay:
$N(t) = N_0 \cdot e^{-\lambda t}$
where $N_0$ is initial nuclei count and $\lambda$ is the decay constant. Taking $\ln$ on both sides:
$\ln N = \ln N_0 - \lambda t$
This is a straight-line equation with slope $-\lambda$. A log-linear graph of decay is always a straight line!
Decay vs Growth Curves
Growth: $y = e^x$ or $y = e^{+kt}$
Starts from near zero, rises steeply.
Examples: Bacterial growth, capacitor charging current (initially).