How do you solve log2x=log4log2x=log4?

1 Answer
Mar 1, 2016

Put the logs to one side and solve using the rule log_am - log_an = log_a(m/n)logamlogan=loga(mn)

Explanation:

0 = log4 - log2x0=log4log2x

0 = log(4/(2x))0=log(42x)

Convert to exponential form. The log is in base 10 because nothing is written in subscript to the right of the log.

10^0 = 4/(2x)100=42x

1 = 4/(2x)1=42x

2x = 42x=4

x = 2x=2

You could have done this much easier by just dividing 4 by 2, since the logs are in the same base. However, I did the long way because that method won't work when you have logarithmic equations like b) and c) in the practice exercises.

Note that the rules log_am - log_an = log_a(m/n)logamlogan=loga(mn) and log_am + log_an = log_a(m xx n)logam+logan=loga(m×n) are extremely important when working with logarithms.

Practice exercises:

  1. Solve for x. Round answers to two decimals.

a) log3x = log12log3x=log12

b) log(x + 1) + log(4) = 0log(x+1)+log(4)=0

c) log_5(2x + 3) = log_5(3x + 1) + log_5(7)log5(2x+3)=log5(3x+1)+log5(7)

Good luck!