Parametric Equations and Vectors

Work with parametric equations, polar coordinates, and vectors.

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Parametric Equations and Vectors

Parametric Equations

Instead of y=f(x)y = f(x), both xx and yy depend on a parameter tt:

x=f(t),y=g(t)x = f(t), \quad y = g(t)

Eliminating the Parameter

  1. Solve one equation for tt
  2. Substitute into the other

Example: x=2t+1x = 2t + 1, y=t2y = t^2 t=x12    y=(x12)2=(x1)24t = \frac{x-1}{2} \implies y = \left(\frac{x-1}{2}\right)^2 = \frac{(x-1)^2}{4}

Parametric Line

x=x0+at,y=y0+btx = x_0 + at, \quad y = y_0 + bt

Direction: a,b\langle a, b \rangle, passes through (x0,y0)(x_0, y_0)

Parametric Circle

x=h+rcost,y=k+rsint,0t2πx = h + r\cos t, \quad y = k + r\sin t, \quad 0 \leq t \leq 2\pi

Polar Coordinates

Point (r,θ)(r, \theta) where:

  • rr = distance from origin
  • θ\theta = angle from positive x-axis

Conversion

x=rcosθ,y=rsinθx = r\cos\theta, \quad y = r\sin\theta r=x2+y2,θ=tan1(yx)r = \sqrt{x^2 + y^2}, \quad \theta = \tan^{-1}\left(\frac{y}{x}\right)

Vectors

Definition

v=a,b\vec{v} = \langle a, b \rangle

Magnitude

v=a2+b2|\vec{v}| = \sqrt{a^2 + b^2}

Unit Vector

v^=vv\hat{v} = \frac{\vec{v}}{|\vec{v}|}

Operations

u+v=u1+v1,u2+v2\vec{u} + \vec{v} = \langle u_1 + v_1, u_2 + v_2 \rangle cv=cv1,cv2c\vec{v} = \langle cv_1, cv_2 \rangle

Dot Product

uv=u1v1+u2v2=uvcosθ\vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 = |\vec{u}||\vec{v}|\cos\theta

Matrices (Introduction)

2×2 Matrix

A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}

Matrix Multiplication

(abcd)(xy)=(ax+bycx+dy)\begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} ax + by \\ cx + dy \end{pmatrix}

Transformation Matrices

Rotation by θ\theta: R=(cosθsinθsinθcosθ)R = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}

AP Precalculus Tip: Unit 4 topics (parametric, polar, vectors, matrices) are emphasized for understanding how functions can be represented beyond y=f(x)y = f(x).

📚 Practice Problems

No example problems available yet.