ExplanationCalculusIntermediate2D Graphing

What a Taylor polynomial is approximating

A Taylor polynomial is not trying to copy a function everywhere. It matches the function and several of its derivatives at one chosen center, so it is designed to be locally accurate near that point.

Primary Tool

2D Graphing

Open 2D graphing

The graph shows the main idea directly: near the center, the polynomial hugs the original function closely; farther away, the match degrades. CAS then explains where the coefficients came from.

The local-fit idea

A Taylor polynomial centered at is built so that the polynomial and the original function agree at , and their first several derivatives agree there too.

That is why the approximation is best near the center. The polynomial is engineered to match the local behavior of the function, not to imitate the whole graph perfectly on every interval.

What the graph is showing

For near , the degree-5 Taylor polynomial tracks the original curve extremely well around the origin.

As you move farther from , the two graphs separate because the higher-order curvature of is no longer captured by only five degrees of polynomial data.

What changes when you change the center or the degree

Changing the center changes which part of the function you are approximating well. A polynomial centered at is optimized near , not near .

Increasing the degree adds more derivative information and usually improves the fit over a wider neighborhood around the center. But the idea is still local approximation, not global equality.

Common Pitfall

A Taylor polynomial is not supposed to match the original function everywhere. If the graphs drift apart far from the center, that does not mean the polynomial is wrong.

Try a Variation

Compare the degree-3 and degree-5 Taylor polynomials for . On what interval around does the extra degree produce a visibly better fit?

Related Pages

Keep moving through the cluster

Back to Learn Math →