Logarithm and exponential as inverse operations

An in-depth guide on the relationship between logarithmic and exponential functions as inverse operations for CBSE Class 11 Applied Mathematics, covering theory and step-by-step solutions.

The Fundamental Relationship

Logarithmic and exponential functions are inverse operations. An exponential function expresses growth, while a logarithmic function expresses the exponent required to reach a specific value. If the exponential form is b^x = y, the equivalent logarithmic form is log_b(y) = x, where b > 0 and b ≠ 1.

y = b^x \iff x = \log_b(y)
Example 1: Convert 2^5 = 32 into logarithmic form.
Show Step-by-Step Solution

• Identify the base (b = 2), the exponent (x = 5), and the result (y = 32).
• Apply the definition log_b(y) = x.
• Substitute the identified values: log_2(32) = 5.

Answer: log_2(32) = 5

Inverse Properties

Since these functions are inverses, they 'undo' each other. Applying a logarithm to an exponential expression with the same base simplifies to the exponent, and raising a base to a logarithm with the same base simplifies to the argument.

f(f^{-1}(x)) = x and f^{-1}(f(x)) = x; specifically: \log_b(b^x) = x and b^{\log_b(x)} = x
Example 1: Evaluate 5^{\log_5(25)}.
Show Step-by-Step Solution

• Recognize the property b^{log_b(x)} = x.
• Identify the base b = 5 and the argument x = 25.
• Apply the identity directly.

Answer: 25

Solving for Variables

To solve an equation where the variable is an exponent, convert the exponential equation to logarithmic form. This allows us to isolate the variable using logarithmic properties.

If 3^x = 10, then x = \log_3(10)
Example 1: Solve for x in the equation 4^x = 64.
Show Step-by-Step Solution

• Write the equation in logarithmic form: x = log_4(64).
• Express 64 as a power of 4, i.e., 64 = 4^3.
• Use the property log_b(b^n) = n.
• Therefore, x = log_4(4^3) = 3.

Answer: x = 3