👆 Tap any section with ↗ TAP for interactive charts, worked examples & practice
Midterm & Final Reference · Ultra-Dense A4
Generated by AskSia.ai — graphs, formulas, traps
LIMITS & CONTINUITY ↗ TAP
What a limit means

limx→a f(x) = L means f(x) gets arbitrarily close to L as x approaches a — from both sides. The value f(a) itself does not have to exist for the limit to exist.

lim f(x) = L ⇔ limx→a⁻ f(x) = L AND limx→a⁺ f(x) = L
Solving toolkit (in order)
If you see…Try firstIf that fails
plug-in worksdirect substitution
0/0factor & cancelconjugate / L'Hôpital
∞/∞divide by highest powerL'Hôpital
√ in numeratormultiply by conjugate
trig at 0sin x / x → 1, (1−cos x)/x → 0squeeze theorem
L'Hôpital (only for 0/0 or ∞/∞): lim f/g = lim f' / g'
One-sided limits
Use when f has a jump, |x|, or piecewise rule. x → a⁻ means from the left, x → a⁺ from the right. They can disagree → 2-sided DNE.
Continuity at a
Need 3 things: f(a) exists, limx→a f(x) exists, AND lim = f(a). Skip any → discontinuous.

IVT: if f is continuous on [a,b] and N is between f(a) and f(b), some c ∈ [a,b] has f(c) = N. Use to prove a root exists.

⚡ EXAM TRAP — LIMIT ≠ VALUE

A limit can exist where f isn't even defined (removable hole). Conversely, f(a) can be defined but the limit DNE. Limit and value are independent quantities — read the problem twice.

CURVE SKETCHING — 1st & 2nd DERIVATIVE TESTS ↗ TAP
What each derivative tells you
DerivativeSign +Sign −= 0 means
f'(x)increasingdecreasingcritical point (max / min / saddle)
f''(x)concave up ⌣concave down ⌢inflection candidate
Procedure (memorize this exact order)
▼ FULL CURVE SKETCH

1. Domain. Vertical asymptotes where f undefined; horizontal as x → ±∞.

2. Find f'. Critical points where f' = 0 or DNE.

3. Sign chart of f' → intervals of increase / decrease.

4. Find f''. Sign chart → concavity + inflection points.

5. Plot intercepts, asymptotes, critical pts, inflection pts. Connect smoothly.

1st derivative test: f'(c) changes + → − ⇒ local MAX | − → + ⇒ local MIN2nd derivative test: f'(c)=0 AND f''(c) > 0 ⇒ local MIN | f''(c) < 0 ⇒ local MAX
When 2nd test fails
If f''(c) = 0 the second-derivative test is inconclusive. Fall back to the 1st derivative sign change.
Inflection ≠ critical
An inflection point is where concavity changes (f'' sign change). It needn't be a critical point of f.

Asymptotes: vertical at x = a if limx→a f = ±∞. Horizontal y = L if limx→±∞ f = L. Slant when degree(num) = degree(den) + 1.

⚡ EXAM TRAP — f'(c) = 0 IS NECESSARY, NOT SUFFICIENT

f'(c) = 0 only tells you c is a candidate. f(x) = x³ has f'(0) = 0 but no extremum. Always sign-check f' on both sides before declaring max/min.

DERIVATIVE — DEFINITION & RULES ↗ TAP
Definition (limit form)
f'(x) = limh→0 [f(x+h) − f(x)] / h

The derivative is the instantaneous rate of change — the slope of the tangent line at x. Geometrically, the secant slope between (x, f(x)) and (x+h, f(x+h)) becomes the tangent slope as h → 0.

Rules — memorize cold
RuleFormResult
Constantd/dx[c]0
Powerd/dx[xⁿ]n·x^(n−1)
Sumd/dx[f ± g]f' ± g'
Productd/dx[f·g]f'·g + f·g'
Quotientd/dx[f/g](f'·g − f·g') / g²
Chaind/dx[f(g(x))]f'(g(x))·g'(x)
(sin x)' = cos x (cos x)' = −sin x (eˣ)' = eˣ (ln x)' = 1/x
Differentiable ⇒ continuous
If f is differentiable at a, it is continuous at a. The converse is false: |x| is continuous at 0 but not differentiable.
Where f' fails
Sharp corners (|x|), vertical tangents (x^(1/3) at 0), discontinuities, and cusps. Don't blindly differentiate — check.

Notation: f'(x) = dy/dx = Dxf. They mean the same thing; don't let multiple notations rattle you on the exam.

⚡ EXAM TRAP — PRODUCT RULE BLINDNESS

