A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Power Series

College Depth 95 in the knowledge graph I know this Set as goal
871topics build on this
450prerequisites beneath it
See this on the map →
Absolute vs. Conditional ConvergenceGeometric Series+2 moreComplex Exponential Form and Euler's FormulaPower Series Solutions to Differential Equations+4 more
series power-series functions

Core Idea

A power series centered at a is sum from n=0 to infinity of c_n * (x - a)n, where c_n are the coefficients and x is the variable. It is a "polynomial of infinite degree" that defines a function of x on whatever interval it converges. Within its interval of convergence, a power series can be differentiated and integrated term by term. Power series are the bridge between series and functions, culminating in Taylor series representations.

How It's Best Learned

Start with the geometric series 1/(1 - x) = sum of xn for |x| < 1 as the prototype power series. Manipulate it (substitute, differentiate, integrate) to generate new power series. Introduce the concept of radius of convergence. Emphasize that the power series defines a function whose domain is determined by convergence.

Common Misconceptions

Explainer

A power series is best understood as a polynomial that never stops: Σ c_n (x - a)n = c₀ + c₁(x-a) + c₂(x-a)² + .... Like a polynomial, it defines a function of x. Unlike a polynomial, it may only converge for certain values of x — specifically, within a radius R of the center a. Outside that radius, the series diverges and the formula gives no meaningful value.

The prototype power series is the geometric series: 1/(1-x) = 1 + x + x² + x³ + ... for |x| < 1. You've already seen this; now recognize it as the simplest power series, centered at 0 with radius of convergence 1. Every concept about power series can be illustrated with this example first. Substituting -x for x gives 1/(1+x) = Σ(-1)n xn; substituting x² gives 1/(1-x²) = Σx2n. Manipulation is almost always faster than computing coefficients from scratch.

Within its interval of convergence, a power series is extraordinarily well-behaved — it can be differentiated and integrated term by term, just like a finite polynomial. The resulting series has the same radius of convergence. This is the bridge to Taylor series: if f(x) has a power series representation, you can recover the coefficients by differentiating. The connection between functions and series — allowing you to compute things like sin(0.1) to arbitrary precision, or integrate functions with no closed-form antiderivative — rests entirely on this property.

The key discipline is always respecting the interval of convergence. Outside it, the series is meaningless, and manipulations like term-by-term differentiation are not valid. Endpoint behavior (at x = a ± R) requires separate analysis and is one of the subtler aspects of series theory. As you move toward Taylor series and applications like solving differential equations, keeping the interval of convergence in mind will prevent errors that look algebraically reasonable but are analytically invalid.

Practice Questions 3 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-SeriesComparison TestLimit Comparison TestSeries Convergence Test StrategyPower Series

Longest path: 96 steps · 450 total prerequisite topics

Prerequisites (4)

Leads To (6)