一、LaTeX 求导符号的标准写法
数学中求导符号的标准 LaTeX 写法是:
\prime继续阅读“LaTeX: 求导符号的那个“撇”怎么写?”
$\int$ $\big[$ $f_{1}(x)$ $\textcolor{Red}{+}$ $f_{2}(x)$ $\textcolor{Red}{+}$ $\cdots$ $\textcolor{Red}{+}$ $f_{k}(x)$ $\big]$ $\mathrm{d} x$ $=$ $\int$ $f_{1}(x)$ $\mathrm{d} x$ $\textcolor{Red}{+}$ $\int$ $f_{2}(x)$ $\mathrm{d} x$ $\textcolor{Red}{+}$ $\cdots$ $\textcolor{Red}{+}$ $\int$ $f_{k}(x)$ $\mathrm{d} x$.
$\int$ $\big[$ $f_{1}(x)$ $\textcolor{Red}{-}$ $f_{2}(x)$ $\textcolor{Red}{-}$ $\cdots$ $\textcolor{Red}{-}$ $f_{k}(x)$ $\big]$ $\mathrm{d} x$ $=$ $\int$ $f_{1}(x)$ $\mathrm{d} x$ $\textcolor{Red}{-}$ $\int$ $f_{2}(x)$ $\mathrm{d} x$ $\textcolor{Red}{-}$ $\cdots$ $\textcolor{Red}{-}$ $\int$ $f_{k}(x)$ $\mathrm{d} x$.
关于曲率的计算方法可以查看荒原之梦网(zhaokaifeng.com)的这篇文章:
如果 $k$ $=$ $\lim_{x \rightarrow + \infty}$ $\frac{f(x)}{x}$ 且 $b$ $=$ $\lim_{x \rightarrow + \infty}$ $[$ $f(x)$ $-$ $kx$ $]$, 或者 $k$ $=$ $\lim_{x \rightarrow – \infty}$ $\frac{f(x)}{x}$ 且 $b$ $=$ $\lim_{x \rightarrow – \infty}$ $[$ $f(x)$ $-$ $kx$ $]$,则直线 $y$ $=$ $kx$ $+$ $b$ 就是曲线 $y$ $=$ $f(x)$ 的倾斜渐近线.