Students see f·g and write f'·g'. Wrong. The derivative of a product is not the product of derivatives. It's f'g + fg'. This single mistake costs more partial-credit points than any other in Calc 1.

OPTIMIZATION & EXTREMA ↗ TAP
Closed-interval method
▼ ABSOLUTE EXTREMA ON [a, b]

1. Verify f continuous on [a, b].

2. Find critical points c in (a, b) where f'(c) = 0 or DNE.

3. Evaluate f at every critical point AND at the endpoints a, b.

4. Largest = absolute MAX. Smallest = absolute MIN.

Extreme Value Theorem: f continuous on [a, b] ⇒ f attains absolute max and min
Word-problem template
StepWhat you write
1Define variables + draw a picture
2Write the objective Q to optimize
3Write the constraint equation
4Use constraint to reduce Q to ONE variable
5Differentiate, set Q' = 0, solve
6Verify max vs min (1st or 2nd test)
Local vs global
Local max/min: extremum in some neighborhood. Global (absolute): extremum over the whole domain. Local extrema can fail to be global; closed-interval ensures global exists.
Critical pt types
(i) f' = 0 (smooth peaks/valleys), (ii) f' DNE (corners, cusps, vertical tangents). Both can host extrema. Don't skip type (ii).

Optimization without endpoints (open interval / all of ℝ): you must justify max/min by 2nd derivative or sign analysis — EVT does not apply.

⚡ EXAM TRAP — FORGET THE ENDPOINTS

On a closed interval, the absolute max can occur at an endpoint, not at any critical point. Students compute critical points, pick the larger one, and miss that f(a) or f(b) was bigger. Always evaluate f at a, b, AND every critical pt.

INTEGRATION & FTC ↗ TAP
Antiderivatives

F is an antiderivative of f if F'(x) = f(x). Antiderivatives differ only by a constant — that's why +C exists.

∫ xⁿ dx = x^(n+1)/(n+1) + C (n ≠ −1)
∫ 1/x dx = ln|x| + C ∫ eˣ dx = eˣ + C
∫ sin x dx = −cos x + C ∫ cos x dx = sin x + C
Riemann sums → definite integral
ab f(x) dx = limn→∞ Σi=1n f(xᵢ*) Δx, Δx = (b−a)/n

The definite integral is the signed area between f(x) and the x-axis. Above the axis = +, below = −.

Sum typexᵢ*For increasing f
Leftxᵢ₋₁underestimate
Rightxᵢoverestimate
Midpoint(xᵢ₋₁ + xᵢ)/2usually best
FTC — bridge between derivatives and integrals
FTC Part 1
d/dx ∫ax f(t) dt = f(x)
Differentiation undoes integration.
FTC Part 2
ab f(x) dx = F(b) − F(a)
Where F is any antiderivative of f.

U-substitution: when integrand is f(g(x))·g'(x), let u = g(x), du = g'(x) dx. Reduces to ∫ f(u) du. The single most powerful Calc 1 integration trick.

⚡ EXAM TRAP — FORGET +C, FLIP THE LIMITS

Indefinite integrals always need +C. Definite integrals don't. And ba f = −∫ab f — flipping the limits flips the sign. Sloppy bookkeeping = lost points.

CHAIN RULE, IMPLICIT, RELATED RATES ↗ TAP
Chain rule — outer · inner
d/dx [ f(g(x)) ] = f'(g(x)) · g'(x)

Differentiate the outer function (treating the inner as a single variable), then multiply by the derivative of the inner. Repeat for nested compositions.

FunctionDerivative
(3x + 5)⁷7(3x + 5)⁶ · 3 = 21(3x + 5)⁶
sin(x²)cos(x²) · 2x
e^(x³)e^(x³) · 3x²
ln(cos x)(1/cos x) · (−sin x) = −tan x
Implicit differentiation

When y is defined implicitly by an equation in x and y, differentiate both sides w.r.t. x, treating y as a function of x. Every y term gets a dy/dx multiplier via the chain rule. Then solve for dy/dx.

x² + y² = 25 ⇒ 2x + 2y · dy/dx = 0 ⇒ dy/dx = −x / y
Related rates — recipe
▼ RELATED RATES IN 5 STEPS

1. Draw + label variables (use letters, not numbers yet).

2. Write the geometric / physical relation tying variables together.

3. Differentiate both sides w.r.t. t (every variable gets a d/dt).

4. Now plug in the instantaneous values.

5. Solve for the unknown rate.

Order matters
Differentiate FIRST, plug in NUMBERS LAST. If you substitute numbers before differentiating, the derivative becomes 0 and you lose the rate.
Sign of rate
Increasing quantity → positive rate. Decreasing → negative. Drain → dV/dt < 0. Watch the sign on every prompt.
⚡ EXAM TRAP — FORGET THE INNER

