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

  • 相关阅读:
    层模型--绝对定位(position:absolute)
    什么是层模型?
    浮动模型
    流动模型(二)
    插值方法
    CFS调度分析(内核版本:2.6.34)
    CRC检验
    ubuntu误删home目录
    随想
    Android——Activity生命周期
  • 原文地址:https://www.cnblogs.com/dansz/p/12819119.html
Copyright © 2011-2022 走看看