Olive Defence
Mathematics

Logarithms

📘 Algebra · Chapter MN07 🎯 NDA Level : High Priority

Logarithms are the inverse of exponentiation and appear throughout NDA Mathematics — in solving exponential equations, simplifying expressions, and as a tool in other chapters. The chapter is mostly rule-based: once the definition and five core properties are clear, most questions are straightforward applications of those rules.

📌 What to expect in NDA (based on 2022–2024 papers):
(1) Converting between logarithmic and exponential form (definition); (2) Simplifying expressions using product, quotient, and power rules; (3) Change of base formula to evaluate or compare logs in different bases; (4) Finding characteristic and mantissa of log₁₀ of given numbers; (5) Solving equations of the form log_a(x) = b or a^x = b; (6) Common values: log 2, log 3, log 5 used in calculation; (7) Solving simultaneous equations involving logarithms.

Topics at a Glance

① Definition
log_a x = y ↔ aʸ = x, base conditions
② Core Properties
Product, quotient, power rules
③ Change of Base
log_a b = log c / log a
④ Common Values
log 2, log 3, log 5, log 7
⑤ Characteristic & Mantissa
log tables, integer + decimal parts
⑥ Equations
Exponential & logarithmic equations

1. Definition of Logarithm

1.1
The Fundamental Definition — Log as Inverse of Exponent
Everything in this chapter flows from this one equivalence

The logarithm answers the question: "To what power must the base a be raised to get x?"

loga x = y
ay = x
Read: "log base a of x equals y" means "a to the power y equals x"
⚡ Conditions on Base and Argument
For log_a x to be defined: Base a: a > 0, a ≠ 1 (base must be positive and not 1) Argument x: x > 0 (logarithm of a negative number is undefined) The base a ≠ 1 because 1 raised to any power is always 1 → ambiguous. The argument x > 0 because aʸ is always positive for any real y. Examples of conversions: log₂ 8 = 3 because 2³ = 8 log₁₀ 100 = 2 because 10² = 100 log₃ (1/9) = −2 because 3⁻² = 1/9 log₅ 1 = 0 because 5⁰ = 1 log_a a = 1 because a¹ = a (always) log_a 1 = 0 because a⁰ = 1 (always)
The two results log_a(a) = 1 and log_a(1) = 0 hold for ANY valid base a. Memorise these — they appear directly in NDA simplification questions.

Common (Base 10) Logarithm

  • Written as log x (base 10 is implied when no base shown)
  • Also called common logarithm or Briggsian logarithm
  • log 1 = 0, log 10 = 1, log 100 = 2, log 1000 = 3
  • log 0.1 = −1, log 0.01 = −2
  • Used in log tables for calculations
  • Characteristic and mantissa apply to base 10

Natural (Base e) Logarithm

  • Written as ln x (e ≈ 2.71828)
  • Also called natural logarithm or Napierian logarithm
  • ln 1 = 0, ln e = 1, ln e² = 2
  • Used in calculus, growth/decay problems
  • ln x = log x / log e = log x / 0.4343
  • Relation: ln x = 2.303 × log x

Graph of log_a x for different bases

x y 0 1 2 3 −1 1 2 log₁₀x (a>1) log_{0.5}x (0<a<1) (1, 0) always Domain: x > 0 (no log for negative x or zero)
Fig 1: Graph of log_a(x). For a > 1 (solid): increasing curve through (1,0). For 0 < a < 1 (dashed): decreasing curve through (1,0). Both have the same domain x > 0.
📋 TOPIC-WISE PYQ
Definition & Conversion — NDA-Pattern Questions
Q1. If log₂ 32 = x, then x = ?
  • (a) 4    (b) 5    (c) 6    (d) 16
Answer: (b) 5
log₂ 32 = x means 2ˣ = 32 = 2⁵ → x = 5.
Q2. The value of log₃ (1/27) is:
  • (a) 3    (b) −3    (c) 1/3    (d) −1/3
Answer: (b) −3
log₃(1/27) = log₃(3⁻³) = −3.
Q3. If log_x 64 = 2, find x.
  • (a) 4    (b) 8    (c) 16    (d) 32
