跳到主要内容

函数

分类

%% [list2node] %%

  • 任意
    • 广义
      • 可测
        • 连续: 在其定义域内没有间断点的函数
          • 光滑: 在其定义域内无限次可导的函数
            • 解析: 在其定义域内的每一点都可以展开为收敛的幂级数的函数
              • 代数: 由多项式通过有限次代数运算(加、减、乘、除、开方)得到的函数
                • 多项式
                • 有理
                • 根式
              • 指数
              • 对数
              • 三角、反三角
              • 双曲、反双曲
              • 通过幂级数展开定义的函数、特殊函数

初等函数

基本初等函数经过有限次的四则运算或有限次的函数复合所构成并可以用一个解析式表出的函数,称为初等函数.

幂函数

f(x)=xaf(x) = x^a

  • a<0a < 0: 在 (0,+)(0, +\infty) 单调递减. 都经过点 (1,1)
    • 整数, 比如 x2x^{-2}, x3x^{-3}. 定义域 R/0, 值域 R/0. a 的奇偶决定函数奇偶
    • 分数, 比如 x12x^{-\frac{1}{2}}, x13x^{-\frac{1}{3}}. 定义域、值域分别取决于分母、分子的奇偶性
  • a>0a > 0: 在 (0,+)(0, +\infty) 单调递增. 0<a<10 < a < 1 越增越慢, 图像上凸(横抛); a>1a > 1 越增越快, 图像下凹(竖抛). 都经过点 (0,0) (1,1)
    • 整数, 比如 x2x^2, x3x^3. 定义域 R, 值域 R. a 的奇偶决定函数奇偶
    • 分数, 比如 x12x^{\frac{1}{2}}, x13x^{\frac{1}{3}}. 定义域、值域分别取决于分母、分子的奇偶性


ddx[xn]=nxn1\frac{d}{dx} [x^n] = n x^{n-1}

xndx=xn+1n+1+C(n1)\int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)

指数函数

f(x)=axf(x) = a^x, 其中 a>0a > 0a1a \neq 1. 定义域 R\mathbb{R}, 值域 (0,+)(0, +\infty)

  • 0<a<10 < a < 1, 单调递减
  • a>1a > 1, 单调递增
  • f(0)=a0=1f(0) = a^0 = 1

ex=n=0xnn!=1+x+x22!+x33!+e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots

ddx[ex]=ex\frac{d}{dx} [e^x] = e^x
ddx[ax]=axlna\frac{d}{dx} [a^x] = a^x \ln a

exdx=ex+C\int e^x \, dx = e^x + C
axdx=axlna+C\int a^x \, dx = \frac{a^x}{\ln a} + C

对数函数

f(x)=logaxf(x) = \log_a x, 其中 a>0a > 0a1a \neq 1. 定义域 (0,+)(0, +\infty), 值域 R\mathbb{R}

  • 0<a<10 < a < 1, 单调递减
  • a>1a > 1, 单调递增
  • f(1)=loga1=0f(1) = \log_a 1 = 0
  • f(a)=logaa=1f(a) = \log_a a = 1

ln(x)=n=1(1)n+1(x1)nn=(x1)(x1)22+(x1)33\ln(x) = \sum_{n=1}^{\infty} (-1)^{n+1} \frac{(x-1)^n}{n} = (x-1) - \frac{(x-1)^2}{2} + \frac{(x-1)^3}{3} - \cdots

ddx[lnx]=1x\frac{d}{dx} [\ln x] = \frac{1}{x}
ddx[logax]=1xlna\frac{d}{dx} [\log_a x] = \frac{1}{x \ln a}

1xdx=lnx+C\int \frac{1}{x} \, dx = \ln |x| + C

