Fiveable

โˆฌDifferential Calculus Unit 9 Review

QR code for Differential Calculus practice questions

9.2 Natural logarithm and its derivatives

9.2 Natural logarithm and its derivatives

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆฌDifferential Calculus
Unit & Topic Study Guides

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 limโกhโ†’0lnโก(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: limโกhโ†’0lnโก(x+hx)h=limโกhโ†’0lnโก(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 hโ†’0h \to 0, uโ†’0u \to 0: limโกuโ†’0lnโก(1+u)xu=1xlimโกuโ†’0lnโก(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. limโกuโ†’0lnโก(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)=12xโ‹…ddx(2x)=12xโ‹…2=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+1โ‹…ddx(x2+1)=1x2+1โ‹…2x=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}