Exponential & Logarithmic Derivatives
Master exponential and logarithmic derivatives including e^x, a^x, ln(x), and log(x). Learn proofs, advanced techniques like logarithmic differentiation, and solve 25+ examples.
📑 Table of Contents
📊 Overview & Quick Reference
Exponential and logarithmic functions are fundamental in calculus, appearing everywhere from population growth to radioactive decay, compound interest to signal processing.
The only function equal to its own derivative!
For any constant base a > 0
Natural logarithm, x > 0
Logarithm with base a
| Function | Derivative | Notes |
|---|---|---|
| e^x | e^x | Unique property: f = f' |
| e^(kx) | k·e^(kx) | Chain rule with constant k |
| a^x | a^x·ln(a) | General exponential base |
| ln(x) | 1/x | Domain: x > 0 |
| ln|x| | 1/x | Works for x ≠ 0 |
| log_a(x) | 1/(x·ln(a)) | Convert to ln: log_a(x) = ln(x)/ln(a) |
The number e ≈ 2.71828... is called Euler's number. It's the ONLY base where the exponential function equals its own derivative. This makes e the natural base for exponential growth and appears throughout mathematics, physics, and engineering.
📈 Exponential Functions
1. The Natural Exponential: e^x
The Most Important Derivative: e^x is its own derivative. This unique property makes it fundamental to calculus.
📝 Proof: Why d/dx[e^x] = e^x
2. General Exponential: a^x
For any positive constant base a (where a ≠ 1), multiply the function by the natural log of the base.
Any exponential can be written using e: a^x = e^(x·ln(a))
This is why the derivative includes ln(a)! Example: 2^x = e^(x·ln(2))
Properties of Exponential Derivatives
Key Properties:
- e^x grows faster than any polynomial as x → ∞
- e^(-x) decays to 0 as x → ∞ (exponential decay)
- Chain rule always applies when exponent contains a function
- Product/quotient rules apply when e^x is multiplied or divided
📉 Logarithmic Functions
1. Natural Logarithm: ln(x)
Domain: x > 0 (ln is only defined for positive numbers)
📝 Proof: Why d/dx[ln(x)] = 1/x
2. General Logarithm: log_a(x)
For logarithm with any base a, divide 1/x by ln(a).
d/dx[ln|x|] = 1/x for all x ≠ 0
The absolute value extends the domain to negative numbers! This is useful in integration and solving differential equations where x might be negative.
Logarithm Properties for Derivatives
Using Log Properties to Simplify:
📝 Solved Examples
Find: d/dx[x²·e^x]
Find: d/dx[ln(x)/x]
Find: d/dx[e^(sin(x))]
Find: d/dx[ln(x² + 1)]
Find: d/dx[e^x·ln(x)]
🎯 Logarithmic Differentiation
Logarithmic differentiation is a powerful technique for differentiating complicated functions, especially those with:
- Variables in both base and exponent (like x^x)
- Complicated products or quotients
- Fractional or radical exponents
-
Take ln of both sides
If y = f(x), write ln(y) = ln(f(x))
-
Simplify using log properties
Use ln(ab) = ln(a) + ln(b), ln(a/b) = ln(a) - ln(b), ln(a^n) = n·ln(a)
-
Differentiate both sides
Use implicit differentiation: d/dx[ln(y)] = (1/y)·dy/dx
-
Solve for dy/dx
Multiply both sides by y and substitute original expression for y
Find: d/dx[x^x]
Find: d/dx[(x² + 1)³(x - 2)⁵]
Find: d/dx[(sin(x))^(cos(x))]
🌍 Real-World Applications
Population Growth: P(t) = P₀e^(rt)
Growth rate: dP/dt = rP₀e^(rt) = rP(t)
Radioactive Decay: N(t) = N₀e^(-λt)
Decay rate: dN/dt = -λN₀e^(-λt) = -λN(t)
Continuous Compounding: A(t) = Pe^(rt)
Where P = principal, r = rate, t = time
Rate of growth: dA/dt = rPe^(rt) = rA(t)
Example: Bacteria Growth
Bacteria population follows P(t) = 1000e^(0.3t) where t is hours.
💡 Tips & Common Mistakes
Wrong: d/dx[e^(2x)] = e^(2x)
Right: d/dx[e^(2x)] = 2e^(2x)
Always multiply by the derivative of the exponent!
d/dx[e^x] = e^x (exponential function)
d/dx[x^e] = e·x^(e-1) (power function with constant exponent)
e^x has variable in exponent; x^e has variable in base!
Wrong: ln(-2) exists
Right: ln(x) only defined for x > 0
Use ln|x| if you need domain for x ≠ 0
Wrong: d/dx[log₁₀(x)] = 1/x
Right: d/dx[log₁₀(x)] = 1/(x·ln(10))
Only ln(x) has derivative 1/x!
❓ Frequently Asked Questions
Q1: What is the derivative of e^x?
Answer: The derivative of e^x is e^x itself. This makes e^x unique - it's the only function that equals its own derivative. This property makes e fundamental in calculus and appears throughout mathematics, physics, and engineering. It's why e is called the "natural" base for exponentials.
Q2: Why is d/dx[ln(x)] = 1/x?
Answer: This comes from ln and e^x being inverse functions. Since they undo each other, their derivatives are related by the inverse function rule. Alternatively, it follows from the limit definition using properties of logarithms. The 1/x result means ln grows slowly - its rate of change decreases as x increases.
Q3: What is logarithmic differentiation and when should I use it?
Answer: Logarithmic differentiation means taking ln of both sides before differentiating. Use it for: (1) functions with variables in both base and exponent (like x^x), (2) complicated products or quotients, (3) when you want to avoid repeated product/quotient rules. It simplifies multiplication into addition and powers into multiplication.
Q4: How do I differentiate a^x for any base a?
Answer: d/dx[a^x] = a^x·ln(a). Multiply the function by the natural log of the base. For example: d/dx[2^x] = 2^x·ln(2). When a = e, ln(e) = 1, so d/dx[e^x] = e^x·1 = e^x. This formula works for any positive base a ≠ 1.
Q5: What's the difference between ln(x) and log(x)?
Answer: ln(x) is the natural logarithm (base e), while log(x) usually means base 10 in applied sciences (though mathematicians often use log for natural log). Their derivatives differ: d/dx[ln(x)] = 1/x, but d/dx[log₁₀(x)] = 1/(x·ln(10)) ≈ 0.434/x. Always check which base is meant!
Q6: Can I use logarithmic differentiation on any function?
Answer: Technically yes, but it's only helpful for certain types: products, quotients, powers with variables in exponents, or complicated fractional exponents. For simple functions like x² or sin(x), regular rules are faster. Logarithmic differentiation shines when multiplication/division is involved or when variables appear in exponents.
Q7: Why does e appear everywhere in calculus?
Answer: Because e is the unique number where e^x equals its own derivative. This makes exponential growth/decay with base e the "natural" rate of change. It appears in compound interest (continuous compounding), population growth, radioactive decay, normal distributions, Euler's formula (e^(iπ) + 1 = 0), and countless other applications. It's the base that makes calculus work smoothly!
Q8: How do I know when to use the chain rule with e^x or ln(x)?
Answer: Use chain rule whenever there's anything other than just "x" inside: e^(2x), e^(x²), ln(3x), ln(sin(x)) all need it. If it's just e^x or ln(x), no chain rule needed. Rule of thumb: if you can't substitute directly to evaluate, you need chain rule to differentiate!
🚀 Practice Exponential & Log Derivatives!
Use our free calculators to verify your derivatives and see step-by-step solutions!
Try Our Derivative Calculator →📌 Key Takeaways
- ✅ d/dx[e^x] = e^x - The only function equal to its own derivative
- ✅ d/dx[a^x] = a^x·ln(a) - Multiply by ln of the base
- ✅ d/dx[ln(x)] = 1/x - Natural log derivative, x > 0
- ✅ d/dx[log_a(x)] = 1/(x·ln(a)) - General log with base a
- ✅ Always use chain rule when exponent or argument contains a function
- ✅ Logarithmic differentiation simplifies products, quotients, and variable exponents
- ✅ e ≈ 2.71828 is special because its exponential equals its derivative
- ✅ ln and e^x are inverses - their derivatives are related
- ✅ Use log properties to simplify before differentiating
- ✅ Applications everywhere: growth, decay, interest, probability
Mastery Checklist
✓ Can you do these without notes?
- □ Differentiate e^x, e^(2x), e^(x²)
- □ Differentiate 2^x, 10^x, a^x
- □ Differentiate ln(x), ln(2x), ln(x²)
- □ Apply product rule with e^x or ln(x)
- □ Apply quotient rule with exp/log functions
- □ Use logarithmic differentiation on x^x
- □ Differentiate complicated products using logs
- □ Convert between different log bases
- □ Explain why e^x = its own derivative
- □ Solve real-world growth/decay problems
Study Strategy
- Master the four basic formulas first - e^x, a^x, ln(x), log_a(x)
- Practice chain rule extensively - it appears in most problems
- Learn logarithmic differentiation - powerful technique for hard problems
- Use log properties to simplify before differentiating when possible
- Understand the proofs - knowing WHY helps you remember
- Do 15 problems daily - mix basic and challenging
- Use our calculators to check your work and learn from mistakes