Skip to content
Calculator Tools

Math · 10 calculators

Calculus Calculators

Derivatives, partial derivatives, definite integrals, limits, Riemann sums and rates of change.

Key calculus formulas

Derivative(xⁿ)′ = nxⁿ⁻¹ · (uv)′ = u′v + uv′ · (u/v)′ = (u′v − uv′)/v² · f(g(x))′ = f′(g(x))·g′(x)
Partial Derivative∂f/∂x: differentiate with respect to x, treating other variables as constants
Integral∫xⁿ dx = xⁿ⁺¹/(n+1) + C · ∫1/x dx = ln|x| + C · ∫sin(ax) dx = −cos(ax)/a + C
Definite Integral∫ₐᵇ f(x) dx = F(b) − F(a)
Limitlim(x→a) f(x) = L if f(x) gets arbitrarily close to L as x → a from both sides
Slopem = (y₂ − y₁) / (x₂ − x₁)
Average Rate of ChangeARC = (f(b) − f(a)) / (b − a)
Difference QuotientDQ = [f(x + h) − f(x)] / h
Riemann SumΣ f(xᵢ*)·Δx, Δx = (b − a)/n
Numerical IntegrationTrapezoid: h/2·[f₀ + 2f₁ + … + fₙ] · Simpson: h/3·[f₀ + 4f₁ + 2f₂ + … + fₙ]

Calculus questions

Which functions are supported?

Powers and roots, sin, cos, tan, sec, csc, cot, their inverses, sinh, cosh, tanh, exp, ln, log (base 10 or log(x, b)), sqrt, cbrt and abs, combined in any way.

What does the slope mean?

It is the change in y for each 1-unit increase in x — "rise over run". Positive slopes go up to the right, negative slopes go down, 0 is horizontal and vertical lines have undefined slope.