VOOZH about

URL: https://www.geeksforgeeks.org/engineering-mathematics/p-series-test/

⇱ P Series Test - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

P Series Test

Last Updated : 23 Jul, 2025

P-series test is a fundamental tool in mathematical analysis used to determine the convergence or divergence of a specific type of infinite series known as p-series. A p-series is defined by the general form:

Where p is a positive real number.

Given a sequence of numbers : a1, a2, a3, . . .

A series is the expression formed by adding these numbers together. For example, the series corresponding to the sequence a1, a2, a3, . . ., is written as:

S = a1 + a2 + a3 + . . .

Finite Series

If the sequence has a finite number of terms, the series is finite. For example, the sum of the first n natural numbers:

Infinite Series

If the sequence has an infinite number of terms, the series is infinite. For example, the sum of the reciprocals of the natural numbers:

Convergence and Divergence of Series

Convergent Series: An infinite series is said to converge if the sum of its terms approaches a finite number as more terms are added.

  • For example, the geometric series: converges to 2.

Divergent Series: If the sum does not approach a finite limit, the series is divergent.

  • For example, the harmonic series: diverges, meaning it grows without bound as more terms are added.
  • The harmonic series is the sum of the reciprocals of the positive integers.

The p-series test can be used to determine the convergence of .
According to the p-series test:

  • ​ will converge when
    When p is greater than 1, the terms decrease sufficiently fast as n increases, leading the series to sum to a finite value.
  • ​ will diverge when
    When p is less than or equal to 1, the terms do not decrease quickly enough to prevent the series from growing without bound, resulting in divergence.

Examples of P-Series

  • Convergent p-Series:
    • . This series converges.

  • Divergent p-Series:
    • p = 1 (Harmonic Series): . This series diverges.

  • Divergent p-Series:
    • p = 1/2, . This series diverges.

How to Apply the P Series Test?

We can use the following steps, to apply the p series test to any appropriate series:

Step 1: Identify the Series.
Determine if the series in question can be written in the form: where p is a positive real number.

Step 2: Compare with the p-Series.
Check if the given series matches the standard p-series format or if it can be compared to it.

Step 3: Determine the Value of p.
Apply the Test:

  • If p > 1, the series converges.
  • If p ≤ 1, the series diverges.

Let's consider examples for better understanding:

Example 1: Consider the series:

, find out it is convergent or divergent?

Solution:

  1. Identify the Series: This is a standard p-series with p = 3.
  2. Determine the Value of p: Here, p = 3.
  3. Apply the Test: Since p = 3 > 1, the series converges.

Example 2: Consider the series:

, find out it is convergent or divergent?

Solution:

Identify the Series: This can be written as:
Determine the Value of p: Here, p = 1.5.
Apply the Test: Since p = 1.5 > 1, the series converges.

Example 3: Consider the series:

, find out it is convergent or divergent?

Solution:

Simplify the general term: This can be written as:

Determine the Value of p: Here, p = 2
Apply the Test: Since p = 2 > 1, the series converges. The factor 3/4​ does not affect convergence.

P Series Vs Ratio Vs Root Test

The key differences between p-series, ratio and root test are listed in the following table:

AspectP-Series TestRatio TestRoot Test
DefinitionTests the convergence of series of the form Tests the convergence based on the ratio of successive termsTests the convergence based on the nth root of terms
Formula
Convergence CriteriaConverges if p > 1
Diverges if p ≤ 1
Converges if L < 1
Diverges if L > 1
Inconclusive if L = 1
Converges if L < 1
Diverges if L > 1
Inconclusive if L = 1
ApplicabilityOnly for series of the form ​General series āˆ‘an​General series āˆ‘an​
Use CasesUseful for harmonic series and similar formsEffective for series with factorials or exponential termsEffective for series with terms raised to nth power
Example Seriesāˆ‘1/n2āˆ‘n!​/2nāˆ‘(1/n​)n
Ease of UseSimple to apply for specific formRequires computation of limit of ratioRequires computation of limit of nth root
Convergence Test TypeSpecial case testRatio-based convergence testRoot-based convergence test

Read More,

Practice Problems on P Series Test

Problem 1: Determine the convergence or divergence of the series:

Problem 2: Determine the convergence or divergence of the series:

Problem 3: Determine the convergence or divergence of the series:

Problem 4: Determine the convergence or divergence of the series:

Problem 5: Determine the convergence or divergence of the series:

Comment
Article Tags: