请你罗列高等数学常用必备公式
-
极限公式:
- $\lim_{x\to a} c = c$
- $\lim_{x\to a} x = a$
- $\lim_{x\to a} (f(x) + g(x)) = \lim_{x\to a} f(x) + \lim_{x\to a} g(x)$
- $\lim_{x\to a} (f(x) - g(x)) = \lim_{x\to a} f(x) - \lim_{x\to a} g(x)$
- $\lim_{x\to a} (f(x) \cdot g(x)) = \lim_{x\to a} f(x) \cdot \lim_{x\to a} g(x)$
- $\lim_{x\to a} \frac{f(x)}{g(x)} = \frac{\lim_{x\to a} f(x)}{\lim_{x\to a} g(x)}$ (前提是 $\lim_{x\to a} g(x) \neq 0$)
- $\lim_{x\to a} (f(x))^n = (\lim_{x\to a} f(x))^n$ (其中 $n$ 是正整数)
-
导数公式:
- $(c)' = 0$
- $(x^n)' = nx^{n-1}$
- $(\sin x)' = \cos x$
- $(\cos x)' = -\sin x$
- $(e^x)' = e^x$
- $(\ln x)' = \frac{1}{x}$
- $(\log_a x)' = \frac{1}{x \ln a}$
-
积分公式:
- $\int k ,dx = kx + C$ (其中 $k$ 是常数)
- $\int x^n ,dx = \frac{x^{n+1}}{n+1} + C$ (其中 $n$ 不等于 $-1$)
- $\int \sin x ,dx = -\cos x + C$
- $\int \cos x ,dx = \sin x + C$
- $\int e^x ,dx = e^x + C$
- $\int \frac{1}{x} ,dx = \ln |x| + C$
- $\int \frac{1}{x \ln a} ,dx = \log_a |\ln x| + C$ (其中 $a$ 是常数)
-
泰勒展开公式:
- $f(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \frac{f'''(a)}{3!}(x-a)^3 + \cdots$
以上只是一些高等数学常用的公式,实际上高等数学涵盖的内容非常广泛,还包括微分方程、级数、多元函数等等。具体的公式还需要根据具体的应用场景来确定
原文地址: http://www.cveoy.top/t/topic/iOIa 著作权归作者所有。请勿转载和采集!