Hint: Multiply by \(\dfrac{\pi}{180}\) and simplify.
📘 Explanation
\(270 \times \frac{\pi}{180} = \frac{270\pi}{180} = \frac{3\pi}{2}\).
Key check: 90°=π/2, 180°=π, 270°=3π/2, 360°=2π. These four are must-memorize!
⚡
Memory KeyReference Angle
Always positive, always ≤ 90°. Measure from x-axis, not y-axis!
Q5
Reference Angles · Easy
What is the reference angle of \(210°\)?
Hint: 210° is in Quadrant III. Subtract 180° to find the reference angle.
📘 Explanation
In Quadrant III: reference angle = \(\theta - 180° = 210° - 180° = 30°\).
Common mistake: students subtract from 360° (that's for QIV!).
Chapter 2 · Polar Graphs
⚡
Memory KeyPolar Point
\((r, \theta)\): r = distance from origin · θ = angle from positive x-axis
Q6
Polar Coordinates · Easy
Convert polar point \(\left(4,\, \dfrac{\pi}{3}\right)\) to rectangular form \((x, y)\).
\(x = r\cos\theta, \quad y = r\sin\theta\)
📘 Explanation
\(\cos\frac{\pi}{3} = \frac{1}{2},\quad \sin\frac{\pi}{3} = \frac{\sqrt{3}}{2}\)
\(x = 4 \cdot \frac{1}{2} = 2, \quad y = 4 \cdot \frac{\sqrt{3}}{2} = 2\sqrt{3}\)
Common mix-up: swapping sin and cos. Remember: x uses cos, y uses sin.
⚡
Memory KeyCardioid Shape
\(r = a \pm a\cos\theta\) or \(r = a \pm a\sin\theta\) → Heart shape. "Cardio" = heart!
Q7
Polar Curve ID · Easy
What shape does \(r = 2 + 2\cos\theta\) produce?
Hint: When a = b in r = a + b·cosθ, you get a special name.
📘 Explanation
When \(a = b\) in \(r = a + b\cos\theta\), the result is a cardioid (heart-shaped curve).
It touches the origin (r = 0) when \(\cos\theta = -1\), i.e., \(\theta = \pi\).
If \(a \neq b\), it becomes a limaçon.
⚡
Memory KeyRose Petals
\(r = a\cos(n\theta)\): n odd → n petals · n even → 2n petals
Q8
Rose Curves · Easy
How many petals does \(r = 3\cos(4\theta)\) have?
Hint: n = 4 is even. Apply the even rule.
📘 Explanation
For \(r = a\cos(n\theta)\): n is even → \(2n\) petals.
\(n = 4\) (even) → \(2 \times 4 = 8\) petals. ✓
The trap: many guess just "4". Remember to double when n is even!
⚡
Memory KeyCircle Polar
\(r = a\) → circle with radius |a|. \(r = a\cos\theta\) → circle shifted on x-axis.
Q9
Polar Circles · Easy
What is the rectangular form of \(r = 6\cos\theta\)?
Multiply both sides by \(r\): \(\;r^2 = 6r\cos\theta\)
Recall: \(r^2 = x^2 + y^2\) and \(r\cos\theta = x\)
📘 Explanation
\(r^2 = 6r\cos\theta \Rightarrow x^2+y^2 = 6x\)
Complete the square: \(x^2 - 6x + 9 + y^2 = 9\)
\((x-3)^2 + y^2 = 9\) — a circle centered at (3, 0) with radius 3.
⚡
Memory KeyNegative r
Negative r = go the OPPOSITE direction. \((-3, 60°)\) = \((3, 240°)\)
Q10
Negative Radius · Tricky!
Which point is equivalent to \(\left(-2,\; \dfrac{\pi}{4}\right)\) in polar form?
📘 Explanation
Negative r: flip direction → add π to angle.
\(\left(-2, \frac{\pi}{4}\right) = \left(2, \frac{\pi}{4} + \pi\right) = \left(2, \frac{5\pi}{4}\right)\) ✓
This is the single most common mistake on polar exams!
Chapter 3 · Vectors
⚡
Memory KeyMagnitude Formula
\(|\vec{v}| = \sqrt{a^2 + b^2}\) — Just Pythagorean theorem on components!
Q11
Vector Magnitude · Easy
Find \(|\vec{v}|\) for \(\vec{v} = \langle -5, 12 \rangle\).
📘 Explanation
\(c_{11} = (2)(1) + (3)(2) = 2 + 6 = 8\)
Row 1 of A = [2, 3] · Column 1 of B = [1, 2]
Multiply corresponding entries and add. Don't forget: AB ≠ BA in general!
⚡
Memory Key2×2 Determinant
\(\det\begin{bmatrix}a&b\\c&d\end{bmatrix} = ad - bc\) — "diagonal minus anti-diagonal"
Think about what you divide by when computing the inverse.
📘 Explanation
The inverse formula divides by \(\det(A)\). If \(\det(A) = 0\), division by zero → no inverse.
Such a matrix is called singular.
Fun fact: det = 0 means the two row vectors are parallel (linearly dependent).
⚡
Memory KeyIdentity Matrix
\(AI = IA = A\). Like multiplying by 1. Diagonal = 1s, rest = 0s.
Q19
Identity Matrix · Easy
Which matrix is the \(2\times 2\) identity matrix \(I\)?
📘 Explanation
The identity matrix has 1s on the main diagonal and 0s everywhere else.
For any matrix A: \(AI = IA = A\).
Option A is the exchange matrix (swaps rows). Don't confuse them!
Hint: Compute the determinant of the coefficient matrix first!
📘 Explanation
\(\det = (2)(2) - (1)(4) = 4 - 4 = 0\) → singular matrix, so we can't get a unique solution.
But notice Row 2 = 2 × Row 1, so the equations are dependent → infinitely many solutions!
The complete set: \(x = \frac{6-y}{2}\) for any value of y.