Instead of y=f(x), both x and y depend on a parameter t:
x=f(t),y=g(t)
Eliminating the Parameter
Solve one equation for t
Substitute into the other
Example: x=2t+1, y=t2t=2x−1⟹y=(2x−1)2=4(x−1)2
Parametric Line
x=x0+at,y=y0+bt
Direction: ⟨a,b⟩, passes through (x0,y0)
Parametric Circle
x=h+rcost,y=k+rsint,0≤t≤2π
Polar Coordinates
Point (r,θ) where:
r = distance from origin
θ = angle from positive x-axis
Conversion
x=rcosθ,y=rsinθr=x2+y2,θ=tan−1(xy)
Vectors
Definition
v=⟨a,b⟩
Magnitude
∣v∣=a2+b2
Unit Vector
v^=∣v∣v
Operations
u+v=⟨u1+v1,u2+v2⟩cv=⟨cv1,cv2⟩
Dot Product
u⋅v=u1v1+u2v2=∣u∣∣v∣cosθ
Matrices (Introduction)
2×2 Matrix
A=(acbd)
Matrix Multiplication
(acbd)(xy)=(ax+bycx+dy)
Transformation Matrices
Rotation by θ:
R=(cosθsinθ−sinθcosθ)
AP Precalculus Tip: Unit 4 topics (parametric, polar, vectors, matrices) are emphasized for understanding how functions can be represented beyond y=f(x).