Skip to content

9709 · 2.2

Logarithmic and exponential functions — FAQ

Frequently asked questions for 9709 Logarithmic and exponential functions. Direct answers first, then deeper explanation — then practise with marking.

Why can't I take the log of a negative number?

A logarithm, logax\log_a x, asks 'what power must I raise aa to, to get xx?' If the base aa is positive, raising it to any real power will always result in a positive number. For example, 23=82^3=8, 23=1/82^{-3}=1/8, 20=12^0=1. There is no real power you can raise 2 to that will give a negative result. Therefore, the argument of a logarithm must be positive.

What's the difference between `log` and `ln` on my calculator?

Typically, the log button refers to the common logarithm, which has a base of 10 (i.e., log10x\log_{10}x). The ln button refers to the natural logarithm, which has a base of ee (i.e., logex\log_e x). For solving equations like ax=ba^x=b, you can use either base, and the change of base formula guarantees you will get the same answer.

How do I remember the laws of logarithms?

The laws of logarithms directly mirror the laws of indices. Think about the connection:

  • Multiplication of numbers becomes addition of their powers (am×an=am+na^m \times a^n = a^{m+n}), which corresponds to the log rule log(xy)=logx+logy\log(xy) = \log x + \log y.
  • Division of numbers becomes subtraction of their powers (am/an=amna^m / a^n = a^{m-n}), which corresponds to log(x/y)=logxlogy\log(x/y) = \log x - \log y.