Basic Logarithms

pangb

New member
Joined
Nov 28, 2011
Messages
6
Hi,
I have just started learning logs and heres a question that I would like to solve,
Find a if Loga 5 (Log 5 to the base a) x loga 2 = 1

Thanks for helping! :D
 
Hello, pangb!

If you're just starting logs, this problem is awful!
I must assume that there is a typo.


\(\displaystyle \text{Find }a\!:\;\;\log_a5 + \log_a 2 \:=\: 1\)
. . . . . . . . . . . . . .\(\displaystyle \uparrow\)

We have: .\(\displaystyle \log_a(5\cdot 2) \:=\:1\)

. . . . . . . . . \(\displaystyle \log_a(10) \:=\:1\)

This means: . . . . \(\displaystyle a^1 \:=\:10\)

Therefore: . . . . . . \(\displaystyle a \:=\:10\)
 
Thanks again, soroban,
you've helped me once before, really appreciate your help,
but no, it isn't a typo
it is indeed loga 5 TIMES loga 2

It is an awful question... my teacher gives us ridiculous work...

Thanks soroban
 
Thanks again, soroban,
you've helped me once before, really appreciate your help,
but no, it isn't a typo
it is indeed loga 5 TIMES loga 2

It is an awful question... my teacher gives us ridiculous work...

Thanks soroban

Then there is "no solution" <<< That statement is incorrect - Mark has shown the solution below
 
Last edited by a moderator:
The original equation does not seem too bad, if you use the change-of-base formula.

loga(5) = ln(5)/ln(a)

loga(2) = ln(2)/ln(a)


Substitute these expressions and clear the fraction to get:

ln(5)*ln(2) = ln(a)*ln(a)

Take the square root of both sides.

|ln(a)| = sqrt[ln(5)*ln(2)]

ln(a) = ±sqrt[ln(5)*ln(2)]

Switch to exponential form, to finish. :cool:
 
Thanks for the help first of all,
umm.. the answers are 0.348 and 2.875, so there should be solutions.

mmm4444bot:
I have no idea what 'ln' and 'exponential form' is... is there another way to this problem?
 
The number e is a famous constant in mathematics. (Google "Euler's Number".)

As Jeff already said, when we use the number e as the base to a logarithm, we call the log a "natural logarithm".

In other words, loge(a) is the natural logarithm.

We almost always write the natural logarithm as ln(a).

So the name "ln" is just an abbreviation for "loge​". You should be learning all of this very soon.



When we work with logarithms, sometimes it is handy to switch the base to e. In other words, we sometimes like to work with ln(x) instead of logb(x) -- particularly when the base b is not 10.

For example, what is log3.75(22) ?

That is, to what number does the base 3.75 need to be raised in order for the power to equal 22?

Our scientific calculator does not have a button for base-3.75 logarithms. Hence, we employ the change-of-base formula to convert the logarithm into the natural base because scientific calculators do have an LN button.

Here is the change-of-base formula: logb(x) = ln(x)/ln(b)

In other words, to convert some base-b logarithm to an equivalent expression that uses base-e instead, we take the natural log of the argument and divide that by the natural log of the base.

log3.75(22) = ln(22)/ln(3.75) = 2.3386 (rounded)

So now we know: the power 3.75^2.3386 equals 22 (rounded).




Another skill we need, when working with logarithms, is the ability to switch back and forth between what are called the "exponential form" and "logarithmic form".

Exponential form: b^n = x

Logarithmic form: logb(x) = n

When the base is Euler's Number (e), then these forms are:

e^n = x

ln(x) = n



In your exercise, we found that:

ln(a) = sqrt[ln(5)*ln(2)]

ln(a) = -sqrt[ln(5)*ln(2)]


To solve for a, we switch each of these statements to exponential form:

e^(sqrt[ln(5)*ln(2)]) = a

e^(-sqrt[ln(5)*ln(2)]) = a

We use our calculator to get decimal approximations for these two values of a.


I'm not sure how your instructor wanted you to approach this exercise, without first teaching the natural logarithm. Has your class ever used graphing calculators to zoom-in on a particular graph point, in order to estimate a solution?
 
Thank you very much for this very detailed explanation mmm4444bot,
I now understand more.

I used the change of base formula to change base a to base10 to solve this problem.

Thanks everyone!
 
I used the change of base formula to change base a to base10 to solve this problem.

Oops! "base10" is a typographical error, yes?

I'm hoping that you meant to type "change base a to base e", instead. :)
 
Top