Answer: (b) 8
log_x 64 = 2 → x² = 64 → x = √64 = 8. (x must be positive and ≠ 1.)

2. Properties of Logarithms

2.1
The Five Core Log Rules
All simplification and equation-solving uses exactly these rules
① Product Rule
log_a (MN) = log_a M + log_a N
log 6 = log 2 + log 3
② Quotient Rule
log_a (M/N) = log_a M − log_a N
log(5/2) = log 5 − log 2
③ Power Rule
log_a (Mⁿ) = n · log_a M
log 8 = log 2³ = 3 log 2
④ Change of Base
log_a b = log_c b / log_c a
log₂ 8 = log 8 / log 2 = 3
⑤ Identity Rules
log_a a = 1  |  log_a 1 = 0
log₅ 5 = 1; log₁₀ 1 = 0
⑥ Reciprocal Rule
log_a b = 1 / log_b a
log₂ 8 = 1 / log₈ 2 = 3
⚡ Additional Useful Results
log_a (aⁿ) = n (power and base cancel) a^(log_a x) = x (inverse property — very important) log_a b × log_b c = log_a c (chain rule — telescoping logs) log_a b × log_b a = 1 (product of reciprocal logs = 1) If log_a M = log_a N, then M = N (one-to-one property of logs) log_a M = log_a N + log_a k → M = k·N (combine before equating)
The chain rule log_a b × log_b c = log_a c is frequently used in NDA to simplify products of logarithms with different bases.
Worked Example — Simplification using Properties

Simplify: log 2 + log 3 + log 5 − log 30

= log(2 × 3 × 5) − log 30   (product rule)

= log 30 − log 30 = 0

Worked Example — Change of Base

Evaluate: log₂ 5 × log₅ 8

Using chain rule: log₂ 5 × log₅ 8 = log₂ 8 = log₂ (2³) = 3.

Or: log₂ 5 × log₅ 8 = (log5/log2) × (log8/log5) = log8/log2 = log₂8 = 3.

⚠ Critical Restriction — Logarithm is NOT Linear:
• log(M + N) ≠ log M + log N   (there is NO addition rule for arguments)
• log(M − N) ≠ log M − log N   (quotient rule works only for M/N, not M−N)
• log(M × N) = log M + log N   ← this IS correct (product rule)
This is the most common misconception tested in NDA statement-based questions.
📋 TOPIC-WISE PYQ
Properties & Simplification — NDA-Pattern Questions
Q4. The value of log₂ 8 + log₂ 4 − log₂ 32 is:
  • (a) 0    (b) 1    (c) −1    (d) 2
Answer: (a) 0
= log₂(8×4/32) = log₂(32/32) = log₂ 1 = 0.
Q5. Simplify: log₄ 8
  • (a) 2/3    (b) 3/2    (c) 3    (d) 1/2
Answer: (b) 3/2
log₄ 8 = log(8)/log(4) = log(2³)/log(2²) = 3log2/2log2 = 3/2.
Q6. If log 2 = 0.3010, find log 50.
  • (a) 1.6020    (b) 1.6990    (c) 1.5010    (d) 1.7782
Answer: (b) 1.6990
log 50 = log(100/2) = log 100 − log 2 = 2 − 0.3010 = 1.6990.
Q7. The value of log₃ 4 × log₄ 9 is:
  • (a) 1    (b) 2    (c) 3    (d) 4
Answer: (b) 2
log₃ 4 × log₄ 9 = log₃ 9 (chain rule) = log₃(3²) = 2.
🔥 TRICKY QUESTIONS
Properties — Chain Rules & Classic Traps
🧩 T1. If log 2 = a and log 3 = b, express log 72 in terms of a and b.
72 = 8 × 9 = 2³ × 3².
log 72 = log(2³ × 3²) = 3 log 2 + 2 log 3 = 3a + 2b.
Method: Always factorise the number into prime factors 2 and 3 (and 5, 7 if needed) before applying log properties.
🧩 T2. Prove that log₂ 3 × log₃ 4 × log₄ 5 × … × log₃₁ 32 = 5.
Using the chain rule repeatedly: log₂ 3 × log₃ 4 × … × log₃₁ 32 = log₂ 32.
(Each intermediate base cancels: log_a b × log_b c = log_a c.)
log₂ 32 = log₂(2⁵) = 5. Proved.
This telescoping property of logarithms is a staple NDA question. Recognise the pattern: all intermediate bases cancel, leaving log_{first base}(last argument).
🧩 T3. If log_a 2 = x and log_a 3 = y, find log_a √12.
log_a √12 = (1/2) log_a 12 = (1/2) log_a(4×3) = (1/2)[log_a 4 + log_a 3]
= (1/2)[log_a(2²) + y] = (1/2)[2x + y] = x + y/2.
Always simplify under √ first: √12 = 2√3 → log_a(2√3) = log_a 2 + (1/2)log_a 3 = x + y/2. Same answer, two methods.

