数学学習

Calculus & Analysis

Mathematical symbols for calculus & analysis.

Calculus & Analysis

Used in the study of change, limits, and summation.

SymbolNameMeaning / Usage
\inftyInfinityA quantity larger than any real number.
\sumSummation (Sigma)Sum of a sequence of numbers (i=1nai\sum_{i=1}^{n} a_i).
\intIntegralRepresents the area under a curve (f(x)dx\int f(x) \, dx).
\iintDouble IntegralIntegration over a 2D area (Df(x,y)dxdy\iint_D f(x,y) \, dx \, dy).
ddx\frac{d}{dx} or f(x)f'(x)DerivativeInstantaneous rate of change of ff with respect to xx (ddxf(x)\frac{d}{dx} f(x)).
x\frac{\partial}{\partial x}Partial DerivativeDerivative of a multi-variable function (e.g., fx\frac{\partial f}{\partial x}).
lim\limLimitValue a function approaches as the input approaches some value (limxf(x)\lim_{x \to \infty} f(x)).
Δ\DeltaDeltaRepresents a change or difference (Δx=x2x1\Delta x = x_2 - x_1).
\nablaNabla / DelVector differential operator (gradient) (f\nabla f).
f(x)f(x)Function of xMaps an input xx to an output (f(x)=x2f(x) = x^2).