Chapter(3) -- Derivatives 导数

1. 导数与变化率

通常,我们称曲线上某一个点切线的斜率为曲线在该点上的斜率。如果我们对着该点无限将其放大,曲线在有限的视野范围内就会变成了直线。

We sometimes refer to the slope of the tangent line to a curve at a point as the slope of the curve at the point. The idea is that if we zoom in far enough toward the point, the curve looks almost like a straight line.

放大的程度越高,曲线和该点的切线就越相似。

The more we zoom in, the more the parabola looks like a line. In other words, the curve becomes almost indistinguishable from its tangent line.

2. 函数的导数

A function ƒ is differentiable at a if ƒ‘(a) exists, it is differentiable on an open interval (a,b) if it is differentiable at every number in the interval.

If ƒ is differentiable at a, then ƒ is continuous at a.

可导必然连续,但是连续未必可导。

用刚才无限区域方法的思路来看,如果ƒ在a点不可导的时候,无论怎么放大这个点,都不能看出这是一条直线。

3. 导数公式

千呼万唤始出来:

ƒ(x)=C; ƒ‘(x)=0

ƒ(x)=xn; ƒ‘(x)=nxn−1

ƒ(x)=x−n; ƒ‘(x)=−nx−n−1

ƒ(x)=ax; ƒ‘(x)=axlna

ƒ(x)=ex; ƒ‘(x)=ex

ƒ(x)=logax; ƒ‘(x)=1/xlna

ƒ(x)=lnx; ƒ‘(x)=1/x

ƒ(x)=sinx; ƒ‘(x)=cosx

ƒ(x)=cosx; ƒ‘(x)=−sinx

ƒ(x)=tanx; ƒ‘(x)=sec2x

ƒ(x)=cotx; ƒ‘(x)=−csc2x

导数的四则运算:

[ƒ(x)+g(x)]‘ = ƒ‘(x)+g‘(x)

[ƒ(x)−g(x)]‘ = ƒ‘(x)−g‘(x)

[ƒ(x)*g(x)] = ƒ‘(x)*g(x) + ƒ(x)*g‘(x)

[ƒ(x)/g(x)] = [ƒ‘(x)*g(x) − ƒ(x)*g‘(x)] / [g(x)]2

4. 链式法则

The chain rule(链式法则):

If g is differentiable at x and ƒ is differentiable at g(x), then the composite function F=ƒ°g defined by F(x)=ƒ(g(x)) is differentiable at x and F‘ is given by the product:

F‘(x)=ƒ‘(g(x))*g‘(x)

The power rule combined with the chain rule

If n is any real number and μ=g(x) is differentiable, then:

5. 隐函数的导数

The functions that we have met so far can be described by expressing one variable explicitly in terms of another variable--for example, y=x3+1, or in general, y=ƒ(x). Some functions, however, are defined implicitly by a relation between x and y such as: x2+y2=6xy.

It is not easy to solve this equation for y explicitly as a function of x by hand. But we don‘t need to solve an equation for y in terms of x in order to find the derivative of y. Instead we can use the method of implicit differentiation. This consists of differentiating both sides of the equation with respect to x and then solving the resulting equation for y‘.

当我们在遇到上述这样的函数的时候,往往很难求解。但是,既然我们的目的是求导数,那么我们根本没有必要解出这样一个复杂的方程来。这时可以用隐函数的方法绕开解方程这样一个步骤,直接对=两边的式子求导即可。当遇到复杂的求导问题时,记得要用导数的运算法则将它们转换成简单的问题。

时间: 2024-10-13 22:22:40

Chapter(3) -- Derivatives 导数的相关文章

机器学习单词记录--02章单变量相性回归

Liner  regression 线性回归 The overall  process of x  x的整个过程 区分监督学习和无监督学习--看是否有“正确答案”和已知的预测值 Cost  function代价函数 M--denote the number of training examples表示训练样本的数量 Lowercase x 小写字母x Output variables 输出变量 Training  set训练集 Hypothesis 假设 Corresponding  相应的 R