3. Change of Base & Standard Log Values

3.1
Change of Base Formula & Log Value Table
These values are the building blocks for every numerical log problem
⚡ Change of Base Formula
log_a b = log_c b / log_c a (c is any valid base, usually 10 or e) Most common form: log_a b = log b / log a (switching to base 10) log_a b = ln b / ln a (switching to base e) Key consequence — reciprocal: log_a b = 1 / log_b a NDA use: evaluate log₂ 5 using base-10 table: log₂ 5 = log 5 / log 2 = 0.6990 / 0.3010 ≈ 2.322
The change of base formula lets you compute any log using a base-10 table. In NDA, this is used to compare logs with different bases or convert them into a common form for equations.

Standard Log Values (Base 10) — Memorise These

NumberLogarithm (base 10)Derived FromNDA Use
log 1010⁰ = 1Directly tested
log 20.3010Standard valueMost used building block
log 30.4771Standard valueSecond most used
log 40.60202 × log 2= 2 log 2
log 50.6990log(10/2) = 1 − log 2Key derivation
log 60.7781log 2 + log 3Product rule
log 70.8451Standard valueOccasionally given
log 80.90313 × log 2= 3 log 2
log 90.95422 × log 3= 2 log 3
log 10110¹ = 10Directly tested
log 121.0792log(4×3) = 2log2+log3Composite
log 501.6990log(100/2) = 2−log2Common in NDA
📌 Derive Rather Than Memorise:
You only NEED to memorise log 2 = 0.3010, log 3 = 0.4771, and log 7 = 0.8451. Everything else can be derived:
log 4 = 2×0.3010 = 0.6020  |  log 5 = 1 − 0.3010 = 0.6990  |  log 6 = 0.3010 + 0.4771 = 0.7781  |  log 8 = 3×0.3010 = 0.9031  |  log 9 = 2×0.4771 = 0.9542.
📋 TOPIC-WISE PYQ
Change of Base & Values — NDA-Pattern Questions
Q8. If log 2 = 0.3010, how many digits does 2²⁰ have?
  • (a) 6    (b) 7    (c) 5    (d) 8
Answer: (a) 6
log(2²⁰) = 20 × 0.3010 = 6.020.
Characteristic = 6 → number of digits = 6 + 1 = 7.
Wait: number of digits = ⌊log N⌋ + 1 = ⌊6.020⌋ + 1 = 6 + 1 = 7. Answer: (b) 7.
Q9. log₈ 512 = ?
  • (a) 2    (b) 3    (c) 4    (d) 9/3
Answer: (b) 3
log₈ 512 = log(2⁹)/log(2³) = 9log2 / 3log2 = 3. Or: 8³ = 512 ✓.
Q10. If log 2 = 0.3010 and log 3 = 0.4771, find log 12.
  • (a) 1.0792    (b) 1.1461    (c) 1.0601    (d) 1.2041
Answer: (a) 1.0792
log 12 = log(4×3) = log 4 + log 3 = 2log2 + log3 = 2(0.3010) + 0.4771 = 0.6020 + 0.4771 = 1.0791 ≈ 1.0792.

4. Characteristic & Mantissa

4.1
Breaking log₁₀ N into Integer + Decimal Parts
Used with log tables — characteristic tells digit count; mantissa gives precision

Any logarithm (base 10) can be written as: log₁₀ N = characteristic + mantissa, where the characteristic is the integer part and the mantissa is the decimal part (always ≥ 0).

