Maclaurin Series Builder
Math Calculus • Infinite Series and Sequences
Frequently Asked Questions
What is a Maclaurin series and how is it different from a Taylor series?
A Maclaurin series is a Taylor series centered at 0. It uses derivatives evaluated at x=0: f(x)=sum f^(m)(0)/m! x^m.
What does the Maclaurin polynomial P_n(x) represent?
P_n(x) is the finite truncation of the Maclaurin series up to degree n. It approximates the function near x=0 using the first n+1 derivative values at 0.
How does the builder handle F(x)=A f(kx)?
It applies the amplitude A and horizontal scaling k inside the chosen function and then constructs the Maclaurin polynomial for the resulting F(x). This changes the coefficients compared with the base f(x).
What does O(x^(n+1)) mean in the output?
It indicates the remainder order after truncating at degree n. Near x=0, the difference f(x)-P_n(x) behaves like a constant times x^(n+1) or smaller in magnitude.
Why would I enable prefer exact fractions?
Exact fractions avoid rounding in coefficients and make it easier to compare your polynomial with textbook series. This option is most useful when A and k are integers so the coefficients remain rational.