Skip to content

2.3 数学:求导

学习目标

  • 知道常见的求导方法
  • 知道导数的四则运算

1 常见函数的导数

image-20190319114110182

2 导数的四则运算

image-20190709173912317

3 练习

  1. y=x3−2x2+sinxy=x3−2x2+sin**x,求f`(x)
  2. (ex+4lnx)(e**x+4lnx)`
  3. (sinx∗lnx)(sin**xlnx)`
  4. (excosx)(cosxe**x)`
  5. y=sin2x, 求dydxdxd**y

答案:

  • 1.image-20190319115544556

image-20190709175302679

image-20190709174929763

image-20190709174959127

image-20190709175152909

4 矩阵(向量)求导 [了解]

image-20190403162034769

参考链接:https://en.wikipedia.org/wiki/Matrix_calculus#Scalar-by-vector_identities

3 小结

  • 常见函数的求导方式和导数的四则运算

Released under the MIT License.