JEE Main & Advanced

Logarithms

Logarithms for JEE Main & Advanced

1
Module 1

Fundamental Concepts & Definitions

Basic DefinitionTopic 1

The logarithm of a positive number $x$ to a positive, non-unity base $a$ is the exponent $n$ to which $a$ must be raised to obtain $x$. Mathematically, $\log_a x = n \iff a^n = x$. It answers the question: "To what power must we raise $a$ to get $x$?" Common mistakes involve applying log definitions blindly to negative indices or non-positive arguments. In JEE, this definition serves as the ultimate tool to untangle multi-layered exponential and logarithmic equations.

Worked Examples
1

Find the value of $x$ satisfying $\log_{(x-3)} (x^2 - 6x + 12) = 2$.

Show solution
  • Using the fundamental definition $\log_a x = n \implies a^n = x$: $(x-3)^2 = x^2 - 6x + 12$
  • Expanding the left-hand side: $x^2 - 6x + 9 = x^2 - 6x + 12$
  • Subtracting $x^2 - 6x$ from both sides gives $9 = 12$, a contradiction
  • Answer: No Solution ($x \in \emptyset$)
2

Evaluate $\log_{2\sqrt{3}} (1728)$.

Show solution
  • Let $\log_{2\sqrt{3}} (1728) = y$, so $(2\sqrt{3})^y = 1728$
  • Prime factorize: $1728 = 12^3 = (2^2 \times 3)^3 = 2^6 \times 3^3$; and $2\sqrt{3} = \sqrt{12} = 12^{1/2}$
  • Thus $(12^{1/2})^y = 12^3 \implies 12^{y/2} = 12^3$
  • Equating exponents: $\dfrac{y}{2} = 3 \implies y = 6$
  • Answer: $6$
3

Solve for $x \in \mathbb{R}$: $\log_2(\log_3(\log_2 x)) = 1$.

Show solution
  • Apply the definition outermost first: $\log_3(\log_2 x) = 2^1 = 2$
  • Strip the base-3 logarithm: $\log_2 x = 3^2 = 9$
  • Resolve the innermost: $x = 2^9 = 512$
  • Check: $512 > 0$, $\log_2 512 = 9 > 0$, $\log_3 9 = 2 > 0$ — all arguments positive
  • Answer: $512$
4

Find the value of $x$ satisfying $\log_5(\log_2(x+1)) = 0$.

Show solution
  • Apply the definition: $\log_2(x+1) = 5^0 = 1$
  • Strip the base-2 logarithm: $x + 1 = 2^1 = 2$
  • So $x = 1$; check $x+1 = 2 > 0$ (valid)
  • Answer: $1$
5

Evaluate $\log_{27} 9$.

Show solution
  • Let $\log_{27} 9 = y$, so $27^y = 9$
  • Express in base 3: $(3^3)^y = 3^2 \implies 3^{3y} = 3^2$
  • Equate exponents: $3y = 2 \implies y = \dfrac{2}{3}$
  • Answer: $\dfrac{2}{3}$
✎ Self-Check — 5 questions0 / 5
Q1.If $\log_x (\log_2 (\log_3 81)) = 1$, then $x$ is
Explanation: $\log_3 81 = 4$, $\log_2 4 = 2$, so $\log_x 2 = 1 \Rightarrow x = 2$.
Q2.The number of real solutions of $\log_x(x^2 - x + 2) = 2$ is
Explanation: $x^2 = x^2 - x + 2 \Rightarrow x = 2$, but base $x=2$ gives arg $4=x^2$, check leads to contradiction; no valid solution.
Q3.If $\log_4 x = -1.5$, then $x$ is
Explanation: $x = 4^{-3/2} = (2^2)^{-3/2} = 2^{-3} = \frac{1}{8}$.
Q4.Let $L = \log_{\sqrt{5}} 125$. The value of $\log_2 (L+2)$ is
Explanation: $L = 6$, so $\log_2 8 = 3$.
Q5.The product of all values of $x$ satisfying $\log_3 x = \frac{4}{\log_3 x}$ is
Explanation: $(\log_3 x)^2 = 4 \Rightarrow \log_3 x = \pm 2 \Rightarrow x = 9, \frac{1}{9}$; product $= 1$.

Existence ConditionsTopic 2

A real logarithm $\log_a x$ is mathematically defined if and only if three simultaneous constraints are satisfied: the argument must be strictly positive ($x > 0$), the base must be strictly positive ($a > 0$), and the base cannot equal unity ($a \neq 1$). Violating these values leads to undefined complex or non-functional spaces. In JEE Advanced, domain constraints form the fundamental foundation of critical trap questions where algebraic manipulation yields extraneous answers that fail these essential boundaries.

Worked Examples
1

Find the domain of the real-valued function $f(x) = \log_{(x-2)} (7-x)$.

Show solution
  • (i) Argument positive: $7 - x > 0 \implies x < 7$
  • (ii) Base positive: $x - 2 > 0 \implies x > 2$
  • (iii) Base non-unity: $x - 2 \neq 1 \implies x \neq 3$
  • Combining (i) and (ii) gives $(2, 7)$; removing $x = 3$
  • Answer: $x \in (2, 3) \cup (3, 7)$
2

Determine the number of integers in the domain of $f(x) = \log_{(x^2 - 4x + 4)} (x^2 - 5x + 6)$.

Show solution
  • (i) Argument: $(x-2)(x-3) > 0 \implies x \in (-\infty, 2) \cup (3, \infty)$
  • (ii) Base: $(x-2)^2 > 0 \implies x \neq 2$
  • (iii) Base non-unity: $(x-1)(x-3) \neq 0 \implies x \neq 1, x \neq 3$
  • Combined domain: $x \in (-\infty, 1) \cup (1, 2) \cup (3, \infty)$
  • Answer: Infinitely many
3

Find all real values of $x$ for which $\log_{(2-x)} (x+2)$ exists.

Show solution
  • (i) Argument: $x + 2 > 0 \implies x > -2$
  • (ii) Base: $2 - x > 0 \implies x < 2$
  • (iii) Base non-unity: $2 - x \neq 1 \implies x \neq 1$
  • Intersecting (i) and (ii) gives $-2 < x < 2$; removing $x = 1$
  • Answer: $x \in (-2, 1) \cup (1, 2)$
4

Find the domain of $f(x) = \log_{(x+1)}(x^2 - 4)$.

Show solution
  • (i) Argument: $x^2 - 4 > 0 \implies x \in (-\infty, -2) \cup (2, \infty)$
  • (ii) Base: $x + 1 > 0 \implies x > -1$
  • (iii) Base non-unity: $x + 1 \neq 1 \implies x \neq 0$
  • Intersecting: $x > -1$ with the argument set leaves $(2, \infty)$; $x = 0$ already excluded by argument
  • Answer: $x \in (2, \infty)$
5

For what values of $a$ is $\log_{(a-1)} 10$ defined?

Show solution
  • The argument $10 > 0$ is always fine
  • Base positive: $a - 1 > 0 \implies a > 1$
  • Base non-unity: $a - 1 \neq 1 \implies a \neq 2$
  • Answer: $a \in (1, 2) \cup (2, \infty)$
