<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Newtons-Method on TouchingFish.top</title><link>https://touchingfish.top/tags/newtons-method/</link><description>Recent content in Newtons-Method on TouchingFish.top</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Thu, 15 Apr 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://touchingfish.top/tags/newtons-method/index.xml" rel="self" type="application/rss+xml"/><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>