Warning
This document was partially AI generated, however adapted.
e is used as a base because it has the unique property where the gradient of y=ex is equal to ex itself.
Key Definitions
- Definition: ln(x) is simply shorthand for loge(x).
- Inverse Property: ex and ln(x) are inverse functions. They “undo” each other.
- eln(x)=x
- ln(ex)=x
Log Laws for ln(x)
- ln(a)+ln(b)=ln(ab)
- ln(a)−ln(b)=ln(ba)
- ln(ak)=kln(a)
- Crucial Values: ln(e)=1 and ln(1)=0.
Solving Equations with e and ln
Example 1: Removing e
e2x+3=7
Take ln of both sides:
ln(e2x+3)=ln(7)
2x+3=ln(7)
x=2ln(7)−3
Example 2: Removing ln
ln(x−5)=2
Apply e to both sides (exponentiate):
eln(x−5)=e2
x−5=e2
x=e2+5
**