100% FREE
Updated: Mar 2026 Real Analysis Calculus of a Single Variable
Power Series
Comprehensive study notes on Power Series for CUET PG Mathematics preparation.
This chapter covers key concepts, formulas, and examples needed for your exam.
This chapter meticulously explores power series, detailing their convergence criteria and essential analytical properties. A thorough understanding of these concepts is paramount for the CUET PG MA examination, as power series form a fundamental cornerstone of Real Analysis and are consistently featured in problem-solving scenarios.
---
Chapter Contents
| # | Topic | |---|-------| | 1 | Convergence of Power Series | | 2 | Properties of Power Series |
---
We begin with Convergence of Power Series.
Part 1: Convergence of Power Series
Power series are fundamental in analysis, offering a means to represent functions as infinite sums. Understanding their convergence properties is critical for their application in calculus, differential equations, and complex analysis, making it a recurring topic in competitive examinations. We investigate the methods for determining the domain over which such series converge.
---
Core Concepts
1. Definition of a Power Series
A power series is an infinite series of the form ∑n=0∞cn(x−a)n, where cn are coefficients, x is a variable, and a is the center of the series. For simplicity, we often consider series centered at a=0, i.e., ∑n=0∞cnxn.
📖Power Series
A power series centered at a is an expression of the form
n=0∑∞cn(x−a)n=c0+c1(x−a)+c2(x−a)2+…
2. Radius of Convergence
For every power series, there exists a unique non-negative real number R, called the radius of convergence, such that the series converges absolutely for ∣x−a∣<R and diverges for ∣x−a∣>R. At the endpoints, ∣x−a∣=R, the series may converge or diverge.
📐Radius of Convergence using Ratio Test
Let the power series be ∑n=0∞cn(x−a)n. If
L=n→∞limcncn+1
exists, then the radius of convergence R is given by:
R=L1
If L=0, then R=∞ (series converges for all x). If L=∞, then R=0 (series converges only at x=a). When to use: When cn involves factorials or products.
Quick Example: Ratio Test
We determine the radius of convergence for the series ∑n=1∞2nn2xn.
:::question type="MCQ" question="The radius of convergence of the power series ∑n=1∞(2n)!(n!)2xn is:" options=["1/4","2","4","∞"] answer="4" hint="Apply the Ratio Test. Recall that
:::question type="MCQ" question="The radius of convergence of the power series ∑n=1∞(n+1n)n2zn is:" options=["e","1/e","1","∞"] answer="e" hint="Use the Root Test. Recall that
The interval of convergence is the set of all x values for which the power series converges. It is determined by the radius of convergence R and the behavior of the series at the endpoints x=a±R.
For a series centered at a: * If R=0, the interval is {a}. * If R=∞, the interval is (−∞,∞). * If 0<R<∞, the series converges absolutely on (a−R,a+R). We must test the endpoints x=a−R and x=a+R separately using appropriate convergence tests for series of constants.
💡Endpoint Tests
At the endpoints, the power series becomes a series of constants. We employ standard convergence tests: p-series test:∑np1 converges if p>1, diverges if p≤1. Alternating Series Test: For ∑(−1)nbn, converges if bn is positive, decreasing, and limn→∞bn=0. Comparison Test/Limit Comparison Test: Compare with a known convergent or divergent series. Divergence Test: If limn→∞an=0, the series diverges.
Quick Example: Interval of Convergence
We find the interval of convergence for the series ∑n=1∞nxn.
Step 1: Find the radius of convergence using the Ratio Test. > cn=n1 >
L=n→∞lim1/n1/(n+1)=n→∞limn+1n=1
>
R=L1=1
Step 2: Determine the interval of absolute convergence. Since a=0 and R=1, the series converges absolutely on (−1,1).
Step 3: Test the endpoints. * At x=1: The series becomes ∑n=1∞n1n=∑n=1∞n1. This is the harmonic series (a p-series with p=1), which diverges. * At x=−1: The series becomes ∑n=1∞n(−1)n. This is an alternating series. * bn=n1 is positive. * bn is decreasing. * limn→∞n1=0. By the Alternating Series Test, this series converges.
Step 4: Combine results for the interval of convergence. The series converges on [−1,1).
Answer: The interval of convergence is [−1,1).
:::question type="MCQ" question="The series ∑n=1∞n⋅2nxn is convergent in the interval:" options=["[−2,2)","(0,2]","(0,2)","(−∞,∞)"] answer="[−2,2)" hint="First find the radius of convergence using the Ratio Test, then check the endpoints carefully." solution="Step 1: Find the radius of convergence. > cn=n⋅2n1 >
Step 2: Determine the interval of absolute convergence. Since a=0 and R=2, the series converges absolutely on (−2,2).
Step 3: Test the endpoints. * At x=2: The series becomes ∑n=1∞n⋅2n2n=∑n=1∞n1. This is the harmonic series (a p-series with p=1), which diverges. * At x=−2: The series becomes ∑n=1∞n⋅2n(−2)n=∑n=1∞n⋅2n(−1)n2n=∑n=1∞n(−1)n. This is the alternating harmonic series, which converges by the Alternating Series Test.
Step 4: Combine results for the interval of convergence. The series converges on [−2,2). The interval is [−2,2). Answer: \boxed{[-2, 2)} " :::
4. Differentiation and Integration of Power Series
Within its interval of convergence, a power series can be differentiated and integrated term by term. The radius of convergence remains unchanged, though the interval of convergence may change at the endpoints.
📐Term-by-Term Differentiation
If f(x)=∑n=0∞cn(x−a)n has radius of convergence R>0, then:
f′(x)=n=1∑∞ncn(x−a)n−1
The radius of convergence for f′(x) is also R.
📐Term-by-Term Integration
If f(x)=∑n=0∞cn(x−a)n has radius of convergence R>0, then:
∫f(x)dx=C+n=0∑∞n+1cn(x−a)n+1
The radius of convergence for ∫f(x)dx is also R.
Quick Example: Differentiation of Power Series
Consider the geometric series ∑n=0∞xn=1−x1 for ∣x∣<1. We find the power series for (1−x)21.
Step 1: Recall the known power series for 1−x1. >
1−x1=n=0∑∞xn=1+x+x2+x3+…
Step 2: Differentiate both sides with respect to x. >
dxd(1−x1)=dxd(n=0∑∞xn)
>
(1−x)21=n=1∑∞nxn−1
Step 3: Adjust the index for standard form (optional, but good practice). Let k=n−1, so n=k+1. When n=1, k=0. >
(1−x)21=k=0∑∞(k+1)xk
or, using n as the index again: >
(1−x)21=n=0∑∞(n+1)xn=1+2x+3x2+4x3+…
Answer: The power series for (1−x)21 is ∑n=0∞(n+1)xn. Its radius of convergence is R=1, same as the original series.
:::question type="MCQ" question="The power series representation for ln(1−x) for ∣x∣<1 is:" options=["∑n=0∞n+1xn+1","∑n=1∞nxn","−∑n=0∞n+1xn+1","−∑n=1∞nxn"] answer="−∑n=1∞nxn" hint="Consider the integral of the geometric series 1−x1." solution="Step 1: Recall the geometric series. >
1−x1=n=0∑∞xnfor ∣x∣<1
Step 2: Integrate both sides from 0 to x. >
∫0x1−t1dt=∫0x(n=0∑∞tn)dt
>
[−ln(1−t)]0x=n=0∑∞∫0xtndt
>
−ln(1−x)−(−ln(1−0))=n=0∑∞[n+1tn+1]0x
Step 3: Express ln(1−x) and adjust index. >
ln(1−x)=−n=0∑∞n+1xn+1
Let k=n+1. When n=0, k=1. >
ln(1−x)=−k=1∑∞kxk
Using n as the index again: >
ln(1−x)=−n=1∑∞nxn
Answer: \boxed{−∑n=1∞nxn} " :::
---
Advanced Applications
Combining the techniques for radius and interval of convergence allows us to analyze more complex series. We observe that careful application of convergence tests at endpoints is crucial.
Worked Example:
We determine the interval of convergence for the series ∑n=1∞n⋅4n(x−3)n.
Step 1: Find the radius of convergence. The series is centered at a=3. cn=n⋅4n1. >
Step 2: Determine the interval of absolute convergence. With a=3 and R=4, the series converges absolutely for ∣x−3∣<4. >
−4<x−3<4
>
−1<x<7
The interval of absolute convergence is (−1,7).
Step 3: Test the endpoints. * At x=3−R=3−4=−1: The series becomes ∑n=1∞n⋅4n(−1−3)n=∑n=1∞n⋅4n(−4)n=∑n=1∞n⋅4n(−1)n4n=∑n=1∞n(−1)n. This is the alternating harmonic series, which converges by the Alternating Series Test. * At x=3+R=3+4=7: The series becomes ∑n=1∞n⋅4n(7−3)n=∑n=1∞n⋅4n4n=∑n=1∞n1. This is the harmonic series (p-series with p=1), which diverges.
Step 4: Combine results for the interval of convergence. The series converges on [−1,7).
Answer: The interval of convergence is [−1,7).
:::question type="NAT" question="The series ∑n=1∞n2(x+1)n has an interval of convergence [A,B]. What is the value of A+B?" answer="−2" hint="Find the radius of convergence, then check the endpoints. The interval of convergence will be closed at both ends." solution="Step 1: Find the radius of convergence. The series is centered at a=−1. cn=n21. >
Step 2: Determine the interval of absolute convergence. With a=−1 and R=1, the series converges absolutely for ∣x−(−1)∣<1, i.e., ∣x+1∣<1. >
−1<x+1<1
>
−2<x<0
The interval of absolute convergence is (−2,0).
Step 3: Test the endpoints. * At x=−1−R=−1−1=−2: The series becomes ∑n=1∞n2(−2+1)n=∑n=1∞n2(−1)n. Consider the absolute values: ∑n=1∞n2(−1)n=∑n=1∞n21. This is a p-series with p=2>1, which converges. Since the series of absolute values converges, the original series converges absolutely at x=−2. * At x=−1+R=−1+1=0: The series becomes ∑n=1∞n2(0+1)n=∑n=1∞n21. This is a p-series with p=2>1, which converges.
Step 4: Combine results for the interval of convergence. The series converges on [−2,0]. Thus, A=−2 and B=0. A+B=−2+0=−2. Answer: \boxed{-2} " :::
---
Problem-Solving Strategies
💡CUET PG Strategy
When encountering power series problems:
Identify the center (a) and coefficients (cn). This sets up the problem correctly.
Choose the appropriate test for R. Use the Ratio Test for factorials or products. Use the Root Test for n-th powers. If neither applies cleanly, revert to the definition of R via the limit superior or other series tests.
Calculate R carefully. Algebraic simplification is key, especially with limits involving n→∞.
Determine the open interval (a−R,a+R). This gives the region of absolute convergence.
Critically examine the endpoints. Substitute x=a−R and x=a+R into the series and apply standard convergence tests for series of constants. This is often where students make errors.
---
Common Mistakes
⚠️Watch Out
❌ Students often forget to test the endpoints of the interval of convergence. ✅ Always substitute the endpoint values into the original series and apply a suitable convergence test (e.g., p-series, Alternating Series Test, Comparison Test).
❌ Incorrectly applying the Ratio or Root Test, especially with complex expressions for cn. ✅ Ensure all algebraic simplifications are correct, particularly when dealing with n+1 terms and limits. Remember limn→∞(1+k/n)n=ek.
❌ Confusing radius of convergence with interval of convergence. ✅ R is a single non-negative number. The interval is a set of x values, which may be open, closed, or half-open.
❌ Misinterpreting the result of the Ratio/Root Test when L=0 or L=∞. ✅ L=0⟹R=∞ (converges everywhere). L=∞⟹R=0 (converges only at center).
---
Practice Questions
:::question type="MCQ" question="The radius of convergence of the power series ∑n=0∞n!nnxn is:" options=["e","1/e","1","∞"] answer="1/e" hint="Use the Ratio Test. Recall that limn→∞(1+1/n)n=e." solution="Step 1: Identify cn. >
:::question type="MCQ" question="The interval of convergence for the series ∑n=1∞nlnn(x−5)n is:" options=["[4,6)","(4,6]","(4,6)","[4,6]"] answer="[4,6)" hint="Find R using the Ratio Test, then test endpoints. For x=4, use the Alternating Series Test. For x=6, use the Integral Test or Comparison Test with a known divergent series." solution="Step 1: Find the radius of convergence. The series is centered at a=5. cn=nlnn1. >
L=n→∞lim1/(nlnn)1/((n+1)ln(n+1))=n→∞lim(n+1)ln(n+1)nlnn=n→∞lim(n+1n)(ln(n+1)lnn)=1⋅n→∞lim1/(n+1)1/n(L’Hopital’s Rule for lnn/ln(n+1))=1⋅n→∞limnn+1=1
>
R=L1=1
Step 2: Determine the interval of absolute convergence. With a=5 and R=1, the series converges absolutely for ∣x−5∣<1. >
−1<x−5<1
>
4<x<6
The interval of absolute convergence is (4,6).
Step 3: Test the endpoints. * At x=4: The series becomes >
n=1∑∞nlnn(4−5)n=n=1∑∞nlnn(−1)n
This is an alternating series. Let bn=nlnn1. 1. bn>0 for n≥2. 2. bn is decreasing for n≥2. 3. limn→∞nlnn1=0. By the Alternating Series Test, the series converges at x=4. * At x=6: The series becomes >
n=1∑∞nlnn(6−5)n=n=1∑∞nlnn1
We use the Integral Test. Let f(x)=xlnx1. This function is positive, continuous, and decreasing for x≥2. >
Since the integral diverges, the series diverges at x=6.
Step 4: Combine results for the interval of convergence. The series converges on [4,6). Answer: \boxed{[4, 6)}" :::
:::question type="NAT" question="If the series ∑n=0∞(kn)!(n!)kxn has a radius of convergence R, then for k=2, R is:" answer="4" hint="Apply the Ratio Test. Be careful with factorials." solution="Step 1: Identify cn for k=2. >
:::question type="MSQ" question="Which of the following statements about the power series ∑n=1∞n(−1)n(x−1)n are correct?" options=["The radius of convergence is 1.","The series converges at x=0.","The series converges at x=2.","The interval of convergence is (0,2)."] answer="The radius of convergence is 1,The series converges at x=2" hint="First find R. Then test endpoints x=0 and x=2." solution="Step 1: Find the radius of convergence. The series is centered at a=1. cn=n(−1)n. >
This is the harmonic series, which diverges. Thus, Statement 2: 'The series converges at x=0' is incorrect. * At x=2: Substitute x=2 into the series: >
This is the alternating harmonic series. It satisfies the conditions of the Alternating Series Test (bn=1/n is positive, decreasing, and limn→∞1/n=0). Therefore, this series converges. Thus, Statement 3: 'The series converges at x=2' is correct.
Step 4: Determine the full interval of convergence. The series converges for x∈(0,2] (from step 2 and endpoint tests). Thus, Statement 4: 'The interval of convergence is (0,2)' is incorrect.
Answer: \boxed{\text{The radius of convergence is } 1 \text{, The series converges at } x=2}}" :::
:::question type="MCQ" question="The series ∑n=0∞2nx2n has an interval of convergence:" options=["(−2,2)","(−2,2)","(−∞,∞)","(−1,1)"] answer="(−2,2)" hint="Treat y=x2 and find the convergence for y. Or apply the Ratio Test carefully to x2n." solution="Method 1: Using Ratio Test for x2n Step 1: Identify cn for the term xn. Here, the series is ∑n=0∞cnxn where cn=0 for odd n, and cn=1/2n/2 for even n. This makes the standard Ratio/Root Test slightly awkward.
Instead, we apply the Ratio Test to the form ∑n=0∞an, where an=2nx2n. >
Step 2: Test endpoints. * At x=2: The series becomes >
n=0∑∞2n(2)2n=n=0∑∞2n2n=n=0∑∞1
This series diverges. * At x=−2: The series becomes >
n=0∑∞2n(−2)2n=n=0∑∞2n(2)2n=n=0∑∞1
This series diverges.
Step 3: Combine results. The interval of convergence is (−2,2).
Method 2: Substitution Let y=x2. The series becomes ∑n=0∞2nyn=∑n=0∞(2y)n. This is a geometric series with ratio r=y/2. It converges if ∣r∣<1. >
2y<1
>
∣y∣<2
Substitute back y=x2: >
∣x2∣<2
>
x2<2
>
−2<x<2
At the endpoints x=±2, y=x2=2. The series becomes ∑n=0∞(2/2)n=∑n=0∞1, which diverges. The interval of convergence is (−2,2). Answer: \boxed{(-\sqrt{2}, \sqrt{2})}" :::
---
Summary
❗Key Formulas & Takeaways
| # | Formula/Concept | Expression | |---|----------------|------------| | 1 | Power Series | ∑n=0∞cn(x−a)n | | 2 | Radius of Conv. (Ratio Test) |
R=1/n→∞limcncn+1
| | 3 | Radius of Conv. (Root Test) |
R=1/n→∞limn∣cn∣
| | 4 | Interval of Convergence | Determined by R and endpoint tests at a±R | | 5 | Term-by-Term Differentiation |
dxd∑cn(x−a)n=∑ncn(x−a)n−1
(same R) | | 6 | Term-by-Term Integration |
∫∑cn(x−a)ndx=C+∑n+1cn(x−a)n+1
(same R) |
---
What's Next?
💡Continue Learning
This topic connects to:
Taylor and Maclaurin Series: Power series are the foundation for these function representations, crucial for approximations and solving differential equations.
Fourier Series: While distinct, Fourier series also represent functions as infinite sums (of sines and cosines), extending the idea of infinite series representations to periodic functions.
Complex Analysis: The concept of power series extends naturally to complex variables, forming the basis for analytic functions and complex differentiation.
---
💡Next Up
Proceeding to Properties of Power Series.
---
Part 2: Properties of Power Series
Power series are fundamental in real analysis, providing a means to represent functions as infinite sums of powers. We utilize them for function approximation, solving differential equations, and evaluating integrals, making them a recurring topic in competitive examinations.
---
---
Core Concepts
1. Definition of a Power Series
A power series is an infinite series of the form ∑n=0∞cn(x−a)n, where a is the center of the series, x is a variable, and cn are constants known as the coefficients. When a=0, the series is a Maclaurin series.
📖Power Series
A power series centered at a is an expression of the form ∑n=0∞cn(x−a)n=c0+c1(x−a)+c2(x−a)2+….
Quick Example:
Consider the power series ∑n=0∞n!xn.
Step 1: Identify the center and coefficients.
> The series is centered at a=0. > > The coefficients are cn=n!1.
:::question type="MCQ" question="Which of the following is a power series centered at x=2?" options=["∑n=0∞n!xn","∑n=0∞n(x−2)n","∑n=0∞2nxn","∑n=0∞(x+2)n"] answer="∑n=0∞n(x−2)n" hint="A power series centered at a has the form ∑cn(x−a)n." solution="For a power series centered at a, the term involving x must be (x−a). In this case, a=2, so we look for (x−2)n. Option B matches this form." :::
---
2. Radius of Convergence (R)
The radius of convergence R of a power series ∑n=0∞cn(x−a)n is a non-negative number (or ∞) such that the series converges for ∣x−a∣<R and diverges for ∣x−a∣>R. The Ratio Test or Root Test are commonly employed to determine R.
📐Ratio Test for Radius of Convergence
Let the power series be ∑n=0∞cn(x−a)n. If L=limn→∞cncn+1 exists, then:
If L is a finite non-zero number, R=L1.
If L=0, then R=∞.
If L=∞, then R=0.
Quick Example:
Determine the radius of convergence for the series ∑n=1∞n(x−3)n.
:::question type="MCQ" question="Find the radius of convergence for the power series ∑n=0∞2nn!xn." options=["0","1","2","∞"] answer="0" hint="Use the Ratio Test. Pay attention to the limit value." solution="Step 1: Identify cn. > Here cn=2nn!. > > Step 2: Apply the Ratio Test. >
> > Step 3: Determine R. > Since L=∞, the radius of convergence R=0. The series only converges at its center x=0." :::
---
3. Interval of Convergence
The interval of convergence is the set of all x values for which the power series converges. It is centered at a and has length 2R. After finding R, we must check the convergence at the endpoints x=a−R and x=a+R separately, as the Ratio Test is inconclusive at these points.
Quick Example:
Determine the interval of convergence for the series ∑n=1∞n(x−3)n. (From previous example, R=1 and a=3).
Step 1: Establish the open interval of convergence.
> The series converges for ∣x−3∣<1, which means −1<x−3<1. > Adding 3 to all parts, we get 2<x<4.
Step 2: Check the left endpoint x=a−R=3−1=2.
> Substitute x=2 into the series: >
n=1∑∞n(2−3)n=n=1∑∞n(−1)n
> This is the alternating harmonic series, which converges by the Alternating Series Test.
Step 3: Check the right endpoint x=a+R=3+1=4.
> Substitute x=4 into the series: >
n=1∑∞n(4−3)n=n=1∑∞n1n=n=1∑∞n1
> This is the harmonic series, which diverges.
Step 4: State the interval of convergence.
> The series converges for x∈[2,4).
Answer: The interval of convergence is [2,4).
:::question type="MCQ" question="Find the interval of convergence for the power series ∑n=1∞n⋅2n(x+1)n." options=["(−3,1)","(−3,1]","[−3,1)","[−3,1]"] answer="[−3,1)" hint="First find the radius of convergence using the Ratio Test, then check the endpoints. Remember to apply the appropriate convergence tests for the resulting series at the endpoints." solution="Step 1: Determine the radius of convergence. > The series is centered at a=−1. Let cn=n⋅2n1. >
> So, L=21, which means R=L1=2. > > Step 2: Determine the open interval of convergence. > The series converges for ∣x−(−1)∣<2, i.e., ∣x+1∣<2. > This implies −2<x+1<2, so −3<x<1. > > Step 3: Check the left endpoint x=−3. > Substitute x=−3 into the series: >
> This is the alternating harmonic series, which converges by the Alternating Series Test. So x=−3 is included. > > Step 4: Check the right endpoint x=1. > Substitute x=1 into the series: >
n=1∑∞n⋅2n(1+1)n=n=1∑∞n⋅2n2n=n=1∑∞n1
> This is the harmonic series, which diverges. So x=1 is not included. > > Step 5: State the interval of convergence. > Combining the results, the interval of convergence is [−3,1)." :::
---
4. Properties of Power Series
Power series behave much like polynomials within their interval of convergence, allowing for term-by-term operations.
4.1. Uniqueness of Power Series
If a function f(x) can be represented by a power series centered at a, f(x)=∑n=0∞cn(x−a)n, then this representation is unique. That is, the coefficients cn are uniquely determined by f(x).
❗Uniqueness Theorem
If ∑n=0∞cn(x−a)n=∑n=0∞dn(x−a)n for all x in some open interval containing a, then cn=dn for all n≥0.
4.2. Term-by-Term Differentiation
A power series can be differentiated term by term within its interval of convergence. The radius of convergence remains unchanged.
📐Differentiation of Power Series
If f(x)=∑n=0∞cn(x−a)n has radius of convergence R>0, then
f′(x)=n=1∑∞ncn(x−a)n−1
and the radius of convergence for f′(x) is also R.
Quick Example:
Given f(x)=∑n=0∞xn=1−x1 for ∣x∣<1. Find the power series for f′(x).
Step 2: Relate to the original function's derivative.
> We know f′(x)=dxd(1−x1)=(1−x)21. > > Thus, (1−x)21=∑n=1∞nxn−1 for ∣x∣<1.
Answer: The power series for f′(x) is ∑n=1∞nxn−1.
:::question type="MCQ" question="If f(x)=∑n=0∞n!xn for all x, what is the power series for f′′(x)?" options=["∑n=0∞n!xn","∑n=1∞(n−1)!xn−1","∑n=2∞(n−2)!xn−2","∑n=0∞(n+2)!xn+2"] answer="∑n=0∞n!xn" hint="Differentiate twice term by term and adjust the summation index." solution="Step 1: Differentiate f(x) once. >
> Replacing j with n, we get ∑n=0∞n!xn. This is the original series. > This matches the property that ex is its own derivative. > > Answer: n=0∑∞n!xn" :::
4.3. Term-by-Term Integration
A power series can be integrated term by term within its interval of convergence. The radius of convergence remains unchanged.
📐Integration of Power Series
If f(x)=∑n=0∞cn(x−a)n has radius of convergence R>0, then
∫f(x)dx=C+n=0∑∞n+1cn(x−a)n+1
and the radius of convergence for the integrated series is also R.
Quick Example:
Given the geometric series 1−x1=∑n=0∞xn for ∣x∣<1. Find the power series for ln(1−x).
Step 1: Integrate the series for 1−x1.
> We know ∫1−x1dx=−ln(1−x)+C1. > > Integrating the series term by term: >
> We have −ln(1−x)=C+∑k=1∞kxk. > Set x=0: −ln(1−0)=C+0, so 0=C. > > Thus, −ln(1−x)=∑k=1∞kxk=x+2x2+3x3+….
Step 3: Express ln(1−x).
>
ln(1−x)=−k=1∑∞kxk=−x−2x2−3x3−…
> This series is valid for ∣x∣<1. We must check x=−1. > For x=−1, ln(2)=−∑k=1∞k(−1)k=∑k=1∞k(−1)k+1=1−21+31−…, which is the alternating harmonic series, convergent. > The interval of convergence is [−1,1).
Answer: The power series for ln(1−x) is −∑n=1∞nxn, for x∈[−1,1).
:::question type="MCQ" question="Given the power series 1+x1=∑n=0∞(−1)nxn for ∣x∣<1. Find the power series for arctan(x)." options=["∑n=0∞(−1)nn+1xn+1","∑n=0∞(−1)n2n+1x2n+1","∑n=0∞n+1xn+1","∑n=0∞2nx2n"] answer="∑n=0∞(−1)n2n+1x2n+1" hint="Recall that ∫1+x21dx=arctan(x)+C. Manipulate the given series to match the integrand." solution="Step 1: Modify the given series to represent 1+x21. > Replace x with x2 in the series for 1+x1: >
1+x21=n=0∑∞(−1)n(x2)n=n=0∑∞(−1)nx2n
> This series converges for ∣x2∣<1, which means ∣x∣<1. > > Step 2: Integrate the new series term by term. >
> > Step 3: Determine the constant of integration C. > We know arctan(x)=C+∑n=0∞(−1)n2n+1x2n+1. > Set x=0: arctan(0)=C+0, so 0=C. > > Step 4: State the power series for arctan(x). >
> The interval of convergence for arctan(x) is [−1,1]. > > Answer: n=0∑∞(−1)n2n+1x2n+1" :::
4.4. Algebra of Power Series
Power series can be added, subtracted, and multiplied like polynomials within their common interval of convergence.
📐Algebra of Power Series
If f(x)=∑n=0∞cn(x−a)n with radius Rf and g(x)=∑n=0∞dn(x−a)n with radius Rg, then:
Addition/Subtraction:f(x)±g(x)=∑n=0∞(cn±dn)(x−a)n. The radius of convergence is at least min(Rf,Rg).
Multiplication:f(x)⋅g(x)=∑n=0∞en(x−a)n, where en=∑k=0nckdn−k. The radius of convergence is at least min(Rf,Rg).
Quick Example:
Find the first three non-zero terms of the power series for exsinx using multiplication of series.
Step 1: Write out the known Maclaurin series for ex and sinx.
>
>>ex>sinx=1+x+2!x2+3!x3+…=x−3!x3+5!x5−⋯>>
Step 2: Multiply the series term by term.
>
(1+x+2x2+6x3+…)⋅(x−6x3+…)
> > Constant term:0 (since sinx has no constant term). > Term in x:1⋅x=x. > Term in x2:x⋅x=x2. > Term in x3:2x2⋅x+1⋅(−6x3)=2x3−6x3=63x3−x3=62x3=3x3.
Answer: The first three non-zero terms are x+x2+3x3.
:::question type="MCQ" question="Given ex=∑n=0∞n!xn and e−x=∑n=0∞n!(−x)n. Find the power series for coshx=2ex+e−x." options=["∑n=0∞(2n)!x2n","∑n=0∞(2n+1)!x2n+1","∑n=0∞n!xn","∑n=0∞(−1)nn!xn"] answer="∑n=0∞(2n)!x2n" hint="Add the two series term by term and observe which terms cancel out or combine." solution="Step 1: Write out the series for ex and e−x. >
> This can be written in summation notation as ∑n=0∞(2n)!x2n. > > Answer: n=0∑∞(2n)!x2n" :::
5. Taylor and Maclaurin Series
Taylor series provide a general method to represent a function as a power series. A Maclaurin series is a special case of a Taylor series where the expansion is centered at a=0.
📐Taylor Series
The Taylor series for a function f(x) about x=a is given by:
Step 1: Find the derivatives of f(x) and evaluate them at x=0.
> f(x)=sinx⟹f(0)=0 > f′(x)=cosx⟹f′(0)=1 > f′′(x)=−sinx⟹f′′(0)=0 > f′′′(x)=−cosx⟹f′′′(0)=−1 > f(4)(x)=sinx⟹f(4)(0)=0 > The pattern of derivatives at x=0 is 0,1,0,−1,0,1,0,−1,…
Step 2: Substitute these values into the Maclaurin series formula.
> The terms are for odd powers of x with alternating signs. The general term can be written as (−1)n(2n+1)!x2n+1. > >
sinx=n=0∑∞(−1)n(2n+1)!x2n+1
Answer: The Maclaurin series for sinx is ∑n=0∞(−1)n(2n+1)!x2n+1.
:::question type="MCQ" question="Which of the following functions has the Maclaurin series expansion 1−1!x+2!x2−3!x3+…?" options=["ex","e−x","sinx","cosx"] answer="e−x" hint="Compare the given series with the standard Maclaurin series expansions." solution="The given series is 1−1!x+2!x2−3!x3+…. This can be written as ∑n=0∞(−1)nn!xn. We know that the Maclaurin series for ex is ∑n=0∞n!xn. If we replace x with −x in the series for ex, we get:
e−x=n=0∑∞n!(−x)n=n=0∑∞n!(−1)nxn
This matches the given series. > > Answer: e−x" :::
---
Advanced Applications
Power series can be used to approximate values, evaluate difficult integrals, or solve differential equations.
Quick Example:
Evaluate the definite integral ∫01xsinxdx as an infinite series.
:::question type="NAT" question="Using the Maclaurin series for ex, approximate e0.1 to four decimal places. (Truncate the series after the x3 term)." answer="1.1052" hint="Substitute x=0.1 into the Maclaurin series for ex and sum the first four terms." solution="Step 1: Write the Maclaurin series for ex. >
ex=1+x+2!x2+3!x3+4!x4+…
> > Step 2: Substitute x=0.1 and sum the terms up to x3. >
> > Step 3: Calculate the sum and round to four decimal places. >
e0.1≈1.1051666…
> Rounding to four decimal places, we get 1.1052. > > Answer: 1.1052" :::
---
Problem-Solving Strategies
💡CUET PG Strategy
Identify the Series Type: Recognize if you need to find the radius/interval of convergence, or a specific series expansion.
Ratio Test for R: For radius of convergence, the Ratio Test is almost always the most efficient method.
Endpoint Checks are CRITICAL: Never forget to test the series convergence at the endpoints of the interval after finding the radius. Use comparison, alternating series, or p-series tests.
Memorize Common Series: Knowing the Maclaurin series for ex,sinx,cosx,1−x1,ln(1+x),arctanx will save significant time.
Manipulation over Recalculation: If asked for a series of a function like xsin(x2), it is faster to substitute and multiply a known series (sinx) than to compute derivatives for a Taylor series.
Differentiation/Integration: Utilize term-by-term differentiation or integration to derive new series from known ones, especially for functions like (1−x)21 or arctanx.
---
---
Common Mistakes
⚠️Watch Out
❌ Forgetting to check endpoints for interval of convergence. ✅ Always check x=a−R and x=a+R using appropriate convergence tests (e.g., AST, p-series, Integral Test).
❌ Incorrectly applying the Ratio Test formula. ✅ Ensure you compute limn→∞cncn+1∣x−a∣ and set it less than 1. Then solve for R to find R.
❌ Confusing Taylor and Maclaurin series. ✅ Maclaurin series are Taylor series centered at a=0. Taylor series can be centered at any a.
❌ Assuming the interval of convergence is always open. ✅ The interval can be open, closed, or half-open, depending on endpoint behavior. R is always positive or zero/infinity.
❌ Mistakes in algebraic manipulation of series (e.g., multiplication). ✅ Be careful with coefficient calculations when multiplying series. It's often easier to find the first few terms by direct multiplication before looking for a general pattern.
---
Practice Questions
:::question type="MCQ" question="The radius of convergence of the power series ∑n=0∞3n(n+1)xn is:" options=["0","1","3","∞"] answer="3" hint="Apply the Ratio Test to find the limit of the ratio of consecutive terms." solution="Step 1: Identify cn. > Here cn=3n(n+1)1. > > Step 2: Apply the Ratio Test. > We calculate L=limn→∞cncn+1. >
> > Step 3: Determine R. > The radius of convergence R=L1=1/31=3. Answer: 3" :::
:::question type="MCQ" question="The power series for f(x)=(1−x)21 centered at x=0 is:" options=["∑n=0∞xn","∑n=1∞nxn−1","∑n=0∞nxn","∑n=2∞n(n−1)xn−2"] answer="∑n=1∞nxn−1" hint="Recall the geometric series and its derivative." solution="Step 1: Start with the geometric series. > We know that 1−x1=∑n=0∞xn=1+x+x2+x3+… for ∣x∣<1. > > Step 2: Differentiate both sides with respect to x. > The derivative of 1−x1 is dxd(1−x)−1=−1(1−x)−2(−1)=(1−x)21. > > Step 3: Differentiate the series term by term. >
:::question type="NAT" question="If f(x)=∑n=0∞n!xn, what is the value of f′(0)?" answer="1" hint="Identify the function represented by the power series and evaluate its derivative at x=0." solution="Step 1: Identify the function represented by the power series. > The series f(x)=∑n=0∞n!xn=1+x+2!x2+3!x3+… is the Maclaurin series for ex. > So, f(x)=ex. > > Step 2: Find the first derivative of f(x). > f′(x)=dxd(ex)=ex. > > Step 3: Evaluate f′(0). > f′(0)=e0=1. Answer: 1" :::
:::question type="MCQ" question="Consider the series S=1−21+31−41+…. This series represents:" options=["ln(2)","ln(1)","4π","diverges"] answer="ln(2)" hint="Compare the series with the Maclaurin series for ln(1+x)." solution="Step 1: Recall the Maclaurin series for ln(1+x). >
ln(1+x)=x−2x2+3x3−4x4+…for −1<x≤1
> > Step 2: Substitute x=1 into the series. > When x=1, the series becomes: >
ln(1+1)ln(2)=1−212+313−414+…=1−21+31−41+…
> This exactly matches the given series S. > > The series converges at x=1 by the Alternating Series Test. Answer: ln(2)" :::
:::question type="MSQ" question="Which of the following statements about the interval of convergence for ∑n=1∞n2(x−5)n are correct?" options=["The radius of convergence is 1.","The interval of convergence is (4,6).","The series converges at x=4.","The series converges at x=6."] answer="The radius of convergence is 1,The series converges at x=4,The series converges at x=6" hint="Use the Ratio Test for the radius. Then check both endpoints for convergence." solution="Step 1: Find the radius of convergence. > The series is centered at a=5. Let cn=n21. >
> So, L=1, which means R=L1=1. > Thus, 'The radius of convergence is 1' is correct. > > Step 2: Determine the open interval. > The series converges for ∣x−5∣<1, which means −1<x−5<1, so 4<x<6. > Thus, 'The interval of convergence is (4,6)' is incorrect because it doesn't account for endpoints. > > Step 3: Check the left endpoint x=4. > Substitute x=4 into the series: >
n=1∑∞n2(4−5)n=n=1∑∞n2(−1)n
> This is an alternating series. The terms n21 are positive, decreasing, and tend to 0. By the Alternating Series Test, it converges. Moreover, ∑n2(−1)n=∑n21, which is a convergent p-series (p=2>1). So the series converges absolutely. > Thus, 'The series converges at x=4' is correct. > > Step 4: Check the right endpoint x=6. > Substitute x=6 into the series: >
n=1∑∞n2(6−5)n=n=1∑∞n21n=n=1∑∞n21
> This is a p-series with p=2>1, which converges. > Thus, 'The series converges at x=6' is correct. > > The full interval of convergence is [4,6]. Answer: The radius of convergence is 1, The series converges at x=4, The series converges at x=6" :::
---
Summary
❗Key Formulas & Takeaways
| # | Formula/Concept | Expression | |---|----------------|------------| | 1 | Power Series | ∑n=0∞cn(x−a)n | | 2 | Radius of Convergence (Ratio Test) | R=L1, where L=limn→∞cncn+1 | | 3 | Term-by-Term Differentiation | f′(x)=∑n=1∞ncn(x−a)n−1 (same R) | | 4 | Term-by-Term Integration | ∫f(x)dx=C+∑n=0∞n+1cn(x−a)n+1 (same R) | | 5 | Maclaurin Series | f(x)=∑n=0∞n!f(n)(0)xn | | 6 | Common Series (e.g., ex) | ∑n=0∞n!xn (for all x) | | 7 | Common Series (e.g., ln(1−x)) | −∑n=1∞nxn (for −1≤x<1) |
---
What's Next?
💡Continue Learning
This topic connects to:
Fourier Series: Power series are representations of functions as infinite sums of powers; Fourier series represent periodic functions as infinite sums of sines and cosines. Both are crucial for functional analysis.
Complex Analysis: Power series form the basis for defining analytic functions in the complex plane, where their convergence properties are extended to complex variables.
Differential Equations: Power series methods are used to find series solutions to linear differential equations, especially those with variable coefficients.
Chapter Summary
❗Power Series — Key Points
A power series ∑n=0∞an(x−c)n converges absolutely for ∣x−c∣<R and diverges for ∣x−c∣>R, where R is the radius of convergence. The radius of convergence R can be determined using the ratio test R=limn→∞an+1an or the root test R=limn→∞∣an∣1/n1. The interval of convergence requires separate analysis at the endpoints x=c±R using appropriate convergence tests (e.g., Alternating Series Test, p-series test). Within its radius of convergence, a power series can be differentiated and integrated term-by-term, and the radius of convergence of the resulting series remains the same. If a function f(x) has a power series representation f(x)=∑n=0∞an(x−c)n on an open interval, then this representation is unique, with an=n!f(n)(c) (Taylor coefficients). Common functions (e.g., ex,sinx,cosx,1−x1) have well-known Maclaurin series representations, which are crucial for approximations and solving problems.
---
Chapter Review Questions
:::question type="MCQ" question="What is the interval of convergence for the power series ∑n=1∞n(x−3)n?" options=["[2,4)","(2,4]","(2,4)","[2,4]"] answer="[2,4)" hint="Use the Ratio Test to find the radius of convergence, then check the endpoints separately." solution="Applying the Ratio Test:
For convergence, ∣x−3∣<1, which implies 2<x<4. At x=2: The series becomes ∑n=1∞n(−1)n, which converges by the Alternating Series Test. At x=4: The series becomes ∑n=1∞n1, which is the harmonic series and diverges. Thus, the interval of convergence is [2,4). Answer: \boxed{[2, 4)}}" :::
:::question type="NAT" question="What is the radius of convergence of the power series ∑n=0∞n!nnxn?" answer="0.36787944" hint="Use the Ratio Test and recall the definition of e as a limit." solution="Using the Ratio Test:
Therefore, the radius of convergence R=1/e≈0.36787944. Answer: \boxed{0.36787944}" :::
:::question type="MCQ" question="Consider the function f(x)=sin(x2). Which of the following is its Maclaurin series?" options=["∑n=0∞(2n+1)!(−1)nx2n+2","∑n=0∞(2n)!(−1)nx4n","∑n=0∞(2n+1)!(−1)nx4n+2","∑n=0∞(2n)!(−1)nx2n+2"] answer="∑n=0∞(2n+1)!(−1)nx4n+2" hint="Recall the Maclaurin series for sinu and substitute u=x2." solution="The Maclaurin series for sinu is given by ∑n=0∞(2n+1)!(−1)nu2n+1. Substituting u=x2, we get:
:::question type="NAT" question="If f(x)=∑n=0∞n!xn for all x∈R, what is f′(1)?" answer="2.71828" hint="Identify the function represented by the power series and then differentiate." solution="The given power series is the Maclaurin series for ex, so f(x)=ex. Differentiating term-by-term:
This chapter on Power Series is foundational for several advanced topics in Real Analysis. A solid understanding here is crucial for studying Uniform Convergence of Sequences and Series of Functions, where the concept of convergence across an interval is generalized. Furthermore, Power Series serve as the bedrock for defining and analyzing analytic functions, a central theme in Complex Analysis. Mastery of these concepts will significantly aid in understanding more complex functional transformations and representations.
🎯 Key Points to Remember
✓Master the core concepts in Power Series before moving to advanced topics
✓Practice with previous year questions to understand exam patterns
✓Review short notes regularly for quick revision before exams