These are the three core derivatives involving exponential and logarithmic functions.
| Function | Derivative | Condition |
|---|---|---|
| eˣ | eˣ | Always |
| aˣ | aˣ · ln a | a > 0, a ≠ 1 |
| ln x | 1/x | x > 0 |
The number e ≈ 2.71828 is defined precisely so that its exponential function is its own derivative. This makes eˣ the most important function in all of calculus.
Differentiate: y = 3eˣ + 5 · 2ˣ
d/dx(3eˣ) = 3eˣd/dx(5 · 2ˣ) = 5 · 2ˣ · ln 2Differentiate: y = x² · ln x (using product rule)
f = x² → f' = 2x g = ln x → g' = 1/xx²·(1/x) + ln x·2xx + 2x ln xCompute derivative values of eˣ, aˣ, and ln x at a given x.