Simplify Your Workflow: Search MiniWebtool.
Add Extension
> Power Series Calculator

Power Series Calculator

Find the power series representation of functions centered at any point. Compute Taylor/Maclaurin coefficients, determine the radius and interval of convergence with endpoint analysis, and visualize how partial sums converge with an interactive animated graph.

Power Series Calculator
Examples:
POWER SERIES FORMULA
$$f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x-a)^n$$
Choose a function to expand
Expansion point
0 to 20
Check approximation

Embed Power Series Calculator Widget

About Power Series Calculator

The Power Series Calculator finds the power series representation of mathematical functions centered at any point a. It computes the Taylor/Maclaurin expansion coefficients, determines the radius and interval of convergence (including endpoint analysis), displays a step-by-step derivation for each term, and provides an interactive animated graph showing how successive partial sums converge to the original function. This tool supports 11 common functions including exponential, trigonometric, logarithmic, and algebraic functions.

Key Concepts in Power Series

Power Series
Σ aₙ(x−a)ⁿ — infinite polynomial
🎯
Center Point
Value a where the series is anchored
🔄
Radius R
Distance from center where series converges
Interval
(a−R, a+R) with endpoint tests
📐
Coefficients
aₙ = f⁽ⁿ⁾(a) / n!
Convergence
Partial sums approach f(x)

Essential Formulas

ConceptFormulaDescription
Power Series\(f(x) = \sum_{n=0}^{\infty} a_n (x-a)^n\)General form centered at a
Taylor Coefficients\(a_n = \frac{f^{(n)}(a)}{n!}\)Coefficient from nth derivative
Radius of Convergence\(R = \frac{1}{\limsup_{n \to \infty} |a_n|^{1/n}}\)Cauchy–Hadamard theorem
Ratio Test\(R = \lim_{n \to \infty} \left|\frac{a_n}{a_{n+1}}\right|\)Common method for finding R
Lagrange Remainder\(|R_n(x)| \leq \frac{M|x-a|^{n+1}}{(n+1)!}\)Error bound for partial sum

Understanding Power Series

A power series represents a function as an infinite sum of terms involving increasing powers of (x − a), where a is the center of expansion. The key idea is that if you know all the derivatives of a function at a single point a, you can reconstruct the entire function within the radius of convergence. Each coefficient aₙ = f⁽ⁿ⁾(a)/n! captures information about the function's curvature and higher-order behavior at the center. When a = 0, this is a Maclaurin series; for any other center, it is a Taylor series.

Radius and Interval of Convergence

Every power series has a radius of convergence R that determines where it converges. For |x − a| < R, the series converges absolutely; for |x − a| > R, it diverges. The radius equals the distance from the center a to the nearest singularity of the function in the complex plane. For example, 1/(1−x) centered at a = 0 has R = 1 because of the singularity at x = 1. The interval of convergence is (a − R, a + R), but the endpoints require separate testing using convergence tests like the alternating series test or p-series comparison.

How to Use the Power Series Calculator

  1. Select a function: Choose from the dropdown menu (e.g., eˣ, sin(x), ln(x), √x) or click a quick example button to auto-fill all fields.
  2. Enter the center point: Type the value of a. Use 0 for a Maclaurin series, or any other value like π, 1, or 4 for a general Taylor series.
  3. Set the number of terms: Enter n (0 to 20). More terms give better accuracy but produce longer expressions.
  4. Optionally evaluate: Enter an x value to compute the polynomial approximation P(x) and compare it to the actual function value f(x), with error analysis.
  5. Review results: Examine the polynomial expansion, interval of convergence (with number line visualization), coefficient table, step-by-step derivation, and interactive convergence graph. Use the slider or Animate button to watch partial sums progressively approximate the function.

Power Series vs. Taylor Series vs. Maclaurin Series

These terms describe related but distinct concepts. A power series is any series of the form Σ aₙ(x−a)ⁿ with arbitrary coefficients. A Taylor series is a power series whose coefficients come from the derivatives of a specific function: aₙ = f⁽ⁿ⁾(a)/n!. A Maclaurin series is a Taylor series with center a = 0. In practice, when people say "find the power series of f(x)," they usually mean the Taylor series. This calculator handles all three cases — set a = 0 for Maclaurin, any other value for a general Taylor expansion.

Applications of Power Series

Power series are fundamental tools in mathematics, physics, and engineering. They are used to approximate transcendental functions for numerical computation, solve differential equations (especially when closed-form solutions do not exist), evaluate limits and integrals of complex expressions, analyze the behavior of functions near specific points, and power modern scientific computing libraries. Many calculator chips internally use truncated power series to compute functions like sin, cos, exp, and log.

FAQ

