zoukankan      html  css  js  c++  java
  • 重学微积分

    Chapter Two:Basic Calculus Formulas

    2-1 Introduction

    Elementary functions are those formed from three base functions by application (possibly repeated) of six operations on functions.
    The three base functions are the identity function, the sine function and the logarithm function.
    The six operations are addition, subtraction, multiplication, division, composition and inversion.
    初等函数由三种基本函数和六种运算法则组成。
    三种基本函数:恒等函数,三角函数和对角函数
    六种运算法则:加,减,乘,除,复合和反转。

    2-2 The Chain Rule - 链式法则

    用于求复合函数的微分。
    假设:y=f(x),x=g(t)y= f(x), quad x=g(t),那么,y=f(g(t))y=f(g(t)),此时若要计算yytt的导数,或者说微分,则要计算:dydt=d[f(g(t))]dtfrac{dy}{dt}=frac{d[f(g(t))]}{dt}但显然f(x)f(x)中不包含变量tt,因此,我们要求的是:dydxdxdt=f(x)g(t)frac{dy}{dx}cdotfrac{dx}{dt}=f'(x)cdot g'(t)
    同理,若要对下面的式中的zztt求导z=f(y),y=g(x),x=ϕ(t)z=f(y),quad y=g(x),quad x=phi(t)则,dzdydydxdxdt=f(y)g(x)ϕ(t)frac{dz}{dy}cdot frac{dy}{dx}cdot frac{dx}{dt}cdot =f'(y)g'(x)phi'(t).

    2-3 Integration by Substitution - 替换法计算积分

    设有两个函数:f(g)g(x)f(g),quad g(x)显然存在:(F[g(x)])=dFdx=dFdgdgdx=F(g)g(x)(F[g(x)])'=frac{dF}{dx}=frac{dF}{dg}cdot frac{dg}{dx}=F'(g)cdot g'(x)因此,(F[g(x)])=F[g(x)]int (F[g(x)])'=F[g(x)]
    可能会感觉这不是和上面那个一样么,emm,上面那个是求微分,这个求的是积分。

    下面举个例子看看怎么用,举例::012x1+x2dx计算积分:int_0^12xsqrt{1+x^2}dx
    解:
    012x1+x2dx=011+x2(2xdx)=x=0x=11+x2d(1+x2)=23(1+x2)3201=23(221) egin{aligned} \ int_0^12xsqrt{1+x^2}dx &= int_0^1sqrt{1+x^2}(2xdx) \ &= int_{x=0}^{x=1}sqrt{1+x^2}d(1+x^2)\ &=frac{2}{3}(1+x^2)^{frac{3}{2}}|_0^1\ &=frac{2}{3}(2sqrt2-1) end{aligned}
    提示:F(g)=1+x2g(x)=1+x2F(g)=sqrt{1+x^2},quad g(x)=1+x^2

  • 相关阅读:
    Debian ABC --- 1st time ---7
    django基础操作
    http协议
    css3种引入方式,样式与长度颜色,常用样式,css选择器
    前端3剑客
    视图,sql注入问题,事物,存储过程
    用户权限,pymysql
    表查询
    约束
    mysql数据类型
  • 原文地址:https://www.cnblogs.com/dansz/p/12819119.html
Copyright © 2011-2022 走看看