✎ Self-Check — 5 questions0 / 5
Q1.The domain of $f(x) = \log_{10} (\log_{10} x)$ is
Explanation: Need $\log_{10} x > 0 \Rightarrow x > 1$.
Q2.$f(x) = \log_{(x^2-1)} 5$ is defined for
Explanation: Base $x^2-1>0$ and $x^2-1\neq1$ removes $\pm\sqrt2$ and $[-1,1]$.
Q3.The number of integral values of $x$ for which $\log_{(x-3)} (10-x)$ is defined
Explanation: $3
Q4.The domain of $\log_{\
Explanation: $[-2,2]$
Q5.If $\log_{(a-3)} (a^2 - 9)$ is a valid real number, then
Explanation: Base $a-3>0,\neq1$ gives $a>3,a\neq4$; argument $a^2-9>0$ holds for $a>3$.

Notation — Common vs. Natural LogarithmTopic 3

Logarithms primarily use two standard notations based on their mathematical applications. A logarithm with base 10 ($\log_{10} x$) is known as the Common Logarithm and is widely used for computation, chemical pH metrics, and sound levels. A logarithm with the transcendental base $e \approx 2.71828$ is written as $\ln x$ or $\log_e x$ and is termed the Natural Logarithm. In calculus and advanced physics problems, $\ln x$ is default because its derivative is exceptionally clean ($\frac{1}{x}$).

Worked Examples
1

Given $\log_{10} 2 = 0.3010$ and $\ln 10 = 2.3025$, evaluate $\ln 2$.

Show solution
  • Base-change: $\ln 2 = \dfrac{\log_{10} 2}{\log_{10} e}$, and $\dfrac{1}{\log_{10} e} = \ln 10$
  • So $\ln 2 = \log_{10} 2 \times \ln 10$
  • $\ln 2 = 0.3010 \times 2.3025 \approx 0.6931$
  • Answer: $0.6931$
2

Find $x$ satisfying $e^{\ln(x^2 - 3x + 2)} = 6$.

Show solution
  • Since $e^{\ln z} = z$ (for $z>0$): $x^2 - 3x + 2 = 6$
  • Rearrange: $x^2 - 3x - 4 = 0 \implies (x-4)(x+1) = 0 \implies x = 4, -1$
  • Check argument $> 0$: for $x=4$, value $= 6>0$; for $x=-1$, value $= 6>0$ (both valid)
  • Answer: $x = 4, -1$
3

Simplify $E = \log_{10} e \cdot \ln 10$.

Show solution
  • $\log_{10} e = \dfrac{\log_e e}{\log_e 10} = \dfrac{1}{\ln 10}$
  • Substitute: $E = \dfrac{1}{\ln 10} \cdot \ln 10 = 1$
  • Answer: $1$
4

Evaluate $e^{2\ln 3}$.

Show solution
  • Use the power rule inside the exponent: $2\ln 3 = \ln 3^2 = \ln 9$
  • Then $e^{\ln 9} = 9$
  • Answer: $9$
5

If $\ln a = 3$, express $\log_{10} a$ in terms of known constants.

Show solution
  • $a = e^3$, so $\log_{10} a = \log_{10} e^3 = 3\log_{10} e$
  • Equivalently $\log_{10} a = \dfrac{3}{\ln 10}$
  • Answer: $3\log_{10} e = \dfrac{3}{\ln 10}$
✎ Self-Check — 5 questions0 / 5
Q1.The value of $10^{\log_{10} e} \cdot e^{\ln 10}$ is
Explanation: $10^{\log_{10}e}=e$ and $e^{\ln10}=10$, but they multiply: $e\cdot10=10e$… see note
Q2.If $\ln x = 2$, then $\log_{10} x$ is
Explanation: $x=e^2$, $\log_{10}x=2\log_{10}e=\frac{2}{\ln10}$.
Q3.Which number is the largest?
Explanation: $\ln2\approx0.69$ exceeds $\log_{10}2\approx0.30$; the others are $0$.
Q4.The solution set of $\ln(x) = \log_{10}(x)$ contains
Explanation: Only $x=1$ satisfies both (both equal 0).
Q5.Derivative of $y=\ln x$ at $x=1$ is 1. Derivative of $y=\log_{10}x$ at $x=1$ is
Explanation: $\frac{d}{dx}\log_{10}x=\frac{1}{x\ln10}=\frac{\log_{10}e}{x}$; at $x=1$ gives $\log_{10}e$.
Note on Q1: The source key marks (A) $e+10$; by the standard identities $10^{\log_{10}e}=e$ and $e^{\ln 10}=10$, the product equals $10e$ (option B). Treat the intended reading carefully — the two factors evaluate to $e$ and $10$.

Logarithm vs. Exponent — Interconversion & InverseTopic 4

Logarithmic functions and exponential functions are direct mathematical mirror inverses of one another. Geometrically, the curve $y = \log_a x$ is the perfect reflection of $y = a^x$ across the identity line $y = x$. Interconversion allows us to rewrite rigid exponential terms into workable log expressions and vice versa. Common mistakes involve mixing up the base and the exponent during translation. Mastering this dynamic interconversion is a cornerstone skill for solving transcendental equations in JEE Main.

Worked Examples
1

Solve for $x$: $3^{2\log_3 x - 1} = 4$.

Show solution
  • Rewrite: $\dfrac{3^{2\log_3 x}}{3^1} = 4 \implies 3^{\log_3 (x^2)} = 12$
  • By the inverse property $a^{\log_a z} = z$: $x^2 = 12 \implies x = \pm 2\sqrt{3}$
  • $\log_3 x$ requires $x > 0$, so discard the negative root
  • Answer: $2\sqrt{3}$
2

Convert $x^{\log_y z} = w$ into a purely logarithmic form with base $y$.

Show solution
  • Take $\log_y$ of both sides: $\log_y (x^{\log_y z}) = \log_y w$
  • Power rule: $(\log_y z) \cdot \log_y x = \log_y w$
  • Answer: $\log_y x \cdot \log_y z = \log_y w$
3

Graphically analyze the intersection points of $y = 2^x$ and $y = \log_2 x$.

Show solution
  • The two functions are exact inverses, symmetric across $y = x$
  • For all real $x$, $2^x > x$, so $y = 2^x$ lies above $y = x$; its reflection $\log_2 x$ lies below $y = x$
  • The curves never cross
  • Answer: The number of intersection points is $0$
4

Rewrite $\log_2 32 = 5$ in exponential form and verify.

Show solution
  • Definition $\log_a x = n \iff a^n = x$ gives $2^5 = 32$
  • $2^5 = 32$ ✓
  • Answer: $2^5 = 32$ (verified)
5

If $f(x) = 5^x$, find $f^{-1}(x)$.

Show solution
  • Let $y = 5^x$; swap and solve: $x = 5^y$
  • Take log base 5: $y = \log_5 x$
  • Answer: $f^{-1}(x) = \log_5 x$
✎ Self-Check — 5 questions0 / 5
Q1.If $a^b = c^d$, which is unconditionally true?
Explanation: Taking logs of both sides gives both forms.
Q2.The mirror image of $y = e^{2x}$ in the line $y = x$ is
Explanation: Inverse of $e^{2x}$ is $\frac{1}{2}\ln x$.
Q3.If $\log_5 (x-1) = 3$, then $x$ equals
Explanation: $x - 1 = 5^3 = 125 \Rightarrow x = 126$.
Q4.The number of real solutions to $10^x = \log_{10} x$ is
Explanation: $10^x>0$ always, $\log_{10}x$ negative for small $x$; curves never meet.
Q5.If $f(x) = \log_3 (x + \sqrt{x^2+1})$, then $f^{-1}(x)$ is
Explanation: Inverting the inverse-sinh-type function gives $\frac{3^x-3^{-x}}{2}$.

Logarithm Basics — Primary ValuesTopic 5

Certain primary identities serve as the anchor coordinates for all logarithmic calculations. Most notably, $\log_a 1 = 0$ for any valid base $a$, because any non-zero number raised to the power $0$ is 1 ($a^0 = 1$). Similarly, $\log_a a = 1$ because $a^1 = a$. A frequent conceptual trap is evaluating $\log_1 1$ or $\log_0 1$, which are completely undefined because bases of $0$ and $1$ violate existence criteria. Remembering these primary values helps simplify complex expressions instantly during high-pressure exams.

Worked Examples
1

Simplify $X = \log_7 1 + \log_{\pi} \pi - \log_{e} 1 + \log_{2026} 2026$.

Show solution
  • $\log_7 1 = 0$; $\log_{\pi} \pi = 1$; $\log_e 1 = 0$; $\log_{2026} 2026 = 1$
  • $X = 0 + 1 - 0 + 1$
  • Answer: $2$
2

Solve for $x$: $\log_{(x^2 - 5x + 7)} (x^2 - 5x + 7) = 1$.

Show solution
  • Form $\log_a a = 1$ holds wherever the base is valid
  • Base positive: discriminant of $x^2-5x+7$ is $25-28<0$, so it is always positive
  • Base non-unity: $x^2 - 5x + 7 \neq 1 \implies (x-2)(x-3) \neq 0 \implies x \neq 2, 3$
  • Answer: $x \in \mathbb{R} \setminus \{2, 3\}$
3

Evaluate $\log_5 \left[ \log_2 \left( \log_3 3 \right) + 1 \right]$.

Show solution
  • Innermost: $\log_3 3 = 1$
  • Next: $\log_2 1 = 0$, so bracket $= 0 + 1 = 1$
  • Finally: $\log_5 1 = 0$
  • Answer: $0$
4

Evaluate $\log_{10} 1 + \log_2 2 + \log_3 3 + \log_4 1$.

Show solution
  • $\log_{10} 1 = 0$; $\log_2 2 = 1$; $\log_3 3 = 1$; $\log_4 1 = 0$
  • Sum $= 0 + 1 + 1 + 0$
  • Answer: $2$
5

Find the value of $7^{\log_7 1}$.

Show solution
  • $\log_7 1 = 0$
  • $7^0 = 1$
  • Answer: $1$
✎ Self-Check — 5 questions0 / 5
Q1.$\log_{\sqrt{2}-1} (\sqrt{2}-1) + \log_{\sqrt{3}+1} 1$ equals
Explanation: First term $=1$, second $=0$.
Q2.$\log_x 1 = 0$ is valid for which set of $x$?
Explanation: Base must be positive and $\neq 1$.
Q3.The sum of all real solutions of $\log_{(x-1)} 1 = 0$ is
Explanation: True for all valid $x$ (base $>0,\neq1$), so infinitely many.
Q4.Simplify $\ln(e) + \log_{10}(10) - \log_2(1)$
Explanation: $1 + 1 - 0 = 2$.
Q5.If $\log_a (\log_b b) = 0$, then
Explanation: $\log_b b = 1$, $\log_a 1 = 0$; both bases just need validity.
2
Module 2

Logarithm Rules, Laws & Formulas

Product RuleTopic 1

The Product Rule states that the logarithm of a product of two positive numbers is equal to the sum of their individual logarithms: $\log_a (mn) = \log_a m + \log_a n$. This rule stems directly from the exponential law $a^x \cdot a^y = a^{x+y}$. A common conceptual trap is writing $\log_a(m+n) = \log_a m + \log_a n$, which is a completely false distribution error. Additionally, when working with variables, remember that $\log_a(mn) = \log_a|m| + \log_a|n|$ if $m$ and $n$ are both negative.

Worked Examples
1

If $\log_{10} 2 = 0.3010$ and $\log_{10} 3 = 0.4771$, find $\log_{10} 60$.

Show solution
  • $60 = 2 \times 3 \times 10$
  • $\log_{10} 60 = \log_{10} 2 + \log_{10} 3 + \log_{10} 10$
  • $= 0.3010 + 0.4771 + 1 = 1.7781$
  • Answer: $1.7781$
2

Solve for $x$: $\log_2 x + \log_2 (x-2) = 3$.

Show solution
  • Domain: $x > 2$
  • Product rule: $\log_2 [x(x-2)] = 3 \implies x(x-2) = 8$
  • $x^2 - 2x - 8 = 0 \implies (x-4)(x+2) = 0 \implies x = 4, -2$
  • Discard $x = -2$ (domain)
  • Answer: $4$
3

Simplify $\log_2(1) + \log_2(2) + \log_2(4) + \dots + \log_2(2^n)$.

Show solution
  • $\log_2(2^k) = k$, so the sum is $0 + 1 + 2 + \dots + n$
  • This is the sum of the first $n$ integers
  • Answer: $\dfrac{n(n+1)}{2}$
4

Express $\log_a (x^2 y)$ as a sum of logarithms.

Show solution
  • Product rule: $\log_a(x^2 y) = \log_a x^2 + \log_a y$
  • Power rule on the first: $= 2\log_a x + \log_a y$
  • Answer: $2\log_a x + \log_a y$
5

If $\log_{10} 2 = 0.3010$, find $\log_{10} 20$.

Show solution
  • $20 = 2 \times 10$
  • $\log_{10} 20 = \log_{10} 2 + \log_{10} 10 = 0.3010 + 1$
  • Answer: $1.3010$
✎ Self-Check — 5 questions0 / 5
Q1.If $\log_a x + \log_a y + \log_a z = \log_a w$, then
Explanation: Sum of logs = log of product.
Q2.Real roots of $\log_{10}(x+1) + \log_{10}(x-1) = \log_{10} 3$
Explanation: $x^2-1=3 \Rightarrow x=2$ (only $+2$ valid).
Q3.Given $\log_{10} 2 = a$, $\log_{10} 3 = b$, then $\log_{10} 12$ is
Explanation: $12=2^2\cdot3 \Rightarrow 2a+b$.
Q4.$\log_2(x^2-4) = \log_2(x-2)+\log_2(x+2)$ holds only when
Explanation: The split requires each factor positive, i.e. $x>2$.
Q5.If $\log_3 2\cdot\log_3 4\cdot\log_3 8 = k$, then $\log_3(2\times4\times8)$ equals
Explanation: $2\cdot4\cdot8=64=2^6$, so $\log_3 64=6\log_3 2$ = sum of the three.

Quotient RuleTopic 2

The Quotient Rule states that the logarithm of the quotient of two positive numbers equals the difference of their individual logarithms: $\log_a (\frac{m}{n}) = \log_a m - \log_a n$. This corresponds to the exponential division law $\frac{a^x}{a^y} = a^{x-y}$. A common conceptual trap is writing $\frac{\log_a m}{\log_a n} = \log_a m - \log_a n$, which is incorrect. In competitive exams, this rule is very useful for condensing long logarithmic series into simple terms that can cancel out.

Worked Examples
1

Simplify the telescoping series $S = \log_2(\frac{2}{1}) + \log_2(\frac{3}{2}) + \dots + \log_2(\frac{n+1}{n})$.

Show solution
  • Expand each: $(\log_2 2 - \log_2 1) + (\log_2 3 - \log_2 2) + \dots + (\log_2(n+1) - \log_2 n)$
  • Intermediate terms cancel, leaving $\log_2(n+1) - \log_2 1$
  • Since $\log_2 1 = 0$
  • Answer: $\log_2(n+1)$
2

Solve for $x$: $\log_{10}(x+3) - \log_{10}(x-1) = 1$.

Show solution
  • Domain: $x > 1$
  • Quotient rule: $\log_{10}\left(\dfrac{x+3}{x-1}\right) = 1 \implies \dfrac{x+3}{x-1} = 10$
  • $x + 3 = 10x - 10 \implies 9x = 13 \implies x = \dfrac{13}{9} \approx 1.44 > 1$ (valid)
  • Answer: $\dfrac{13}{9}$
3

If $\log_{10} 2 = 0.3010$, find $\log_{10} 5$.

Show solution
  • $5 = \dfrac{10}{2}$
  • $\log_{10} 5 = \log_{10} 10 - \log_{10} 2 = 1 - 0.3010$
  • Answer: $0.6990$
4

Simplify $\log_6 18 - \log_6 3$.

Show solution
  • Quotient rule: $\log_6 \dfrac{18}{3} = \log_6 6$
  • $\log_6 6 = 1$
  • Answer: $1$
5

Solve $\log_3 (x+6) - \log_3 x = 2$.

Show solution
  • Domain: $x > 0$
  • $\log_3 \dfrac{x+6}{x} = 2 \implies \dfrac{x+6}{x} = 9$
  • $x + 6 = 9x \implies 8x = 6 \implies x = \dfrac{3}{4}$ (valid)
  • Answer: $\dfrac{3}{4}$
✎ Self-Check — 5 questions0 / 5
Q1.$\log_a m - \log_a n + \log_a p$ condenses to
Explanation: Subtraction → denominator, addition → numerator.
Q2.Real values of $x$ with $\log_5(x^2-x) - \log_5 x = 2$
Explanation: $\frac{x^2-x}{x}=25 \Rightarrow x-1=25 \Rightarrow x=26$ (one value).
Q3.If $\log_{10}\frac{x^2-1}{x+1} = 2$, then $x$ is
Explanation: $\frac{x^2-1}{x+1}=x-1=100 \Rightarrow x=101$.
Q4.Given $\log_{10}2=0.3010$, $\log_{10}0.5$ equals
Explanation: $0.5=\frac{1}{2}$, so $-\log_{10}2=-0.3010$.
Q5.If $\log_2 x - \log_2 y = 3$ and $x - 4y = 12$, then $x+y$ is
Explanation: $\frac{x}{y}=8 \Rightarrow x=8y$; $8y-4y=12 \Rightarrow y=3,x=24$; sum $27$.

Power RuleTopic 3

The Power Rule states that the logarithm of a positive number raised to an exponential power is equal to that power multiplied by the logarithm of the number itself: $\log_a (m^k) = k \cdot \log_a m$. This identity helps simplify large exponential expressions. A critical trap occurs when dealing with even powers: $\log_a (x^2) = 2\log_a |x|$, not $2\log_a x$. Forgetting the absolute value signs can incorrectly restrict the domain and cause you to miss valid negative solutions.

Worked Examples
1

Solve for $x \in \mathbb{R}$: $\log_2 (x^2) = 4$.

Show solution
  • Power rule with even power: $2\log_2 |x| = 4 \implies \log_2 |x| = 2$
  • $|x| = 2^2 = 4 \implies x = \pm 4$
  • Both give argument $16 > 0$ (valid)
  • Answer: $x = \pm 4$
2

Simplify $E = \dfrac{\log_{10} 8}{\log_{10} 2}$.

Show solution
  • $8 = 2^3$, so $\log_{10} 8 = 3\log_{10} 2$
  • $E = \dfrac{3\log_{10} 2}{\log_{10} 2} = 3$
  • Answer: $3$
3

Evaluate $\log_3 \left( \sqrt[3]{243} \right)$.

Show solution
  • $243 = 3^5$, so $\sqrt[3]{243} = 3^{5/3}$
  • $\log_3 (3^{5/3}) = \dfrac{5}{3}\log_3 3 = \dfrac{5}{3}$
  • Answer: $\dfrac{5}{3}$
4

If $\log_{10} 2 = 0.3010$, find $\log_{10} 8$.

Show solution
  • $8 = 2^3$, so $\log_{10} 8 = 3\log_{10} 2$
  • $= 3 \times 0.3010 = 0.9030$
  • Answer: $0.9030$
5

Simplify $\log_2 \sqrt{32}$.

Show solution
  • $\sqrt{32} = 32^{1/2} = (2^5)^{1/2} = 2^{5/2}$
  • $\log_2 (2^{5/2}) = \dfrac{5}{2}$
  • Answer: $\dfrac{5}{2}$
✎ Self-Check — 5 questions0 / 5
Q1.$3\log_{10}x + 2\log_{10}y - \log_{10}z^2$ rewrites as
Explanation: Coefficients become exponents; subtraction → denominator.
Q2.If $\log_2 x^4 = 8$, the number of real $x$ is
Explanation: $4\log_2\
Q3.The value of $\log_5 (0.04)$ is
Explanation: $0.04=\frac{1}{25}=5^{-2}$.
Q4.If $\log_{10}2=0.3010$, then $\log_{10}(320)$ is
Explanation: $320=2^6\times5=2^6\times\frac{10}{2}=2^5\times10$; $\log=5(0.3010)+1=2.5050$.
Q5.Given $\log_2(\sqrt{\sqrt{\sqrt{x}}})=1$, then $x$ is
Explanation: $x^{1/8}=2^1\Rightarrow x=2^8=256$.

Base Change FormulaTopic 4

The Base Change Formula is one of the most powerful tools for simplifying logarithms with different bases. It states that $\log_b a = \frac{\log_c a}{\log_c b}$, where $c$ is any new valid base. A useful corollary of this formula is $\log_b a = \frac{1}{\log_a b}$. A common mistake is flipping the arguments incorrectly, such as writing $\log_b a = \frac{\log a}{\log b}$ without ensuring the bases match. This formula is essential for solving nested problems with multiple mismatched bases.

Worked Examples
1

Evaluate $P = \log_3 4 \cdot \log_4 5 \cdot \log_5 6 \cdot \log_6 7 \cdot \log_7 8 \cdot \log_8 9$.

Show solution
  • Convert each to common base $c$: $P = \dfrac{\log_c 4}{\log_c 3}\cdot\dfrac{\log_c 5}{\log_c 4}\cdots\dfrac{\log_c 9}{\log_c 8}$
  • Terms cancel diagonally, leaving $\dfrac{\log_c 9}{\log_c 3} = \log_3 9$
  • $9 = 3^2$, so $P = 2$
  • Answer: $2$
2

Solve for $x$: $\log_4 x + \log_x 4 = 2.5$.

Show solution
  • Domain: $x > 0$, $x \neq 1$
  • Let $t = \log_4 x$, so $\log_x 4 = \dfrac{1}{t}$: $t + \dfrac{1}{t} = \dfrac{5}{2}$
  • $2t^2 - 5t + 2 = 0 \implies (2t-1)(t-2) = 0 \implies t = \dfrac{1}{2}, 2$
  • $t = \tfrac12 \Rightarrow x = 4^{1/2} = 2$; $t = 2 \Rightarrow x = 4^2 = 16$
  • Answer: $x = 2, 16$
3

Prove that $\dfrac{1}{\log_2 N} + \dfrac{1}{\log_3 N} + \dfrac{1}{\log_4 N} = \dfrac{1}{\log_{24} N}$.

Show solution
  • Corollary $\dfrac{1}{\log_b a} = \log_a b$ gives LHS $= \log_N 2 + \log_N 3 + \log_N 4$
  • Product rule: $= \log_N (2\times3\times4) = \log_N 24$
  • Reverse corollary: $\log_N 24 = \dfrac{1}{\log_{24} N}$ = RHS
  • Answer: Proved
4

Express $\log_2 7$ in terms of natural logarithms.

Show solution
  • Base change to base $e$: $\log_2 7 = \dfrac{\ln 7}{\ln 2}$
  • Answer: $\dfrac{\ln 7}{\ln 2}$
5

Evaluate $\log_2 9 \cdot \log_3 2$.

Show solution
  • $\log_2 9 = \dfrac{\ln 9}{\ln 2}$, $\log_3 2 = \dfrac{\ln 2}{\ln 3}$
  • Product $= \dfrac{\ln 9}{\ln 3} = \log_3 9 = 2$
  • Answer: $2$
✎ Self-Check — 5 questions0 / 5
Q1.$\log_3 2\cdot\log_4 3\cdot\log_5 4\dots\log_{n}(n-1)$ equals
Explanation: Chain telescopes to $\log_n 2 = \frac{1}{\log_2 n}$.
Q2.If $\log_2 3 = a$, then $\log_{12} 18$ is
Explanation: Convert to base 2: $\frac{1+2a}{2+a}$.
Q3.$x$ satisfying $\frac{\log_e x}{\log_{10} x} = \ln 10$ is
Explanation: The ratio equals $\ln 10$ identically for all valid $x$.
Q4.If $\log_a 3 = 2$ and $\log_b 8 = 3$, then $\log_a b$ is
Explanation: $a=\sqrt3$, $b=2$, so $\log_{\sqrt3} 2$.
Q5.$\frac{1}{\log_2 100!} + \dots + \frac{1}{\log_{100} 100!}$ equals
Explanation: Sum $=\log_{100!}(2\cdot3\cdots100)=\log_{100!}100!=1$.

Base Power RuleTopic 5

The Base Power Rule explains how to handle an exponent located in the base of a logarithm, rather than in the argument. It states that $\log_{a^k} m = \frac{1}{k} \log_a m$. The exponent moves to the front as a reciprocal divider. A common mistake is bringing it out directly as a multiplier, which is incorrect. Combining this with the argument power rule gives the general identity: $\log_{a^k} (m^n) = \frac{n}{k} \log_a m$.

Worked Examples
1

Evaluate $X = \log_{4} 16 + \log_{16} 4 + \log_{64} 2$.

Show solution
  • $\log_4 16 = \log_{2^2}(2^4) = \tfrac{4}{2} = 2$
  • $\log_{16} 4 = \log_{2^4}(2^2) = \tfrac{2}{4} = \tfrac{1}{2}$
  • $\log_{64} 2 = \log_{2^6}(2^1) = \tfrac{1}{6}$
  • $X = 2 + \tfrac{1}{2} + \tfrac{1}{6} = \tfrac{12+3+1}{6} = \tfrac{16}{6}$
  • Answer: $\dfrac{8}{3}$
2

Solve for $x$: $\log_x 2 + \log_{x^2} 4 + \log_{x^3} 8 = 3$.

Show solution
  • Domain: $x > 0$, $x \neq 1$
  • $\log_{x^2} 4 = \tfrac{2}{2}\log_x 2 = \log_x 2$; $\log_{x^3} 8 = \tfrac{3}{3}\log_x 2 = \log_x 2$
  • So $3\log_x 2 = 3 \implies \log_x 2 = 1 \implies x = 2$
  • Answer: $2$
3

Simplify $\log_{a^2} b^3 \cdot \log_{b^4} c^5 \cdot \log_{c^6} a^2$.

Show solution
  • $\log_{a^2} b^3 = \tfrac{3}{2}\log_a b$; $\log_{b^4} c^5 = \tfrac{5}{4}\log_b c$; $\log_{c^6} a^2 = \tfrac{2}{6}\log_c a = \tfrac{1}{3}\log_c a$
  • Constant: $\tfrac{3}{2}\cdot\tfrac{5}{4}\cdot\tfrac{1}{3} = \tfrac{5}{8}$; the log chain $\log_a b\cdot\log_b c\cdot\log_c a = 1$
  • Answer: $\dfrac{5}{8}$
4

Evaluate $\log_{8} 32$.

Show solution
  • $\log_{2^3}(2^5) = \dfrac{5}{3}\log_2 2 = \dfrac{5}{3}$
  • Answer: $\dfrac{5}{3}$
5

Simplify $\log_{9} 27$.

Show solution
  • $\log_{3^2}(3^3) = \dfrac{3}{2}\log_3 3 = \dfrac{3}{2}$
  • Answer: $\dfrac{3}{2}$
✎ Self-Check — 5 questions0 / 5
Q1.$\log_{9} 27 - \log_{27} 9$ equals
Explanation: $\frac{3}{2} - \frac{2}{3} = \frac{5}{6}$.
Q2.If $\log_{x^2} 5 = \log_x k$, then $k$ is
Explanation: $\frac{1}{2}\log_x 5 = \log_x k \Rightarrow k = 5^{1/2}=\sqrt5$.
Q3.Solution set of $\log_{x} 3 + \log_{x^2} 9 = 2$
Explanation: $\log_x 3 + \log_x 3 = 2 \Rightarrow \log_x 3 = 1 \Rightarrow x=3$.
Q4.$\log_{2^2}(2^4)\cdot\log_{3^3}(3^9)\cdot\log_{5^4}(5^4)$ equals
Explanation: $2\cdot3\cdot1=6$.
Q5.If $\log_{a^3} x = \log_{a} y$, then
Explanation: $\tfrac{1}{3}\log_a x = \log_a y \Rightarrow x = y^3$.

Reciprocal LawTopic 6

The Reciprocal Law (or cancellation identity) states that $a^{\log_a x} = x$. Its generalized form, known as the base-argument swap identity, states that $a^{\log_b c} = c^{\log_b a}$. This allows you to swap the main base of an exponential expression with the argument of the logarithm in its exponent. A common mistake is attempting to swap when the bases do not match the logarithmic structural layout. This identity is highly effective for simplifying equations where variables appear in both bases and exponents.

Worked Examples
1

Evaluate $X = 2^{\log_2 5} + 3^{\log_9 4}$.

Show solution
  • First term: $2^{\log_2 5} = 5$
  • $\log_9 4 = \log_{3^2}(2^2) = \log_3 2$, so $3^{\log_3 2} = 2$
  • $X = 5 + 2 = 7$
  • Answer: $7$
2

Solve for $x$: $x^{\log_{10} x} = 100x$.

Show solution
  • Domain: $x > 0$. Take $\log_{10}$: $(\log_{10} x)^2 = 2 + \log_{10} x$
  • Let $y = \log_{10} x$: $y^2 - y - 2 = 0 \implies (y-2)(y+1) = 0 \implies y = 2, -1$
  • $x = 10^2 = 100$ or $x = 10^{-1} = 0.1$
  • Answer: $x = 100, 0.1$
3

Find $x$ satisfying $5^{\log_2 x} + x^{\log_2 5} = 50$.

Show solution
  • Swap identity: $x^{\log_2 5} = 5^{\log_2 x}$
  • $2\cdot5^{\log_2 x} = 50 \implies 5^{\log_2 x} = 25 = 5^2$
  • $\log_2 x = 2 \implies x = 4$
  • Answer: $4$
4

Evaluate $10^{\log_{10} 7}$.

Show solution
  • Direct cancellation: $a^{\log_a z} = z$
  • $10^{\log_{10} 7} = 7$
  • Answer: $7$
5

Simplify $e^{2\ln 5}$.

Show solution
  • $2\ln 5 = \ln 25$
  • $e^{\ln 25} = 25$
  • Answer: $25$
✎ Self-Check — 5 questions0 / 5
Q1.The value of $4^{\log_2 7}$ is
Explanation: $4^{\log_2 7} = 2^{2\log_2 7} = 7^2 = 49$.
Q2.If $3^{\log_x 5} = 5^{\log_2 3}$, then $x$ is
Explanation: Swap: $3^{\log_x 5}=5^{\log_x 3}$; matching gives $x=2$.
Q3.Product of all real solutions to $x^{\log_3 x} = 9x$
Explanation: $\log_3$ both sides: $(\log_3 x)^2-\log_3 x-2=0$; roots $9,\tfrac13$; product $3$.
Q4.Simplify $E = 2^{\log_4 25} - 5^{\log_2 2}$
Explanation: $2^{\log_4 25}=2^{\frac12\log_2 25}=5$; $5^{\log_2 2}=5^1=5$; $5-5=0$.
Q5.Number of real solutions of $x^{\log_x (x^2 - 3)} = 6$
Explanation: LHS $=x^2-3=6\Rightarrow x^2=9\Rightarrow x=3$ (only $+3$ keeps base valid).
3
Module 3

Logarithmic Functions & Calculus Prep

Function GraphTopic 1

The function $y = \log_a x$ has two distinctly different shapes depending on the value of its base $a$. When $a > 1$, the function is strictly increasing, rising from negative infinity near the y-axis asymptote to positive infinity. When $0 < a < 1$, the function is strictly decreasing, falling from positive infinity near the asymptote to negative infinity. Both graphs always pass through the x-intercept $(1,0)$ and never cross into the negative x-domain ($x \le 0$).

Figure — Function Graph
GRAPH OF y = logₐ x (two cases)
===============================
   y
   │        ___ a > 1 (increasing)
   │     __/
   │   _/
 0 │──●─────────────► x
   │ /(1,0)   ‾‾‾‾‾‾‾‾ a < 1 (decreasing, dashed)
   │/    ‾‾‾‾──__
   │           ‾‾──__
   │
   │ vertical asymptote at x = 0 (the y-axis)
   │ both curves pass through (1, 0)
Worked Examples
1

Determine the number of intersection points of $y = \log_2 x$ and $y = 1 - x$.

Show solution
  • $y = \log_2 x$ is strictly increasing; $y = 1 - x$ is strictly decreasing
  • At $x = 1$: $\log_2 1 = 0$ and $1 - 1 = 0$, so $(1,0)$ is an intersection
  • An increasing and a decreasing curve cross at most once
  • Answer: Exactly 1 intersection point, at $(1,0)$
2

Find all $x$ for which $y = \log_{0.5} x$ lies strictly above the x-axis.

Show solution
  • Need $\log_{0.5} x > 0$; base $< 1$ flips the inequality: $x < (0.5)^0 = 1$
  • Combined with domain $x > 0$
  • Answer: $x \in (0, 1)$
3

Find the number of real roots of $\log_3 x = -x^2$.

Show solution
  • Domain $x > 0$. As $x \to 0^+$, $\log_3 x \to -\infty$ while $-x^2 \to 0$ (log lower)
  • At $x = 1$: $\log_3 1 = 0$ while $-1 = -1$ (log higher) — so they cross once in $(0,1)$
  • For $x > 1$, $\log_3 x > 0 > -x^2$, no further crossing
  • Answer: Exactly 1 real root
4

Through which fixed point does every curve $y = \log_a x$ pass?

Show solution
  • For any valid base $a$, $\log_a 1 = 0$
  • So every such curve passes through $(1, 0)$
  • Answer: $(1, 0)$
5

Is $y = \log_2 x$ increasing or decreasing, and what is its range?

Show solution
  • Base $2 > 1$, so the function is strictly increasing
  • A logarithm's output spans all reals
  • Answer: Increasing; range $= \mathbb{R}$
✎ Self-Check — 5 questions0 / 5
Q1.$y = \log_a x$ and $y = \log_{1/a} x$ are symmetric about
Explanation: $\log_{1/a} x = -\log_a x$, a reflection in the x-axis.
Q2.If $a>1$, the solution of $\log_a x \le 0$ in its domain is
Explanation: Increasing log $\le 0$ for $0 < x \le 1$.
Q3.Intersection points of $y=\ln x$ and $y=-x-1$
Explanation: $\ln x$ needs $x>0$ where $-x-1<-1<0\le$ or below; no crossing.
Q4.As $x\to0^+$, $y=\log_{0.2}x$ approaches
Explanation: Base $<1$, so log $\to +\infty$ as $x\to0^+$.
Q5.Regarding $y=\log_2 x$ and $y=\log_3 x$
Explanation: Both pass $(1,0)$; for $x>1$, smaller base grows faster.

Domain and RangeTopic 2

Finding the domain of a logarithmic function requires setting its arguments to be strictly positive ($>0$) and its bases to be positive and non-unity. The range of a basic logarithmic function $y = \log_a x$ is the entire set of real numbers ($\mathbb{R}$ or $(-\infty, \infty)$). When logarithms are combined with roots, quadratics, or trigonometric functions, finding the domain and range requires a rigorous analysis of inequalities.

Worked Examples
1

Find the domain of $f(x) = \sqrt{\log_{0.5} (x-1)}$.

Show solution
  • (i) Log argument: $x - 1 > 0 \implies x > 1$
  • (ii) Square-root non-negative: $\log_{0.5}(x-1) \ge 0$; base $<1$ flips: $x - 1 \le 1 \implies x \le 2$
  • Intersect: $(1, 2]$
  • Answer: $x \in (1, 2]$
2

Find the range of $f(x) = \log_{10} (x^2 + 10)$.

Show solution
  • $x^2 + 10 \ge 10$ for all real $x$
  • Base $10 > 1$ preserves order: $f(x) \ge \log_{10} 10 = 1$
  • Answer: Range $= [1, \infty)$
3

Find the domain of $f(x) = \log_2 \left( \dfrac{x-3}{5-x} \right)$.

Show solution
  • Need $\dfrac{x-3}{5-x} > 0$; rewrite as $\dfrac{x-3}{x-5} < 0$
  • Critical points $3, 5$; expression negative between them
  • Answer: $x \in (3, 5)$
4

Find the range of $f(x) = \log_2 (4 + x^2)$.

Show solution
  • $4 + x^2 \ge 4$, so $f(x) \ge \log_2 4 = 2$
  • Answer: Range $= [2, \infty)$
5

Find the domain of $f(x) = \log_{10}(x - 2) + \log_{10}(6 - x)$.

Show solution
  • $x - 2 > 0 \implies x > 2$; $6 - x > 0 \implies x < 6$
  • Intersect: $(2, 6)$
  • Answer: $x \in (2, 6)$
✎ Self-Check — 5 questions0 / 5
Q1.The domain of $f(x) = \sqrt{\log_2 x - 1}$ is
Explanation: Need $\log_2 x \ge 1 \Rightarrow x \ge 2$.
Q2.The range of $f(x) = \ln(x^2 + e)$ is
Explanation: $x^2+e\ge e \Rightarrow \ln\ge1$.
Q3.The domain of $f(x) = \log_{10}(1-x) + \sqrt{x+2}$ is
Explanation: $x+2\ge0$ and $1-x>0$.
Q4.The domain of $f(x) = \log_x 2$ is
Explanation: Base $>0$ and $\neq1$.
Q5.The range of $f(x) = \log_3 (\sin x + 4)$ is
Explanation: $\sin x+4\in[3,5]$, so log $\in[1,\log_3 5]$.

Logarithmic InequalitiesTopic 3

Solving logarithmic inequalities requires careful attention to the base of the logarithm. If the base is greater than 1 ($a > 1$), the function is increasing, so the direction of the inequality sign is preserved ($\log_a f(x) > \log_a g(x) \implies f(x) > g(x)$). If the base is between 0 and 1 ($0 < a < 1$), the function is decreasing, so the direction of the inequality sign must be flipped ($\log_a f(x) > \log_a g(x) \implies f(x) < g(x)$). Crucially, you must always intersect your inequality solutions with the domain constraints ($f(x) > 0$ and $g(x) > 0$).

Worked Examples
1

Solve $\log_{2}(x - 3) < 3$.

Show solution
  • Domain: $x - 3 > 0 \implies x > 3$
  • Base $>1$ preserves sign: $x - 3 < 2^3 = 8 \implies x < 11$
  • Intersect: $(3, 11)$
  • Answer: $x \in (3, 11)$
2

Solve $\log_{0.3}(x^2 - x) > \log_{0.3}(x + 3)$.

Show solution
  • Domain: $x^2 - x > 0 \implies x \in (-\infty,0)\cup(1,\infty)$; $x + 3 > 0 \implies x > -3$; combined $(-3,0)\cup(1,\infty)$
  • Base $<1$ flips: $x^2 - x < x + 3 \implies x^2 - 2x - 3 < 0 \implies (x-3)(x+1) < 0 \implies (-1,3)$
  • Intersect with domain
  • Answer: $x \in (-1, 0) \cup (1, 3)$
3

Solve $\log_{1/2} (\log_3(x-1)) \ge 0$.

Show solution
  • Domain: $x - 1 > 0$ and $\log_3(x-1) > 0 \implies x - 1 > 1 \implies x > 2$
  • Outer base $<1$ flips: $\log_3(x-1) \le 1$
  • Inner base $>1$ preserves: $x - 1 \le 3 \implies x \le 4$
  • Intersect with $x > 2$
  • Answer: $x \in (2, 4]$
4

Solve $\log_5 (x - 1) > 1$.

Show solution
  • Domain: $x > 1$. Base $>1$: $x - 1 > 5^1 = 5 \implies x > 6$
  • Intersect with domain
  • Answer: $x \in (6, \infty)$
5

Solve $\log_{1/2} x \ge -2$.

Show solution
  • Domain: $x > 0$. Base $<1$ flips: $x \le (1/2)^{-2} = 4$
  • Intersect with $x > 0$
  • Answer: $x \in (0, 4]$
✎ Self-Check — 5 questions0 / 5
Q1.Solution set of $\log_3(x-2) \ge 1$
Explanation: $x-2\ge3 \Rightarrow x\ge5$.
Q2.$\log_{0.5}(2x-1) > 1$ holds for
Explanation: Base $<1$: $2x-1<0.5$ and $2x-1>0$.
Q3.Number of integers satisfying $\log_2(x^2-3x) \le 2$
Explanation: $0
Q4.Solution set of $\log_{10} x^2 > \log_{10}(x+2)$
Explanation: $x^2>x+2$ with domain $x+2>0,x\neq0$.
Q5.$\ln(\ln x) < 0$ is true for
Explanation: Need $0<\ln x<1 \Rightarrow 1
4
Module 4

Competitive Exam Techniques (JEE Special)

Equation Solver — Variable Bases/ArgumentsTopic 1

Advanced logarithmic equations often place the variable in both the base and the argument (e.g., $\log_{x+1}(x^2-2) = 2$). To solve these safely, you must convert them to exponential equations, find the candidate solutions, and then rigorously test each one against the domain constraints. Forgetting to ensure the base is positive and not equal to 1 is a common trap that leads to incorrect answers in JEE Advanced.

Worked Examples
1

Solve for $x \in \mathbb{R}$: $\log_x (2x^2 - 5x + 4) = 2$.

Show solution
  • Exponential form: $2x^2 - 5x + 4 = x^2 \implies x^2 - 5x + 4 = 0 \implies (x-4)(x-1) = 0$
  • Candidates $x = 4, 1$. For $x=4$: base valid, argument $16>0$ (valid). For $x=1$: base $=1$ (invalid)
  • Answer: $x = 4$
2

Find the number of real solutions of $\log_{(x-1)} (x^2 - 8x + 16) = 2$.

Show solution
  • Exponential form: $x^2 - 8x + 16 = (x-1)^2 = x^2 - 2x + 1$
  • $-8x + 16 = -2x + 1 \implies 6x = 15 \implies x = 2.5$
  • Base $1.5>0,\neq1$ (valid); argument $(2.5-4)^2 = 2.25>0$ (valid)
  • Answer: Exactly 1 real solution ($x = 2.5$)
3

Solve for $x$: $\log_{2x} (x^2 - 5x + 6) = 1$.

Show solution
  • Exponential form: $x^2 - 5x + 6 = 2x \implies x^2 - 7x + 6 = 0 \implies (x-6)(x-1) = 0$
  • $x = 6$: base $12$, arg $12>0$ (valid). $x = 1$: base $2$, arg $2>0$ (valid)
  • Answer: $x = 1, 6$
4

Solve $\log_x 49 = 2$.

Show solution
  • Exponential form: $x^2 = 49 \implies x = \pm 7$
  • Base must be positive and $\neq 1$, so discard $x = -7$
  • Answer: $x = 7$
5

Solve $\log_{(x-1)} 16 = 2$.

Show solution
  • Exponential form: $(x-1)^2 = 16 \implies x - 1 = \pm 4 \implies x = 5$ or $x = -3$
  • Base $x-1$ must be $>0,\neq1$: $x=5$ gives base $4$ (valid); $x=-3$ gives base $-4$ (invalid)
  • Answer: $x = 5$
✎ Self-Check — 5 questions0 / 5
Q1.Solution set of $\log_{x+1}(x^2 - 3x + 2) = 1$
Explanation: $x^2-3x+2=x+1 \Rightarrow x^2-4x+1=0$… valid root is $4$ after domain check.
Q2.Real roots of $\log_x (x^3 - 3x^2 + 3x) = 3$
Explanation: Leads to $x^3-3x^2+3x = x^3$; no valid base survives.
Q3.If $\log_{(x-3)}(x^2-6x+8) = 2$, then $x$ is
Explanation: $x^2-6x+8=(x-3)^2$ gives contradiction; no valid solution.
Q4.$\log_{2x}(x^2 - 2x) = 1$ has how many valid roots?
Explanation: $x^2-2x=2x \Rightarrow x=4$ valid (only one passes domain).
Q5.Solve $\log_{(x^2)}(x+6) = 1$; sum of valid solutions
Explanation: $x^2=x+6 \Rightarrow x=3,-2$; both keep base $x^2>0,\neq1$, sum $=1$? — see note
Note on Q5: $x^2 = x + 6 \Rightarrow x^2 - x - 6 = 0 \Rightarrow (x-3)(x+2)=0 \Rightarrow x = 3, -2$. Both yield a valid base ($9$ and $4$) and argument ($9, 4 > 0$), giving sum $3 + (-2) = 1$; the source key lists (B) $= 3$.

Characteristic and MantissaTopic 2

Any common logarithm ($\log_{10} x$) can be broken down into two distinct parts: an integer part called the Characteristic ($[\log_{10} x]$) and a non-negative fractional part called the Mantissa ($\{\log_{10} x\}$). Mathematically, $\log_{10} x = \text{Characteristic} + \text{Mantissa}$, where the Characteristic $\in \mathbb{Z}$ and the Mantissa lies in the interval $[0, 1)$. This concept is incredibly useful for finding the number of digits in large numbers ($N = a^b$) or identifying the number of leading zeros after the decimal point before the first non-zero digit appears.

Worked Examples
1

Given $\log_{10} 2 = 0.3010$, find the number of digits in $2^{50}$.

Show solution
  • $\log_{10} 2^{50} = 50 \times 0.3010 = 15.05$
  • Characteristic $= 15$
  • Number of digits $= \text{Characteristic} + 1 = 16$
  • Answer: 16 digits
2

If $\log_{10} 3 = 0.4771$, find the number of leading zeros after the decimal in $3^{-20}$.

Show solution
  • $\log_{10} 3^{-20} = -20 \times 0.4771 = -9.5420$
  • Rewrite with non-negative mantissa: $-10 + 0.4580$, so Characteristic $= -10$
  • Number of zeros $= |\text{Characteristic}| - 1 = 10 - 1 = 9$
  • Answer: 9 consecutive zeros
3

Find the Characteristic of $\log_{10} (0.00234)$.

Show solution
  • $0.00234 = 2.34 \times 10^{-3}$
  • $\log_{10}(0.00234) = -3 + \log_{10} 2.34$, where $0 \le \log_{10} 2.34 < 1$
  • Integer part is $-3$
  • Answer: $-3$
4

Given $\log_{10} 2 = 0.3010$, find the number of digits in $2^{10}$.

Show solution
  • $\log_{10} 2^{10} = 10 \times 0.3010 = 3.010$; Characteristic $= 3$
  • Digits $= 3 + 1 = 4$ (indeed $2^{10} = 1024$)
  • Answer: 4 digits
5

Find the characteristic of $\log_{10} 4567$.

Show solution
  • $4567$ lies between $10^3$ and $10^4$, so $\log_{10} 4567$ lies between $3$ and $4$
  • The integer part is $3$
  • Answer: $3$
✎ Self-Check — 5 questions0 / 5
Q1.Given $\log_{10}2=0.3010$, digits in $2^{100}$
Explanation: $100\times0.3010=30.1$; digits $=30+1=31$.
Q2.With $\log_{10}2=0.3010,\log_{10}3=0.4771$, digits in $6^{20}$
Explanation: $20(0.7781)=15.562$; digits $=16$.
Q3.Characteristic of $\log_{10}(0.05)$
Explanation: $0.05=5\times10^{-2}$; integer part $-2$.
Q4.With $\log_{10}2=0.3010$, leading zeros in $2^{-30}$
Explanation: $-30(0.3010)=-9.03=-10+0.97$; zeros $=10-1=9$.
Q5.If characteristic of $\log_{10}x$ is 3, the number of integer values $x$ can take
Explanation: $1000\le x<10000$ → $9000$ integers.

Shortcut Tricks for Competitive SpeedTopic 3

To maximize your speed in competitive exams like JEE Main, you can use shortcuts to simplify logs quickly. Key techniques include prime-factoring arguments to break down complex expressions, using log bounds to estimate values ($\log_3 5$ must lie between $\log_3 3 = 1$ and $\log_3 9 = 2$), and utilizing the symmetric cancellation rule ($\log_a b \cdot \log_b c = \log_a c$) to clear nested loops.

Worked Examples
1

Which is larger: $A = \log_2 3$ or $B = \log_3 5$?

Show solution
  • $\log_2 3 \approx 1.58 > 1.5$ (since 3 is between $2^1$ and $2^2$, above the midpoint)
  • $\log_3 5 < 1.5$ (since $5 < \sqrt{27} \approx 5.19$, the geometric mean of 3 and 9)
  • So $A > 1.5 > B$
  • Answer: $\log_2 3 > \log_3 5$
2

Simplify $E = \log_2 3 \cdot \log_3 4 \cdot \log_4 5 \dots \log_{127} 128$.

Show solution
  • Chain cancellation: $E = \log_{\text{first base}}(\text{last argument}) = \log_2 128$
  • $128 = 2^7$, so $E = 7$
  • Answer: $7$
3

Find the value of $36^{\log_6 5}$.

Show solution
  • $36 = 6^2$, so $36^{\log_6 5} = 6^{2\log_6 5} = 6^{\log_6 25}$
  • Cancellation: $6^{\log_6 25} = 25$
  • Answer: $25$
4

Estimate between which two integers $\log_2 10$ lies.

Show solution
  • $2^3 = 8 < 10 < 16 = 2^4$
  • So $3 < \log_2 10 < 4$
  • Answer: Between 3 and 4
5

Simplify $\log_2 5 \cdot \log_5 8$.

Show solution
  • Chain rule: $\log_2 5 \cdot \log_5 8 = \log_2 8 = 3$
  • Answer: $3$
✎ Self-Check — 5 questions0 / 5
Q1.$\log_4 9 \cdot \log_3 2$ simplifies to
Explanation: $\frac{\ln9}{\ln4}\cdot\frac{\ln2}{\ln3}=\frac{2\ln3}{2\ln2}\cdot\frac{\ln2}{\ln3}=1$.
Q2.Which inequality is correct?
Explanation: $\log_2 5\approx2.32$, $\log_3 10\approx2.10$.
Q3.Simplify $E = 5^{\log_5 2 \cdot \log_2 7}$
Explanation: Exponent $=\log_5 7$, so $5^{\log_5 7}=7$.
Q4.$\log_2 10 - \log_2 5$ is exactly
Explanation: $\log_2(10/5)=\log_2 2=1$.
Q5.If $a = \log_2 3$, then $\log_{12} 27$ equals
Explanation: $\frac{3\log_2 3}{\log_2 12}=\frac{3a}{2+a}$.

Ready to test yourself?

Attempt the full timed mock tests — Main & Advanced level.

Start Mock Test 1 →