Parametric Equations and Polar Coordinates - Concise Notes
- Curves can be described using parametric equations, giving x and y as functions of a parameter t. x=f(t), y=g(t).
- Each t value corresponds to a point (x,y) which traces a parametric curve.
- Eliminating the parameter t can reveal the Cartesian equation of the curve.
- Parametric equations provide information about the position and direction of motion along the curve.
- Restricting t to a finite interval defines a curve segment with initial and terminal points.
- Multiple parametric equations can represent the same Cartesian curve.
- Circle with center (h,k) and radius r: x=h+rcos(t), y=k+rsin(t), 0≤t≤2π.
- Graphing devices are essential for visualizing complicated parametric curves.
- A cycloid is traced by a point on a rolling circle: x=r(t−sint), y=r(1−cost).
- Eliminating the parameter might lead to complicated Cartesian equations.
- Tangent slope: dxdy=dx/dtdy/dt, if dtdx=0
- Horizontal tangent: dtdy=0 and dtdx=0
- Vertical tangent: dtdx=0 and dtdy=0
- Area under a parametric curve: A=∫<em>abydx=∫</em>αβg(t)f′(t)dt
- Arc length: L=∫αβ(dtdx)2+(dtdy)2dt
- Surface area (rotation about x-axis): S=∫αβ2πy(dtdx)2+(dtdy)2dt
- Polar coordinates (r,θ): r is the distance from the pole, θ is the angle from the polar axis.
- Conversion: x=rcosθ, y=rsinθ, r2=x2+y2, tanθ=xy.
- Polar equation r=f(θ) represents a curve.
- Symmetry tests: Replace θ with −θ (polar axis), θ with π−θ (pole), r with −r (pole), θ with π/2−θ (vertical line θ=π/2)
- Tangent slope in polar coordinates: \frac{dy}{dx} = \frac{\frac{dr}{dθ} \sin θ + r \cos θ}{\frac{dr}{dθ} \cos θ - r \sin θ}}
- Area in polar coordinates: A=∫<em>ab21r2dθ=∫</em>ab21[f(θ)]2dθ
- Arc length in polar coordinates: L=∫abr2+(dθdr)2dθ
- Conic Sections: parabolas, ellipses, and hyperbolas.
- Parabola: Set of points equidistant from a focus and a directrix.
- Ellipse: Set of points where the sum of distances from two foci is constant.
- Hyperbola: Set of points where the difference of distances from two foci is constant.
- Ellipse with foci (±c,0) and vertices (±a,0): a2x2+b2y2=1, where b2=a2−c2
- Hyperbola with foci (±c,0) and vertices (±a,0): a2x2−b2y2=1, where b2=c2−a2
- Eccentricity: e=ac (e<1 for ellipse, e>1 for hyperbola, e=1 for parabola).
- Polar equation of a conic with focus at the origin:
- r=1±ecosθed or r=1±esinθed, where e is eccentricity and d is the distance from focus to directrix. Kepler's Laws briefly discussed.