LaTeX Renderer
Calculus

Definition of the Derivative in LaTeX

The derivative is defined as the limit of a difference quotient as the step size h approaches zero. Note \lim_{h \to 0} for the limit with its subscript condition and \to for the arrow.

LaTeX source

f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
Open in editor

Renders live — then export to PNG, JPG, SVG, or PDF.

More examples