<?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%95%B0%E5%AD%A6/</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>Tue, 04 Aug 2026 00:00:00 +0000</lastBuildDate>
    
    
    <atom:link href="https://light.sakurafishermua.top/tags/%E6%95%B0%E5%AD%A6/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>不定积分整章费曼总结：方法体系与漏洞清单</title>
      <link>https://light.sakurafishermua.top/post/20260804-integration-feynman-summary/</link>
      <pubDate>Tue, 04 Aug 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/20260804-integration-feynman-summary/</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><p>本次费曼主题：<strong>不定积分整章总结</strong>——学完第三章后，把整章讲给搭档听，让搭档找出&quot;讲不全&quot;的地方。</p>
<pre tabindex="0"><code>不定积分 整章费曼总结
├── 概念层
│   ├── 原函数定义（区间 + 恒成立）
│   ├── 原函数存在性（连续 ⇏ 有原函数？反例 x²sin(1/x)）
│   └── 不定积分 = 全体原函数族
├── 方法层
│   ├── 19 个基本积分公式
│   ├── 五大凑微分
│   │   ├── e^x 型
│   │   ├── 配方型
│   │   ├── 导数型（分子 = 分母导数的线性组合）
│   │   ├── 组合型（sin/cos 线性组合）
│   │   └── cos/sin 奇偶次
│   ├── 三角换元（三种根式三件套）
│   ├── 根式换元（一次式 vs 二次式分工）
│   ├── 循环积分行列式公式
│   ├── 有理函数部分分式
│   ├── 万能代换（t = tan(x/2)）
│   └── 分部积分（反对幂指三）
└── 漏洞清单（本次重点）
    ├── 配方判型不在主动流程
    ├── 公式靠形似不靠结构（a²−x² 方向）
    ├── 方法选择靠感觉不靠特征
    ├── 讲方法不完整（判型/偶数次/根号结果/分子形式全被追问）
    ├── 全程没讲验证
    └── 循环积分公式只背不推
</code></pre><p>本次需要重点关注的内容：</p>
<ul>
<li><strong>&ldquo;会做&quot;和&quot;说得全&quot;是两回事</strong>：判型、cos 偶数次、三角换元根号结果、二次不可约分子形式——四个关键步骤全是搭档追问才补上。说不全的地方，就是做题时可能漏的地方。</li>
<li><strong>验证动作缺失</strong>：整场总结没有主动提过&quot;求导验积分、通分验裂项、特殊点验公式&rdquo;。</li>
<li><strong>积分表抽查 5 对 4</strong>：公式本身记得牢，唯一问题在 a²−x² 与 x²−a² 的形式选择——已修复为&quot;统一 x²−a² 型 + 提负号&quot;策略。</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="#%e5%8e%9f%e5%87%bd%e6%95%b0%e5%ae%9a%e4%b9%89"></a>
原函数定义
</h3>
  <blockquote class="alert-blockquote important">
    <p class="alert-heading">
      Important
    </p>
    <p><p><strong>原函数定义</strong></p>
<p>设函数 $f(x)$ 在区间 $I$ 上有定义，若存在可导函数 $F(x)$，使得在区间 $I$ 上处处成立 $F'(x) = f(x)$，则称 $F(x)$ 是 $f(x)$ 在区间 $I$ 上的<strong>一个原函数</strong>。</p></p>
  </blockquote>

