convergence-test

Determine infinite series convergence or divergence using standard tests.

3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/0bserver07/bourbaki --skill convergence-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convergence-test
Source: https://github.com/0bserver07/bourbaki/tree/main/src/skills/convergence-test
Command: npx skills add https://github.com/0bserver07/bourbaki --skill convergence-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Determine whether an infinite series converges or diverges using the ratio, root, comparison, and integral tests.

Core Features & Use Cases

  • Applies tests in common convergence scenarios (factorials, exponentials, powers, and rational terms) to decide convergence or divergence.
  • Provides justification and guidance on which test is most informative, including edge cases where the test is inconclusive.
  • Useful for coursework, research, and automated checks of series appearing in proofs or analytics.

Quick Start

Provide a convergence assessment for a given infinite series by applying ratio, root, comparison, and integral tests and return the conclusion with justification.

Frequently Asked Questions about convergence-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if an infinite series converges or diverges?

To verify infinite series convergence, apply standard tests like the ratio, root, comparison, or integral test. The process begins by checking the necessary condition that the term limit approaches zero before applying the appropriate test for a conclusive result.

What is the best convergence test for series with factorials or exponentials?

The ratio test is generally the most informative convergence test for series containing factorials or exponentials. It evaluates the limit of the ratio of consecutive terms to determine whether the infinite series converges or diverges effectively.

Can I use the integral test to check convergence for rational terms?

Yes, you can use the integral test to check convergence for series with rational terms. It evaluates the corresponding improper integral to determine convergence or divergence, provided the function is positive, continuous, and decreasing.

Why does my convergence test return an inconclusive result?

A convergence test returns an inconclusive result when the evaluated limit equals the test's boundary value, such as one in the ratio or root test. In these edge cases, a recommended alternative test is provided to reach a conclusive convergence or divergence decision.

When do I need to apply the necessary condition a_n approaches zero before testing convergence?

You need to apply the necessary condition that the term sequence approaches zero as the first step before testing convergence. If this limit is not zero, the infinite series diverges immediately by the Divergence Test, bypassing further tests.