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到 ...
随机推荐
- Mysql优化总结(一)
一,前言 数据库(Database)是按照数据结构来组织.存储和管理数据的仓库. MySQL 是一个关系型数据库管理系统,由瑞典 MySQL AB 公司开发,目前属于 Oracle 公司.My ...
- CentOS7 安装 Pure-ftpd
博客地址:http://www.moonxy.com 一.摘要 FTP 是 File Transfer Protocol(文件传输协议)的英文简称,而中文简称为"文传协议”.用于Intern ...
- iOS 13 正式发布,来看看有哪些 API 变动
iOS 13 已正式发布,网上对其用户体验上的新特性的描述也很多.对于开发来说,需要关注的另一方面是新系统在 API 层面做了哪些改动,从而会对我们现有的代码产生什么影响. 在这里,我们基于 iOS ...
- Docker学习之Dockerfile
通过编写简单的文件创建docker镜像 dockerfile 用来创建docker镜像. 格式 : FROM alpine:latest MAINTAINER XSW CMD echo "h ...
- Flutter学习笔记(27)--数据共享(InheritedWidget)
如需转载,请注明出处:Flutter学习笔记(27)--数据共享(InheritedWidget) InheritedWidget是Flutter中非常重要的一个功能型组件,它提供了一种数据在widg ...
- Educational Codeforces Round 72 (Rated for Div. 2)
https://www.cnblogs.com/31415926535x/p/11601964.html 这场只做了前四道,,感觉学到的东西也很多,,最后两道数据结构的题没有补... A. Creat ...
- css3练习
读条的实现1 .div{position: relative;border: 1px solid #111;width: 80px;height: 60px} .div div{width: 20px ...
- 阿里云centos6.9搭建fastDFS文件服务器
准备压缩包: 1.fastdfs-nginx-module_v1.16.tar.gz 2.FastDFS_v5.05.tar.gz 3.libfastcommonV1.0.7.tar.gz 4.ngi ...
- Java8新特性——lambda函数式编程
一.遍历循环 /** * @author jiaqing.xu@hand-china.com * @version 1.0 * @name * @description 循环遍历 * @date 20 ...
- php-fpm启动,重启,退出
首先确保php-fpm正常安装,运行命令php-fpm -t输出查看: ##确定php-fpm配置正常 [root@iz2vcf47jzvf8dxrapolf7z php7.-Oct-::] NOTI ...