码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Series (mathematics)


    In mathematics, a series is, roughly speaking, a description of the operation of adding infinitely many quantities, one after the other, to a given starting quantity.[1] The study of series is a major part of calculus and its generalization, mathematical analysis. Series are used in most areas of mathematics, even for studying finite structures (such as in combinatorics) through generating functions. In addition to their ubiquity in mathematics, infinite series are also widely used in other quantitative disciplines such as physics, computer science, statistics and finance.

    For a long time, the idea that such a potentially infinite summation could produce a finite result was considered paradoxical. This paradox was resolved using the concept of a limit during the 17th century. Zeno’s paradox of Achilles and the tortoise illustrates this counterintuitive property of infinite sums: Achilles runs after a tortoise, but when he reaches the position of the tortoise at the beginning of the race, the tortoise has reached a second position; when he reaches this second position, the tortoise is at a third position, and so on. Zeno concluded that Achilles could never reach the tortoise, and thus that movement does not exist. Zeno divided the race into infinitely many sub-races, each requiring a finite amount of time, so that the total time for Achilles to catch the tortoise is given by a series. The resolution of the paradox is that, although the series has an infinite number of terms, it has a finite sum, which gives the time necessary for Achilles to catch up with the tortoise.

    In modern terminology, any (ordered) infinite sequence {\displaystyle (a_{1},a_{2},a_{3},\ldots )}{\displaystyle (a_{1},a_{2},a_{3},\ldots )} of terms (that is, numbers, functions, or anything that can be added) defines a series, which is the operation of adding the ai one after the other. To emphasize that there are an infinite number of terms, a series may be called an infinite series. Such a series is represented (or denoted) by an expression like

    {\displaystyle a_{1}+a_{2}+a_{3}+\cdots ,}{\displaystyle a_{1}+a_{2}+a_{3}+\cdots ,}
    or, using the summation sign,

    {\displaystyle \sum {i=1}^{\infty }a{i}.}{\displaystyle \sum {i=1}^{\infty }a{i}.}
    The infinite sequence of additions implied by a series cannot be effectively carried on (at least in a finite amount of time). However, if the set to which the terms and their finite sums belong has a notion of limit, it is sometimes possible to assign a value to a series, called the sum of the series. This value is the limit as n tends to infinity (if the limit exists) of the finite sums of the n first terms of the series, which are called the nth partial sums of the series. That is,

    {\displaystyle \sum {i=1}^{\infty }a{i}=\lim {n\to \infty }\sum {i=1}^{n}a{i}.}{\displaystyle \sum {i=1}^{\infty }a{i}=\lim {n\to \infty }\sum {i=1}^{n}a{i}.}
    When this limit exists, one says that the series is convergent or summable, or that the sequence {\displaystyle (a
    {1},a
    {2},a_{3},\ldots )}{\displaystyle (a_{1},a_{2},a_{3},\ldots )} is summable. In this case, the limit is called the sum of the series. Otherwise, the series is said to be divergent.[2]

    The notation {\textstyle \sum {i=1}^{\infty }a{i}}{\textstyle \sum {i=1}^{\infty }a{i}} denotes both the series—that is the implicit process of adding the terms one after the other indefinitely—and, if the series is convergent, the sum of the series—the result of the process. This is a generalization of the similar convention of denoting by {\displaystyle a+b}a+b both the addition—the process of adding—and its result—the sum of a and b.

    Generally, the terms of a series come from a ring, often the field {\displaystyle \mathbb {R} }\mathbb {R} of the real numbers or the field {\displaystyle \mathbb {C} }\mathbb {C} of the complex numbers. In this case, the set of all series is itself a ring (and even an associative algebra), in which the addition consists of adding the series term by term, and the multiplication is the Cauchy product.

    Contents

    • 1 Basic properties
      • 1.1 Convergent series
    • 2 Examples of numerical series
      • 2.1 Pi
      • 2.2 Natural logarithm of 2
      • 2.3 Natural logarithm base e
    • 3 Calculus and partial summation as an operation on sequences
    • 4 Properties of series
      • 4.1 Non-negative terms
      • 4.2 Grouping
      • 4.3 Absolute convergence
      • 4.4 Conditional convergence
      • 4.5 Evaluation of truncation errors
        • 4.5.1 Alternating series
        • 4.5.2 Taylor series
        • 4.5.3 Hypergeometric series
        • 4.5.4 Matrix exponential
    • 5 Convergence tests
    • 6 Series of functions
      • 6.1 Power series
      • 6.2 Formal power series
      • 6.3 Laurent series
      • 6.4 Dirichlet series
      • 6.5 Trigonometric series
    • 7 History of the theory of infinite series
      • 7.1 Development of infinite series
      • 7.2 Convergence criteria
      • 7.3 Uniform convergence
      • 7.4 Semi-convergence
      • 7.5 Fourier series
    • 8 Generalizations
      • 8.1 Asymptotic series
      • 8.2 Divergent series
      • 8.3 Summations over arbitrary index sets
        • 8.3.1 Families of non-negative numbers
        • 8.3.2 Abelian topological groups
        • 8.3.3 Unconditionally convergent series
        • 8.3.4 Series in topological vector spaces
          • 8.3.4.1 Series in Banach and seminormed spaces
        • 8.3.5 Well-ordered sums
        • 8.3.6 Examples
    • 9 See also

    1 Basic properties

    1.1 Convergent series

    2 Examples of numerical series

    2.1 Pi

    2.2 Natural logarithm of 2

    2.3 Natural logarithm base e

    3 Calculus and partial summation as an operation on sequences

    4 Properties of series

    4.1 Non-negative terms

    4.2 Grouping

    4.3 Absolute convergence

    4.4 Conditional convergence

    4.5 Evaluation of truncation errors

    4.5.1 Alternating series

    4.5.2 Taylor series

    4.5.3 Hypergeometric series

    4.5.4 Matrix exponential

    5 Convergence tests

    6 Series of functions

    6.1 Power series

    6.2 Formal power series

    6.3 Laurent series

    6.4 Dirichlet series

    6.5 Trigonometric series

    7 History of the theory of infinite series

    7.1 Development of infinite series

    7.2 Convergence criteria

    7.3 Uniform convergence

    7.4 Semi-convergence

    7.5 Fourier series

    8 Generalizations

    8.1 Asymptotic series

    8.2 Divergent series

    8.3 Summations over arbitrary index sets

    8.3.1 Families of non-negative numbers

    8.3.2 Abelian topological groups

    8.3.3 Unconditionally convergent series

    8.3.4 Series in topological vector spaces

    8.3.4.1 Series in Banach and seminormed spaces

    8.3.5 Well-ordered sums

    8.3.6 Examples

    9 See also

  • 相关阅读:
    网工有35岁焦虑吗
    共享平台如何提高财务的分账记账效率?
    Deno 中使用 @typescript/vfs 生成 DTS 文件
    【亲测有用】idea2024.1中前进后退按钮图标添加
    python中使用多线程批量导入包
    QML-编辑框的使用
    pip使用豆瓣镜像源
    纯css手写switch
    MySQL 索引优化实践(单表)
    【Java】List接口中泛型如何实现
  • 原文地址:https://blog.csdn.net/qq_66485519/article/details/128057710
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号