Parametric Equations and Polar Coordinates Study Notes
PARAMETRIZATIONS OF PLANE CURVES
Definition of Parametric Equations
When the coordinates x and y of a point P(x,y) on a curve are given as functions of a third variable t (called the parameter), the equations are known as parametric equations.
The set of points (x,y) generated as t varies over an interval is called the graph of the equations.
Algebraic Method: Converting to Cartesian Equations
To identify a curve defined by parametric equations, one can often eliminate the parameter t to obtain a Cartesian equation relating x and y.
Example 1: Determine the Cartesian equation and sketch the curve defined by x=t2, y=t+1 for -\infty < t < \infty.
Solution: From y=t+1, we find t=y−1.
Substituting into the expression for x yields: x=(y−1)2.
This is a parabola opening to the right with its vertex at (0,1).
Examples of Parametric Path Identification
Example (a):x=t, y=t, for t≥0.
Squaring x gives x2=t. Since y=t, the Cartesian equation is y=x2.
Because x=t, the domain is restricted to x≥0.
Example (b):x=cos(t), y=sin(t), for 0≤t≤π.
Using the identity cos2(t)+sin2(t)=1, we get x2+y2=1.
For the interval 0≤t≤π, y remains non-negative (y≥0), representing the upper semi-circle.
Example (c):x=1+sin(2t), y=cos(2t)−2, for 0≤t≤43π.
Isolate the trigonometric terms: sin(2t)=x−1 and cos(2t)=y+2.
Apply the identity sin2(2t)+cos2(2t)=1.
The Cartesian equation is (x−1)2+(y+2)2=1.
The path is an arc of a circle centered at (1,−2) with radius 1.
Additional Examples from Practice
Linear Path:x=2t−5, y=4t−7 for - \infty < t < \infty .
t=2x+5.
y=4(2x+5)−7=2(x+5)−7=2x+10−7=2x+3.
Parabolic Path:x=4t+3, y=16t2−9 for −1≤t≤1.
t=4x−3.
y=16(4x−3)2−9=16(16(x−3)2)−9=(x−3)2−9.
Exponential Path:x=e2t+1, y=et.
Recognize that e2t=(et)2.
Therefore, x=y2+1.
CALCULUS WITH PARAMETRIC CURVES
Tangents of Parametrized Curves
If x=f(t) and y=g(t) are differentiable, then the slope dxdy is calculated using the chain rule: dxdy=dx/dtdy/dt, provided dx/dt=0.
Example 1: If x=t2+3 and y=t2−1, find dxdy at t=6.
dtdx=2t, dtdy=2t.
dxdy=2t2t=1.
At t=6, dxdy=1.
Example 2: Find the tangent to the curve x=sec(t), y=tan(t) for \frac{-\pi}{2} < t < \frac{\pi}{2} at the point (2,1) where t=4π.
dtdx=sec(t)tan(t), dtdy=sec2(t).
dxdy=sec(t)tan(t)sec2(t)=tan(t)sec(t)=csc(t).
At t=4π, dxdy=csc(4π)=2.
Equation of tangent: y−1=2(x−2)⇒y=2x−2+1⇒y=2x−1.
Second Order Derivatives
The second derivative dx2d2y for a parametric curve is defined as: dx2d2y=dxd(dxdy)=dtdxdtd(dxdy).
Example 3: Find dx2d2y as a function of t if x=t2−t and y=t3−t.
Length of a Parametrically Defined Curve (Arc Length)
If x=f(t) and y=g(t) for a≤t≤b, and the derivatives are continuous, the arc length L is given by: L=∫ab(dtdx)2+(dtdy)2dt.
Example 4: Find the length of a circle of radius r defined by x=rcos(t), y=rsin(t) for 0 \leq t \n\leq 2\pi .
dtdx=−rsin(t), dtdy=rcos(t).
(dtdx)2+(dtdy)2=r2sin2(t)+r2cos2(t)=r2.
L=∫02πr2dt=∫02πrdt=[rt]02π=2πr.
POLAR COORDINATES
Fundamentals and Representation
Definition: Points are represented as (r,θ), where r is the directed distance from the origin (pole) and θ is the directed angle from the positive x-axis (initial ray).
Non-uniqueness: A single point in the plane can have multiple polar representations:
(r,θ) is the same as (r,θ+2nπ) for any integer n.
(r,θ) is the same as (−r,θ+π).
Sign Conventions:
θ is positive in the anticlockwise direction.
θ is negative in the clockwise direction.
A point (−r,θ) lies in the opposite direction of (r,θ).