🎯Lock in $19.99 pricing before September 1, 2026· Save $10 on every full-credit subject through August. Pricing returns to $29.99 on Sept 1.· Ends Aug 31, 2026

Vectors and Polar Coordinates: Two Ways to Locate a Point

Vector operations, dot products, and how polar coordinates convert to rectangular — the building blocks of physics and engineering math.

7 minTEKS 5D-5IPre-Calculus

Vectors in component form

A vector v = ⟨a, b⟩ has magnitude |v| = √(a² + b²) and direction θ = arctan(b/a) (adjusted for quadrant).

Vector addition (head-to-tail): a + b136135a = ⟨4, 2⟩b = ⟨2.5, 3⟩a + b = ⟨6.5, 5⟩Component form ⟨x, y⟩ · magnitude |v| = √(x² + y²) · direction = arctan(y/x)

Operations

  • Addition: ⟨a, b⟩ + ⟨c, d⟩ = ⟨a + c, b + d⟩
  • Scalar multiplication: k·⟨a, b⟩ = ⟨ka, kb⟩
  • Dot product: ⟨a, b⟩ · ⟨c, d⟩ = ac + bd (SCALAR result)

What the dot product tells you

u · v = |u| |v| cos θ, where θ is the angle between them. So:

  • u · v = 0 ⟺ u ⊥ v (orthogonal)
  • u · v > 0 → acute angle; u · v < 0 → obtuse
  • cos θ = (u · v)/(|u| |v|) gives the angle
Polar (r, θ) ↔ Cartesian (x, y)P (r, θ)rθx = r·cosθy = r·sinθr = √(x² + y²) · θ = arctan(y/x) · x = r·cosθ · y = r·sinθ

Polar coordinates

A point can be located by (r, θ) where r is distance from origin and θ is angle from positive x-axis. Convert to rectangular:

  • x = r cos θ
  • y = r sin θ
  • r² = x² + y²
  • tan θ = y/x

Common polar curves

  • r = constant → circle of that radius centered at origin
  • θ = constant → line through origin at that angle
  • r = a sin θ or r = a cos θ → circle of diameter a, passing through origin
  • r = a ± a cos θ → cardioid (heart shape)
  • r = a sin(nθ) → rose with n petals (odd n) or 2n petals (even n)
Dot product: a·b = |a||b|cosθ (measures alignment)θ smalla·b > 0alignedθ = 90°a·b = 0perpendicularθ > 90°a·b < 0opposingSign of a·b tells you whether vectors point in similar directions (positive), perpendicular (zero), or opposite (negative).

Check yourself

📌 Convert
The polar point (r, θ) = (4, π/2) has rectangular coordinates:

Practice with CBE-style practice questions

Pre-Calc Sem B practice for vectors and polar.