Skip to main content
The new Teacher Workspace is here. Your first 3 assignments are free. Try it →

9.2 Natural logarithm and its derivatives

Updated March 2026Fiveable Content Team
Fiveable

Differential Calculus Unit 9 Review

QR code for Differential Calculus practice questions

9.2 Natural logarithm and its derivatives

Differential Calculus

The natural logarithm function is a powerful tool in calculus, with unique properties that make it essential for solving complex problems. It's the inverse of the exponential function and has a special relationship with Euler's number, e.

Understanding the derivative of the natural logarithm is crucial. Its simple form, 1/x, leads to elegant solutions in optimization and analysis. This function's properties and derivatives are key to tackling advanced calculus problems.

The Natural Logarithm Function

Natural logarithm function properties

  • Denoted as ln(x)\ln(x), logarithm with base ee (Euler's number, approximately 2.71828)
  • Defined for all positive real numbers, domain is x>0x > 0
  • ln(1)=0\ln(1) = 0 since e0=1e^0 = 1
  • ln(e)=1\ln(e) = 1 since e1=ee^1 = e
  • ln(ex)=x\ln(e^x) = x for all real numbers xx, logarithm and exponential cancel each other
  • eln(x)=xe^{\ln(x)} = x for all x>0x > 0, exponential and logarithm cancel each other
  • ln(xy)=ln(x)+ln(y)\ln(xy) = \ln(x) + \ln(y) for all x,y>0x, y > 0, logarithm of a product is the sum of logarithms
  • ln(xy)=ln(x)ln(y)\ln(\frac{x}{y}) = \ln(x) - \ln(y) for all x,y>0x, y > 0, logarithm of a quotient is the difference of logarithms
  • ln(xn)=nln(x)\ln(x^n) = n \ln(x) for all x>0x > 0 and real numbers nn, logarithm of a power is the product of the exponent and logarithm
Natural logarithm function properties, Graphs of Exponential and Logarithmic Functions | Boundless Algebra

Derivatives of the Natural Logarithm Function

Natural logarithm function properties, Graphs of Logarithmic Functions | Algebra and Trigonometry

Derivative of natural logarithm

  • ddxln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x} for all x>0x > 0
  • Proof using limit definition of derivative:
    1. Consider limh0ln(x+h)ln(x)h\lim_{h \to 0} \frac{\ln(x+h) - \ln(x)}{h}
    2. Rewrite numerator using logarithm properties: ln(x+h)ln(x)=ln(x+hx)\ln(x+h) - \ln(x) = \ln(\frac{x+h}{x})
    3. Simplify limit: limh0ln(x+hx)h=limh0ln(1+hx)h\lim_{h \to 0} \frac{\ln(\frac{x+h}{x})}{h} = \lim_{h \to 0} \frac{\ln(1+\frac{h}{x})}{h}
    4. Substitute u=hxu = \frac{h}{x}, then h=xuh = xu and as h0h \to 0, u0u \to 0: limu0ln(1+u)xu=1xlimu0ln(1+u)u\lim_{u \to 0} \frac{\ln(1+u)}{xu} = \frac{1}{x} \lim_{u \to 0} \frac{\ln(1+u)}{u}
    5. limu0ln(1+u)u=1\lim_{u \to 0} \frac{\ln(1+u)}{u} = 1 (well-known limit), so ddxln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x}

Applications of logarithmic derivatives

  • Differentiate functions involving natural logarithms:
    • ddxln(2x)=12xddx(2x)=12x2=1x\frac{d}{dx} \ln(2x) = \frac{1}{2x} \cdot \frac{d}{dx}(2x) = \frac{1}{2x} \cdot 2 = \frac{1}{x}
    • ddxln(x2+1)=1x2+1ddx(x2+1)=1x2+12x=2xx2+1\frac{d}{dx} \ln(x^2+1) = \frac{1}{x^2+1} \cdot \frac{d}{dx}(x^2+1) = \frac{1}{x^2+1} \cdot 2x = \frac{2x}{x^2+1}
  • Solve optimization problems involving natural logarithms
  • Analyze behavior of functions involving natural logarithms using derivatives

Natural logarithm vs exponential functions

  • Natural logarithm and exponential functions are inverses of each other:
    • If y=ln(x)y = \ln(x), then x=eyx = e^y
    • If y=exy = e^x, then x=ln(y)x = \ln(y)
  • Derivatives of exponential functions:
    • If f(x)=exf(x) = e^x, then f(x)=exf'(x) = e^x
    • If f(x)=eg(x)f(x) = e^{g(x)}, then f(x)=eg(x)g(x)f'(x) = e^{g(x)} \cdot g'(x) (chain rule)
  • Derivatives of natural logarithm and exponential functions are reciprocals:
    • ddxex=ex\frac{d}{dx} e^x = e^x and ddxln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x}