<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Approximation on TouchingFish.top</title><link>https://touchingfish.top/tags/approximation/</link><description>Recent content in Approximation on TouchingFish.top</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 19 Jun 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://touchingfish.top/tags/approximation/index.xml" rel="self" type="application/rss+xml"/><item><title>普林斯顿微积分读本 VIII</title><link>https://touchingfish.top/calculus101/2021-cal8/</link><pubDate>Sat, 19 Jun 2021 00:00:00 +0000</pubDate><guid>https://touchingfish.top/calculus101/2021-cal8/</guid><description>&lt;h1 id="泰勒多项式泰勒级数与幂级数"&gt;§泰勒多项式、泰勒级数与幂级数&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;近似值（approximations）、泰勒多项式和泰勒近似定理（Taylor approximation theorem）&lt;/li&gt;
&lt;li&gt;近似值的精确度和泰勒定理&lt;/li&gt;
&lt;li&gt;幂级数&lt;/li&gt;
&lt;li&gt;泰勒级数和麦克劳林级数（Maclaurin series）&lt;/li&gt;
&lt;li&gt;泰勒级数的收敛性问题&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="241-近似值和泰勒多项式"&gt;24.1 近似值和泰勒多项式&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Here&amp;rsquo;s a nice fact: for any real number $x$, we have
&lt;/p&gt;
$$
&gt; e^x \cong 1 + x + {x^2\over2} + {x^3\over6}
&gt; $$&lt;p&gt;
Also, the closer x is to 0, the better the approximation.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="2411-线性化的回顾"&gt;24.1.1 线性化的回顾&lt;/h3&gt;
&lt;p&gt;平滑的函数可经过多次求导（见&lt;em&gt;13.2&lt;/em&gt;），曲线在点 $(a,f(a))$ 处的切线的方程为：
&lt;/p&gt;
$$
y=f(a)+f'(a)(x-a)
$$&lt;p&gt;称为函数 $f$ 在 $x=a$ 处的线性化（linearization）&lt;/p&gt;
&lt;p&gt;线性近似，即&lt;strong&gt;在切点处附近，切线与曲线差别很小&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id="2412-二次方程近似"&gt;24.1.2 二次方程近似&lt;/h3&gt;
&lt;p&gt;二次近似（quadratic approximates）
&lt;/p&gt;
$$
y=f(a)+f'(a)(x-a)+{f''(a)\over2}(x-a)^2
$$&lt;p&gt;关于 $x$ 的二次函数&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;$P_2(x)=y$，代入 $x=a$ 时，$P_2(a)=f(a)$&lt;/li&gt;
&lt;li&gt;$P_2'(x)=f'(a)+f''(a)(x-a)$，代入 $x=a$ 时，$P_2'(a)=f'(a)$&lt;/li&gt;
&lt;li&gt;$P_2''(x)=f''(a)$，代入 $x=a$ 时，$P_2''(a)=f'(a)$&lt;/li&gt;
&lt;li&gt;因为 $f''(a)$ 是一个常数，$P_2'''(x)=0$&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;The second-order correction term helps us get even closer to the curve, at least for $x$ near $a$.&lt;/p&gt;</description></item><item><title>普林斯顿微积分读本 III</title><link>https://touchingfish.top/calculus101/2021-cal3/</link><pubDate>Thu, 15 Apr 2021 00:00:00 +0000</pubDate><guid>https://touchingfish.top/calculus101/2021-cal3/</guid><description>&lt;h1 id="最优化和线性化"&gt;§最优化和线性化&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;最优化（optimization）&lt;/li&gt;
&lt;li&gt;线性近似（linearization）&lt;/li&gt;
&lt;li&gt;估算函数的零点&lt;/li&gt;
&lt;li&gt;牛顿法（Newton&amp;rsquo;s method）&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="131-最优化"&gt;13.1 最优化&lt;/h2&gt;
&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Identify all the variables you might possibly need. One of them should be the quantity you want to maximize or minimize - make sure you know which one! Let&amp;rsquo;s call it $Q$ for now, although of course it might be another letter like $P$, $m$, or $\alpha$.&lt;/li&gt;
&lt;li&gt;Get a feel for the extremes of the situation, seeing how far you can push your variables. (For example, in the problem from the previous section, we saw that $x$ had to be between $2$ and $8$.)&lt;/li&gt;
&lt;li&gt;Write down equations relating the variables. One of them should be an equation for $Q$.&lt;/li&gt;
&lt;li&gt;Try to make $Q$ a function of only one variable, using all your equations to eliminate the other variables.&lt;/li&gt;
&lt;li&gt;Differentiate $Q$ with respect to that variable, then find the critical points; remember, these occur where the derivative is $0$ or the derivative doesn&amp;rsquo;t exist.&lt;/li&gt;
&lt;li&gt;Find the values of $Q$ at all the critical points and at the endpoints. Pick out the maximum and minimum values. As a verification, use a table of signs or the sign of the second derivative to classify the critical points.&lt;/li&gt;
&lt;li&gt;Write out a summary of what you&amp;rsquo;ve found, identifying the variables in words rather than symbols (wherever possible).&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;考虑所有可能需要的变量&lt;/li&gt;
&lt;li&gt;确认极端变量的可能&lt;/li&gt;
&lt;li&gt;写出不同变量的方程&lt;/li&gt;
&lt;li&gt;构建单变量函数&lt;/li&gt;
&lt;li&gt;求导，计算临界点&lt;/li&gt;
&lt;li&gt;计算临界点及端点的函数值，使用一阶或二阶导数判断最大值和最小值&lt;/li&gt;
&lt;li&gt;结论&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;注意：构建单变量函数时，有时候可以通过隐函数求导&lt;/p&gt;</description></item></channel></rss>