What is a power series?
A power series is an infinite series of the form Σ aₙ(x−a)ⁿ, where a is the center, aₙ are the coefficients, and n ranges from 0 to infinity. It represents a function as an infinite polynomial. When the coefficients are derived from a function's derivatives (aₙ = f⁽ⁿ⁾(a)/n!), it becomes a Taylor series. When a = 0, it is called a Maclaurin series.
What is the interval of convergence?
The interval of convergence is the set of all x values for which the power series converges to a finite sum. It is always centered at the expansion point a and extends R units in each direction, where R is the radius of convergence. The endpoints x = a − R and x = a + R must be tested individually, as the series may converge at one, both, or neither endpoint.
How do you find the radius of convergence?
The radius of convergence R can be found using the Ratio Test (R = lim |aₙ/aₙ₊₁|) or the Root Test (R = 1/limsup |aₙ|^(1/n)). For Taylor series of known functions, R equals the distance from the center a to the nearest singularity in the complex plane. For example, ln(x) at a = 1 has R = 1 because x = 0 is a singularity one unit away.
What is the difference between a power series and a Taylor series?
A Taylor series is a specific type of power series where the coefficients are determined by the derivatives of a function: aₙ = f⁽ⁿ⁾(a)/n!. A general power series Σ aₙ(x−a)ⁿ can have any coefficients. In practice, the terms "power series" and "Taylor series" are often used interchangeably when the coefficients come from a known function's derivatives.
Why does a power series only converge in an interval?
A power series converges in a symmetric interval around its center because of singularities — points where the function is undefined or not analytic — in the complex plane. The radius of convergence equals the distance from the center to the nearest such singularity. Even if the function is well-behaved on the real line, a complex singularity at the same distance can limit convergence. For instance, 1/(1+x²) has no real singularities, but has complex singularities at x = ±i, giving R = 1 when centered at 0.

Reference this content, page, or tool as:

"Power Series Calculator" at https://MiniWebtool.com// from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-04-06

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Top & Updated:

