4.4 Laws of Sines and Cosines, Vectors & Polar Coordinates
Key Takeaways
- The Law of Sines (sin A / a = sin B / b = sin C / c) resolves AAS, ASA, and ambiguous SSA configurations; in SSA with acute angle A, comparing side a against altitude h = b sin A determines whether 0, 1, or 2 distinct triangles exist.
- The Law of Cosines (c² = a² + b² - 2ab cos C) resolves SAS and SSS configurations without ambiguity; solving for the largest angle first in SSS ensures subsequent angles are acute, preventing ambiguous sine resolutions.
- Oblique triangle area is calculated using SAS formula Area = (1/2)ab sin C or Heron's formula Area = √(s(s - a)(s - b)(s - c)) for SSS, where semiperimeter s = (a + b + c)/2.
- Two-dimensional vectors v = <v_x, v_y> support magnitude, direction angle, and the dot product u · v = ||u|| ||v|| cos θ, establishing algebraic orthogonality if and only if u · v = 0.
- Polar coordinates (r, θ) convert to Cartesian coordinates via x = r cos θ, y = r sin θ, r² = x² + y², and tan θ = y/x; their multi-valued representation (r, θ) = (-r, θ + π) requires targeted instructional handling during polar graphing and curve intersection analysis.
4.4 Laws of Sines and Cosines, Vectors & Polar Coordinates
NBPTS Exam Focus: Component 1 assesses the ability to solve oblique triangles, conduct geometric and algebraic vector analysis, and convert between Cartesian and polar systems. Candidates must demonstrate deep competence in dissecting the ambiguous SSA case of the Law of Sines, applying the Law of Cosines and Heron's area formula, computing vector dot products and projections, and diagnosing secondary student misconceptions regarding vector operations and polar coordinate multiplicity.
The Law of Sines and the Ambiguous Case (SSA)
An oblique triangle is any triangle that does not contain a right angle. Standard notation labels angles as $A, B, C$ and their opposite side lengths as $a, b, c$.
Formal Statement and Derivation
By dropping a perpendicular altitude $h$ from vertex $C$ to side $c$:
Extending this to all three vertices yields the Law of Sines:
where $R$ is the radius of the triangle's circumscribed circle (circumradius).
Application Cases
- AAS or ASA (Two angles and one side): Always produces a unique triangle, provided $A + B < 180^\circ$. The third angle is uniquely determined by $C = 180^\circ - (A + B)$.
- SSA (Side-Side-Angle / The Ambiguous Case): Given angle $A$ and adjacent side $b$, the side opposite angle $A$ is $a$. The perpendicular altitude from $C$ is $h = b \sin A$.
Exhaustive Analysis of the SSA Ambiguous Case
| Condition on Angle $A$ | Side Comparison | Number of Triangles | Geometric Explanation |
|---|---|---|---|
| $A < 90^\circ$ (Acute) | $a < h = b \sin A$ | 0 | Side $a$ is too short to reach the opposite baseline; $\sin B = \frac{b\sin A}{a} > 1$ (no real solution). |
| $A < 90^\circ$ (Acute) | $a = h = b \sin A$ | 1 | Side $a$ reaches the baseline perpendicularly; exactly one right triangle ($B = 90^\circ$). |
| $A < 90^\circ$ (Acute) | $h < a < b$ | 2 | Side $a$ can swing across the altitude in two directions, forming an acute triangle ($B_1 = \arcsin(\frac{b\sin A}{a})$) and an obtuse triangle ($B_2 = 180^\circ - B_1$). Both satisfy $A + B < 180^\circ$. |
| $A < 90^\circ$ (Acute) | $a \ge b$ | 1 | Side $a$ can only swing forward; swinging backward would enclose angle $A$, making $B_2 \ge 180^\circ - A$ impossible. |
| $A \ge 90^\circ$ (Obtuse/Right) | $a \le b$ | 0 | In an obtuse triangle, the side opposite the obtuse angle must be strictly the longest side. |
| $A \ge 90^\circ$ (Obtuse/Right) | $a > b$ | 1 | Exactly one obtuse triangle can be constructed. |
The Law of Cosines and Triangle Area Formulas
Formal Statement and Derivation
Place vertex $A$ at the origin $(0, 0)$ of the Cartesian plane with side $b$ along the positive $x$-axis, so $C = (b, 0)$. Vertex $B$ is located at coordinates $(c \cos A, c \sin A)$. Applying the distance formula between $B$ and $C$ to find $a^2$:
Using $\cos^2 A + \sin^2 A = 1$ yields the Law of Cosines:
Generalization of Pythagoras: When $C = 90^\circ$, $\cos(90^\circ) = 0$, reducing the formula to $c^2 = a^2 + b^2$.
Application Cases & Tactical Rules
- SAS (Two sides and included angle): Use the Law of Cosines to calculate the opposite side, then transition to the Law of Sines to find the smaller of the remaining two angles (guaranteed to be acute).
- SSS (Three sides given): Tactical Imperative: Always solve for the largest angle first (opposite the longest side) using: Because the range of $\arccos$ is $[0, 180^\circ]$, if $\cos C < 0$, $C$ is obtuse; if $\cos C > 0$, $C$ is acute. Once the largest angle is established, the remaining two angles are guaranteed to be acute, eliminating all ambiguity when using the Law of Sines.
Oblique Triangle Area Formulas
- SAS Area Formula:
- Heron's Formula (for SSS): Given side lengths $a, b, c$, compute the semiperimeter $s = \frac{a + b + c}{2}$. The area is:
Worked Example: For a triangle with sides $a = 7, b = 8, c = 9$:
- Semiperimeter: $s = \frac{7 + 8 + 9}{2} = 12$.
- $\text{Area} = \sqrt{12(12 - 7)(12 - 8)(12 - 9)} = \sqrt{12 \times 5 \times 4 \times 3} = \sqrt{720} = 12\sqrt{5} \approx 26.83$.
Two-Dimensional Vectors and the Dot Product
A vector is a geometric entity possessing both magnitude (length) and direction.
Component Form and Basic Operations
A vector $\mathbf{v}$ with initial point $(x_1, y_1)$ and terminal point $(x_2, y_2)$ is expressed in component form as:
where $\mathbf{i} = \langle 1, 0 \rangle$ and $\mathbf{j} = \langle 0, 1 \rangle$ are standard unit basis vectors.
- Magnitude: $|\mathbf{v}| = \sqrt{v_1^2 + v_2^2}$.
- Direction Angle ($\theta$): $\mathbf{v} = |\mathbf{v}| \langle \cos \theta, \sin \theta \rangle$, where $\tan \theta = \frac{v_2}{v_1}$ (with $\theta$ placed in the correct quadrant based on signs of $v_1, v_2$).
- Unit Vector in direction of $\mathbf{v}$: $\mathbf{u} = \frac{\mathbf{v}}{|\mathbf{v}|}$.
- Vector Addition: $\langle u_1, u_2 \rangle + \langle v_1, v_2 \rangle = \langle u_1 + v_1, u_2 + v_2 \rangle$ (geometrically represented by tip-to-tail triangle rule or parallelogram rule).
The Dot Product and Orthogonality
The dot product (inner product) of vectors $\mathbf{u} = \langle u_1, u_2 \rangle$ and $\mathbf{v} = \langle v_1, v_2 \rangle$ is a scalar defined algebraically as:
Geometrically, the dot product satisfies:
where $\theta$ ($0 \le \theta \le \pi$) is the angle between the two vectors. Thus:
The Orthogonality Criterion
Two non-zero vectors $\mathbf{u}$ and $\mathbf{v}$ are orthogonal (perpendicular, $\theta = 90^\circ$) if and only if their dot product equals zero:
Polar Coordinate System and Polar Curves
Coordinate Definitions and Conversion Mechanics
In the polar coordinate system, a point $P$ in the plane is located by an ordered pair $(r, \theta)$, where:
- $r$ is the directed distance from the origin (called the pole).
- $\theta$ is the directed angle from the positive $x$-axis (called the polar axis).
Conversion Formulas:
- Polar to Rectangular: $x = r \cos \theta, \quad y = r \sin \theta$
- Rectangular to Polar: $r^2 = x^2 + y^2 \implies r = \pm \sqrt{x^2 + y^2}, \quad \tan \theta = \frac{y}{x} ; (x \ne 0)$
The Non-Uniqueness of Polar Coordinates
Unlike Cartesian coordinates where every point in $\mathbb{R}^2$ corresponds to a unique pair $(x, y)$, polar representations are infinite and non-unique. A point $(r, \theta)$ can be expressed as:
Negative Radius Interpretation: To plot $(-r, \theta)$ with $r > 0$, rotate to angle $\theta$ and then project a distance $r$ backwards through the pole along the opposite ray (angle $\theta + \pi$). For example, $(-3, \frac{\pi}{4})$ corresponds to $(3, \frac{5\pi}{4})$, located in Quadrant III.
Standard Classical Polar Curves
| Curve Type | Polar Equation | Distinctive Geometric Features |
|---|---|---|
| Circles | $r = a \cos \theta$ or $r = a \sin \theta$ | Circle through pole; diameter $ |
| Cardioids | $r = a(1 \pm \cos \theta)$ or $r = a(1 \pm \sin \theta)$ | Heart-shaped curve with a sharp cusp at the pole ($a/b = 1$). |
| Limaçons with Inner Loop | $r = a \pm b \cos \theta$ ($a < b$) | Loops through the pole twice; inner loop of length $b - a$. |
| Dimpled / Convex Limaçons | $r = a \pm b \cos \theta$ ($a > b$) | Dimpled if $1 < a/b < 2$; convex (flattened) if $a/b \ge 2$. |
| Rose Curves | $r = a \cos(n\theta)$ or $r = a \sin(n\theta)$ | Has $n$ petals if $n$ is odd; has $2n$ petals if $n$ is even. |
Pedagogical Misconceptions & Secondary Student Traps (NBPTS Focus)
1. Missing the Second Triangle in Ambiguous SSA Problems
- Student Manifestation: Given $A = 30^\circ, b = 10, a = 7$, a student computes $\sin B = \frac{10\sin 30^\circ}{7} = \frac{5}{7} \approx 0.7143$. Using their calculator, they find $B = \arcsin(0.7143) \approx 45.6^\circ$, calculate $C = 180^\circ - (30^\circ + 45.6^\circ) = 104.4^\circ$, and report only one triangle.
- Root Cause: Over-reliance on calculator inverse trigonometric functions. The $\arcsin$ function restricted to $[-\pi/2, \pi/2]$ only returns the acute angle, blinding students to the supplementary obtuse candidate $B_2 = 180^\circ - 45.6^\circ = 134.4^\circ$.
- Instructional Remedy: Require students to always compute the altitude $h = b \sin A$ first. When $h < a < b$, instruct them to explicitly write down two branches: $B_1 = \arcsin(\dots)$ and $B_2 = 180^\circ - B_1$. Have them test $A + B_2 < 180^\circ$. Here, $30^\circ + 134.4^\circ = 164.4^\circ < 180^\circ$, proving a second triangle exists with $C_2 = 15.6^\circ$. Use dynamic geometry software to animate the swinging side $a$ intersecting the baseline at two distinct points.
2. Violating Order of Operations in the Law of Cosines
- Student Manifestation: In evaluating $c^2 = 5^2 + 7^2 - 2(5)(7)\cos(60^\circ)$, a student writes: $c^2 = 25 + 49 - 70(0.5) \implies c^2 = (74 - 70)(0.5) = 4(0.5) = 2 \implies c = \sqrt{2}$.
- Root Cause: Conflating addition/subtraction with multiplication, grouping $(a^2 + b^2 - 2ab)$ together before multiplying by $\cos C$.
- Instructional Remedy: Use structural scaffolding: place brackets around the multiplication term $c^2 = [a^2 + b^2] - [2ab \cos C]$. Remind students that the term $2ab$ is locked to $\cos C$ as its coefficient under the order of operations (PEMDAS).
3. Misplotting Negative Polar Radii
- Student Manifestation: When plotting $(-4, \frac{\pi}{3})$, students locate $\frac{\pi}{3}$ in Quadrant I and move $4$ units into Quadrant IV, or plot it at $(4, -\frac{\pi}{3})$.
- Instructional Remedy: Decompose polar plotting into a two-step physical rotation: (1) face the direction specified by $\theta = \frac{\pi}{3}$ along the terminal ray, (2) interpret positive $r$ as walking forward and negative $r$ as walking backward through the pole. Walking backward along the $\frac{\pi}{3}$ ray lands directly in Quadrant III at $(4, \frac{4\pi}{3})$.
In triangle ABC, angle A = 30°, adjacent side b = 10 cm, and opposite side a = 7 cm. How many distinct valid triangles can be constructed, and what are the possible measures of angle B rounded to the nearest tenth of a degree?
Given the two-dimensional vectors u = <4, k> and v = <3, -6>, for what real value of the scalar constant k are the vectors orthogonal, and what is the exact magnitude of vector u at that value?
A student uses the Law of Cosines to solve for side c in an oblique triangle where side a = 5, side b = 7, and included angle C = 60°. The student presents the following calculation: Step 1: c² = a² + b² - 2ab cos C Step 2: c² = 5² + 7² - 2(5)(7) cos(60°) Step 3: c² = 25 + 49 - 70(0.5) Step 4: c² = (74 - 70)(0.5) = 4(0.5) = 2 Step 5: c = √2 ≈ 1.41 The student notices that side lengths 5, 7, and 1.41 violate the Triangle Inequality Theorem (1.41 + 5 = 6.41 < 7). Which pedagogical diagnosis correctly identifies the student's error, and what is the true length of side c?