BC Calculus Cram Sheet
[Courtesy of Will Felder. Edited/extended by EMH 5/10/2000, 1/25/2001, 8/3/2002, 5/8/2003.]
Formulas |
| |
|
Trapezoid rule: A » ½ Dx (f(x0) + 2f(x1) + 2f(x2) + . . . + 2f(xn – 1) + f(xn)) | |
|
Chain rule: Dx(g(u(x))) = g¢(u(x)) u¢(x) | |
|
Derivative of an inverse: Dx(f –1(x)) = 1 / f ¢(f –1(x)) | |
|
Parametric chain rule: If y = y(t) and x = x(t), then dy/dx = (dy/dt) / (dx/dt). | |
|
Product rule: (uv)¢ = uv¢ + vu¢ | |
|
Quotient rule: (u/v)¢ = (vu¢ – uv¢)/v2 | |
|
Change of base: logb x = (ln x) / (ln b) | |
|
Rewriting an exponential: bx = ex ln b | |
|
Integration by parts: ò u dv = uv – ò v du | |
|
Polar area: ½ ò r² dq | |
|
Exponential growth: Diffeq. y' = ky has solution y = cekx | |
|
Logistic growth: Diffeq. y' = ky(A – y) has solution y = A / (1 + ce–Akx) | |
|
Volume by disks: ò pr² dx if axis of rotation is parallel to x-axis (use dy if parallel to y-axis) | |
|
Volume by shells: ò 2prh dx if axis of rotation is parallel to y-axis (use dy if parallel to x-axis) | |
|
Average value of f on [a, b] is òab f(x) dx / (b – a). | |
|
cos² x = ½(1 + cos 2x) | |
|
sin² x = ½(1 – cos 2x) | |
|
f(x) » f(a) + f
'(a)(x – a) + [f ''(a)/2!]
(x – a)² + . . . + [f (n)(a)
/ n!] (x – a)n | |
Derivatives and Antiderivatives |
| |
|
| |
|
polynomials | |
Arc Length |
| |
|
Regular: ò Ö(1+(dy/dx)2) dx | |
|
Parametric: ò Ö((dx/dt)2 + (dy/dt)2) dt | |
|
Polar: ò Ö(r2 + (dr/dq )2) dq | |
IVT |
| |
|
If f is continuous on [a, b], | |
|
then " y Î
(f(a), f(b)) [or, wlog, " y Î
(f(b), f(a)) if f(a) >
f(b)] | |
|
In words: For any intermediate value of a continuous function on a closed interval, there is at least one place in the interior of the open interval (a, b) where that intermediate value is actually attained. (Sometimes known as the "Cape of Good Hope Theorem.") Interesting corollary: If f and g are both continuous on [a, b] and their difference is negative at one endpoint and positive at the other, then there is at least one place in (a, b) where f(x) = g(x). | |
EVT |
| |
|
If f is continuous on [a, b], | |
|
then $ x1,
x2 Î [a, b] ' | |
|
Alternate (more cryptic) version of the theorem: If f is
continuous on [a, b], | |
|
In words: A continuous function on a closed interval (the conditions are crucial) attains its maximum and minimum values somewhere on that closed interval. | |
MVT |
| |
|
If f is differentiable on (a, b) and continuous on [a, b], | |
|
then $ c Î (a, b) ' f '(c) = (f(b) – f(a)) / (b – a). | |
|
In words: There is at least one place where (slope of tangent line) equals (average slope between a and b). Conditions are crucial to know: f differentiable on (a, b) and continuous on [a, b]. | |
FTC |
| |
|
If f is integrable on [a, b] and g is any antiderivative of f, | |
|
then òab f(x) dx = g(b) – g(a). | |
|
Equivalent form (sometimes called FTC2): | |
Definitions |
| |
|
Derivative at a point: f ' (c) = limx®c [ (f(x) – f(c)) / (x – c) ] | |
|
Derivative function: f ' (x) = limh®0 [ (f(x + h) – f(x)) / h ] | |
Maclaurin and Taylor Series |
| |
|
ex = 1 + x + x2/2! + x3/3! + . . . [converges for all x] | |
|
sin x = x – x3/3! + x5/5! – x7/7! + x9/9! – . . . [converges for all x] | |
|
cos x = 1 – x2/2! + x4/4! – x6/6! + x8/8! – . . . [converges for all x] | |
|
ln x = (x – 1) – (x – 1)2/2 + (x – 1)3/3 – (x – 1)4/4 + . . . [converges if 0 < x £ 2] | |
|
1 / (1–x) = 1 + x + x2 + x3 + x4 + . . . [converges if |x| < 1 since geometric series] | |
|
Note: You need to know the intervals of convergence. The final ". . ." must be included in each case for full credit on the AP exam. | |
Taylor’s Theorem |
| |
|
If f has derivatives of all order at a point c Î Df , | |
|
then $ I Ì Df , where c Î I, ' | |
|
" x Î I, f(x) equals the following infinite series:f(x) = f(c) + f ¢(c) (x – c)/1! + f ²(c) (x – c)2/2! + . . . + f (n)(c) (x – c)n/n! + . . . | |
Notes on Taylor’s Theorem |
| |
|
1. I is called the interval of convergence for the Taylor series. | |
|
2. If the Taylor series is truncated after the first 2 terms, the
result is the familiar linear approximator function. AP WARNING: In
this case, you must write the » symbol,
not the = symbol, after the f(x). Here is an example of the
correct format: | |
|
3. AP WARNING: If you write f(x) followed by an equal sign, write ". . ." at the end to denote an infinite series. AP graders will deduct points if you omit the 3 dots. | |
AST Error Bound |
| |
|
|Rn| < |tn+1| | |
Convergence Tests |
| |
|
See p.635 for summary of common tests, plus p.640 for integral test. Remember, the nth term test is a test for divergence: lim tn = 0 is a necessary but not sufficient condition for convergence. | |
Lagrange Bound |
| |
|
If M is the maximum absolute value of f (n + 1)(x) on the interval between a and x, then the nth-degree Taylor polynomial that approximates f(x) has a remainder (error) bounded as follows: |Rn| £ M |x – a|n + 1 / (n + 1)! | |
Techniques for Multiple Choice |
Techniques for Free Response | |
1. Pace yourself. Keep brainpower in reserve for free response. |
1. If you can’t get part (a), skip it and do the others. Part (a) may
be worth only a point. |