Cal11 calculator

How to Multiplying Logs with Different Bases Without A Calculator

Reviewed by Calculator Editorial Team

Multiplying logarithms with different bases can be tricky without a calculator. This guide explains the process step-by-step, including the formula, assumptions, and a built-in calculator to verify your work.

Introduction

When you need to multiply two logarithms with different bases, you can't simply add their arguments. Instead, you need to convert them to a common base first. This process involves understanding the change of base formula and applying it correctly.

The ability to multiply logs with different bases is essential in many mathematical and scientific applications, from solving exponential equations to working with different measurement scales.

The Formula

The key to multiplying logs with different bases is the change of base formula:

Change of Base Formula:

loga(b) = logc(b) / logc(a)

Where:

  • a, b, c are positive real numbers
  • a ≠ 1
  • b, c > 0

To multiply two logs with different bases, you'll first convert each to a common base (usually base 10 or natural logarithm base e), then multiply the results.

Step-by-Step Guide

Step 1: Identify the Logarithms

Let's say you have two logarithms: loga(x) and logb(y).

Step 2: Choose a Common Base

Select a common base (c) for both logarithms. Common choices are base 10 or natural logarithm (base e).

Step 3: Apply the Change of Base Formula

Convert each logarithm to the common base using the change of base formula:

loga(x) = logc(x) / logc(a)

logb(y) = logc(y) / logc(b)

Step 4: Multiply the Converted Logarithms

Now you can multiply the two converted logarithms:

loga(x) × logb(y) = (logc(x) / logc(a)) × (logc(y) / logc(b))

Step 5: Simplify the Expression

Simplify the expression by canceling out the common base c:

= (logc(x) × logc(y)) / (logc(a) × logc(b))

Worked Example

Let's multiply log2(8) and log3(9) using base 10 as the common base.

Step 1: Apply Change of Base Formula

log2(8) = log10(8) / log10(2)

log3(9) = log10(9) / log10(3)

Step 2: Calculate Each Part

We know:

  • log10(8) ≈ 0.9031
  • log10(2) ≈ 0.3010
  • log10(9) ≈ 0.9542
  • log10(3) ≈ 0.4771

Step 3: Perform the Division

log2(8) ≈ 0.9031 / 0.3010 ≈ 3.000

log3(9) ≈ 0.9542 / 0.4771 ≈ 2.000

Step 4: Multiply the Results

3.000 × 2.000 = 6.000

The final result is approximately 6.000.

Common Mistakes

Mistake 1: Trying to add the logarithms directly

Remember that loga(x) + logb(y) ≠ loga(x × y). You must first convert to a common base.

Mistake 2: Forgetting to apply the change of base formula

Always convert logarithms to a common base before performing operations like multiplication.

Mistake 3: Using incorrect logarithm values

Make sure you're using accurate logarithm values, especially when working without a calculator.

FAQ

Can I multiply logs with different bases without converting them first?

No, you must first convert them to a common base using the change of base formula before multiplying.

What's the easiest common base to use?

Base 10 is often easiest because it's commonly used in calculators and tables, but natural logarithm (base e) can also be convenient.

Is there a shortcut for multiplying logs with different bases?

No, the change of base formula is necessary to perform the multiplication correctly.

Can I use this method for division of logs with different bases?

Yes, the same change of base method applies to division of logs with different bases.