극한 기본
$\displaystyle\lim_{x \to a} f(x) = L$ : $x$가 $a$에 가까워질 때 $f(x)$는 $L$에 가까워진다
$\displaystyle\lim_{x \to \infty} \frac{1}{x} = 0$, $\;\displaystyle\lim_{x \to 0} \frac{\sin x}{x} = 1$ (중요!)
미분 기본
$\dfrac{d}{dx}(x^n) = nx^{n-1}$, $\;\dfrac{d}{dx}(e^x) = e^x$
$\dfrac{d}{dx}(\ln x) = \dfrac{1}{x}$, $\;\dfrac{d}{dx}(\sin x) = \cos x$, $\;\dfrac{d}{dx}(\cos x) = -\sin x$
적분 기본
$\displaystyle\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C$ $(n \neq -1)$
$\displaystyle\int e^x\,dx = e^x + C$, $\;\displaystyle\int \dfrac{1}{x}\,dx = \ln|x| + C$
연속의 조건: $\lim_{x \to a} f(x) = f(a)$ 이면 $x=a$에서 연속
평균값 정리: $f'(c) = \dfrac{f(b)-f(a)}{b-a}$ ($a < c < b$)