[从头学数学] 第192节 导数及其应用

剧情提要: [机器小伟]在[工程师阿伟]的陪同下进入了[九转金丹]之第五转的修炼. 这次要研究的是[导数及其应用]. 正剧开始: 星历2016年04月23日 16:32:36, 银河系厄尔斯星球中华帝国江南行省. [工程师阿伟]正在和[机器小伟]一起研究[导数及其应用]. <span style="font-size:18px;">>>> [-3.000001001396413, -2.999998999442255] [4.999998999721811

曲线切线的定义和导数(极限)

那么一般的曲线的切线该怎么定义呢?且看下文! \(P(x_{0},y_{0})\)和\(Q(x_{0} + \Delta x,y_{0} + \Delta y)\)分别是上图曲线上不同的两点(这意味着\(\Delta x \neq 0\)),Q可以选在P的右边也可以选在左边(这意味着\(\text{Δx}\)可正可负),称通过PQ的直线为该曲线的一条割线.在\(\text{Δx}\)不断逼近于0的过程中,点\(Q\)不断逼近于P, 来看这个过程中的产生的割线\(\text{PQ}\).\(PQ^

Cpp Chapter 10: Objects and Classes Part2

10.2.4 Using classes Following exapmle uses the class definition and implementation written in previous files: // usestok0.cpp -- the client program // compiler with stock00.cpp #include <iostream> #include "stock00.h" int main() { Stock s

ANSI Common Lisp Chapter 2

Chapter 2 总结 (Summary) Lisp 是一种交互式语言.如果你在顶层输入一个表达式, Lisp 会显示它的值. Lisp 程序由表达式组成.表达式可以是原子,或一个由操作符跟着零个或多个实参的列表.前序表示法代表操作符可以有任意数量的实参. Common Lisp 函数调用的求值规则: 依序对实参从左至右求值,接着把它们的值传入由操作符表示的函数. quote 操作符有自己的求值规则,它完封不动地返回实参. 除了一般的数据类型, Lisp 还有符号跟列表.由于 Lisp 程序是

Chapter 5 MySQL Server Administration_1

Chapter 5 MySQL Server Administration Table of Contents 5.1 The MySQL Server 5.1.1 Configuring the Server 5.1.2 Server Configuration Defaults 5.1.3 Server Option and Variable Reference 5.1.4 Server Command Options 5.1.5 Server System Variables 5.1.6

2.8 计算图的导数计算

在反向传播的术语当中,我们看到,如果你想计算最后输出的变量的导数,使用你最关心的变量,对V的导数,那么我们就做完了一步反向传播,在这个流程中, 就是一个反向步, 现在来看另外一个例子,成本函数对a求导是多少呢?换句话说,我们改变a,将会对J的数值造成什么样的影响呢? 介绍一个新的符号约定 当编程实现反向传播时,通常会有一个最终输出值是你要关心的,最终的输出变量,你真正想要关心或者说是优化的,在这种情况下,最终的输出变量是J,就是流程图里最后的一个符号,所以有很多的计算尝试计算输出变量的导数,所以

Notes : &lt;Hands-on ML with Sklearn &amp; TF&gt; Chapter 7

.caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordere

软工Chapter Six

软工Chapter six 团队和流程 典型的软件团队模式和开发流程是:主治医师模式.明星模式.社区模式.业余剧团模式.秘密团队.特工团队.交响乐团模式.爵士乐模式.功能团队模式:写了再改模式.瀑布模型.瀑布模型的各种变形.统一流程.老板驱动的流程.渐进交付的流程. 现在的编程离不开团队的合作,那么怎样的组合才能算是一个团队呢?首先,团队有一致的集体目标,团队要一起完成这目标.一个团队的成员不一定要同时工作,但一定要有共同的目标.另外团队成员有各自的分工,互相依赖合作,共同完成任务. 软件团队有