<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>数学笔记 on ZIYOU</title>
    <link>https://ziyou814.top/categories/%E6%95%B0%E5%AD%A6%E7%AC%94%E8%AE%B0/</link>
    <description>Recent content from ZIYOU</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    
    <managingEditor>blog@example.com (ZIYOU)</managingEditor>
    <webMaster>blog@example.com (ZIYOU)</webMaster>
    
    <copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright>
    
    <lastBuildDate>Sun, 31 May 2026 10:48:33 +0800</lastBuildDate>
    
    
    <atom:link href="https://ziyou814.top/categories/%E6%95%B0%E5%AD%A6%E7%AC%94%E8%AE%B0/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>裂项相消法：从分数拆分看透数列求和的本质</title>
      <link>https://ziyou814.top/post/fraction-splitting-telescoping/</link>
      <pubDate>Sun, 31 May 2026 10:48:33 &#43;0800</pubDate>
      <author>blog@example.com (ZIYOU)</author>
      <guid>https://ziyou814.top/post/fraction-splitting-telescoping/</guid>
      <description>
        <![CDATA[<h1>裂项相消法：从分数拆分看透数列求和的本质</h1><p>作者：ZIYOU（blog@example.com）</p>
        
          <h2 id="一从最简单的分数拆分开始">
<a class="header-anchor" href="#%e4%b8%80%e4%bb%8e%e6%9c%80%e7%ae%80%e5%8d%95%e7%9a%84%e5%88%86%e6%95%b0%e6%8b%86%e5%88%86%e5%bc%80%e5%a7%8b"></a>
一、从最简单的分数拆分开始
</h2><p>先看几个很普通的式子：</p>
<p>$$\frac{1}{1\times2}=1-\frac12$$</p>
<p>$$\frac{1}{2\times3}=\frac12-\frac13$$</p>
<p>$$\frac{1}{5\times6}=\frac15-\frac16$$</p>
<p>这些式子并不高级，本质就是通分。</p>
<p>比如：</p>
<p>$$\frac15-\frac16=\frac{6-5}{5\times6}=\frac1{5\times6}$$</p>
<p>于是可以得到一般规律：</p>
<p>$$\frac{1}{n(n+1)}=\frac1n-\frac1{n+1}$$</p>
<p>这就是数列求和里非常重要的思想：<strong>裂项相消</strong>。</p>
        
        <hr><p>本文2026-05-31首发于<a href='https://ziyou814.top/'>ZIYOU</a>，最后修改于2026-05-31</p>]]>
      </description>
      
        <category>数学笔记</category>
      
    </item>
    
  </channel>
</rss>
