▸Maximum error is 0.00032796 using a degree-4 Taylor polynomial.
- Your degree-4 Taylor polynomial approximates the function with a maximum error of 0.00032796.
- The evaluation point x = 1.0472 is 0.5236 units away from the center a = 0.5236. Closer evaluation points always give tighter error bounds.
- With M = 1, this is consistent with functions whose derivatives are bounded by 1, such as sin(x) or cos(x).
- Increasing the polynomial degree to 5 would reduce the bound to approximately 2.862e-5, assuming the same M.
Next stepThe approximation is already quite accurate. This error bound confirms the Taylor polynomial is a reliable stand-in for the true function near x = 1.0472.