A video by 3Blue1Brown in Bilibili\text{A video by 3Blue1Brown in Bilibili}A video by 3Blue1Brown in Bilibili



I don’t have a systematic face to Derivatives before, but now I do.\text{I don't have a systematic face to Derivatives before, but now I do.}I don’t have a systematic face to Derivatives before, but now I do.

The Derivative of a function is a function which equals to the slope of that\text{The Derivative of a function is a function which equals to the slope of that}The Derivative of a function is a function which equals to the slope of thatfunction’s graph.\text{function's graph.}function’s graph.

1. The Derivative of Power Functions\text{1. The Derivative of Power Functions}1. The Derivative of Power Functions

Let’s look at some simples.\text{Let's look at some simples.}Let’s look at some simples.

We can treat y=x2 to a square with side length x.\text{We can treat }y=x^2\text{ to a square with side length }x.We can treat y=x2 to a square with side length x.



Let the side length becomes to (x+dx) so that the area increases (2x⋅dx+dx2).\text{Let the side length becomes to }(x+dx)\text{ so that the area increases }(2x·dx+dx^2).Let the side length becomes to (x+dx) so that the area increases (2x⋅dx+dx2).

Because of the increment dx should be much smaller than x, so it’s safe to ignore the\text{Because of the increment }dx\text{ should be much smaller than }x,\text{ so it's safe to ignore the}Because of the increment dx should be much smaller than x, so it’s safe to ignore theterms those have dx2 or high power of dx.\text{terms those have }dx^2\text{ or high power of }dx.terms those have dx2 or high power of dx.

Therefore, ΔS=2x⋅dx. When dx→0,ΔS→2x.\text{Therefore, }\Delta S=2x·dx.\text{ When }dx\rightarrow0,\Delta S\rightarrow 2x.Therefore, ΔS=2x⋅dx. When dx→0,ΔS→2x.

And the same, consider the function y=x3.\text{And the same, consider the function }y=x^3.And the same, consider the function y=x3.

We can treat it to a cube with a side length x.\text{We can treat it to a cube with a side length }x.We can treat it to a cube with a side length x.



Let the side length becomes to (x+dx) so that the volume increases (3x2⋅dx+3x⋅dx2+dx3).\text{Let the side length becomes to }(x+dx)\text{ so that the volume increases }(3x^2·dx+3x·dx^2+dx^3).Let the side length becomes to (x+dx) so that the volume increases (3x2⋅dx+3x⋅dx2+dx3).

As the same, we also let it be 3x2.\text{As the same, we also let it be }3x^2.As the same, we also let it be 3x2.



Actually, for a power function f(x)=xn, it goes\text{Actually, for a power function }f(x)=x^n,\text{ it goes}Actually, for a power function f(x)=xn, it goes

f(x)=xnf(x+dx)=(x+dx)n=xn+nxn−1dx+...f′=Δf=f(x+dx)−f(x)=nxn−1\begin{aligned}f(x)&=x^n\\\\
f(x+dx)&=(x+dx)^n\\
&=x^n+nx^{n-1}dx+...\\\\
f'=\Delta f&=f(x+dx)-f(x)\\
&=nx^{n-1}\end{aligned}f(x)f(x+dx)f′=Δf​=xn=(x+dx)n=xn+nxn−1dx+...=f(x+dx)−f(x)=nxn−1​

Therefore, its dericatives f′=nxn−1.\text{Therefore, its dericatives }f'=nx^{n-1}.Therefore, its dericatives f′=nxn−1.



To be continued.\text{To be continued.}To be continued.

How to Compute The Derivatives (如何求导数)(TBC)的更多相关文章

  1. matlab求导数

    clc; %清屏 clear; %清除变量 close all; %关闭 syms x; %定义变量,多个变量间用空格分离 f(x) = x^3; %原函数 res = diff(f(x),x,1); ...

  2. 关于 Softmax 回归的反向传播求导数过程

    对于 \(Softmax\) 回归的正向传播非常简单,就是对于一个输入 \(X\) 对每一个输入标量 \(x_i\) 进行加权求和得到 \(Z\) 然后对其做概率归一化. Softmax 示意图 下面 ...

  3. BUPT复试专题—求导数(2015)

    题目描述 描述:求函数f(x) = a*x^3 + b*x^2 + c*x + d在x = x0处的一阶导数.   输入 数据第一行是数据的组数m 接下来m行的每一行分别是 a b c d x0 输出 ...

  4. [再寄小读者之数学篇](2014-06-22 求导数 [中国科学技术大学2014年高等数学B考研试题])

    设 $f(x)=x^2\ln(x+1)$, 求 $f^{(n)}(0)$. 解答: 利用 Leibniz 公式易知 $f'(0)=f''(0)=0$, $f^{(n)}(0)=(-1)^{n-3} n ...

  5. [zt]矩阵求导公式

    今天推导公式,发现居然有对矩阵的求导,狂汗--完全不会.不过还好网上有人总结了.吼吼,赶紧搬过来收藏备份. 基本公式:Y = A * X --> DY/DX = A'Y = X * A --&g ...

  6. 转:DataTable的Compute方法的应用

    转自:http://www.cnblogs.com/hfliyi/archive/2013/01/08/2851944.html 项目中遇到计算平均值.标准偏差.平均值+标准偏差.平均值+2倍标准偏差 ...

  7. [转]DataTable用中使用Compute 实现简单的DataTable数据的统计

    本文转自:http://blog.csdn.net/zwxrain/article/details/252285 調用格式: object DataTable.Compute(string expre ...

  8. R语言的导数计算(转)

    转自:http://blog.fens.me/r-math-derivative/ 前言 高等数学是每个大学生都要学习的一门数学基础课,同时也可能是考完试后最容易忘记的一门知识.我在学习高数的时候绞尽 ...

  9. 矩阵的f范数及其求偏导法则

    转载自: http://blog.csdn.net/txwh0820/article/details/46392293 矩阵的迹求导法则   1. 复杂矩阵问题求导方法:可以从小到大,从scalar到 ...

随机推荐

  1. 实战spring自定义属性(schema)

    关于spring自定义属性(schema) 在开发Dubbo应用的时候,我们会在xml中做以下类似的配置: <dubbo:application name="dubbo_service ...

  2. 第二次作业:使用Packet Tracer分析应用层协议(DNS、FTP、DHCP、SMTP、POP3)

    0 个人信息 张樱姿 201821121038 计算1812 1 实验目的 熟练使用Packet Tracer工具.分析抓到的应用层协议数据包,深入理解应用层协议,包括语法.语义.时序. 2 实验内容 ...

  3. Python 爬虫监控女神的QQ空间新的说说,实现邮箱发送

    主要实现的功能就是:监控女神的 QQ空间,一旦女神发布新的说说,你的邮箱马上就会收到说说内容,是不是想了解一下 先看看代码运行效果图: PS:只有你有一台云服务器你就可以把程序24h运行起来 直接上代 ...

  4. js中的计时器事件`setTimeout()` 和 `setInterval()`

    js中的计时器事件 在js中,通常会有一些事件,我们需要让它 间隔一段时间之后再发生,或者 每隔一段时间 发生一次,那就需要用到我们js中的计时事件 计时事件主要有两种: setTimeout() - ...

  5. 新手学习FFmpeg - 通过API实现可控的Filter调用链

    虽然通过声明[x][y]avfilter=a=x:b=y;avfilter=xxx的方式可以创建一个可用的Filter调用链,并且在绝大多数场合下这种方式都是靠谱和实用的. 但如果想精细化的管理AVF ...

  6. sql server编写archive通用模板脚本实现自动分批删除数据

    博主做过比较多项目的archive脚本编写,对于这种删除数据的脚本开发,肯定是一开始的话用最简单的一个delete语句,然后由于部分表数据量比较大啊,索引比较多啊,会发现删除数据很慢而且影响系统的正常 ...

  7. js实现敲回车键登录

    任何一个网站页面都有登陆界面,很多时候在输入好用户名和密码后,还要用鼠标去点一个类似于登陆什么的按钮或者链接.这样你才能进网站做你喜欢做的事情. 有时候我就在想是不是能在输入好我该输入的东西后,直接敲 ...

  8. OpenGl 导入读取多个3D模型 并且添加鼠标控制移动旋转

    原文作者:aircraft 原文链接:https://www.cnblogs.com/DOMLX/p/11627508.html 前言: 因为接下来的项目需求是要读取多个3D模型,并且移动拼接,那么我 ...

  9. Go中使用seed得到相同随机数的问题

    1. 重复的随机数 废话不多说,首先我们来看使用seed的一个很神奇的现象. func main() { for i := 0; i < 5; i++ { rand.Seed(time.Now( ...

  10. Redis分布式锁的一点小理解

    1.在分布式系统中,我们使用锁机制只能保证同一个JVM中一次只有一个线程访问,但是在分布式的系统中锁就不起作用了,这时候就要用到分布式锁(有多种,这里指 redis) 2.在 redis当中可以使用命 ...