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. 03:H.264编码原理以及视频压缩I、P、B帧

    一:前言 H264是新一代的编码标准,以高压缩高质量和支持多种网络的流媒体传输著称,在编码方面,我理解的他的理论依据是:参照一段时间内图像的统计结果表明,在相邻几幅图像画面中, 一般有差别的像素只有1 ...

  2. Game with string CodeForce#1104B 栈、串

    题目链接:Game with string 题目原文 Two people are playing a game with a string 

  3. Apache和Tomcat 配置负载均衡(mod-proxy方式)-粘性session

    Tomcat集群配置后端Tomcat Server为支持AJP的独立服务,前端Apache配置为粘性会话(sticky-session),Tomcat不配置Cluster配置和Session复制. 配 ...

  4. 限制页面被pc端访问

    在需要被pc端访问的页面的脚本里加上如下代码即可: <script>var system = {}; var p = navigator.platform; var u = navigat ...

  5. Python攻破淘宝网各类反爬手段,采集淘宝网ZDB(女用)的销量!

    声明: 由于某些原因,我这里会用手机代替,其实是一样的! 环境: windows python3.6.5 模块: time selenium re 环境与模块介绍完毕后,就可以来实行我们的操作了. 第 ...

  6. git checkout 提示 “error: The following untracked working tree files would be overwritten by checkout” 解决

    问题描述 Windows 或者 macOS 操作系统中,文件名是不区分大小写的.对于已经提交到仓库中的文件修改文件名的大小写,然后又用 git rm 命令将老文件从 Git 仓库删除掉,并保存下新的文 ...

  7. Python入门系列【附】进阶教程

    如题,本篇将讲解Python提升之路:Python作为语法简单易学的语言,入门容易精通却很难,这是共识,那么为什么会有这样的共识?精通Python的难度在哪里? Python拥有简单.形象.直观的语法 ...

  8. Linux下格式化恢复USB启动优盘

    问题描述:优盘制作成启动盘安装操作系统,但是后边使用时发现无法格式化,提示 This partition cannot be modified because it contains a partit ...

  9. 从0开始学FreeRTOS-(列表与列表项)-3

    # FreeRTOS列表&列表项的源码解读     第一次看列表与列表项的时候,感觉很像是链表,虽然我自己的链表也不太会,但是就是感觉很像. 在`FreeRTOS`中,列表与列表项使用得非常多 ...

  10. 【JZOJ5263】分手是祝愿

    Description 请注意本题的数据范围. Input Output Sample Input 2 2 15 19 3 30 40 20 Sample Output 285 2600 Hint 数 ...