Üstel fonksiyonların türev alma kuralları aşağıdaki gibidir. Dikkat edilirse \( e \) tabanlı üstel fonksiyonun türevi kendisine eşittir.
\( f(x) = a^x \)
\( f'(x) = a^x \cdot \ln{a} \)
\( f(x) = a^{g(x)} \)
\( f'(x) = a^{g(x)} \cdot \ln{a} \cdot g'(x) \)
\( f(x) = 2^{3x + 1} \)
\( f'(x) = 2^{3x + 1} \cdot \ln{2} \cdot (3x + 1)' \)
\( = 2^{3x + 1} \cdot \ln{2} \cdot 3 \)
\( f(x) = e^x \)
\( f'(x) = e^x \)
\( f(x) = e^{g(x)} \)
\( f'(x) = e^{g(x)} \cdot g'(x) \)
\( f(x) = e^{2x^3} \)
\( f'(x) = e^{2x^3} \cdot (2x^3)' \)
\( = e^{2x^3} \cdot 6x^2 \)
Logaritmik fonksiyonların türevlenebilir oldukları aralıklarda türev alma kuralları aşağıdaki gibidir.
\( f(x) = \log_a{x} \)
\( f'(x) = \dfrac{1}{x \cdot \ln{a}} \)
\( f(x) = \log_a{g(x)} \)
\( f'(x) = \dfrac{g'(x)}{g(x) \cdot \ln{a}} \)
\( f(x) = \log_5(4x^2 - 1) \)
\( f'(x) = \dfrac{(4x^2 - 1)'}{(4x^2 - 1) \cdot \ln{5}} \)
\( f'(x) = \dfrac{8x}{(4x^2 - 1) \cdot \ln{5}} \)
\( f(x) = \ln{x} \)
\( f'(x) = \dfrac{1}{x} \)
\( f(x) = \ln{g(x)} \)
\( f'(x) = \dfrac{g'(x)}{g(x)} \)
\( f(x) = \ln(2x^3) \)
\( f'(x) = \dfrac{(2x^3)'}{2x^3} \)
\( f'(x) = \dfrac{6x^2}{2x^3} = \dfrac{3}{x} \)