<?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/%E4%B8%8D%E5%AE%9A%E7%A7%AF%E5%88%86/</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>Sun, 26 Jul 2026 00:00:00 +0000</lastBuildDate>
    
    
    <atom:link href="https://light.sakurafishermua.top/tags/%E4%B8%8D%E5%AE%9A%E7%A7%AF%E5%88%86/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>第三章·不定积分——从概念到换元法与分部积分的完整体系</title>
      <link>https://light.sakurafishermua.top/post/20260726-indefinite-integral-system/</link>
      <pubDate>Sun, 26 Jul 2026 00:00:00 &#43;0000</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/20260726-indefinite-integral-system/</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 tabindex="0"><code>本次学习重点：
- 📚 原函数与不定积分基础
  - 原函数定义（含任意常数 C）
  - 不定积分的两个性质
- 📋 积分表（六大类）
  - 幂指对 / 三角函数 / 含 a 分式根式 / sec·csc
- 🔄 第一类换元法（凑微分）
  - 核心思想：f(框)d(框)
  - 分子凑分母导数技巧（三角版 + 一般版）
- 🔄 第二类换元法
  - 三种三角代换（sin/tan/sec）+ 取值范围
  - 画三角形回代法
  - 根式代换（能用三角就别用）
- 🔢 sinⁿx/cosⁿx 积分策略
  - 奇次 → 凑微分
  - 偶次 → 降幂公式
- ✂️ 分部积分法
  - 公式推导 + 反对幂指三口訣
</code></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>原函数不唯一（＋C）的本质含义</li>
<li>微分与积分的互逆性是验算依据</li>
<li>第一换元&quot;选框&quot;的眼力——为什么有些结构一眼就该凑</li>
<li>第二换元三种代换的对应关系不能搞反</li>
<li>分部积分中 u 和 dv 的选取逻辑</li>
</ul>
<hr>
<h2 id="一原函数与不定积分">
<a class="header-anchor" href="#%e4%b8%80%e5%8e%9f%e5%87%bd%e6%95%b0%e4%b8%8e%e4%b8%8d%e5%ae%9a%e7%a7%af%e5%88%86"></a>
一、原函数与不定积分
</h2>
  <blockquote class="alert-blockquote note">
    <p class="alert-heading">
      Note
    </p>
    <p><p><strong>原函数定义</strong></p>
<p>在区间 $I$ 上，若恒有 $F'(x)=f(x)$，则称 $F(x)$ 是 $f(x)$ 在区间 $I$ 上的一个原函数。</p>
<p><strong>不定积分定义</strong></p>
<p>$f(x)$ 在区间 $I$ 上的全体原函数称为 $f(x)$ 的不定积分，记作：</p></p>
  </blockquote>

$$ \int f(x)\,dx = F(x) + C $$<blockquote>
<p>其中 $C$ 为任意常数（积分常数）。</p>
</blockquote>
<h3 id="条件拆解">
<a class="header-anchor" href="#%e6%9d%a1%e4%bb%b6%e6%8b%86%e8%a7%a3"></a>
条件拆解
</h3><pre class="mermaid">
graph LR
  A[原函数定义] --> B[F'x = fx]
  A --> C[区间 I 上]
  B --> D[原函数不唯一]
  D --> E[Fx + C 都是原函数]
  C --> F[不同区间可不同常数]
  C --> G[1/x 在正负区间可设不同C]
</pre><h3 id="关键理解">
<a class="header-anchor" href="#%e5%85%b3%e9%94%ae%e7%90%86%e8%a7%a3"></a>
关键理解
</h3><ol>
<li><strong>&ldquo;一个&quot;原函数</strong>——原函数不唯一。如果 $F$ 是原函数，那么 $F+C$（$C$ 为任意常数）也是，因为常数的导数为零。</li>
<li><strong>区间 $I$ 的重要性</strong>——原函数与区间绑定。例如 $f(x)=\frac{1}{x}$ 在 $(-\infty,0)$ 和 $(0,+\infty)$ 上可以分别取不同的常数，写成 $\ln|x|+C_1$ 和 $\ln|x|+C_2$。</li>
</ol>

  <blockquote class="alert-blockquote warning">
    <p class="alert-heading">
      Warning
    </p>
    <p><p><strong>误区：</strong> 认为一个函数的原函数是唯一的。实际上原函数相差一个常数，不定积分必须带 $+C$。考试中去掉 $+C$ 直接扣分。</p></p>
  </blockquote>

<hr>
<h2 id="二不定积分的两个基本性质">
<a class="header-anchor" href="#%e4%ba%8c%e4%b8%8d%e5%ae%9a%e7%a7%af%e5%88%86%e7%9a%84%e4%b8%a4%e4%b8%aa%e5%9f%ba%e6%9c%ac%e6%80%a7%e8%b4%a8"></a>
二、不定积分的两个基本性质
</h2><h3 id="性质-1线性性质拆项与提系数">
<a class="header-anchor" href="#%e6%80%a7%e8%b4%a8-1%e7%ba%bf%e6%80%a7%e6%80%a7%e8%b4%a8%e6%8b%86%e9%a1%b9%e4%b8%8e%e6%8f%90%e7%b3%bb%e6%95%b0"></a>
性质 1：线性性质（拆项与提系数）
</h3><p>若函数 $f(x)$ 和 $g(x)$ 的原函数都存在，则：</p>
$$ \int [k_1 f(x) + k_2 g(x)]\,dx = k_1\int f(x)\,dx + k_2\int g(x)\,dx $$<p>其中 $k_1,k_2$ 为常数。这意味着<strong>加减小括号</strong>、<strong>常数可外提</strong>，与求导的线性性质对应。</p>
<h3 id="性质-2微分与积分的互逆性">
<a class="header-anchor" href="#%e6%80%a7%e8%b4%a8-2%e5%be%ae%e5%88%86%e4%b8%8e%e7%a7%af%e5%88%86%e7%9a%84%e4%ba%92%e9%80%86%e6%80%a7"></a>
性质 2：微分与积分的互逆性
</h3><p>这是<strong>验算积分结果是否正确</strong>的核心工具：</p>
<ul>
<li>
<p><strong>先积后微</strong>（积分结果的导数等于被积函数）：
</p>
$$ \frac{d}{dx}\left[\int f(x)\,dx\right] = f(x) $$</li>
<li>
<p><strong>先微后积</strong>（导数的积分等于原函数加任意常数 $C$）：
</p>
        
        <hr><p>本文2026-07-26首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-07-26</p>]]>
      </description>
      
    </item>
    
  </channel>
</rss>
