No history yet

Core Properties

Manipulating Logarithmic Expressions

In competitive exams like the IIT-JEE, you don't just solve for logarithms, you manipulate them. Mastering the core properties is about developing the intuition to see how a complex expression can be simplified. Let's start with the two most fundamental operations: multiplication and division.

The product rule allows multiplication within logs to be expressed as the sum of separate logs, while the quotient rule transforms division into subtraction.

The Product Rule states that the logarithm of a product is the sum of the logarithms of its factors. The only condition is that they must share the same base.

logb(MN)=logb(M)+logb(N)\log_b(MN) = \log_b(M) + \log_b(N)

Conversely, the Quotient Rule does the opposite for division, turning it into subtraction.

logb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)

Example: Simplify log10(50)+log10(2)\log_{10}(50) + \log_{10}(2). Using the product rule in reverse, this becomes log10(50×2)=log10(100)\log_{10}(50 \times 2) = \log_{10}(100). Since 102=10010^2 = 100, the answer is 2.

Lesson image

Powers and Roots

The Power Rule is one of the most powerful tools for solving logarithmic equations. It allows you to move an exponent from inside a logarithm to the front as a coefficient. This is essential for isolating variables that are stuck in an exponent.

logb(Mp)=plogb(M)\log_b(M^p) = p \cdot \log_b(M)

This rule extends naturally to roots, since a root is just a fractional exponent. For example, the square root of MM is M1/2M^{1/2}.

logb(Mn)=logb(M1/n)=1nlogb(M)\log_b(\sqrt[n]{M}) = \log_b(M^{1/n}) = \frac{1}{n} \log_b(M)

Example: Evaluate log2(85)\log_2(8^5). Using the power rule, we get 5log2(8)5 \cdot \log_2(8). We know log2(8)=3\log_2(8) = 3, so the expression simplifies to 5×3=155 \times 3 = 15.

Changing the Game with Bases

What happens when you need to work with logarithms that have different bases? You can't directly combine log3(x)\log_3(x) and log5(y)\log_5(y). This is where the Change of Base Theorem becomes indispensable. It allows you to rewrite any logarithm in terms of a new, common base. Often, this new base is 10 (common log) or e (the natural logarithm).

logb(a)=logc(a)logc(b)\log_b(a) = \frac{\log_c(a)}{\log_c(b)}

This theorem has some extremely useful corollaries. One is the base-switching property, which lets you swap the base and the argument of a logarithm.

logb(a)=1loga(b)\log_b(a) = \frac{1}{\log_a(b)}

Finally, we have the foundational identity that directly links exponents and logarithms. It states that raising a base to the power of a logarithm with the same base simply yields the argument of the logarithm.

aloga(x)=xa^{\log_a(x)} = x

Example: Simplify 5log5(12)5^{\log_5(12)}. Based on the identity, the base 5 and the logarithm base 5 cancel each other out, leaving the answer as 12.

Let's review these essential rules before testing your skills.

Now, let's see how well you can apply these properties.

Quiz Questions 1/6

Which of the following expressions is equivalent to 2log5(x)+log5(y)3log5(z)2\log_5(x) + \log_5(y) - 3\log_5(z)?

Quiz Questions 2/6

The statement logb(MN)=logb(M)logb(N)\log_b(M - N) = \frac{\log_b(M)}{\log_b(N)} is a valid logarithmic identity.

Consistent practice with these properties is key. In an exam, speed and accuracy come from recognizing patterns where these rules can be applied to break down a problem into a simpler form.