d/dx[sin(2x)] is not cos(2x). It's 2 cos(2x). The single most common chain-rule oversight: doing the outer derivative and forgetting to multiply by the derivative of the inner function. Cost: full credit on the problem.

TANGENTS, MVT, LINEARIZATION ↗ TAP
Tangent line at x = a
y − f(a) = f'(a) · (x − a)

Slope = f'(a) (the derivative evaluated at the point). Passes through (a, f(a)). Same point-slope form you learned in Algebra 2 — but with a derivative, not a numeric slope.

Linearization & differentials
L(x) = f(a) + f'(a)(x − a) ← used for tiny changes near a
dy = f'(x) dx ← differential form

Linearization replaces f near a with its tangent line. Used to approximate values like √4.05 ≈ 2 + (1/4)(0.05) = 2.0125 (true value: 2.01246).

Mean Value Theorem (MVT)
▼ MVT — IF / THEN

If f is continuous on [a, b] AND differentiable on (a, b),

then ∃ c ∈ (a, b) with f'(c) = (f(b) − f(a)) / (b − a).

Translation: somewhere on the interval, the instantaneous slope equals the average slope.

Rolle's theorem
Special case of MVT: if also f(a) = f(b), then ∃ c with f'(c) = 0. A horizontal tangent must exist somewhere.
MVT corollaries
If f' = 0 on (a, b) ⇒ f is constant. If f' = g' ⇒ f − g is constant. Foundation of antiderivatives.

Linear approximation error: for a smooth function, error scales like (Δx)². Doubling Δx roughly quadruples error.

⚡ EXAM TRAP — TANGENT AT WRONG POINT

Find the tangent to f(x) at the point where x = 2: students compute f'(x) and use it as the slope. You need f'(2), the slope evaluated at x = 2, plus f(2) for the y-coordinate. Always plug in.

DECISION BOX — PICK THE TECHNIQUE ↗ TAP
If the question says…
Keyword / setupUse § fromTool / move
'limit' or 'find lim'§ ①direct sub → factor → conjugate → L'Hôpital
0/0 or ∞/∞§ ①L'Hôpital (only these forms!)
'continuous at' / 'removable'§ ①3-step continuity check
'find f'(x)' / 'differentiate'§ ②power · product · quotient · chain rule
composite f(g(x))§ ③chain rule: outer'·inner'
equation in x AND y§ ③implicit diff (every y → dy/dx)
'how fast' / two variables changing§ ③related rates (5-step recipe)
'tangent line at x = a'§ ④y − f(a) = f'(a)(x − a)
'approximate √…' near nice number§ ④linearization L(x)
'show ∃ c with …' on [a,b]§ ④MVT or Rolle's
'maximum / minimum on [a, b]'§ ⑤closed-interval method
word problem: 'largest box / least cost'§ ⑤objective + constraint, reduce to 1 var
'sketch the graph of f'§ ⑥5-step sketch (domain → f' → f'')
'concave up/down'§ ⑥sign of f''
'inflection point'§ ⑥f'' sign change
'find ∫…dx' (no limits)§ ⑦indefinite — don't forget +C
'∫ from a to b' / 'area under'§ ⑦FTC: F(b) − F(a)
integrand has f(g)·g'§ ⑦u-sub (change limits!)
'd/dx ∫ from a to x f(t) dt'§ ⑦FTC Part 1: just f(x)
Final exam meta-checklist
Before you write
State the rule by name. 'By chain rule…' earns partial credit even if algebra wobbles.
Before you submit
Sign correct? +C on indefinite? Units in word problems? Differentiated before plugging in numbers?
⚡ EXAM TRAP — WRONG MODEL

Half of partial-credit losses come from picking the wrong tool. Re-read the question, identify the keyword, then map to a section above. The model selection IS the problem-solving step.

⚡ FINAL EXAM TRAP — NOTATION HYGIENE

Mixing dy/dx and y' is fine, but be consistent within one problem. Mark every dy/dx in implicit diff. Show u, du explicitly in u-sub. Sloppy notation = lost points even when math is right.

CALC 1 · Comprehensive Cram Sheet · Ultra-Dense A4
✦ AskSia.ai
For exam prep only · Check your professor's formula sheet rules · asksia.ai/library

Want one for YOUR exact syllabus?

Sia is your free desktop study agent. Drop your professor's slides — Sia builds you a sheet tailored to YOUR test. Better than this library because it knows YOUR materials.

↓ Download Sia · Free