mathdad
- 1,280
- 0
In simple words, what is the difference between log and ln?
MarkFL said:In one notational convention:
$$\ln(x)=\log_{e}(x)$$
$$\log(x)=\log_{10}(x)$$
This is typically what you see in pre-calculus and elementary calculus courses.
In another convention:
$$\log(x)=\log_{e}(x)$$
This is what you'll find at W|A (but it will recognize ln as well). When you get into analysis, this is what you'll likely find used there.
In computer science, you may see:
$$\log(x)=\log_{2}(x)$$
So, it really depends on the context...and the notation "log" often means the most commonly used base in that particular environment.