Series & Taylor Approximation Lab
Investigate infinite series convergence, build Taylor polynomials term by term, and find intervals of convergence for power series. Apply six convergence tests, watch polynomials approach functions as the degree increases, and explore how differentiation and integration affect power series.
Guided Experiment: Taylor Approximation Accuracy
How does the degree of a Taylor polynomial affect the accuracy of the approximation? What happens to the error at x = 1 as you increase the degree for sin(x)?
Write your hypothesis in the Lab Report panel, then click Next.
Controls
Results
Convergence Tests
L = 0.5000 < 1, so the series converges absolutely by the Ratio Test.
L = 0.5000 < 1, so the series converges absolutely by the Root Test.
This series is not in the standard p-series form 1/n^p, so the p-series test does not apply.
This test only applies to alternating series of the form (-1)^n b_n.
This is a geometric series with |r| = 0.5 < 1, which converges to r/(1-r) = 1.
The Integral Test requires f(x) to be positive, continuous, and decreasing. Automatic evaluation was not performed for this series.
Partial Sums
Data Table
(0 rows)| # | Trial | Series/Function | Degree/N | Partial Sum/P_n(x) | Exact Value | Error | Radius R | Convergence |
|---|
Reference Guide
Convergence Tests
Determine whether an infinite series converges or diverges using these standard tests.
If L < 1 the series converges absolutely. If L > 1 it diverges. If L = 1 the test is inconclusive.
Taylor & Maclaurin Series
Approximate a function near a point using polynomial terms built from its derivatives.
A Maclaurin series is a Taylor series centered at a = 0. The more terms you include, the better the approximation near the center point.
Lagrange Error Bound
The Lagrange remainder gives an upper bound on the error of a Taylor polynomial of degree n.
Where M is the maximum value of |f^(n+1)(c)| for c between a and x. This bound is essential for determining how many terms are needed for a desired accuracy.
Interval of Convergence
Every power series has a radius R such that the series converges for |x - a| < R and diverges for |x - a| > R.
Endpoints must be checked separately, as the series may converge or diverge at x = a - R and x = a + R. Differentiating or integrating a power series preserves the radius but may change endpoint behavior.