Expand functions around chosen points with clarity. Compare exact values, local approximations, and errors instantly. Graph nearby surfaces and export clean study-ready results easily.
For a function of two variables expanded around the point (a,b), the calculator evaluates the truncated Taylor series up to order N:
Exact error at the chosen point is computed as:
Numerical partial derivatives are estimated using recursive central differences. Smaller step sizes may improve local precision, but extremely small values can amplify floating-point noise.
| Function | Center (a,b) | Order | Evaluation point | Exact value | Taylor value | Absolute error |
|---|---|---|---|---|---|---|
| exp(x + y) | (0, 0) | 3 | (0.20, 0.10) | 1.349859 | 1.349500 | 0.000359 |
| sin(x) * cos(y) | (0, 0) | 3 | (0.30, 0.20) | 0.289629 | 0.289500 | 0.000129 |
| log(1 + x + y) | (0, 0) | 3 | (0.15, 0.10) | 0.223144 | 0.223958 | 0.000814 |
It is a polynomial approximation of a function near a chosen point. The approximation uses partial derivatives, including mixed derivatives, to match local behavior in both variables.
Accuracy is highest near the expansion point because the polynomial is built from derivatives measured there. Moving far away can increase error quickly, especially for low-order approximations.
Mixed partial derivatives describe how changes in one variable interact with changes in the other. They are essential when the surface bends jointly in x and y rather than independently.
Not always. Higher orders may improve local accuracy, but they also require more derivative calculations and can become numerically noisy for difficult expressions or poor step sizes.
It controls the spacing used by central differences. A moderate value often works best. Too large reduces accuracy, while too small may magnify rounding errors.
Some expressions are undefined on parts of the graph, such as log of a nonpositive number or division by zero. Choose ranges and points inside the valid domain.
Yes. Use x and y, standard operators, and supported functions like sin, cos, exp, log, sqrt, abs, and pow. Write multiplication explicitly, such as x*y.
The graph lets you compare the original surface with the Taylor surface over a selected region. Matching shapes indicate a strong local approximation near the expansion point.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.