三角函数

  • 正弦 f(x)=sinx=n=0(1)nx2n+1(2n+1)!=xx33!+x55!x77!+f(x) = \sin x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \cdots. 定义域 R, 值域 [1,1][-1, 1]
  • 余弦 f(x)=cos(x)=n=0(1)nx2n(2n)!=1x22!+x44!x66!+f(x) = \cos(x) = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!} = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \cdots. 定义域 R, 值域 [1,1][-1, 1]
  • 正切 f(x)=tan(x)=n=1(1)n122n(22n1)B2n(2n)!x2n1=x+x33+2x515+17x7315+f(x) = \tan(x) = \sum_{n=1}^{\infty} \frac{(-1)^{n-1} 2^{2n} (2^{2n}-1) B_{2n}}{(2n)!} x^{2n-1} = x + \frac{x^3}{3} + \frac{2x^5}{15} + \frac{17x^7}{315} + \cdots. 定义域 xπ2+kπ,kZx \neq \frac{\pi}{2} + k\pi, \quad k \in \mathbb{Z}, 值域 R
  • 余切 f(x)=cotxf(x) = \cot x. 定义域 xkπ,kZx \neq k\pi, \quad k \in \mathbb{Z}, 值域 R
  • 正割 f(x)=secxf(x) = \sec x. 定义域 xπ2+kπ,kZx \neq \frac{\pi}{2} + k\pi, \quad k \in \mathbb{Z}, 值域 (,1][1,+)(-\infty, -1] \cup [1, +\infty)
  • 余割 f(x)=cscxf(x) = \csc x. 定义域 xkπ,kZx \neq k\pi, \quad k \in \mathbb{Z}, 值域 (,1][1,+)(-\infty, -1] \cup [1, +\infty)

ddx[sinx]=cosx\frac{d}{dx} [\sin x] = \cos x
ddx[cosx]=sinx\frac{d}{dx} [\cos x] = -\sin x
ddx[tanx]=sec2x\frac{d}{dx} [\tan x] = \sec^2 x
ddx[cotx]=csc2x\frac{d}{dx} [\cot x] = -\csc^2 x
ddx[secx]=secxtanx\frac{d}{dx} [\sec x] = \sec x \tan x
ddx[cscx]=cscxcotx\frac{d}{dx} [\csc x] = -\csc x \cot x

sinxdx=cosx+C\int \sin x \, dx = -\cos x + C
cosxdx=sinx+C\int \cos x \, dx = \sin x + C
tanxdx=lncosx+C\int \tan x \, dx = -\ln |\cos x| + C
cotxdx=lnsinx+C\int \cot x \, dx = \ln |\sin x| + C
secxdx=lnsecx+tanx+C\int \sec x \, dx = \ln |\sec x + \tan x| + C
cscxdx=lncscx+cotx+C\int \csc x \, dx = -\ln |\csc x + \cot x| + C

角度(θ)弧度sinθcosθtanθ
00001100
30°π6\frac{\pi}{6}12\frac{1}{2}32\frac{\sqrt{3}}{2}33\frac{\sqrt{3}}{3}
45°π4\frac{\pi}{4}22\frac{\sqrt{2}}{2}22\frac{\sqrt{2}}{2}11
60°π3\frac{\pi}{3}32\frac{\sqrt{3}}{2}12\frac{1}{2}3\sqrt{3}
90°π2\frac{\pi}{2}1100无定义

反三角函数

  • 反正弦 f(x)=arcsinxf(x) = \arcsin x
  • 反余弦 f(x)=arccosxf(x) = \arccos x
  • 反正切 f(x)=arctanxf(x) = \arctan x

ddx[arcsinx]=11x2\frac{d}{dx} [\arcsin x] = \frac{1}{\sqrt{1-x^2}}
ddx[arccosx]=11x2\frac{d}{dx} [\arccos x] = -\frac{1}{\sqrt{1-x^2}}
ddx[arctanx]=11+x2\frac{d}{dx} [\arctan x] = \frac{1}{1+x^2}
ddx[arccot x]=11+x2\frac{d}{dx} [\text{arccot } x] = -\frac{1}{1+x^2}
ddx[arcsec x]=1xx21\frac{d}{dx} [\text{arcsec } x] = \frac{1}{|x|\sqrt{x^2-1}}
ddx[arccsc x]=1xx21\frac{d}{dx} [\text{arccsc } x] = -\frac{1}{|x|\sqrt{x^2-1}}

11x2dx=arcsinx+C\int \frac{1}{\sqrt{1-x^2}} \, dx = \arcsin x + C
11+x2dx=arctanx+C\int \frac{1}{1+x^2} \, dx = \arctan x + C

常数函数

%% (在数学分析中包括, 在高等数学中不包括) %%