Primary Tool
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
Find a Taylor polynomial and estimate the error
This example builds the degree-5 Taylor polynomial of centred at , evaluates it at , and confirms that the actual error stays inside the bound given by Taylor's theorem.
Open worked example →
Proof of the chain rule
The chain rule says the derivative of is . The proof uses a continuous extension of the difference quotient to handle all cases cleanly.
Open proof →
What a derivative means geometrically
The derivative is the slope of the tangent line, but that phrase only becomes useful when you compare the curve to nearby secant lines and local linear approximations.
Open explanation →