Logarithm Log Rules

The basic idea

A logarithm is the opposite of a power. In other words, if we take a logarithm of a number, we undo an exponentiation.

Let's start with simple example. If we take the base b=2 and raise it to the power of k=3, we have the expression 23. The result is some number, we'll call it c, defined by 23=c. We can use the rules of exponentiation to calculate that the result is
c=23=8.
Let's say I didn't tell you what the exponent k was. Instead, I told that the base was b=2 and the final result of the exponentiation was c=8. To calculate the exponent k, you need to solve
2k=8.
From the above calculation, we already know that k=3. But, what if I changed my mind, and told you that the result of the exponentiation was c=4, so you need to solve 2k=4? Or, I could have said the result was c=16 (solve 2k=16) or c=1 (solve 2k=1). A logarithm is a function that does all this work for you. We define one type of logarithm (called “log base 2” and denoted log2) to be the solution to the problems I just asked. Log base 2 is defined so that
log2c=k
is the solution to the problem
2k=c
for any given number c. In other words, the logarithm gives the exponent as the output if you give it the exponentiation result as the input. To get all answers for the above problems, we just need to give the logarithm the exponentiation result c and it will give the right exponent k of 2. The solution to the above problems are:
log28log24log216log21=3=2=4=0
Generally we have two types of Logs
1. Natural Log " ln " --> In this case base of the log is e ( where is the constant value of e =2.17)
2. Common Log " log " ---> In this case base can be any number examples are given above.

Just like we can change the base b for the exponential function, we can also change the base b for the logarithmic function. The logarithm with base b is defined so that
logbc=k (
is the solution to the problem
(c is the argument of Log, k is the value of log, where b is base of log)

Mostly people are too much scared about the Log but it is really easy if the text bothering don't look at the text simply look at certain formula, and it relates with exponents the same way.

bk=c
for any given number c and any base b. For example, since we can calculate that 103=1000, we know that log101000=3 (“log base 10 of 1000 is 3”). Using base 10 is fairly common. But, since in science, we typically use exponents with base e, it's even more natural to use e for the base of the logarithm. This natural logarithm is frequently denoted by ln(x), i.e.,
ln(x)=logex.
In other words,
k=ln(c)(1)
is the solution to the problem
ek=c(2)
for any number c. Since using base e is so natural to mathematicians, they will sometimes just use the notation logx instead of lnx. However, others might use the notation logx for a logarithm base 10, i.e., as a shorthand notation for log10x. Because of this ambiguity, if someone uses logx without stating the base of the logarithm, you might not know what base they are implying. In that case, it's good to ask.

Basic rules for logarithms

Since taking a logarithm is the opposite of exponentiation (more precisely, the logarithmic function logbx is the inverse function of the exponential function bx), we can derive the basic rules for logarithms from the basic rules for exponents.
For simplicity, we'll write the rules in terms of the natural logarithm ln(x). The rules apply for any logarithm logbx, except that you have to replace any occurence of e with the new base b.
The natural log was defined by equations (1) and (2). If we plug the value of k from equation (1) into equation (2), we determine that a relationship between the natural log and the exponential function is
elnc=c.(3)
Or, if we plug in the value of c from (2) into equation (1), we'll obtain another relationship
ln(ek)=k.(4)
These equations simply state that ex and lnx are inverse functions. We'll use equations (3) and (4) to derive the following rules for the logarithm.
Rule or special caseFormula
Productln(xy)=ln(x)+ln(y)
Quotientln(x/y)=ln(x)ln(y)
Log of powerln(xy)=yln(x)
Log of eln(e)=1
Log of oneln(1)=0
Log reciprocalln(1/x)=ln(x)
The product rule
We can use the product rule for exponentiation to derive a corresponding product rule for logarithms. Using the base b=e, the product rule for exponentials is
eaeb=ea+b
for any numbers a and b. Starting with the log of the product of x and y, ln(xy), we'll use equation (3) (with c=xy) to write
eln(xy)=xy.
Then, we'll use equation (3) two more times (with c=x and with c=y) to write xy in terms of ln(x) and ln(y),
eln(xy)=xy=eln(x)eln(y).
Lastly, we use the product rule for exponents with a=ln(x) and b=ln(y) to conclude that
eln(xy)=eln(x)eln(y)=eln(x)+ln(y).
When we take the logarithm of both sides of eln(xy)=eln(x)+ln(y), we obtain
ln(eln(xy))=ln(eln(x)+ln(y)).
The logarithms and exponentials cancel each other out (equation (4)), giving our product rule for logarithms,
ln(xy)=ln(x)+ln(y).
The quotient rule
The quotient rule for logarithms follows from the quotient rule for exponentiation,
eaeb=eab
in the same way. Starting with c=x/y in equation (3) and applying it again with c=x and c=y, we can calculate that
eln(x/y)=xy=eln(x)eln(y)=eln(x)ln(y),
where in the last step we used the quotient rule for exponentation with a=ln(x) and b=ln(y). Since eln(x/y)=eln(x)ln(y), we can conclude that the quotient rule for logarithms is
ln(x/y)=ln(x)ln(y).
(This last step could follow from, for example, taking logarithms of both sides of eln(x/y)=eln(x)ln(y) like we did in the last step for the product rule.)
Log of a power
To obtain the rule for the log of a power, we start with the rule for power of a power,
(ea)b=eab.(5)
Starting with c=xy in equation (3) and applying it again, this time just once more with c=x, we can calculate that
eln(xy)=xy=(eln(x))y=eyln(x)
where in the last step we used the power of a power rule for a=ln(x) and b=y. From eln(xy)=eyln(x), we can conclude that
ln(xy)=yln(x),
which is the rule for the log of a power.
Log of e
The formula for the log of e comes from the formula for the power of one,
e1=e.
Just take the logarithm of both sides of this equation and use equation (4) to conclude that
ln(e)=1.
Log of one
The formula for the log of one comes from the formula for the power of zero,
e0=1.
Just take the logarithm of both sides of this equation and use equation (4) to conclude that
ln(1)=0.
Log of reciprocal
The rule for the log of a reciprocal follows from the rule for the power of negative one
x1=1x
and the above rule for the log of a power. Just substitute y=1 into the the log of power rule, and you have that
ln(1/x)=ln(x).

Comments

Popular posts from this blog

Rolling Motion made Easy

Factors affecting of resistances, Combination Of Series and Paralell