say:
x < 5y
and I wanted to apply log to both sides:
log x < log 5y
What would the base be for each logarithm? Can we assume it is 10? Or is there nothing we can assume about it?
This is a
very good question.
Many decades ago, when logarithms were still heavily used for accurate computation, it was a very general convention that when a base was not specified, what was intended was a base of 10.
By convention, log(x)≡log10(x)..
When using calculus, what is frequently useful are logarithms to the base e, what are called natural logarithms. A special notation was universal:
ln(x)=loge(x).
Because logarithms to the base 10 are much less frequently of practical use today, some people now have adopted a different convention, namely
By convention, log(x)≡loge(x).
I dislike that modern and far from universal convention for several reasons, one being that typing "log" requires 50% more work and space than typing "ln." Another reason is that it misses the importance of potential longevity of written communication.
I recommend sticking with the older convention, which is less work and avoids ambiguity.
None of this, however, is relevant to your immediate problem. You have an exponential inequation.
You want to get rid of the base of the exponent in an equation. The way to do so is to use a logarithm to that
specific base. If that specific base is anything but e or 10, you must
explicitly show it as the base for the logarithm. You always apply logarithms of the
same base to both sides of the equation.
a>0, a=1, and b=ax⟹
loga(b)=loga(ax)=x∗loga(a)=x∗1=x.
Ignoring all the technical qualifications
b=ax⟺x=loga(b).
How do you apply this to getting a decimal approximation for x?
You use the change of base formula.
Now try to do your problem, show us your work, and we can help from there.
EDIT: By the way, the almost exclusive practical function of logarithms to the base 10
today is to convert the solutions of exponential equations (and inequations) to decimal approximations.
EDIT 2: The internal arithmetic of computers and calculators is partially based on logarithms, most commonly to the base 16 today, so hardware designers have practical use for the theory of logarithms. But that is very much a modern practical use for only a handful of highly trained specialists.