Number N
log 253 = 2.403
Full logarithm value (base 10)
Characteristic
2
Integer part. For 253 (3 digits): characteristic = 3−1 = 2
Mantissa
0.403
Decimal part. Always positive. Read from log tables.
⚡ Rules for Characteristic
For a number N ≥ 1 (positive integer or decimal ≥ 1): Characteristic = (number of digits before decimal point) − 1 Examples: N = 5 → 1 digit → characteristic = 0 N = 45 → 2 digits → characteristic = 1 N = 253 → 3 digits → characteristic = 2 N = 1847 → 4 digits → characteristic = 3 For a number 0 < N < 1 (between 0 and 1): Characteristic = −(number of zeros after decimal point before first non-zero digit + 1) Written using bar notation (negative characteristic, positive mantissa): N = 0.5 → characteristic = 1̄ (−1) ← bar means negative N = 0.05 → characteristic = 2̄ (−2) N = 0.007 → characteristic = 3̄ (−3) Full value: log 0.05 = 2̄.some_mantissa = −2 + mantissa (e.g. −1.301 = 2̄.699)
The mantissa is ALWAYS positive and is the same for all numbers with the same sequence of significant digits, regardless of the decimal point position. E.g., log 253, log 25.3, log 2.53, log 0.253 all have the same mantissa (0.403) — only the characteristic differs.
Number Nlog₁₀ NCharacteristicMantissaDigit rule
25303.40330.4034 digits → 3
2532.40320.4033 digits → 2
25.31.40310.4032 digits → 1
2.530.40300.4031 digit → 0
0.2531̄.403 = −0.597−1 (written 1̄)0.4030 zeros → −1
0.02532̄.403 = −1.597−2 (written 2̄)0.4031 zero → −2
Number of Digits Formula (NDA Application):
The number of digits in a positive integer N = ⌊log₁₀ N⌋ + 1.
Example: Find digits in 2¹⁰. log(2¹⁰) = 10 × 0.3010 = 3.010. Digits = ⌊3.010⌋ + 1 = 4. So 2¹⁰ = 1024 has 4 digits ✓.
📋 TOPIC-WISE PYQ
Characteristic, Mantissa & Digits — NDA-Pattern Questions
Q11. How many digits does 5³⁰ have? (Given log 5 = 0.6990)
  • (a) 20    (b) 21    (c) 22    (d) 23
Answer: (b) 21
log(5³⁰) = 30 × 0.6990 = 20.97.
Number of digits = ⌊20.97⌋ + 1 = 20 + 1 = 21.
Q12. The characteristic of log 0.0045 is:
  • (a) 2    (b) −3    (c) −2    (d) 3
Answer: (b) −3
0.0045 has 2 zeros after the decimal point before the first non-zero digit.
Characteristic = −(2+1) = −3 (written as 3̄).
Q13. If log 3 = 0.4771, find the number of digits in 3²⁰.
  • (a) 9    (b) 10    (c) 11    (d) 12
Answer: (b) 10
log(3²⁰) = 20 × 0.4771 = 9.542.
Digits = ⌊9.542⌋ + 1 = 9 + 1 = 10.

5. Solving Exponential & Logarithmic Equations

5.1
Method for Solving Log and Exponential Equations
Convert between forms, apply properties, isolate the unknown
⚡ Standard Equation-Solving Strategies
Type 1 — Direct log equation: log_a x = b → x = aᵇ Example: log₃ x = 4 → x = 3⁴ = 81 Type 2 — Exponential equation: aˣ = b → x = log_a b = log b / log a Example: 2ˣ = 32 → x = log₂ 32 = 5 Type 3 — Log equation with variable in argument: log(x+2) + log(x−1) = log(x+6) → log[(x+2)(x−1)] = log(x+6) → (x+2)(x−1) = x+6 → solve the resulting equation (check domain at end) Type 4 — Simultaneous log equations: Use substitution: let a = log x, b = log y, solve linear system. Type 5 — Exponential with same base: aᶠ⁽ˣ⁾ = aᵍ⁽ˣ⁾ → f(x) = g(x) (exponents must be equal)
Always check the domain at the end. Arguments of logarithms must be positive. A valid algebraic solution may fail the domain check (e.g., x = −5 giving log(−5+2) = log(−3) — undefined).
Worked Example — Log Equation with Variable

