100% FREE
Updated: Apr 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ββcnβxn.
πPower Series
A power series centered at a is an expression of the form
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ββlimββcnβcn+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ββ2nn2βxn.
Step 1: Identify the coefficient cnβ. >
cnβ=2nn2β
Step 2: Compute the limit L=limnββββcnβcn+1βββ. >
:::question type="MCQ" question="The radius of convergence of the power series βn=1ββ(2n)!(n!)2βxn 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β >
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. >
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!nnβxn 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β. >
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!)kβxn 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ββcnβxn 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 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ββlimββcnβcn+1βββ
| | 3 | Radius of Conv. (Root Test) |
R=1/nββlimβnβ£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ββββcnβcn+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β.
Step 1: Identify cnβ and a.
> Here a=3 and cnβ=n1β.
Step 2: Apply the Ratio Test.
> We calculate limnββββcnβcn+1βββ. > >
:::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.
:::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: >
> 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βx1βdx=βln(1βx)+C1β. > > Integrating the series term by term: >
> 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+x21βdx=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β: >
> > 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). >
> > 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:
:::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ββββcnβcn+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ββββcnβcn+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). >
> 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: >
> 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: >
> 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ββββcnβcn+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+1βanβββ 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!nnβxn?" 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)nβx2n+2","βn=0ββ(2n)!(β1)nβx4n","βn=0ββ(2n+1)!(β1)nβx4n+2","βn=0ββ(2n)!(β1)nβx2n+2"] answer="βn=0ββ(2n+1)!(β1)nβx4n+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)nβu2n+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