How to Compute The Derivatives (如何求导数)(TBC)
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)的更多相关文章
- matlab求导数
clc; %清屏 clear; %清除变量 close all; %关闭 syms x; %定义变量,多个变量间用空格分离 f(x) = x^3; %原函数 res = diff(f(x),x,1); ...
- 关于 Softmax 回归的反向传播求导数过程
对于 \(Softmax\) 回归的正向传播非常简单,就是对于一个输入 \(X\) 对每一个输入标量 \(x_i\) 进行加权求和得到 \(Z\) 然后对其做概率归一化. Softmax 示意图 下面 ...
- BUPT复试专题—求导数(2015)
题目描述 描述:求函数f(x) = a*x^3 + b*x^2 + c*x + d在x = x0处的一阶导数. 输入 数据第一行是数据的组数m 接下来m行的每一行分别是 a b c d x0 输出 ...
- [再寄小读者之数学篇](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 ...
- [zt]矩阵求导公式
今天推导公式,发现居然有对矩阵的求导,狂汗--完全不会.不过还好网上有人总结了.吼吼,赶紧搬过来收藏备份. 基本公式:Y = A * X --> DY/DX = A'Y = X * A --&g ...
- 转:DataTable的Compute方法的应用
转自:http://www.cnblogs.com/hfliyi/archive/2013/01/08/2851944.html 项目中遇到计算平均值.标准偏差.平均值+标准偏差.平均值+2倍标准偏差 ...
- [转]DataTable用中使用Compute 实现简单的DataTable数据的统计
本文转自:http://blog.csdn.net/zwxrain/article/details/252285 調用格式: object DataTable.Compute(string expre ...
- R语言的导数计算(转)
转自:http://blog.fens.me/r-math-derivative/ 前言 高等数学是每个大学生都要学习的一门数学基础课,同时也可能是考完试后最容易忘记的一门知识.我在学习高数的时候绞尽 ...
- 矩阵的f范数及其求偏导法则
转载自: http://blog.csdn.net/txwh0820/article/details/46392293 矩阵的迹求导法则 1. 复杂矩阵问题求导方法:可以从小到大,从scalar到 ...
随机推荐
- mvn deploy:deploy-file命令
mvn deploy:deploy-file -DgroupId=com.gome -DartifactId=jwebservices -Dversion=2.0 -Dpackaging=jar -D ...
- 浅谈DanmakuView
今天简单介绍一下开源的弹幕引擎---danmakuView 使用之前在build.gradle里面添加下面这一条(目前我使用的工具是AndroidStudio 3.1.2) impleme ...
- setuptools的安装
Python 2.x: sudo apt-get install python-setuptools (python2.x版本执行此命令) Python 3.x: su ...
- 关于SP优化
SET STATISTICS PROFILE ON;SET STATISTICS TIME ON;SET STATISTICS IO ON;--打开三个开关SET STATISTICS PROFILE ...
- Java 从入门到进阶之路(六)
之前的文章我们介绍了 Java 的数组,本章我们来看一下 Java 的对象和类. Java 是一种面向对象语言,那什么是对象呢,对象在编程语言中属于一个很宽泛的概念,我们可以认为万事万物都是对象,每个 ...
- RxSwift 入门
ReactiveX 是一个库,用于通过使用可观察序列来编写异步的.基于事件的程序. 它扩展了观察者模式以支持数据.事件序列,并添加了允许你以声明方式组合序列的操作符,同时抽象对低层线程.同步.线程安全 ...
- 在vue项目中使用less
1.安装 less 和 less-loader. 命令: npm install less less-loader --save-dev 2.打开 build/webpack.ba ...
- [洛谷日报第39期]比STL还STL?——pbds
[洛谷日报第39期]比STL还STL?——pbds 洛谷科技 发布时间:18-08-3116:37 __gnu_pbds食用教程 引入 某P党:“你们C++的STL库真强(e)大(xin),好多数 ...
- Maven 梳理 - 常用三种archetype说明
archetype:原型的意思,可理解为Maven项目模板工具包 常用archetype 1.cocoon-22-archetype-webapp 2.maven-archetype-quicksta ...
- Redis连接池-Java代码
1.JedisUtil类 2.测试类 3.测试日志(模拟出现竞争情况) import org.apache.log4j.Logger; import redis.clients.jedis.Jedis ...