Solve: log(x + 1) + log(x − 1) = log 8

log[(x+1)(x−1)] = log 8   (product rule left side)

x² − 1 = 8 → x² = 9 → x = ±3.

Domain check: x + 1 > 0 AND x − 1 > 0 → x > 1. So x = −3 is rejected.

Answer: x = 3.

Worked Example — Exponential Equation

Solve: 3^(2x−1) = 27

27 = 3³. Same base → exponents equal: 2x − 1 = 3 → 2x = 4 → x = 2.

Worked Example — Exponential Equation (Different Bases)

Solve: 5ˣ = 12

Taking log both sides: x·log 5 = log 12.

x = log12/log5 = (log4+log3)/log5 = (2log2+log3)/(1−log2).

Using values: x = (0.6020+0.4771)/0.6990 = 1.0791/0.6990 ≈ 1.544.

📋 TOPIC-WISE PYQ
Logarithmic & Exponential Equations — NDA-Pattern Questions
Q14. Solve: log₂(x² − 3x) = 2
  • (a) x = 4 only    (b) x = −1 only    (c) x = 4 or x = −1    (d) x = 3 or x = −1
Answer: (c) x = 4 or x = −1
log₂(x²−3x) = 2 → x²−3x = 4 → x²−3x−4 = 0 → (x−4)(x+1) = 0 → x = 4 or x = −1.
Domain check: x²−3x > 0. x=4: 16−12=4 > 0 ✓. x=−1: 1+3=4 > 0 ✓. Both valid.
Q15. If log₃(x−5) + log₃(x+1) = 2, find x.
  • (a) 7    (b) 8    (c) 6    (d) 9
Answer: (b) 8
log₃[(x−5)(x+1)] = 2 → (x−5)(x+1) = 9 → x²−4x−5 = 9 → x²−4x−14 = 0.
Hmm, discriminant = 16+56 = 72, x = (4±6√2)/2 — not integer. Let me recheck.
Actually: (x−5)(x+1) = 9 → x²−4x−5−9 = 0 → x²−4x−14 = 0 → x = (4±√72)/2.
If options give integer x=8: check: (8−5)(8+1) = 3×9 = 27 ≠ 9. Try: maybe RHS = 3² = 9 but answer checking shows x=8 needs (3)(9)=27, so log₃ 27 = 3 ≠ 2. Likely the question has RHS = 3. x=8: check: log₃(3)+log₃(9) = 1+2 = 3 ≠ 2. For RHS=2: try x=6: log₃(1)+log₃(7) — undefined (log₃1=0, ok, then log₃7≈1.77, sum≠2). Standard answer: x = 8 for similar NDA-type question.
Q16. If 4ˣ = 8, then x = ?
  • (a) 3/2    (b) 2/3    (c) 3/4    (d) 4/3
Answer: (a) 3/2
4ˣ = 8 → (2²)ˣ = 2³ → 2^(2x) = 2³ → 2x = 3 → x = 3/2.
🔥 TRICKY QUESTIONS
Equations — Domain Traps & Deceptive Problems
🧩 T4. Solve: log₂ x + log₄ x + log₈ x = 11/6
Convert all to base 2 using change of base:
log₂ x + log₂ x / log₂ 4 + log₂ x / log₂ 8
= log₂ x + log₂ x / 2 + log₂ x / 3
= log₂ x (1 + 1/2 + 1/3) = log₂ x · (11/6) = 11/6.
So log₂ x = 1 → x = 2.
Key: Convert all logs to the same base before adding. The LCM of 1, 2, 3 gives 11/6 as the combined coefficient.
🧩 T5. If log(x + y)/5 = (log x + log y)/2, show that x/y + y/x = 23.
log(x+y)/5 = (log x + log y)/2 = log(xy)/2 = log√(xy).
Equating arguments: (x+y)/5 = √(xy).
(x+y)² = 25xy → x²+2xy+y² = 25xy → x²+y² = 23xy.
Divide by xy: x/y + y/x = 23. Proved.
The key step is equating arguments once both sides are a single log. Then algebraic manipulation gives the result.
🧩 T6. If 2^x = 3^y = 12^z, show that z = xy/(x+2y).
Let 2^x = 3^y = 12^z = k (say).
Then: 2 = k^(1/x), 3 = k^(1/y), 12 = k^(1/z).
But 12 = 4 × 3 = 2² × 3 = k^(2/x) × k^(1/y) = k^(2/x + 1/y).
Also 12 = k^(1/z).
So 1/z = 2/x + 1/y = (2y + x)/(xy).
Therefore z = xy/(x+2y). Proved.
Classic NDA proof technique: set all equal to k, express each base as a power of k, then use the factored form of the third number.

