Intermediate Value Theorem
Prove Vertical Asymptote
lim(f(x)) = +/- infinity
x->a+
OR
lim(f(x)) = +/- infinity
x->a-
then asymptote at x = a
Find horizontal asymptote
If
lim(f(x)) = L
x->infinity
Then right end asymptote at y = L
If
lim(f(x)) = M
x-> -infinity
Then left end asymptote at y = M
lim(sin(kx)/kx)
x->0
where k =/ 0
1
lim(kx/sin(kx))
x->0
where k =/ 0
1
lim((cos(x) -1)/x)
x->0
0
lim(sin(kx)/wx)
x-> +/- infinity
where k and w =/ 0
0
lim(cos(kx)/wx)
x-> +/- infinity
where k and w =/ 0
0
cos(2x)
cos^2(x) - sin^2(x)
sin(2x)
2sin(x)cos(x)
tan(a+b)
(tan(a) + tan(b)) / (1 - tan(a)tan(b))
tan(2x)
2tan(x) / (1 - tan^2(x))
1 - sin^2(x)
cos^2(x)
sin(x/2)
+/- sqrt((1 - cos(x)) / 2)
cos(x/2)
+/- sqrt((1 + cos(x)) / 2)
Law of Cosines
a^2 = b^2 + c^2 - 2bc(cos(A))
sin((pi/2) - x)
cos(x)
tan((pi/2) - x)
cot(x)
sin^2(x)
(1 - cos(2x)) / 2
cos^2(x)
(1 + cos(2x)) / 2
Derivative Product Rule
d(uv) / dx = u(dv / dx) + v(du / dx)
Derivative Quotient Rule
d(u / v) / dx = (v(du / dx) - u(dv / dx)) / v^2
d(sin(x)) / dx
cos(x)
d(cos(x)) / dx
-sin(x)