Chapter 1 • Unit I

Exercise 1.3: Logarithm and Antilogarithm

Comprehensive guide and practice questions for CBSE Class 11 Applied Mathematics curriculum (2026-27).

1.3 Logarithm and Antilogarithm: Foundations & Inverses

Every positive real number can be expressed as a power of a suitable base. For any positive real number $a$, there exists a real number $x$ such that:

$$10^x = b \iff x = \log_{10} b \quad \text{and} \quad b = 10^{\log_{10} b}$$

More generally, for any base $b > 0, b \ne 1$, and positive number $N > 0$:

$$b^x = N \iff x = \log_b N \quad (N = b^{\log_b N})$$

Thus, logarithms are the inverse operation of indices/exponentials.

Systems of Logarithms:
1. Natural Logarithm (Napierian Logarithm): Calculated with base $e \approx 2.71828$. Usually denoted as $\ln x$ or $\log_e x$.
2. Common Logarithm (Briggsian Logarithm): Calculated with base 10. Written simply as $\log x$ or $\log_{10} x$.
3. Interconversion Identity: $\log_{10} N = 0.4343 \log_e N$ and $\log_e N = 2.303 \log_{10} N$.

Algebraic Laws & Properties of Logarithms

1. Logarithm of a Product: $$\log_b(MN) = \log_b M + \log_b N$$ Follows from $b^{u+v} = b^u \cdot b^v$. E.g. $\log_2(4 \times 8) = \log_2 4 + \log_2 8 = 2 + 3 = 5$.
2. Logarithm of a Quotient: $$\log_b\left(\frac{M}{N}\right) = \log_b M - \log_b N$$ Follows from $b^{u-v} = b^u / b^v$. E.g. $\log_3(81/9) = \log_3 81 - \log_3 9 = 4 - 2 = 2$.
3. Logarithm of a Power: $$\log_b(a^n) = n \log_b a$$ Example: $\log_2(3^{100}) = 100 \log_2 3$.
4. Base Change Formula: $$\log_b N = \frac{\log_a N}{\log_a b} = (\log_a N)(\log_b a)$$ Also: $\log_b a = \frac{1}{\log_a b}$.

1.3.3 Logarithmic Tables: Characteristic and Mantissa

The logarithm of any positive real number consists of two components:

  • Characteristic: The integral part of the logarithm. It can be positive, zero, or negative.
    Rule: Write number in scientific notation $N = m \times 10^p$ where $1 \le m < 10$. The power $p$ is the characteristic.
    • $1297.3 = 1.2973 \times 10^3 \implies \text{char} = 3$
    • $129.73 = 1.2973 \times 10^2 \implies \text{char} = 2$
    • $1.2973 = 1.2973 \times 10^0 \implies \text{char} = 0$
    • $0.12973 = 1.2973 \times 10^{-1} \implies \text{char} = -1 = \bar{1}$
    • $0.0012973 = 1.2973 \times 10^{-3} \implies \text{char} = -3 = \bar{3}$
  • Mantissa: The fractional (decimal) part. The mantissa is always positive ($0 \le m < 1$) and is read directly from logarithmic tables.
  • Negative Logarithms: If $\log_{10} N = -1.2572$, we must add and subtract 1 to ensure a positive mantissa: $$-1.2572 = -(1 + 0.2572) = -1 - 0.2572 = (-1 - 1) + (1 - 0.2572) = -2 + 0.7428 = \bar{2}.7428$$ Here, characteristic is $\bar{2}$ (-2) and mantissa is $+0.7428$.
Example 7 (CBSE Support Material): Express as a single logarithm: $2\log\left(\frac{9}{14}\right) + \log\left(\frac{35}{24}\right) - \log\left(\frac{15}{16}\right)$.
Show Step-by-Step Solution
Apply power rule: $2\log\left(\frac{9}{14}\right) = \log\left(\frac{9}{14}\right)^2 = \log\left(\frac{81}{196}\right)$
Now apply product and quotient rules:
$$= \log\left[\frac{\left(\frac{81}{196}\right) \times \left(\frac{35}{24}\right)}{\left(\frac{15}{16}\right)}\right] = \log\left[\frac{81}{196} \times \frac{35}{24} \times \frac{16}{15}\right]$$ Simplify fractions: $\frac{81}{24} = \frac{27}{8}$; $\frac{35}{15} = \frac{7}{3}$; $\frac{7}{196} = \frac{1}{28}$; $\frac{27 \times 16}{8 \times 3 \times 28} = \frac{9}{14}$.
Result: $\mathbf{\log\left(\frac{9}{14}\right)}$.
Example 14: Evaluate $\sqrt{320}$ using logarithms.
Show Step-by-Step Solution
Let $x = \sqrt{320} = (320)^{1/2}$.
Taking log on both sides: $\log x = \frac{1}{2}\log 320$.
Since $320 = 3.20 \times 10^2$, $\text{characteristic} = 2$. From log tables, mantissa for 32 under 0 is $0.5051$.
$\log 320 = 2.5051$.
$\log x = \frac{1}{2}(2.5051) = 1.2525$.
$x = \text{Antilog}(1.2525)$. Characteristic = 1 (decimal after $1+1=2$ digits).
Antilog table for 0.25 under 2 and mean diff 5 gives $1788$.
Answer: $x = \mathbf{17.88}$.
Previous: Ex 1.2 Chapter Hub Next: Ex 1.4