Loading…

Numerical Differentiation and Integration Tool

General Engineering Fundamentals • Engineering Mathematics Toolbox

View all topics

Approximate derivatives and integrals from experimental engineering data or from a function. Use it for velocity-to-position, position-to-velocity, acceleration estimates, flow accumulation, work from force data, heat transfer data, and sampled sensor curves.

Central difference \(\displaystyle f'(x_i)\approx\frac{f(x_{i+1})-f(x_{i-1})}{x_{i+1}-x_{i-1}}\) Trapezoidal rule \(\displaystyle \int_a^b f(x)\,dx\approx\sum_i\frac{f_i+f_{i+1}}{2}\Delta x_i\) Simpson's rule \(\displaystyle \int_a^b f(x)\,dx\approx\frac{h}{3}\left[f_0+4f_1+2f_2+\cdots+f_n\right]\) Cumulative area \(\displaystyle A_k=\sum_{i=0}^{k-1}\frac{y_i+y_{i+1}}{2}(x_{i+1}-x_i)\)

Main setup

Examples: v, F, Q, T.
Use sin, cos, exp, ln, sqrt, pi, and e.
Live preview

Experimental data table

Enter ordered or unordered data. The calculator sorts points by the \(x\)-value before applying finite differences and numerical integration.

Point \(x_i\) \(y_i=f(x_i)\)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Display options

Quick examples

Ready
Enter experimental data or a function, then click “Calculate”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.