46 problems across 5 days. Trig, vectors, complex, parametric, polar, conics, matrices, sequences.
For a point on the unit circle: $\cos\theta = x$, $\sin\theta = y$, $\tan\theta = y/x$. Reciprocals: $\sec = 1/\cos$, $\csc = 1/\sin$, $\cot = 1/\tan$.
For $\vec u = a\hat{\mathbf{i}} + b\hat{\mathbf{j}}$ and $\vec v = c\hat{\mathbf{i}} + d\hat{\mathbf{j}}$:
For $z = r\,\text{cis}\,\theta$ and $w = s\,\text{cis}\,\phi$:
Rose curves $r = a\cos(n\theta)$ or $r = a\sin(n\theta)$: if $n$ even → $2n$ petals; if $n$ odd → $n$ petals.
Sixteen special angles drive every problem on Day 1. You need cosine, sine, and tangent at each of them cold.
Read sine across the first quadrant as $\dfrac{\sqrt{0}}{2},\ \dfrac{\sqrt{1}}{2},\ \dfrac{\sqrt{2}}{2},\ \dfrac{\sqrt{3}}{2},\ \dfrac{\sqrt{4}}{2}$ — i.e., $0,\ \tfrac{1}{2},\ \tfrac{\sqrt{2}}{2},\ \tfrac{\sqrt{3}}{2},\ 1$ for $0,\ \pi/6,\ \pi/4,\ \pi/3,\ \pi/2$. Cosine is the same row reversed. Tangent is sine over cosine.
For deeper trig-equation practice (interactive equation solver, full quiz, calculator-mode problems), your existing Trig Equations Guide covers it.
When a point $(x, y)$ lies on the terminal side of $\theta$, drop a perpendicular to the $x$-axis to form a right triangle. Then:
A vector $\vec u = a\hat{\mathbf{i}} + b\hat{\mathbf{j}}$ has horizontal component $a$ and vertical component $b$. Likewise $\vec v = c\hat{\mathbf{i}} + d\hat{\mathbf{j}}$.
A position vector $\vec{PQ}$ from $P$ to $Q$ is just $Q - P$ (subtract tail from head, component by component).
$z = r\,\text{cis}\,\theta$ is shorthand for $r(\cos\theta + i\sin\theta)$, where $r$ is the magnitude and $\theta$ is the argument.
Multiply: magnitudes multiply, angles add. Divide: magnitudes divide, angles subtract. (It mirrors the rules for $r e^{i\theta}$ — exponents add when you multiply, subtract when you divide.)
A parametric equation expresses both $x$ and $y$ as functions of a third variable $t$ (the parameter) — typically time. The point $(x(t), y(t))$ traces out a curve as $t$ varies.
The four families you need to recognize:
$\cos(n\theta)$ or $\sin(n\theta)$ with $n \geq 2$? Rose. · Constant $\pm$ trig? Limaçon. · $r^2 = $ something? Lemniscate. · Just $a\cos\theta$ or $a\sin\theta$? Circle.
Look at the equation form before doing anything else:
Ellipse: $a$ is always the larger denominator (under the major axis). Hyperbola: $a$ is under the positive term. Asymptote slope $= b/a$ for horizontal opening, $a/b$ for vertical opening. Parabola: the variable that's not squared is the direction it opens.
Swap the diagonal, negate the off-diagonal, divide by the determinant. That is: $a$ and $d$ trade places, $b$ and $c$ get a minus sign in front, then everything gets scaled by $1/\det$.
Given a sequence, the first thing to do is figure out which type:
Arithmetic adds, geometric multiplies. Arithmetic terms grow linearly; geometric terms grow (or shrink) exponentially.
Infinite geometric sum $S = \dfrac{a_1}{1-r}$ only converges when $|r| < 1$. Otherwise the series diverges and there's no sum to find.