Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Polar coordinates describe points using a distance r from the origin and an angle theta from the positive x-axis. This system is powerful for curves with circular or spiral structure, such as cardioids, roses, and spirals. To study motion, tangents, and slopes on these curves, we need derivatives written in terms of theta rather than only x and y.

Polar derivatives connect the geometry of a rotating radius vector to the familiar slope dy/dx.

Understanding Calculus: Derivatives in Polar Coordinates

The key idea is that a polar curve changes in two ways at once. Its radius can grow or shrink while its direction turns. A small change in angle produces a sideways shift even when the radius stays fixed.

A small radial change produces an inward or outward shift. The slope comes from combining these two effects.

This is why treating the radius derivative as if it were an ordinary Cartesian slope gives the wrong result. The chain rule separates the horizontal and vertical parts of the motion, then compares their rates of change.

It helps to picture a point attached to a rotating spoke. If the spoke turns at a steady rate, the point moves around a circle. Its velocity points along the circle, not outward along the spoke.

If the spoke length changes at the same time, the point gains an outward or inward part of velocity. The actual tangent direction is the sum of those motions.

This picture explains why terms involving the radius appear even when the radius derivative is zero. A circle has constant radius, yet its tangent direction changes everywhere.

Special points need careful checking. A zero vertical rate suggests a horizontal tangent only if the horizontal rate is still nonzero. Likewise, a zero horizontal rate suggests a vertical tangent only when the vertical rate remains nonzero.

If both rates are zero, the usual slope test does not settle the issue. The curve may have a cusp, a sharp point, or a tangent that requires examining values just before and after the angle.

This often happens at the origin. Different angles can represent the same origin, so the path taken by the curve matters more than the coordinate label at that single point.

Negative radius values are another source of confusion. A negative radius places the point in the direction opposite the listed angle. As the radius passes through zero, the graph can switch direction and create loops or petals.

Students should make a small table of angle values, radius values, and approximate locations before trusting a sketch. They should then calculate the separate horizontal and vertical rates before forming a slope. This order prevents lost signs and makes vertical tangents easier to spot.

Polar derivatives appear in problems about rotating sensors, satellite paths, radar displays, spiral ramps, and any motion described by distance from a center plus direction. The main habit is to track both rotation and radial change, since neither one alone describes the curve's local behavior.

Key Facts

  • Polar to rectangular conversion: x = r cos(theta), y = r sin(theta).
  • For a polar curve r = f(theta), use parametric form: x(theta) = f(theta) cos(theta), y(theta) = f(theta) sin(theta).
  • Polar slope formula: dy/dx = (dr/dtheta sin(theta) + r cos(theta)) / (dr/dtheta cos(theta) - r sin(theta)).
  • A horizontal tangent occurs when dy/dtheta = 0 and dx/dtheta is not 0.
  • A vertical tangent occurs when dx/dtheta = 0 and dy/dtheta is not 0.
  • Tangent line at theta = a: y - y(a) = m[x - x(a)], where m = (dy/dx) at theta = a.

Vocabulary

Polar coordinates
A coordinate system that locates a point by its distance r from the origin and its angle theta from a reference direction.
Polar curve
A curve defined by an equation r = f(theta), where the radius changes as the angle changes.
Radius vector
The directed segment from the pole to a point on a polar curve.
Parametric form
A way to describe a curve using x and y as separate functions of a parameter, often theta for polar curves.
Tangent line
A line that touches a curve at a point and has the same instantaneous direction as the curve there.

Common Mistakes to Avoid

  • Using dy/dx = dr/dtheta directly is wrong because r is not y and theta is not x. Convert to x(theta) and y(theta), then use dy/dx = (dy/dtheta)/(dx/dtheta).
  • Forgetting the product rule in x = r cos(theta) and y = r sin(theta) gives an incorrect slope. Since r depends on theta, both r and the trig factor must be differentiated.
  • Canceling r or dr/dtheta from the polar slope formula without checking terms is wrong because the numerator and denominator are sums. Only common factors of every term can be canceled.
  • Calling every zero denominator a vertical tangent is incomplete because the numerator must also be checked. If both dx/dtheta and dy/dtheta are zero, the point may be singular and needs further analysis.

Practice Questions

  1. 1 For r = 2 + cos(theta), find dy/dx at theta = pi/2.
  2. 2 For r = 3 sin(theta), find the coordinates of the point and the slope of the tangent line at theta = pi/4.
  3. 3 Explain why the derivative of a polar curve is found by treating x and y as parametric functions of theta instead of differentiating r = f(theta) as if r were y.