<h4 id="条件拆解">
<a class="header-anchor" href="#%e6%9d%a1%e4%bb%b6%e6%8b%86%e8%a7%a3"></a>
条件拆解
</h4><pre class="mermaid">
graph LR
  A[F'x等于fx] --> B[必须恒成立]
  A --> C[必须在区间I上]
  B --> D[只在一两个点成立不算]
  C --> E[区间外成立也不算]
</pre><p>三个关键字缺一不可：</p>
<ul>
<li><strong>一个</strong>：原函数不唯一，$F(x) + C$ 全是原函数（常数导数为 0，加任意常数不改变导数）。</li>
<li><strong>区间 I 上</strong>：原函数是针对某个区间说的，区间变了原函数可能不存在（比如 $|x|$ 在包含 0 的区间上不可导，就不是任何函数的原函数）。</li>
<li><strong>恒成立</strong>：必须处处相等，不是个别点相等。</li>
</ul>

  <blockquote class="alert-blockquote warning">
    <p class="alert-heading">
      Warning
    </p>
    <p><p><strong>本次漏洞：漏了&quot;区间 + 恒成立&quot;</strong></p>
<p>最初表述为&quot;F 的导数等于 f，F 就是 f 的一个原函数&quot;，缺少区间限定。被追问后才补上&quot;在区间 I 上恒成立&quot;。这个限定不是形式主义——它决定了&quot;原函数存在&quot;这件事必须在某个区间上讨论，也解释了为什么 $F(x)+C$ 是族而不是单个函数。</p></p>
  </blockquote>

<h3 id="原函数存在性与连续性">
<a class="header-anchor" href="#%e5%8e%9f%e5%87%bd%e6%95%b0%e5%ad%98%e5%9c%a8%e6%80%a7%e4%b8%8e%e8%bf%9e%e7%bb%ad%e6%80%a7"></a>
原函数存在性与连续性
</h3>
  <blockquote class="alert-blockquote important">
    <p class="alert-heading">
      Important
    </p>
    <p><p><strong>连续函数的原函数存在定理</strong></p>
<p>若 $f(x)$ 在区间 $I$ 上连续，则 $f(x)$ 在 $I$ 上必存在原函数。</p>
<p><strong>反过来不成立</strong>：有原函数的函数 $f(x)$ 不一定连续。</p></p>
  </blockquote>

<h4 id="直观理解">
<a class="header-anchor" href="#%e7%9b%b4%e8%a7%82%e7%90%86%e8%a7%a3"></a>
直观理解
</h4><pre class="mermaid">
graph LR
  A[f连续] --> B[必有原函数]
  C[f有原函数] --> D[不一定连续]
  E[f不连续] --> F[也可能有原函数]
</pre><ul>
<li>正向：$f$ 连续 ⇒ $F$ 存在且 $F' = f$，又因可导必连续，$F$ 连续。这是原函数存在定理，也是考研最常用的方向。</li>
<li>反向：$f$ 有原函数，$f$ 可以<strong>不连续</strong>。这是常见的认知缺口。</li>
</ul>
<h4 id="经典反例">
<a class="header-anchor" href="#%e7%bb%8f%e5%85%b8%e5%8f%8d%e4%be%8b"></a>
经典反例
</h4>
  <blockquote class="alert-blockquote caution">
    <p class="alert-heading">
      Caution
    </p>
        
        <hr><p>本文2026-08-04首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-08-04</p>]]>
      </description>
      
    </item>
    
    

    <item>
      <title>不定积分章丢分全景：32道错题的统计报告</title>
      <link>https://light.sakurafishermua.top/post/20260803-integration-loss-analysis/</link>
      <pubDate>Mon, 03 Aug 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/20260803-integration-loss-analysis/</guid>
      <description>
        <![CDATA[<h1>不定积分章丢分全景：32道错题的统计报告</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="本次学习地图">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
本次学习地图
</h2><pre tabindex="0"><code>不定积分章 丢分全景（7/27 + 7/31 + 8/3）
├── 数据来源
│   ├── 7/27 — 第二类换元法·基础题错题复盘（6 道）
│   ├── 7/31 — 不定积分错题复盘（6 道）
│   └── 8/3  — 不定积分百题带刷50-100错题合集（20 道）
├── 丢分类型统计
│   ├── 🔴 执行层（系数飘+书写飘）— 18 道，56%
│   ├── 🔴 概念层（公式边界不清）— 8 道，25%
│   ├── 🟡 策略层（方法选绕）— 4 道，13%
│   └── 🟡 配方判型 — 2 道，6%
└── 核心结论
    ├── 会做但手没跟上脑子 = 六成丢分
    ├── 公式边界是唯一持续失血伤口
    └── 一个习惯能救回 56% 的丢分
</code></pre><p>本次需要重点关注的内容：</p>
<ul>
<li><strong>执行层丢分占 56%</strong>——32 道错题中 18 道是&quot;会做但写飘&quot;</li>
<li><strong>公式边界问题三天持续出现</strong>，是唯一没有下降趋势的伤口</li>
<li><strong>高频重灾区</strong>：$\int\csc x\,dx$ 与 $\arctan$ 的积分，各错两次以上</li>
<li><strong>动作建议</strong>：一行三查（系数、符号、指数）能拦下大半丢分</li>
</ul>
<hr>
<h2 id="数据来源与方法">
<a class="header-anchor" href="#%e6%95%b0%e6%8d%ae%e6%9d%a5%e6%ba%90%e4%b8%8e%e6%96%b9%e6%b3%95"></a>
数据来源与方法
</h2><p>这篇报告汇总了不定积分章节三次刷题复盘的错题记录：</p>
<table>
	<thead>
			<tr>
					<th style="text-align: left">日期</th>
					<th style="text-align: left">主题</th>
					<th style="text-align: left">错题数</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td style="text-align: left">7/27</td>
					<td style="text-align: left">第二类换元法·基础题</td>
					<td style="text-align: left">6</td>
			</tr>
			<tr>
					<td style="text-align: left">7/31</td>
					<td style="text-align: left">不定积分错题复盘</td>
					<td style="text-align: left">6</td>
			</tr>
			<tr>
					<td style="text-align: left">8/3</td>
					<td style="text-align: left">不定积分百题带刷50-100</td>
					<td style="text-align: left">20</td>
			</tr>
			<tr>
					<td style="text-align: left"><strong>合计</strong></td>
					<td style="text-align: left"></td>
					<td style="text-align: left"><strong>32</strong></td>
			</tr>
	</tbody>
</table>
<p>错因分类沿用每次复盘时的错因诊断：先按「概念盲区 / 思路卡壳 / 方法盲区 / 计算失误 / 审题偏差 / 模式固化」归档，再归并为三层视角——执行层（手瓢）、概念层（公式记错）、策略层（方法选绕）。配方判型单独列出，因为它虽属计算失误，但表现为&quot;方向性选错公式&quot;，值得单独立项。</p>
<hr>
<h2 id="丢分类型统计">
<a class="header-anchor" href="#%e4%b8%a2%e5%88%86%e7%b1%bb%e5%9e%8b%e7%bb%9f%e8%ae%a1"></a>
丢分类型统计
</h2><pre class="mermaid">
graph LR
  A[32道错题] --> B[执行层 18道 56%]
  A --> C[概念层 8道 25%]
  A --> D[策略层 4道 13%]
  A --> E[配方判型 2道 6%]
</pre><h3 id="-第一名执行层系数飘--书写飘-18-道占-56">
<a class="header-anchor" href="#-%e7%ac%ac%e4%b8%80%e5%90%8d%e6%89%a7%e8%a1%8c%e5%b1%82%e7%b3%bb%e6%95%b0%e9%a3%98--%e4%b9%a6%e5%86%99%e9%a3%98-18-%e9%81%93%e5%8d%a0-56"></a>
🔴 第一名：执行层（系数飘 + 书写飘）— 18 道，占 56%
</h3><p>超过一半的丢分来自这里。它的本质是：<strong>思路正确、方法正确，但写出来的中间过程与真正在算的内容脱节</strong>——写到后面自己都信了错的。</p>
<p><strong>系数飘（11 道）</strong>：</p>
<ul>
<li>7/27：$\int\cos2t$ 的 $\frac12$ 遗忘（刷题2）；分数指数加 1 取倒数 $\frac32$ vs $\frac34$ 颠倒（刷题4）；换元配 $du$ 后多乘 $\frac12$（刷题6）</li>
<li>8/3：半角公式 $1+\cos x = 2\cos^2\frac{x}{2}$ 丢 2（刷题52）；$\frac{1}{a}$ 系数漏三次——$\int\frac{dx}{2x-3}$ 漏 $\frac12$（刷题66/67）、$\frac12\int\sec^2\frac{x}{2}dx$ 丢 2（刷题89）；系数 2 飘成 4（刷题68/77 同一题两遍同坑）；$a^2-t^2$ 公式漏 $\frac{1}{2a}$（刷题86）；$\arctan$ 内部系数漏 $\sqrt2$（刷题99）</li>
</ul>
<p><strong>书写飘（7 道）</strong>：</p>
<ul>
<li>7/27：展开分式时分母指数丢失（刷题1）</li>
<li>7/31：凑微分对象抄串（$x-1$ 写成 $x+1$）；$uv$ 项符号多一个负号（错题1）；$e^x$、$e^{2x}$、$e^{-2x}$ 三个身份来回串（错题3）</li>
<li>8/3：指数身份飘（刷题60）；通分漏因子（刷题65）；最后化简丢项（刷题81）；有理化分母 $\cos^2 2x$ 写成 $\cos^2 x$（刷题93）</li>
</ul>

  <blockquote class="alert-blockquote warning">
    <p class="alert-heading">
      Warning
    </p>
    <p><p><strong>执行层的典型链条</strong>：刷题68/77 是同一道题做了两遍，两遍都飘在同一处（系数 2 变 4）。这不是&quot;会不会&quot;的问题，是书写惯性在坑人——$2$ 和 $4$ 长得太像，写快了就串。刷题66/67 的 $\frac{1}{a}$ 系数、刷题89 的 $\frac{1}{a}$ 系数、刷题86 的 $\frac{1}{2a}$ 系数，是同一个坑的三个变体：<strong>一次式内部系数，积分必乘倒数</strong>。</p>
        
        <hr><p>本文2026-08-03首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-08-03</p>]]>
      </description>
      
    </item>
    
    

    <item>
      <title>不定积分百题带刷50-100错题合集</title>
      <link>https://light.sakurafishermua.top/post/20260803-integration-mistakes-review/</link>
      <pubDate>Mon, 03 Aug 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/20260803-integration-mistakes-review/</guid>
      <description>
        <![CDATA[<h1>不定积分百题带刷50-100错题合集</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="本次学习地图">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
本次学习地图
</h2><pre tabindex="0"><code>不定积分 错题复盘（刷题52-100）
├── 分部积分族
│   ├── 刷题52 — e^x(1+sinx)/(1+cosx)     → 半角公式丢2
│   ├── 刷题55 — x·ln(1+x)                 → ✅ 全对
│   ├── 刷题59 — x²/(1+x²)·arctanx         → 导数公式当积分公式
│   ├── 刷题68/77 — ln²(x+√(1+x²))         → 系数2飘成4（两遍同坑）
│   ├── 刷题77 — arctanx/x⁴                → 1+u 与 1+u² 公式串线
│   └── 刷题80 — e^{2x}·arctan√(e^x-1)     → 复合求导漏链式因子
├── 换元族
│   ├── 刷题60 — arctan(e^x)/e^x           → 指数身份飘+换元漏dx
│   ├── 刷题81 — ln(1+√((1+x)/x))          → 通分约分错+丢项
│   ├── 刷题82 — arcsin(e^x)/e^x           → csc/sec 公式串线
│   ├── 刷题83 — x·e^{arctanx}/(1+x²)^{3/2} → 方法选绕+系数飘
│   └── 刷题97 — 1/(sin⁴x·cos⁴x)           → 二倍角指数跟随错
├── 有理函数与部分分式族
│   ├── 刷题65 — (x²+1)/((x+1)²(x-1))      → 通分漏因子
│   └── 刷题66/67 — 1/(x(2x-3)(3x+1))      → 分解对，积分漏1/a
├── 万能代换族（t=tan(x/2)）
│   ├── 刷题86 — 1/(4+5cosx)               → a²-t²公式漏1/2a
│   ├── 刷题87 — 1/(2sinx-cosx+5)          → 配方符号错→用错公式
│   ├── 刷题89 — (1+sinx)/(sinx(1+cosx))   → 复合积分漏1/a（第三次）
│   ├── 刷题90 — 1/(1+tanx)                → 分母分解错+待定系数解错
│   ├── 刷题91 — 1/(3sinx+4cosx)           → 配方判型错
│   ├── 刷题93 — 1/(1+sin2x)               → 有理化分母写错
│   ├── 刷题98 — sinx/(sin³x+cos³x)        → 分式变形错+裂项符号错
│   └── 刷题99 — (1+cosx)/(1+sin²x)        → arctan内部系数漏√2
└── 新学方法（非错题）
    ├── 刷题95/96 — 积化和差
    └── 刷题100 — sinx·cosx/(sinx+cosx)     → 平方关系+辅助角
</code></pre><p>本次需要重点关注的内容：</p>
<ul>
<li><strong>系数飘是最大死穴</strong>：丢 2、丢 $\frac{1}{2a}$、丢 $\frac{1}{a}$、2 飘成 4——今天 23 题里至少 8 题栽在系数上</li>
<li><strong>易混公式对</strong>：$1+u$ 出 $\ln$，$1+u^2$ 出 $\arctan$；$\csc$ 配 $\cot$ 减、$\sec$ 配 $\tan$ 加</li>
<li><strong>配方的第一眼判型</strong>：二次项系数正负决定 $\arctan$ 型还是 $\ln$ 型</li>
<li><strong>换元纪律</strong>：$t=$什么、$dt=$什么、$dx=$什么，三行缺一不可</li>
<li><strong>复合求导</strong>：写完做&quot;因子检查&quot;，链式因子一个都不能少</li>
<li><strong>$\int\sec^2(ax)dx = \frac{1}{a}\tan(ax)$</strong>：一次式内部系数乘倒数，今天第三次栽</li>
</ul>
<hr>
<h2 id="刷题52---半角公式丢-2">
<a class="header-anchor" href="#%e5%88%b7%e9%a2%9852---%e5%8d%8a%e8%a7%92%e5%85%ac%e5%bc%8f%e4%b8%a2-2"></a>
刷题52 ⭐⭐ — 半角公式丢 2：$\int \frac{e^x(1+\sin x)}{1+\cos x}dx$
</h2><h4 id="题目">
<a class="header-anchor" href="#%e9%a2%98%e7%9b%ae"></a>
题目
</h4>$$\int \frac{e^x(1+\sin x)}{1+\cos x}dx$$<h4 id="错因诊断">
<a class="header-anchor" href="#%e9%94%99%e5%9b%a0%e8%af%8a%e6%96%ad"></a>
错因诊断
</h4><p><strong>计算失误（手瓢丢系数）</strong> — 思路完整正确：乘 $(1-\sin x)$ 有理化 → 半角展开 → 拆两项 → 分部积分循环抵消。但半角时分母丢了一个 2，导致最终答案多乘 2。</p>
        
        <hr><p>本文2026-08-03首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-08-03</p>]]>
      </description>
      
    </item>
    
    

    <item>
      <title>不定积分错题复盘：分部积分、有理函数与换元法</title>
      <link>https://light.sakurafishermua.top/post/20260731-integration-mistakes-review/</link>
      <pubDate>Fri, 31 Jul 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/20260731-integration-mistakes-review/</guid>
      <description>
        <![CDATA[<h1>不定积分错题复盘：分部积分、有理函数与换元法</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="本次学习地图">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
本次学习地图
</h2><pre tabindex="0"><code>不定积分 错题复盘
├── 组A：分部积分与循环积分
│   ├── 错题1 — ∫lnx/(1-x)² dx
│   │   └── 翻车点：分母 x-1 抄成 x+1；分部积分 uv 项符号
│   ├── 错题2 — ∫sec³x dx
│   │   └── 翻车点：凑微分对象错位（sec x ≠ sec² x）
│   └── 错题3 — ∫e⁻²ˣ·arctan(eˣ) dx
│       └── 翻车点：uv 项指数符号；dx 非法变 de²ˣ；裂项符号
├── 组B：有理函数积分
│   └── 错题4 — ∫(x⁵+x⁴-8)/(x³-x) dx
│       └── 翻车点：拆分绕路；∫1 dx 算错；x²-1 公式记混；代入错
└── 组C：换元法
    ├── 错题5 — ∫x·eˣ/√(eˣ-1) dx
    │   └── 翻车点：du 求导降幂错；该换元却强行分部积分
    └── 刷题42 — ∫√(1-x)/√(1+x)·1/x dx
        └── 翻车点：∫csc t dt 记成导数公式
</code></pre><p>本次需要重点关注的内容：</p>
<ul>
<li><strong>凑微分的负号规律</strong>：分母 $1-x$ 与 $x-1$ 的导数差一个负号，选对形式可以避开负号</li>
<li><strong>循环积分套路</strong>：$\sec^3 x$ 型——分部积分后移项解出 $I$</li>
<li><strong>换元配套纪律</strong>：写了 $de^{2x}$ 就必须完整换元，或者全程用单字母 $t$</li>
<li><strong>有理函数积分的标准路径</strong>：多项式除法 → 部分分式 → 通分验证</li>
<li><strong>基本公式边界</strong>：$\int \frac{dx}{x^2-1}$ 与 $\int \frac{dx}{\sqrt{x^2-1}}$ 是两个不同公式，根号不能丢</li>
<li><strong>正割/余割积分公式</strong>：$\int\sec x\,dx = \ln|\sec x+\tan x|$，$\int\csc x\,dx = \ln|\csc x-\cot x|$，别把导数公式当积分</li>
<li><strong>根式换元套路</strong>：$\sqrt{e^x-1}$ 型设 $t = \sqrt{e^x-1}$，不要分部积分</li>
</ul>
<hr>
<h2 id="组a分部积分与循环积分">
<a class="header-anchor" href="#%e7%bb%84a%e5%88%86%e9%83%a8%e7%a7%af%e5%88%86%e4%b8%8e%e5%be%aa%e7%8e%af%e7%a7%af%e5%88%86"></a>
组A：分部积分与循环积分
</h2><h3 id="错题1---凑微分负号">
<a class="header-anchor" href="#%e9%94%99%e9%a2%981---%e5%87%91%e5%be%ae%e5%88%86%e8%b4%9f%e5%8f%b7"></a>
错题1 ⭐⭐ — 凑微分负号：$\int \frac{\ln x}{(1-x)^2} dx$
</h3><h4 id="题目">
<a class="header-anchor" href="#%e9%a2%98%e7%9b%ae"></a>
题目
</h4>$$\int \frac{\ln x}{(1-x)^2}\,dx$$<h4 id="错因诊断">
<a class="header-anchor" href="#%e9%94%99%e5%9b%a0%e8%af%8a%e6%96%ad"></a>
错因诊断
</h4><p><strong>计算失误 + 模式固化</strong> — 解题思路正确（凑微分 + 分部积分），但发生两处执行层翻车：</p>
<ol>
<li>把分母 $(x-1)^2$ 的凑微分对象写成 $\frac{1}{x+1}$，<strong>分母 $x-1$ 抄成 $x+1$</strong>，后面全程跟着错；</li>
<li>分部积分展开时 $uv$ 项多写一个负号。</li>
</ol>
<p>更深一层：题目给的是 $(1-x)^2$，直接配 $\frac{1}{1-x}$ 根本不产生负号。用户主动改写成 $(x-1)^2$，等于把不需要处理负号的题改成了需要处理负号的题——<strong>自己给自己挖坑</strong>。</p>
<h4 id="知识定位">
<a class="header-anchor" href="#%e7%9f%a5%e8%af%86%e5%ae%9a%e4%bd%8d"></a>
知识定位
</h4><ul>
<li>凑微分（负号规律）：
<ul>
<li>$\left(\dfrac{1}{1-x}\right)' = \dfrac{1}{(1-x)^2}$ — 常数在前，<strong>无负号</strong>（链式法则 $(1-x)'=-1$ 与外层导数 $-1$ 负负得正）</li>
<li>$\left(\dfrac{1}{x-1}\right)' = -\dfrac{1}{(x-1)^2}$ — $x$ 在前，<strong>带负号</strong></li>
</ul>
</li>
<li>分部积分：$\displaystyle\int u\,dv = uv - \int v\,du$</li>
</ul>

  <blockquote class="alert-blockquote important">
    <p class="alert-heading">
      Important
    </p>
    <p><p><strong>负号规律口诀：分母 $x$ 在前带负号，常数在前不带负号。</strong></p>
<p>碰到 $(a-x)^2$ 型分母，直接用 $\dfrac{1}{a-x}$，不要改写。</p></p>
  </blockquote>

<h4 id="正解重构">
<a class="header-anchor" href="#%e6%ad%a3%e8%a7%a3%e9%87%8d%e6%9e%84"></a>
正解重构
</h4><p>✅ 用户正确识别出要用凑微分 + 分部积分，方向正确。</p>
        
        <hr><p>本文2026-07-31首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-07-31</p>]]>
      </description>
      
    </item>
    
    

    <item>
      <title>第二章 一元函数微分学·知识点系统复盘</title>
      <link>https://light.sakurafishermua.top/post/chapter2-system-review/</link>
      <pubDate>Thu, 30 Jul 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/chapter2-system-review/</guid>
      <description>
        <![CDATA[<h1>第二章 一元函数微分学·知识点系统复盘</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="本次学习地图">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
本次学习地图
</h2><p>本文是对第二章（一元函数微分学）的<strong>完整知识点复盘</strong>，按 5 个板块梳理：</p>
<pre tabindex="0"><code>第二章知识骨架
├── 一、导数定义（高频翻车区）
│   ├── 标准形式与变形
│   ├── 分段点可导性判断（定义走左右导）
│   └── 导数连续性（lim f&#39;(x) = f&#39;(x₀) 多走一步）
├── 二、求导法则
│   ├── 取对数求导法（三特征识别）
│   ├── 降幂公式→高阶导数通项
│   ├── 隐函数/参数方程/反函数求导
│   └── 易错细节
├── 三、微分中值定理（骨架中的骨架）
│   ├── 罗尔→拉格朗日→柯西（条件与结论链）
│   ├── 拉格朗日的本质与应用
│   └── 辅助函数构造（配对表）
├── 四、导数应用
│   ├── 极值判定 + f&#39;&#39;(x₀)=0 的处理
│   ├── 凸性与切线关系（几何直觉）
│   └── 渐近线三件套
└── 五、组合题型
    └── 极限+导数定义的配合
</code></pre><hr>
<h2 id="一导数定义">
<a class="header-anchor" href="#%e4%b8%80%e5%af%bc%e6%95%b0%e5%ae%9a%e4%b9%89"></a>
一、导数定义
</h2><h3 id="11-标准形式">
<a class="header-anchor" href="#11-%e6%a0%87%e5%87%86%e5%bd%a2%e5%bc%8f"></a>
1.1 标准形式
</h3>
  <blockquote class="alert-blockquote important">
    <p class="alert-heading">
      Important
    </p>
    <p><p><strong>导数定义</strong></p></p>
  </blockquote>

$$
f'(x_0) = \lim_{x \to x_0} \frac{f(x) - f(x_0)}{x - x_0}
\quad\text{或}\quad
f'(x_0) = \lim_{\Delta x \to 0} \frac{f(x_0+\Delta x) - f(x_0)}{\Delta x}
$$<p><strong>核心原则：</strong> 分母是 $x-x_0$（或 $\Delta x$），分子必须严格对应 $f(x)-f(x_0)$（或 $f(x_0+\Delta x)-f(x_0)$）。差了一个常数或符号错了，就不是导数定义。</p>
<p><strong>常见变形（用于组合极限题型）：</strong></p>
$$\lim_{h\to 0}\frac{f(x_0+ah)-f(x_0+bh)}{(a-b)h}=f'(x_0)$$<p>前提：$f$ 在 $x_0$ 可导，且 $a\neq b$。</p>
<h3 id="12-分段点可导性判断">
<a class="header-anchor" href="#12-%e5%88%86%e6%ae%b5%e7%82%b9%e5%8f%af%e5%af%bc%e6%80%a7%e5%88%a4%e6%96%ad"></a>
1.2 分段点可导性判断
</h3>
  <blockquote class="alert-blockquote warning">
    <p class="alert-heading">
      Warning
    </p>
    <p><p><strong>高频翻车点：分段点用求导公式</strong></p>
<p>分段点处左右两边的表达式不同，<strong>不能直接套求导公式</strong>——求导公式的前提是函数在该点可导，而你还不知道它可不可导。</p></p>
  </blockquote>

<p><strong>正确的流程：</strong></p>
<pre class="mermaid">
graph LR
  A[遇到分段点 x₀] --> B[用定义算左导]
  A --> C[用定义算右导]
  B --> D{左右导相等?}
  C --> D
  D -->|相等| E[可导✅]
  D -->|不相等| F[不可导❌]
  E --> G[此时才可用求导公式]
</pre><p><strong>实例：</strong> $f(x)=\max\{1,|x|\}$</p>
$$f(x)=\begin{cases}
-x, & x<-1 \\
1, & -1\le x\le 1 \\
x, & x>1
\end{cases}$$<p>在 $x=-1$ 处：</p>
$$
\begin{aligned}
f'_-(-1) &= \lim_{x\to-1^-} \frac{-x-1}{x+1} = -1 \\[4pt]
f'_+(-1) &= \lim_{x\to-1^+} \frac{1-1}{x+1} = 0
\end{aligned}
$$<p>$-1\neq 0$ → 不可导 ✅</p>

  <blockquote class="alert-blockquote important">
    <p class="alert-heading">
      Important
    </p>
    <p><p><strong>固化流程：</strong> 看到分段函数 → 先找到所有分段点 → 对每个分段点用定义走左右导 → 相等才可导。</p></p>
  </blockquote>

<h3 id="13-导数连续性的完整判断链">
<a class="header-anchor" href="#13-%e5%af%bc%e6%95%b0%e8%bf%9e%e7%bb%ad%e6%80%a7%e7%9a%84%e5%ae%8c%e6%95%b4%e5%88%a4%e6%96%ad%e9%93%be"></a>
1.3 导数连续性的完整判断链
</h3>
  <blockquote class="alert-blockquote caution">
    <p class="alert-heading">
      Caution
    </p>
        
        <hr><p>本文2026-07-30首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-07-30</p>]]>
      </description>
      
    </item>
    
    

    <item>
      <title>第二类换元法·基础题错题复盘</title>
      <link>https://light.sakurafishermua.top/post/20260727-substitution-basics-mistakes/</link>
      <pubDate>Mon, 27 Jul 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/20260727-substitution-basics-mistakes/</guid>
      <description>
        <![CDATA[<h1>第二类换元法·基础题错题复盘</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="本次学习地图">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
本次学习地图
</h2><pre tabindex="0"><code>第二类换元法 基础题
├── 例3.11 — 已知积分解 f(x) → 代回目标积分
│   └── 翻车点：分母指数手写丢失
├── 例3.14 — √(a² - u²) 型三角换元
│   └── 翻车点：∫cos2t dt 系数 1/2 遗忘
├── 例3.16 — √[(1-x)/(1+x)] 有理化选择
│   └── 翻车点：根号放分母时代换√(1-x²) 错写成 sin t
├── 刷题 (2-3x)^{1/3} — 幂函数积分基础失误
│   └── 翻车点：指数加1取倒数，系数颠倒了
├── 刷题18 — 分清幂积分与对数积分
│   └── 翻车点：1/u² 当成 1/u 积成了 ln
└── tan√(1+x²) — 换元正确但多出多余系数
    └── 翻车点：配 du 后额外多了 1/2
</code></pre><p>本次需要重点关注的内容：</p>
<ul>
<li><strong>换元后积分的代数化简</strong>：cos²t 的因式分解技巧</li>
<li><strong>∫cos2t 的系数不要忘</strong>：这是三角换元中的高频失分点</li>
<li><strong>根号分式的两种有理化路径</strong>：放分子 vs 放分母，选哪条更好走</li>
<li><strong>幂函数积分 vs 对数积分的边界</strong>：1/u² 是幂积分，不是 ln</li>
<li><strong>换元后系数检查</strong>：配出 du 后检查有无多余系数</li>
</ul>
<h2 id="正题复盘">
<a class="header-anchor" href="#%e6%ad%a3%e9%a2%98%e5%a4%8d%e7%9b%98"></a>
正题复盘
</h2><h3 id="刷题1---分式展开手瓢">
<a class="header-anchor" href="#%e5%88%b7%e9%a2%981---%e5%88%86%e5%bc%8f%e5%b1%95%e5%bc%80%e6%89%8b%e7%93%a2"></a>
刷题1 ⭐ — 分式展开手瓢
</h3><h4 id="题目">
<a class="header-anchor" href="#%e9%a2%98%e7%9b%ae"></a>
题目
</h4><p>已知 $\displaystyle\int f(x)\,dx = x\arctan x + C$，求 $\displaystyle\int\frac{f(x)}{1+x^2}\,dx$。</p>
<h4 id="错因诊断">
<a class="header-anchor" href="#%e9%94%99%e5%9b%a0%e8%af%8a%e6%96%ad"></a>
错因诊断
</h4><p><strong>计算失误</strong> — 思路、公式全对，仅在展开分式时分母指数丢失。</p>
<h4 id="知识定位">
<a class="header-anchor" href="#%e7%9f%a5%e8%af%86%e5%ae%9a%e4%bd%8d"></a>
知识定位
</h4><ul>
<li>已知积分解 $f(x)$：对等式两边求导，$f(x) = \frac{d}{dx}\big(x\arctan x\big)$</li>
<li>乘积法则：$(uv)' = u'v + uv'$</li>
<li>换元积分法：令 $u = \arctan x$ 和 $u = 1+x^2$ 两个标准换元</li>
</ul>
<h4 id="正解重构">
<a class="header-anchor" href="#%e6%ad%a3%e8%a7%a3%e9%87%8d%e6%9e%84"></a>
正解重构
</h4><p><strong>第一步：求 $f(x)$</strong></p>
$$
\begin{aligned}
f(x) &= \frac{d}{dx}\big(x\arctan x\big) \\
&= 1\cdot\arctan x + x\cdot\frac{1}{1+x^2} \\
&= \arctan x + \frac{x}{1+x^2}
\end{aligned}
$$<p>✅ 求导过程正确。</p>
<p><strong>第二步：代入目标积分并展开</strong></p>
$$
\int\frac{f(x)}{1+x^2}\,dx
= \int\frac{\arctan x + \frac{x}{1+x^2}}{1+x^2}\,dx
= \int\frac{\arctan x}{1+x^2}\,dx + \int\frac{x}{(1+x^2)^2}\,dx
$$
  <blockquote class="alert-blockquote caution">
    <p class="alert-heading">
      Caution
    </p>
    <p><p><strong>此处是翻车点</strong></p>
<p>第二个分式的分母原本是 $(1+x^2)^2$，手写时指数 2 被丢掉了，写成了 $(1+x)^2$ 或 $1+x^{?}$。</p>
<p>错：$\displaystyle\int\frac{x}{(1+x^2)}\,dx$（少了平方）</p>
<p>对：$\displaystyle\int\frac{x}{(1+x^2)^2}\,dx$</p></p>
  </blockquote>

<p><strong>第三步：分别积分</strong></p>
<p>左边：令 $u = \arctan x$，$du = \frac{dx}{1+x^2}$</p>
$$
\int\frac{\arctan x}{1+x^2}\,dx
= \int u\,du
= \frac{u^2}{2}
= \frac{(\arctan x)^2}{2}
$$<p>右边：令 $u = 1+x^2$，$du = 2x\,dx$，$x\,dx = \frac{1}{2}du$</p>
        
        <hr><p>本文2026-07-27首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-07-27</p>]]>
      </description>
      
    </item>
    
    

    <item>
      <title>第二章 一元函数微分学错题复盘</title>
      <link>https://light.sakurafishermua.top/post/chapter2-mistake-review/</link>
      <pubDate>Thu, 23 Jul 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/chapter2-mistake-review/</guid>
      <description>
        <![CDATA[<h1>第二章 一元函数微分学错题复盘</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <h2 id="本次学习地图">
<a class="header-anchor" href="#%e6%9c%ac%e6%ac%a1%e5%ad%a6%e4%b9%a0%e5%9c%b0%e5%9b%be"></a>
本次学习地图
</h2><p>本次复盘的题目按知识体系分为 <strong>7 组</strong>：</p>
<ul>
<li>组 A：极限处理 → 分段函数 → 分段点可导性
<ul>
<li>最大值原则的应用（刷题77）</li>
<li>导数连续性的完整判断（刷题79）</li>
</ul>
</li>
<li>组 B：凸性与切线关系（刷题88）</li>
<li>组 C：极值判定——$f''(0)=0$ 时的处理（刷题84）</li>
<li>组 D：极限与导数结合——用导数定义拆分复合极限（刷题89）</li>
<li>组 E：求导技巧
<ul>
<li>取对数求导法（刷题92）</li>
<li>降幂公式求高阶导数通项</li>
</ul>
</li>
<li>组 F：隐函数/参数方程/反函数求导（刷题93、刷题94）</li>
<li>组 G：极坐标 → 直角坐标切线方程（刷题98）</li>
</ul>
<hr>
<h2 id="组-a极限处理--分段函数--分段点可导性">
<a class="header-anchor" href="#%e7%bb%84-a%e6%9e%81%e9%99%90%e5%a4%84%e7%90%86--%e5%88%86%e6%ae%b5%e5%87%bd%e6%95%b0--%e5%88%86%e6%ae%b5%e7%82%b9%e5%8f%af%e5%af%bc%e6%80%a7"></a>
组 A：极限处理 → 分段函数 → 分段点可导性
</h2><h3 id="刷题77---最大值原则与不可导点">
<a class="header-anchor" href="#%e5%88%b7%e9%a2%9877---%e6%9c%80%e5%a4%a7%e5%80%bc%e5%8e%9f%e5%88%99%e4%b8%8e%e4%b8%8d%e5%8f%af%e5%af%bc%e7%82%b9"></a>
刷题77 ⭐⭐⭐ — 最大值原则与不可导点
</h3><p><strong>题目：</strong></p>
<p>设函数 $f(x)=\displaystyle\lim_{n\to\infty}\sqrt[n]{1+|x|^n}$，则 $f(x)$ 在 $(-\infty,+\infty)$ 上</p>
<p>A. 处处可导<br>
B. 恰有一个不可导点<br>
C. 恰有两个不可导点<br>
D. 有三个不可导点</p>

  <blockquote class="alert-blockquote warning">
    <p class="alert-heading">
      Warning
    </p>
    <p><p><strong>卡壳点</strong>：面对 $\displaystyle\lim_{n\to\infty}\sqrt[n]{1+|x|^n}$ 不知道如何化简，没触发最大值原则。</p></p>
  </blockquote>

<p><strong>用最大值原则：</strong></p>
$$\lim_{n\to\infty}\sqrt[n]{1+|x|^n} = \max\{1,|x|\}$$<p>分析：当 $|x|<1$ 时 $|x|^n\to0$，$\sqrt[n]{1}\to1$；当 $|x|=1$ 时 $\sqrt[n]{2}\to1$；当 $|x|>1$ 时 $\sqrt[n]{1+|x|^n}\sim\sqrt[n]{|x|^n}=|x|$。</p>
<p>所以：
</p>
$$f(x)=\max\{1,|x|\}=
\begin{cases}
-x, & x<-1 \\[4pt]
1, & -1\le x\le 1 \\[4pt]
x, & x>1
\end{cases}$$<p><strong>检查分段点 $x=-1$：</strong></p>
<p>左导：
</p>
$$\lim_{x\to-1^-}\frac{-x-1}{x+1} = -1$$<p>右导：
</p>
$$\lim_{x\to-1^+}\frac{1-1}{x+1}=0$$<p>$-1\neq 0$ → 不可导 ✅</p>
<p><strong>检查分段点 $x=1$：</strong></p>
<p>左导：
</p>
$$\lim_{x\to1^-}\frac{1-1}{x-1}=0$$<p>右导：
</p>
$$\lim_{x\to1^+}\frac{x-1}{x-1}=1$$<p>$0\neq 1$ → 不可导 ✅</p>
<p><strong>结论：$x=\pm1$ 为不可导点，共两个，选 C</strong> ✅</p>

  <blockquote class="alert-blockquote important">
    <p class="alert-heading">
      Important
    </p>
    <p><p><strong>避免错误的要点</strong></p>
<p>看到 $\displaystyle\lim_{n\to\infty}\sqrt[n]{a^n+b^n}$ 或 $\sqrt[n]{1+|x|^{kn}}$ 类极限，第一反应触发<strong>最大值原则</strong>——开 $n$ 次方后，绝对值最大的项活下来。</p></p>
  </blockquote>

<hr>
<h3 id="刷题79---导数在分段点处的连续性">
<a class="header-anchor" href="#%e5%88%b7%e9%a2%9879---%e5%af%bc%e6%95%b0%e5%9c%a8%e5%88%86%e6%ae%b5%e7%82%b9%e5%a4%84%e7%9a%84%e8%bf%9e%e7%bb%ad%e6%80%a7"></a>
刷题79 ⭐⭐⭐ — 导数在分段点处的连续性
</h3><p><strong>题目：</strong></p>
$$f(x)=\begin{cases}
x\arctan\dfrac{1}{x^2}, & x\neq 0, \\[6pt]
0, & x=0
\end{cases}$$<p>A. $f(x)$ 在 $x=0$ 处极限不存在<br>
B. $f(x)$ 在 $x=0$ 处极限存在但不连续<br>
C. $f(x)$ 在 $x=0$ 处连续但不可导<br>
D. $f'(x)$ 在 $x=0$ 处连续</p>
<p>✅ <strong>你正确判断了连续性和一阶可导：</strong></p>
<p>连续性：
</p>
$$\lim_{x\to0}x\arctan\frac1{x^2}=0\cdot\text{有界} = 0 = f(0) \quad\checkmark$$<p>一阶导数定义：
</p>
$$f'(0)=\lim_{x\to0}\frac{x\arctan\frac1{x^2}-0}{x}=\lim_{x\to0}\arctan\frac1{x^2}=\frac\pi2 \quad\checkmark$$
  <blockquote class="alert-blockquote warning">
    <p class="alert-heading">
      Warning
    </p>
    <p><p><strong>你漏掉的关键步骤</strong></p>
<p>判断「导数在 $x=0$ 处连续」需要两步：</p>
<ol>
<li>$f'(0)$ 存在 ✅（你做了）</li>
<li>$\displaystyle\lim_{x\to0} f'(x) = f'(0)$ ← <strong>你跳过了这一步！</strong></li>
</ol>
<p>你当时的想法是&quot;因为 $\arctan\frac1{x^2}\to\frac\pi2$ 所以 $\lim f'(x)=\frac\pi2$&quot;，但没有计算 $x\neq 0$ 时 $f'(x)$ 是否还有其他项。</p></p>
  </blockquote>

<p><strong>补上这一步：</strong></p>
<p>$x\neq 0$ 时正常求导：</p>
$$f'(x)=\arctan\frac1{x^2}+x\cdot\frac{1}{1+\frac1{x^4}}\cdot\left(-\frac{2}{x^3}\right)$$<p>化简第二项：
</p>
$$x\cdot\frac{x^4}{x^4+1}\cdot\left(-\frac{2}{x^3}\right)=-\frac{2x^2}{x^4+1}$$<p>所以：
</p>
$$f'(x)=\arctan\frac1{x^2}-\frac{2x^2}{x^4+1}$$<p>取极限：
</p>
$$\lim_{x\to0} f'(x)=\frac\pi2-0=\frac\pi2=f'(0) \quad\checkmark$$<p><strong>结论：选 D</strong> ✅</p>
        
        <hr><p>本文2026-07-23首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-07-23</p>]]>
      </description>
      
    </item>
    
  </channel>
</rss>