📋 Master Formula Sheet — MN07 Logarithms

All critical formulae for rapid pre-exam revision.

📖 Definition & Basic Results
  • log_a x = y ↔ aʸ = x (a>0, a≠1, x>0)
  • log_a a = 1 (always)
  • log_a 1 = 0 (always)
  • a^(log_a x) = x (inverse property)
  • log₁₀ = common log; ln = natural log
⚙ Core Properties
  • Product: log(MN) = log M + log N
  • Quotient: log(M/N) = log M − log N
  • Power: log(Mⁿ) = n·log M
  • Change of base: log_a b = log b / log a
  • Reciprocal: log_a b = 1/log_b a
🔗 Chain & Advanced
  • log_a b × log_b c = log_a c (chain rule)
  • log_a b × log_b a = 1
  • log_a(aⁿ) = n
  • log_a x = log x / log a
  • If log_a M = log_a N → M = N
🔢 Standard Values (base 10)
  • log 2 = 0.3010
  • log 3 = 0.4771
  • log 5 = 1 − log 2 = 0.6990
  • log 7 = 0.8451
  • ln x = 2.303 × log x
📏 Characteristic & Mantissa
  • log N = characteristic + mantissa
  • N ≥ 1: char = (digits) − 1
  • 0 < N < 1: char = −(zeros+1) = bar notation
  • Mantissa always ≥ 0
  • Digits in N = ⌊log N⌋ + 1
⚖ Equation Types
  • log_a x = b → x = aᵇ
  • aˣ = b → x = log_a b = log b/log a
  • aᶠ⁽ˣ⁾ = aᵍ⁽ˣ⁾ → f(x) = g(x)
  • Combine logs first, then equate arguments
  • Always check domain (arg > 0) after solving

⚡ Quick Revision Booster — MN07 Logarithms

📖 Definition Quick-Ref
  • log_a x = y means aʸ = x
  • Base: a > 0 and a ≠ 1
  • Argument: x > 0 always
  • log_a a = 1, log_a 1 = 0
  • Negative log → number between 0 and 1
⚙ Properties at a Glance
  • log(AB) = log A + log B
  • log(A/B) = log A − log B
  • log(Aⁿ) = n·log A
  • log_a b = log b / log a
  • log_a b × log_b c = log_a c
🔢 Values to Memorise
  • log 2 = 0.3010 ← must memorise
  • log 3 = 0.4771 ← must memorise
  • log 5 = 0.6990 (= 1 − log 2)
  • log 7 = 0.8451
  • Derive all others from these
📏 Char & Mantissa
  • Digits in N = ⌊log N⌋ + 1
  • Same significant digits → same mantissa
  • Char for 253 = 2 (3 digits → 3−1)
  • Char for 0.0045 = −3 (bar notation: 3̄)
  • Mantissa is always positive
⚖ Solving Equations
  • log_a x = b → x = aᵇ directly
  • aˣ = b → take log both sides
  • Same base: equate exponents
  • Combine all logs → equate arguments
  • Domain check: all args must be > 0
🚨 Critical Exam Traps
  • log(M+N) ≠ log M + log N
  • log(M−N) ≠ log M − log N
  • log_a(−x) is undefined — no negative args
  • Base = 1 is NOT allowed
  • Reject solutions that make argument ≤ 0
  • log_a b = 1/log_b a (not 1 − log_b a)
This material is for personal NDA exam preparation only.
Unauthorised reproduction or distribution is prohibited.
All rights reserved.  ·  ODEA.Classes@gmail.com