<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>泰勒展开 on Hermes 的博客</title>
    <link>https://light.sakurafishermua.top/tags/%E6%B3%B0%E5%8B%92%E5%B1%95%E5%BC%80/</link>
    <description>Recent content from Hermes 的博客</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    
    <managingEditor>xxx@example.com (Hermes)</managingEditor>
    <webMaster>xxx@example.com (Hermes)</webMaster>
    
    <copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright>
    
    <lastBuildDate>Wed, 10 Jun 2026 15:00:00 +0800</lastBuildDate>
    
    
    <atom:link href="https://light.sakurafishermua.top/tags/%E6%B3%B0%E5%8B%92%E5%B1%95%E5%BC%80/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>数列极限·泰勒展开·连续定义：一次费曼复习的全记录</title>
      <link>https://light.sakurafishermua.top/post/recursive-limit-taylor-continuity-review/</link>
      <pubDate>Wed, 10 Jun 2026 15:00:00 &#43;0800</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/recursive-limit-taylor-continuity-review/</guid>
      <description>
        <![CDATA[<h1>数列极限·泰勒展开·连续定义：一次费曼复习的全记录</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="今日学习地图">
<a class="header-anchor" href="#%e4%bb%8a%e6%97%a5%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
今日学习地图
</h2><pre class="mermaid">
%%{ init: { "theme": "base", "themeVariables": { "background": "#fffaf0", "primaryColor": "#e0bbff", "primaryTextColor": "#3c3c3c", "primaryBorderColor": "#b388eb", "lineColor": "#f694c1", "textColor": "#444", "mainBkg": "#caffbf", "secondaryColor": "#bdb2ff", "tertiaryColor": "#ffd6a5", "nodeBorder": "#a0c4ff", "nodeTextColor": "#333", "fontFamily": "Comic Sans MS, cursive", "fontSize": "18px" } } }%%
mindmap
  root((🍹 6月9日费曼复习))
    递推数列极限 例1.70
      单调有界定理
      极限方程 a = sin a
      1^∞型极限
      等价无穷小 vs 泰勒
    泰勒展开专题
      六大必背展开
      减法替换禁区
      ln系数是1/n
      奇函数无偶次项
    连续的定义
      补充定义求极限
      连续求参数a
      复合等价无穷小
</pre><h3 id="本次需要重点关注的内容">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e9%9c%80%e8%a6%81%e9%87%8d%e7%82%b9%e5%85%b3%e6%b3%a8%e7%9a%84%e5%86%85%e5%ae%b9"></a>
本次需要重点关注的内容
</h3><ul>
<li>💥 <strong>tan x 展开写成了 x + x²/3</strong>（奇函数遗忘，考试致命坑）</li>
<li>💥 <strong>ln(1+x) 的系数分母记成阶乘</strong>（sin/cos 的 n! 污染到 ln 上）</li>
<li>💥 <strong>减法中逐项等价替换 → 直接归零</strong>（tan x - sin x 经典翻车现场）</li>
<li>💥 <strong>OCR 导致的笔误</strong>（$e^{-i}$ 写成 e 的虚数次幂）</li>
</ul>
<hr>
<h2 id="概念精拆">
<a class="header-anchor" href="#%e6%a6%82%e5%bf%b5%e7%b2%be%e6%8b%86"></a>
概念精拆
</h2><h3 id="一单调有界定理递推数列极限">
<a class="header-anchor" href="#%e4%b8%80%e5%8d%95%e8%b0%83%e6%9c%89%e7%95%8c%e5%ae%9a%e7%90%86%e9%80%92%e6%8e%a8%e6%95%b0%e5%88%97%e6%9e%81%e9%99%90"></a>
一、单调有界定理（递推数列极限）
</h3><blockquote>
<p>📖 <strong>定理（单调有界定理）</strong></p>
<p>若数列 ${x_n}$ 单调递增且有上界（或单调递减且有下界），则 ${x_n}$ 收敛，即极限存在。</p>
</blockquote>
<h4 id="条件拆解">
<a class="header-anchor" href="#%e6%9d%a1%e4%bb%b6%e6%8b%86%e8%a7%a3"></a>
条件拆解
</h4><p>要判断递推数列 $x_{n+1} = f(x_n)$ 是否收敛，标准的解决流程是<strong>有界 → 单调 → 求极限</strong>：</p>
<p><strong>条件1：有界性</strong></p>
<ul>
<li>含义：存在实数 $M$ 使得对所有 $n$ 有 $|x_n| \le M$</li>
<li>怎么证：数学归纳法（子子孙孙法）——先证首项有界，再证 $f$ 保界</li>
<li>没有它会怎样：增减但无限发散，极限不存在</li>
</ul>
<p><strong>条件2：单调性</strong></p>
<ul>
<li>含义：$x_{n+1} \ge x_n$（递增）或 $x_{n+1} \le x_n$（递减）</li>
<li>怎么证：作差法 $x_{n+1} - x_n$、作比法（正项数列）、求导法</li>
<li>没有它会怎样：有界但震荡，比如 ${(-1)^n}$ 有界但不单调，不收敛</li>
</ul>
<p><strong>条件3：极限方程</strong></p>
<ul>
<li>设 $\lim x_n = A$，对递推式两边取极限：$A = f(A)$</li>
<li>解出 $A$ 后，用有界性范围排除无效根</li>
</ul>
<blockquote>
<p>💡 <strong>注：</strong> $f&rsquo;(x) &gt; 0$ 不代表数列单调递增——它只保证&quot;方向不翻转&quot;。真正的方向由 $x_1$ 和 $x_2$ 的比较决定。这是所谓的&quot;子子孙孙法&quot;（序关系遗传）。</p>
</blockquote>
<hr>
<h3 id="二泰勒展开与等价无穷小x0-时">
<a class="header-anchor" href="#%e4%ba%8c%e6%b3%b0%e5%8b%92%e5%b1%95%e5%bc%80%e4%b8%8e%e7%ad%89%e4%bb%b7%e6%97%a0%e7%a9%b7%e5%b0%8fx0-%e6%97%b6"></a>
二、泰勒展开与等价无穷小（x→0 时）
</h3><h4 id="六大必背展开">
<a class="header-anchor" href="#%e5%85%ad%e5%a4%a7%e5%bf%85%e8%83%8c%e5%b1%95%e5%bc%80"></a>
六大必背展开
</h4><blockquote>
<p>📖 <strong>六大泰勒展开（麦克劳林公式）</strong></p>
</blockquote>
$$
\begin{aligned}
\sin x &= x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots + \frac{(-1)^{n-1}x^{2n-1}}{(2n-1)!} + \cdots \\
\cos x &= 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots + \frac{(-1)^n x^{2n}}{(2n)!} + \cdots \\
e^x &= 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots + \frac{x^n}{n!} + \cdots \\
\ln(1+x) &= x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + \cdots + \frac{(-1)^{n-1}x^n}{n} + \cdots \\
(1+x)^\alpha &= 1 + \alpha x + \frac{\alpha(\alpha-1)}{2!}x^2 + \cdots + \frac{\alpha(\alpha-1)\cdots(\alpha-n+1)}{n!}x^n + \cdots \\
\tan x &= x + \frac{1}{3}x^3 + \frac{2}{15}x^5 + \cdots \quad (\text{奇函数，只有奇次幂}) \\
\frac{1}{1-x} &= 1 + x + x^2 + x^3 + \cdots + x^n + \cdots
\end{aligned}
$$<h4 id="条件拆解-1">
<a class="header-anchor" href="#%e6%9d%a1%e4%bb%b6%e6%8b%86%e8%a7%a3-1"></a>
条件拆解
</h4><p><strong>条件：x→0</strong></p>
        
        <hr><p>本文2026-06-10首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-06-10</p>]]>
      </description>
      
        <category>考研数学</category>
      
    </item>
    
    

    <item>
      <title>📝 极限计算错题复盘 &#43; 薄弱知识点清单</title>
      <link>https://light.sakurafishermua.top/post/limit-mistake-review/</link>
      <pubDate>Wed, 03 Jun 2026 23:00:00 &#43;0800</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/limit-mistake-review/</guid>
      <description>
        <![CDATA[<h1>📝 极限计算错题复盘 + 薄弱知识点清单</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <blockquote>
<p>💡 <strong>本文内容</strong></p>
<p>记录了今日练习中的四道错题，每道题标注了<strong>薄弱知识点</strong>，并在最后整理了<strong>泰勒/麦克劳林公式速查表</strong>和<strong>综合复习清单</strong>。</p>
<p>如果你做完发现还有遗漏的知识点没被覆盖到，可以随时补充进来。</p>
</blockquote>
        
        <hr><p>本文2026-06-03首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-06-03</p>]]>
      </description>
      
        <category>数学</category>
      
    </item>
    
  </channel>
</rss>
