Logofunctionguessr
Wiki Navigation
Function Library

Transcendental Functions

Beyond Algebra. Exponentials, Logarithms, and how to spot them by their explosive (or sluggish) growth.

Transcendental Functions

These functions cannot be expressed as a finite combination of algebraic operations. They are defined by their unique growth behaviors.

1. Exponential Functions (ex,axe^x, a^x)

f(x)=abxf(x) = a \cdot b^x

  • Behavior: Starts flat on one side, explodes to infinity on the other.
  • Key Feature: The rate of change is proportional to the value itself.
  • Common Bases:
    • e2.718e \approx 2.718 (The natural base)
    • 22 (Doubling)
    • 1010 (Orders of magnitude)
f(x) = exp(x)
Scroll to zoom • Drag to pan

2. Logarithmic Functions (lnx,logx\ln x, \log x)

f(x)=aln(x)+bf(x) = a \cdot \ln(x) + b

  • Behavior: The inverse of exponential. Grows broadly but extremely slowly.
  • Domain: Only defined for x>0x > 0 (vertical asymptote at x=0x=0).
  • Key Point: Usually passes through (1,0)(1, 0) because ln(1)=0\ln(1) = 0.
f(x) = log(x)
Scroll to zoom • Drag to pan

3. Hyperbolic Functions

These functions are analogs of trigonometric functions but for a hyperbola.

1. Sinh (sinh(x))

sinh(x)=exex2\sinh(x) = \frac{e^x - e^{-x}}{2}

  • Shape: Similar to x3x^3 but grows exponentially fast.
  • Property: Odd function (sinh(x)=sinh(x)\sinh(-x) = -\sinh(x)).
f(x) = sinh(x)
Scroll to zoom • Drag to pan

2. Cosh (cosh(x))

cosh(x)=ex+ex2\cosh(x) = \frac{e^x + e^{-x}}{2}

  • Shape: Looks like a parabola (x2x^2), but steeper ("Catenary").
  • Property: Even function (cosh(x)=cosh(x)\cosh(-x) = \cosh(x)). Minimum at (0,1)(0, 1).
f(x) = cosh(x)
Scroll to zoom • Drag to pan

3. Tanh (tanh(x))

tanh(x)=exexex+ex\tanh(x) = \frac{e^x - e^{-x}}{e^x + e^{-x}}

  • Shape: S-curve (Sigmoid).
  • Asymptotes: Horizontal asymptotes at y=1y = 1 and y=1y = -1.
f(x) = tanh(x)
Scroll to zoom • Drag to pan

Strategy 1: The Growth Hierarchy

When xx gets very large (xx \to \infty), functions "rank" by speed:

  1. Exponentials (exe^x): The fastest. Even 1.01x1.01^x will eventually beat any polynomial.
  2. Polynomials (xnx^n): Fast, but beaten by exponentials.
  3. Logarithms (lnx\ln x): The slowest. Even x0.1x^{0.1} will eventually beat lnx\ln x.

Test: If the function shoots up faster than you can scroll, guess Exponential. If it keeps going up but gets flatter and flatter (without strictly leveling off like a horizontal asymptote), guess Logarithm.

Strategy 2: Checking for ee

The base ee is special in Calculus, so it's the default in Function Guessr.

  • Check x=1x = 1.
    • If f(1)2.718f(1) \approx 2.718, it's likely just exe^x.
    • If f(1)=2f(1) = 2, it might be 2x2^x.

Strategy 3: Domain Constraints

  • If the graph disappears for x<0x < 0, it is almost certainly a Logarithmic function (or a square root, which is technically algebraic but behaves similarly in domain).
  • If the graph exists everywhere but flattens out to y=0y=0 on the left side, it's typically Exponential (exe^x).
Function Guessr Wiki