Random Name PickerRandom PickerBatting Average CalculatorRelative Standard Deviation CalculatorLine CounterFPS ConverterERA CalculatorSort NumbersMAC Address GeneratorInstagram User ID LookupRemove SpacesFeet and Inches to Cm ConverterSum CalculatorMAC Address LookupWord to Phone Number ConverterRandom Quote GeneratorFacebook User ID LookupBitwise CalculatorRandom Truth or Dare GeneratorNumber of Digits CalculatorSHA256 Hash GeneratorPercent Off CalculatorOn Base Percentage CalculatorSquare Root (√) CalculatorRoman Numerals ConverterSaturn Return CalculatorPhone Number ExtractorLog Base 10 CalculatorSlugging Percentage Calculator🔍 Plagiarism CheckerSun, Moon & Rising Sign Calculator 🌞🌙✨OPS CalculatorSalary Conversion CalculatorRandom IMEI GeneratorFirst n Digits of PiCm to Feet and Inches ConverterMP3 LooperBinary to Gray Code ConverterSlope and Grade CalculatorWAR CalculatorDecimal to BCD ConverterNumber to Word ConverterAudio SplitterMerge VideosCompound Growth CalculatorVertical Jump CalculatorVideo to Image ExtractorOutlier CalculatorTime Duration Calculator⬛ Aspect Ratio CalculatorAI ParaphraserRemove AccentOctal CalculatorGray Code to Binary ConverterWHIP CalculatorYouTube Thumbnail DownloaderBCD to Decimal ConverterRandom Sound Frequency GeneratorLove Compatibility CalculatorRandom Activity GeneratorRandom Poker Hand GeneratorRandom Birthday GeneratorDay of Year CalendarMaster Number CalculatorCompare Two StringsNumber ExtractorPercent Growth Rate CalculatorRandom Superpower GeneratorAI Punctuation AdderCM to Inches ConverterRandom Fake Address GeneratorText FormatterImage SplitterQuotient and Remainder CalculatorRandom Movie PickerInvisible Text GeneratorMedian CalculatorVideo CropperStandard Error CalculatorSocial Media Username CheckerList of Prime NumbersHeight Percentile CalculatorFile Size ConverterDay of the Year Calculator - What Day of the Year Is It Today?Exponential Integral CalculatorPER CalculatorSHA512 Hash GeneratorWhat is my Lucky Number?Population Standard Deviation CalculatorReverse VideoRight Triangle CalculatorAdd or Replace Audio in VideoGrade CalculatorRemove Audio from VideoAstrological Element Balance CalculatorBinary to BCD ConverterNatural Log CalculatorIP Address to Hex ConverterMaze GeneratorEmail ExtractorURL ExtractorAdd Prefix and Suffix to TextVideo CompressorSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterLottery Number GeneratorBCD to Hex ConverterLeap Years ListList RandomizerBreak Line by CharactersAverage CalculatorModulo CalculatorPVIFA CalculatorHypotenuse CalculatorActual Cash Value CalculatorScientific Notation to Decimal ConverterAngel Number CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSum of Positive Integers CalculatorSHA3-256 Hash GeneratorAI Sentence Expander📅 Date CalculatorLbs to Kg ConverterHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorMAC Address AnalyzerRandom String GeneratorRemove Leading Trailing SpacesAmortization CalculatorMarkup CalculatorPVIF CalculatorName Number CalculatorDecimal to Hex ConverterDaily Time Savings CalculatorLorem Ipsum GeneratorReadability Score CalculatorKeyword Density CheckerBionic Reading ConverterText to Speech ReaderFancy Text GeneratorZalgo Text GeneratorUpside Down Text GeneratorASCII Art GeneratorList Difference CalculatorText Column ExtractorText to SQL List ConverterInvisible Character RemoverStock Average CalculatorPosition Size CalculatorMargin Call CalculatorShort Selling Profit CalculatorFutoshiki GeneratorHashi (Bridges) Puzzle GeneratorSlitherlink Puzzle GeneratorWord Search Puzzle GeneratorCrossword Puzzle MakerCryptogram GeneratorWord Scramble GeneratorWord Ladder GeneratorBingo Card GeneratorConnect the Dots GeneratorTip CalculatorCurrency Converter401(k) CalculatorRoth IRA CalculatorRetirement CalculatorSocial Security Benefits CalculatorPension CalculatorRMD CalculatorSIP CalculatorMutual Fund CalculatorStock Profit Loss CalculatorDividend Reinvestment CalculatorDollar Cost Averaging CalculatorBusiness Loan CalculatorPersonal Loan CalculatorDebt Payoff CalculatorDebt Consolidation CalculatorNet Worth CalculatorBudget CalculatorSavings Goal CalculatorEmergency Fund CalculatorAPI TesterASCII Table ReferenceWebhook TesterSchema Markup GeneratorRobots.txt GeneratorXML Sitemap GeneratorOpen Graph CheckerDomain Age CheckerWHOIS LookupDNS LookupHeadline AnalyzerPage Speed CheckerRedirect CheckerHreflang Tag GeneratorDomain Trust CheckerBroken Link CheckerAI Content DetectorAI Text HumanizerAI Blog Title GeneratorAI Email WriterAI Hashtag GeneratorAI Slogan GeneratorAI Article Outline GeneratorAI Token CounterInstagram Engagement Rate CalculatorTikTok Engagement Rate CalculatorYouTube Earnings EstimatorYouTube Tag ExtractorYouTube Comment PickerInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorYouTube Channel StatisticsTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorSocial Media Post Time OptimizerCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterLED Resistor CalculatorVoltage Divider CalculatorParallel Resistor CalculatorCapacitor Calculator555 Timer CalculatorWire Gauge CalculatorTransformer CalculatorRC Time Constant CalculatorPower Factor CalculatorDecibel (dB) CalculatorImpedance CalculatorResonant Frequency CalculatorFinal Grade CalculatorWeighted Grade CalculatorTest Score CalculatorSignificant Figures CalculatorStudy Timer (Pomodoro)Long Division CalculatorRounding CalculatorCompleting the Square CalculatorRatio Calculatorp-Value CalculatorNormal Distribution CalculatorPercentile CalculatorFive Number Summary CalculatorCross Multiplication CalculatorLumber CalculatorRebar CalculatorPaver CalculatorInsulation CalculatorHVAC Sizing CalculatorRetaining Wall CalculatorCarpet CalculatorSquare Footage Calculator⏱️ Countdown Timer⏱️ Online Stopwatch⏱️ Hours Calculator🕐 Military Time Converter📅 Date Difference Calculator⏰ Time Card Calculator⏰ Online Alarm Clock🌐 Time Zone Converter🌬️ Wind Chill Calculator🌡️ Heat Index Calculator💧 Dew Point CalculatorFuel Cost CalculatorTire Size Calculator👙 Bra Size Calculator🌍 Carbon Footprint CalculatorOnline Notepad🖱️ Click Counter🔊 Tone Generator📊 Bar Graph Maker🥧 Pie Chart Maker📈 Line Graph Maker📷 OCR / Image to Text🚚 Moving Cost Estimator❄️ Snow Day Calculator🎮 Game Sensitivity Converter⚔️ DPS Calculator🎰 Gacha Pity Calculator🎲 Loot Drop Probability Calculator🎮 In-Game Currency ConverterMultiplication Table GeneratorLong Multiplication CalculatorLong Addition and Subtraction CalculatorOrder of Operations Calculator (PEMDAS)Place Value Chart GeneratorNumber Pattern FinderEven or Odd Number CheckerAbsolute Value CalculatorCeiling and Floor Function CalculatorUnit Rate CalculatorSkip Counting GeneratorNumber to Fraction ConverterEstimation CalculatorCubic Equation SolverQuartic Equation SolverLogarithmic Equation SolverExponential Equation SolverTrigonometric Equation SolverLiteral Equation SolverRational Equation SolverSystem of Nonlinear Equations SolverPoint-Slope Form CalculatorStandard Form to Slope-Intercept ConverterEquation of a Line CalculatorParallel and Perpendicular Line CalculatorDescartes' Rule of Signs CalculatorRational Root Theorem CalculatorSigma Notation Calculator (Summation)Product Notation Calculator (Pi Notation)Pascal's Triangle GeneratorBinomial Theorem Expansion CalculatorParabola CalculatorHyperbola CalculatorConic Section IdentifierRegular Polygon CalculatorIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hôpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum Calculator