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.

A polar point is written as (r, theta), where r tells how far to move and theta tells which direction to face. If r is negative, the point is plotted in the opposite direction from the angle. Polar curves such as roses, cardioids, and limacons are traced by letting theta vary and calculating r.

Calculus tools such as derivatives and integrals can find tangent slopes, enclosed areas, and arc lengths for these curves.

Understanding Calculus: Polar Coordinates and Curves

Polar coordinates use an angle measured from the positive horizontal axis. In calculus, that angle is usually measured in radians rather than degrees. Radians matter because derivatives of sine and cosine take their simplest form only with radian input.

One full turn is two pi radians. A single location can have many polar names because adding any whole number of full turns leaves the direction unchanged.

This is useful, but it can confuse graphing. Students should check whether two ordered pairs describe the same location before treating them as different points.

A polar curve is not always traced once as the angle moves through one full turn. Some curves repeat early, while others create a new loop after the radius changes sign. The most important values are often where the radius is zero.

At those angle values, the moving point passes through the pole, which is the central point of the graph. A curve can cross itself there or form a sharp-looking cusp.

For rose curves, the number of petals depends on whether the multiplier of the angle is odd or even. Sketching a small table of angle values helps reveal the pattern before using a graphing tool.

To study motion along a polar curve, think of the point as moving in two ways at once. Its distance from the pole changes, and its direction rotates. The derivative of the radius measures how quickly the distance changes as the angle changes.

The slope formula combines this radial change with the turning motion. A horizontal or vertical tangent occurs when the appropriate part of that calculation becomes zero. If both parts become zero, the result needs extra care.

The curve may have a cusp, a crossing, or a tangent that must be found by examining nearby angle values. A calculator graph can hide these details when its window or step size is poor.

Area in polar form comes from adding many thin sectors. A sector with a tiny angle has area close to one half times the radius squared times that tiny angle. Adding all sectors gives an integral.

The radius is squared, so a negative radius still contributes positive area. The difficult part is choosing the correct starting and ending angles. For a looped curve, an interval that is too long can count the same region twice.

For regions between two curves, the outer radius must be identified over each part of the interval. Polar ideas appear in radar displays, rotating sensors, robot arms, cameras, and maps centered on one location. In each case, direction and distance are often more natural than left and up measurements.

Key Facts

  • Polar to rectangular: x = r cos(theta), y = r sin(theta)
  • Rectangular to polar: r^2 = x^2 + y^2, tan(theta) = y/x
  • Polar area formula: A = (1/2) integral from alpha to beta of r^2 dtheta
  • Slope of a polar curve: dy/dx = (r' sin(theta) + r cos(theta)) / (r' cos(theta) - r sin(theta))
  • Rose curve forms: r = a cos(n theta) or r = a sin(n theta)
  • Cardioid forms: r = a(1 + cos(theta)), r = a(1 - cos(theta)), r = a(1 + sin(theta)), or r = a(1 - sin(theta))

Vocabulary

Polar coordinate
A coordinate written as (r, theta), where r is distance from the pole and theta is the angle from the polar axis.
Pole
The origin in the polar coordinate system, where r = 0.
Polar axis
The reference ray in polar coordinates, usually the positive x-axis.
Rose curve
A polar curve shaped like petals, usually given by r = a cos(n theta) or r = a sin(n theta).
Cardioid
A heart-shaped polar curve with a cusp at the pole, commonly written as r = a(1 ± cos(theta)) or r = a(1 ± sin(theta)).

Common Mistakes to Avoid

  • Treating theta as a y-coordinate is wrong because theta is an angle, not a vertical distance.
  • Forgetting that negative r reverses direction is wrong because (r, theta) and (-r, theta + pi) describe the same point.
  • Using A = integral r dtheta for polar area is wrong because the area of each small sector depends on r^2, so the correct formula is A = (1/2) integral r^2 dtheta.
  • Assuming a rose curve always has n petals is wrong because r = a cos(n theta) or r = a sin(n theta) has n petals when n is odd and 2n petals when n is even.

Practice Questions

  1. 1 Convert the polar point (6, pi/3) to rectangular coordinates.
  2. 2 Find the area enclosed by one petal of the rose curve r = 4 sin(3 theta).
  3. 3 Explain how you can predict the symmetry of the curve r = 2 + 2 cos(theta) without plotting many points.